Can you check if your SwiftData properties have default values, and if so, remove them and just set them from init? So if you have a property called var creationDate: Date = Date() change to var creationDate: Date, and in init() set the date to Date(). Let me know the result, I'm curious!
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: