mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-07-19 19:21:09 +02:00
Initial prototype for Swift 6 mode
This commit is contained in:
@@ -266,6 +266,6 @@ fileprivate enum Static {
|
||||
|
||||
// MARK: FilePrivate
|
||||
|
||||
fileprivate static var metaCache: [ObjectIdentifier: Any] = [:]
|
||||
fileprivate static var propertiesCache: [ObjectIdentifier: [PropertyProtocol]] = [:]
|
||||
fileprivate static nonisolated(unsafe) var metaCache: [ObjectIdentifier: Any] = [:]
|
||||
fileprivate static nonisolated(unsafe) var propertiesCache: [ObjectIdentifier: [PropertyProtocol]] = [:]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user