Skip to content

Commit

Permalink
Added an easy Sendable conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoarment committed Mar 17, 2024
1 parent ba13453 commit 54119eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Blackbird/BlackbirdModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public protocol BlackbirdModel: Codable, Equatable, Identifiable, Hashable, Send
static var invalidRowDataMigrationResolution: BlackbirdModelMigrationErrorAction { get }
}

public enum BlackbirdModelMigrationErrorAction {
public enum BlackbirdModelMigrationErrorAction: Sendable {
/// Throw a ``BlackbirdTableError/impossibleMigration(type:description:)`` error.
case throwError

Expand Down

0 comments on commit 54119eb

Please sign in to comment.