Skip to content

Commit c76b073

Browse files
Ayyanchira“Akshay
andauthored
[Release work] - Sendable conformance (#953)
Co-authored-by: “Akshay <“[email protected]”>
1 parent 720d1ca commit c76b073

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)