I think it has something to do with arrays and SwiftData. When I add @Transient the error goes away but now the data set isn't saved which is the opposite of intended 🙃
@Model
final class Foo {
@Transient
var bar: [String]? = nil
}
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: