Skip to content

Commit 3eb445c

Browse files
authored
Merge pull request #133 from apple/mattmassicotte/sending-attribute
sending attribute was missing
2 parents 30ed41b + a5dc73e commit 3eb445c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Guide.docc/IncrementalAdoption.md

+2
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ __attribute__((swift_attr(“@Sendable”)))
340340
__attribute__((swift_attr(“@_nonSendable”)))
341341
__attribute__((swift_attr("nonisolated")))
342342
__attribute__((swift_attr("@UIActor")))
343+
__attribute__((swift_attr("sending")))
343344
344345
__attribute__((swift_async(none)))
345346
__attribute__((swift_async(not_swift_private, COMPLETION_BLOCK_INDEX))
@@ -357,6 +358,7 @@ NS_SWIFT_SENDABLE
357358
NS_SWIFT_NONSENDABLE
358359
NS_SWIFT_NONISOLATED
359360
NS_SWIFT_UI_ACTOR
361+
NS_SWIFT_SENDING
360362
361363
NS_SWIFT_DISABLE_ASYNC
362364
NS_SWIFT_ASYNC(COMPLETION_BLOCK_INDEX)

0 commit comments

Comments
 (0)