We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30ed41b + a5dc73e commit 3eb445cCopy full SHA for 3eb445c
Guide.docc/IncrementalAdoption.md
@@ -340,6 +340,7 @@ __attribute__((swift_attr(“@Sendable”)))
340
__attribute__((swift_attr(“@_nonSendable”)))
341
__attribute__((swift_attr("nonisolated")))
342
__attribute__((swift_attr("@UIActor")))
343
+__attribute__((swift_attr("sending")))
344
345
__attribute__((swift_async(none)))
346
__attribute__((swift_async(not_swift_private, COMPLETION_BLOCK_INDEX))
@@ -357,6 +358,7 @@ NS_SWIFT_SENDABLE
357
358
NS_SWIFT_NONSENDABLE
359
NS_SWIFT_NONISOLATED
360
NS_SWIFT_UI_ACTOR
361
+NS_SWIFT_SENDING
362
363
NS_SWIFT_DISABLE_ASYNC
364
NS_SWIFT_ASYNC(COMPLETION_BLOCK_INDEX)
0 commit comments