Skip to content

Commit 72051f9

Browse files
committed
Add Sendable conformance to ModelStorage
1 parent 79679c9 commit 72051f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CoreModel/Store.swift

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

99
/// CoreModel Store Protocol
10-
public protocol ModelStorage {
10+
public protocol ModelStorage: AnyObject, Sendable {
1111

1212
/// Fetch managed object.
1313
func fetch(_ entity: EntityName, for id: ObjectID) async throws -> ModelData?

0 commit comments

Comments
 (0)