Has anyone found a good solution to mapping KMM obj-c based reference objects (classes) to swift value type structs other than manually mapping? You can use reference type class objects to drive swift UI interfaces, but it works way better with value type structs when it comes to equality checking and live updating AFAIK.