I'm seeing the same issue. As a workaround I've manually added the conformance to Identifiable to the model:
extension MyModel: Identifiable {
public var id: PersistentIdentifier { persistentModelID }
}
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: