Skip to content

Commit 3043d7d

Browse files
committed
DatabaseUUIDEncodingStrategy is Sendable
Fix #1567
1 parent d2dd757 commit 3043d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GRDB/Record/EncodableRecord.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ public enum DatabaseDateEncodingStrategy {
585585
/// var uuid: UUID
586586
/// }
587587
/// ```
588-
public enum DatabaseUUIDEncodingStrategy {
588+
public enum DatabaseUUIDEncodingStrategy: Sendable {
589589
/// The strategy that uses formatting from the UUID type.
590590
///
591591
/// It encodes UUIDs as 16-bytes data blobs.

0 commit comments

Comments
 (0)