Skip to content

Commit 992d1a8

Browse files
committed
Make MyContiguousCollectionAttachable sendable
1 parent 6746d4b commit 992d1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TestingTests/AttachmentTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ final class MySecureCodingAttachable: NSObject, NSSecureCoding, Test.Attachable,
617617
}
618618
}
619619

620-
struct MyContiguousCollectionAttachable: Collection, ContiguousBytes, Test.Attachable {
620+
struct MyContiguousCollectionAttachable: Collection, ContiguousBytes, Test.Attachable, Sendable {
621621
private var _utf8: String.UTF8View
622622

623623
var string: String {

0 commit comments

Comments
 (0)