For what it's worth, I ended up changing to an MVVM approach for the view that seemed to be causing this crash, and the crash went away. Seems something was off with the @Query property wrapper and whatever I was doing 🤷
Post
Replies
Boosts
Views
Activity
Running into something similar - a SwiftData crash on launch, but only occasionally, and only on iOS 18.2. Did you end up finding a solution?