We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb21f19 commit 48a33c6Copy full SHA for 48a33c6
swift-sdk/Internal/IterableCoreDataPersistence.swift
@@ -21,7 +21,7 @@ enum PersistenceConst {
21
}
22
23
24
-class PersistentContainer: NSPersistentContainer {
+class PersistentContainer: NSPersistentContainer, @unchecked Sendable {
25
static var shared: PersistentContainer?
26
27
static func initialize() -> PersistentContainer? {
0 commit comments