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 720d1ca commit c76b073Copy full SHA for c76b073
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