Skip to content

Commit 136bf54

Browse files
committed
Suppress concurrency warnings for CoreData
1 parent 055ea46 commit 136bf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CoreDataModel/NSPersistentContainer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#if canImport(CoreData)
99
import Foundation
10-
import CoreData
10+
@preconcurrency import CoreData
1111
import CoreModel
1212

1313
@available(macOS 12, iOS 15, watchOS 8, tvOS 15, *)

0 commit comments

Comments
 (0)