SwiftData custom migration crash
I have an app that is in production that has a single entity called CDShift
. This is the class:
SwiftData deadlock when defining a custom “id” property in a model
There’s a nasty main-thread deadlock which occurs in SwiftData when I try to define a custom “id” field for my @Model
object. I’ve created a repository for reproducing the issue, which contains instructions for reproducing the issue + my current thoughts.