We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
await waitUntil { done in let blockOperation = BlockOperation {} blockOperation.completionBlock = { // Compile-error (Swift6): Assigning non-sendable parameter 'done' to a @Sendable closure done() } queue.addOperation(asyncOperation) }
done compatible with Sendable
done does not compatible with Sendable
List the software versions you're using:
Please also mention which package manager you used and its version. Delete the other package managers in this list:
pod --version
None
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What did you do?
What did you expect to happen?
done compatible with Sendable
What actually happened instead?
done does not compatible with Sendable
Environment
List the software versions you're using:
Please also mention which package manager you used and its version. Delete the
other package managers in this list:
pod --version
in Terminal)Project that demonstrates the issue
None
The text was updated successfully, but these errors were encountered: