Does anyone know if there is a way to make SwiftData print more verbose model serialisation / migration errors?
For example, I'm converting a model field from String to a raw representable Enum, but something in the data is failing during automigration?