Skip to content
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

JSON/PropertyList coders userInfo should require Sendable values #764

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jmschonfeld
Copy link
Contributor

This requires that the userInfo values are Sendable since they are stored in Sendable types. The @preconcurrency attribute ensures that this is not an ABI breaking change or a source breaking change for projects using the Swift 5 language mode.

@jmschonfeld
Copy link
Contributor Author

@swift-ci please test

@jmschonfeld
Copy link
Contributor Author

Marking as draft at the moment while we wait on this one - we need to wait for a compiler fix to ensure this isn't source breaking to clients

@jmschonfeld jmschonfeld marked this pull request as draft July 25, 2024 23:27
@jmschonfeld jmschonfeld marked this pull request as ready for review August 21, 2024 18:46
@jmschonfeld
Copy link
Contributor Author

@swift-ci please test

@jmschonfeld jmschonfeld marked this pull request as draft August 22, 2024 16:24
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.

3 participants