Skip to content

Commit 7342676

Browse files
committed
Add Sendable conformance
1 parent 51417db commit 7342676

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
@@ -47,7 +47,7 @@ public extension ModelStorage {
4747
// MARK: - ModelData
4848

4949
/// CoreModel Object Instance
50-
public struct ModelData: Equatable, Hashable, Identifiable, Codable {
50+
public struct ModelData: Equatable, Hashable, Identifiable, Codable, Sendable {
5151

5252
public let entity: EntityName
5353

0 commit comments

Comments
 (0)