I'm running into a crash on launch in Simulator with my visionOS that uses SwiftData in Xcode Version 15.3 (15E5202a).
This is printing to the console: SwiftData/DataUtilities.swift:1093: Fatal error: Unable to parse keypath for non-PersistentModel Type
, and then it's crashing on _swift_runtime_on_report
.
This worked fine in Xcode 15.2.
I'll return to Xcode 15.2 for now and report an issue, but is there anyone that can translate what this even means so I can fix it?
Thanks