Skip to content

Commit 48a33c6

Browse files
committed
🔧 Fix swift concurrency warning
1 parent bb21f19 commit 48a33c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-sdk/Internal/IterableCoreDataPersistence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ enum PersistenceConst {
2121
}
2222
}
2323

24-
class PersistentContainer: NSPersistentContainer {
24+
class PersistentContainer: NSPersistentContainer, @unchecked Sendable {
2525
static var shared: PersistentContainer?
2626

2727
static func initialize() -> PersistentContainer? {

0 commit comments

Comments
 (0)