Skip to content

Disable @Sendable inference on imported completion handler parameters. #60112

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

Conversation

DougGregor
Copy link
Member

@Sendable on completion handlers imported from Objective-C has been
implemented for a while, but has been disabled in production builds
due to a number of problems we've encountered with rolling it out.
Disable it on the Swift 5.7 branch to better reflect the real 5.7.

`@Sendable` on completion handlers imported from Objective-C has been
implemented for a while, but has been disabled in production builds
due to a number of problems we've encountered with rolling it out.
Disable it on the Swift 5.7 branch to better reflect the real 5.7.
@DougGregor DougGregor requested a review from a team as a code owner July 18, 2022 21:47
@DougGregor
Copy link
Member Author

@swift-ci please test

@DougGregor DougGregor merged commit ce84893 into swiftlang:release/5.7 Jul 19, 2022
@DougGregor DougGregor deleted the disable-sendable-completion-handlers-5.7 branch July 19, 2022 01:50
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