import SwiftData enum SchemaVersion: Int { case v1 static var current: SchemaVersion { .v1 } }