I need to access store metadata, like version identifiers (NSStoreModelVersionIdentifiers
). The starting point is a SwiftData stack, so I have my instance of ModelContainer
and my ModelConfiguration
. Is there a way to get the info I need creating Core Data objects from the SwiftData stack?