Skip to content

[Concurrency] Don't diagnose nonisolated(unsafe) properties during flow isolation. #73308

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
Apr 27, 2024

Conversation

hborla
Copy link
Member

@hborla hborla commented Apr 27, 2024

Properties declared with nonisolated(unsafe) are always safe to access from anywhere.

Resolves #73294

@hborla
Copy link
Member Author

hborla commented Apr 27, 2024

@swift-ci please smoke test

@jumhyn-browser
Copy link

Thank you!

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.

Cannot access nonisolated(unsafe) var property of actor from init
2 participants