hi,
not sure it's a bug, as such. (it's a feature!)
if you had an NSManagedObject in Xcode 11 with an id attribute, to make it Identifiable you would likely add an extension to the class in your own code to say that it conforms to Identifiable (without doing anything special).
Xcode 12 seems to sense that you have an id field (that's Hashable) as an attribute and adds its own extension to the class to say that it's Identifiable in its generated file.
just remove your own addition of conformance to Identifiable.
hope that helps,
DMG
Topic:
Programming Languages
SubTopic:
Swift
Tags: