mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-09-10 03:41:47 +02:00
Initial prototype for Swift 6 mode
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import CoreData
|
||||
@preconcurrency import CoreData
|
||||
|
||||
|
||||
// MARK: - CoreStoreError
|
||||
@@ -32,7 +32,7 @@ import CoreData
|
||||
/**
|
||||
All errors thrown from CoreStore are expressed in `CoreStoreError` enum values.
|
||||
*/
|
||||
public enum CoreStoreError: Error, CustomNSError, Hashable {
|
||||
public enum CoreStoreError: Error, CustomNSError, Hashable, @unchecked Sendable {
|
||||
|
||||
/**
|
||||
A failure occured because of an unknown error.
|
||||
|
||||
Reference in New Issue
Block a user