Skip to content

[SE-0331][stdlib] Mark unsafe pointer conformances to Sendable as explicitly unavailable #69114

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 3 commits into from
Oct 11, 2023

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Oct 11, 2023

This is a preferred way to make sure that Sendable inference doesn't
happen for these types because they are marked as @frozen.

Resolves: rdar://101980108

@xedin xedin changed the title [SE-0331] Mark unsafe pointer conformances to Sendable as explicitly unavailable [SE-0331][stdlib] Mark unsafe pointer conformances to Sendable as explicitly unavailable Oct 11, 2023
@xedin
Copy link
Contributor Author

xedin commented Oct 11, 2023

@swift-ci please test

xedin added 3 commits October 10, 2023 17:42
…unavailable

This is a preferred way to make sure that Sendable inference doesn't
happen for these types because they are marked as @Frozen.
@xedin
Copy link
Contributor Author

xedin commented Oct 11, 2023

@swift-ci please test

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