Skip to content

[5.5][Concurrency] Actor cannot conform to global actor isolated protocol #37413

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2021

Conversation

xedin
Copy link
Contributor

@xedin xedin commented May 13, 2021

Cherry-pick of #37395


  • Explanation:

Attempting to conform an actor to a global actor isolated protocol
creates a clash in isolation when members are accessed so, let's
detect and diagnose that.

Resolves: rdar://75849035
(cherry picked from commit ecfff76)

Attempting to conform an actor to a global actor isolated protocol
creates a clash in isolation when members are accessed so, let's
detect and diagnose that.

Resolves: rdar://75849035
(cherry picked from commit ecfff76)
@xedin xedin added the r5.5 label May 13, 2021
@xedin
Copy link
Contributor Author

xedin commented May 13, 2021

@swift-ci please test

@xedin xedin merged commit 70cd356 into swiftlang:release/5.5 May 14, 2021
@AnthonyLatsis AnthonyLatsis added 🍒 release cherry pick Flag: Release branch cherry picks swift 5.5 labels Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍒 release cherry pick Flag: Release branch cherry picks swift 5.5
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants