Weird Swift issue. I have nested structs that I can cleanly encode, and decode but I can’t figure out how to cast it to the original nested structure without throwing a SIGART.

#swift #ios