I see the same issue. I have a handful of @Model classes with string arrays; they each produce this error consistently, whether the property is optional or not.
@Model
class Monster: Decodable, {
var something: [String] = []
var somethingElse: [String]? = nil
}
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: