Skip to content

[Concurrency] NonisolatedNonsendingByDefault: Migration applies only to the current module declarations #82173

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 2 commits into from
Jun 12, 2025

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Jun 11, 2025

Prevent migration from handling declarations that come from a
module different from the current one, this is primarily a
problem for swiftinterfaces that can get rebuilt when the module
is imported by a model that has migration mode enabled.

Resolves: rdar://152687353

xedin added 2 commits June 11, 2025 00:06
…to the current module declarations

Prevent migration from handling declarations that come from a
module different from the current one, this is primarily a
problem for swiftinterfaces that can get rebuilt when the module
is imported by a model that has migration mode enabled.

Resolves: rdar://152687353
@xedin xedin requested a review from AnthonyLatsis June 11, 2025 07:12
@xedin
Copy link
Contributor Author

xedin commented Jun 11, 2025

@swift-ci please test

1 similar comment
@xedin
Copy link
Contributor Author

xedin commented Jun 11, 2025

@swift-ci please test

@xedin xedin merged commit 5e17762 into swiftlang:main Jun 12, 2025
5 checks passed
xedin added a commit to xedin/swift that referenced this pull request Jun 12, 2025
…check higher

This is a follow-up to swiftlang#82173
which moves the check higher to make it an early exist.
xedin added a commit to xedin/swift that referenced this pull request Jun 12, 2025
…check higher

This is a follow-up to swiftlang#82173
which moves the check higher to make it an early exist.

(cherry picked from commit f0502c2)
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.

2 participants