Running into a weird issue with #swiftdata I have two Schemas. Both schemas have a model named Item with slightly different properties.
SchemaA.Item and SchemaB.Item.
Attempting to save SchemaA.Item fails because it doesn't have a property defined on SchemaB.Item.
Each schema is only loaded and accessed from a ModelContainer that has no knowledge of the other schema.

