Skip to content

[Serialization] Move nonisolated(nonsending) isolation kind above g… #83047

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
Jul 15, 2025

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Jul 14, 2025

…lobal actor one

Global actor kind also appends type offset that indicates what global actor to use with the type. All of the isolation kinds should be placed above it to make sure that there is never a clash when i.e. MainActor is serialized as id 1.

Resolves: rdar://153487603

…lobal actor one

Global actor kind also appends type offset that indicates what
global actor to use with the type. All of the isolation kinds
should be placed above it to make sure that there is never a
clash when i.e. `MainActor` is serialized as id `1`.

Resolves: rdar://153487603
@xedin
Copy link
Contributor Author

xedin commented Jul 14, 2025

@swift-ci please test

@xedin xedin merged commit a5f1d3d into swiftlang:main Jul 15, 2025
5 checks passed
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