Open soranoba opened 2 months ago
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
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