mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-09-10 20:02:02 +02:00
Initial prototype for Swift 6 mode
This commit is contained in:
@@ -164,7 +164,7 @@ public final class SynchronousDataTransaction: BaseDataTransaction {
|
||||
internal init(
|
||||
mainContext: NSManagedObjectContext,
|
||||
queue: DispatchQueue,
|
||||
sourceIdentifier: Any?
|
||||
sourceIdentifier: (any Sendable)?
|
||||
) {
|
||||
|
||||
super.init(
|
||||
|
||||
Reference in New Issue
Block a user