Skip to content

[Sema] Fix nonisolated(nonsending) combined with sending modifier#89273

Open
xedin wants to merge 1 commit into
swiftlang:mainfrom
xedin:rdar-177435927
Open

[Sema] Fix nonisolated(nonsending) combined with sending modifier#89273
xedin wants to merge 1 commit into
swiftlang:mainfrom
xedin:rdar-177435927

Conversation

@xedin
Copy link
Copy Markdown
Contributor

@xedin xedin commented May 20, 2026

nonisolated(nonsending) is currently represented as a bit on TypeAttrSet so in order to avoid inferring it when it's already explicitly specified the attributes have to be propagated down the type chain through sending.

Resolves: rdar://177435927

`nonisolated(nonsending)` is currently represented as a bit on `TypeAttrSet`
so in order to avoid inferring it when it's already explicitly specified the
attributes have to be propagated down the type chain through `sending`.

Resolves: rdar://177435927
@xedin
Copy link
Copy Markdown
Contributor Author

xedin commented May 20, 2026

@swift-ci please test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant