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