@preconcurrnecy
doesn't downgrade SendableMetatype
error
#81739
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
concurrency
Feature: umbrella label for concurrency language features
Description
We need a way to stage in the required change of
SendableMetatype
without breaking existing clients similar to how we were able to do this withSendable
.Reproduction
The following code produces an error even though
@preconcurrency
is added to the method in an attempt to downgrade the error:Expected behavior
I expect that
@preconcurrency
downgrades this to an errorEnvironment
Latest swift nightly and 6.2 snapshot
Additional information
No response
The text was updated successfully, but these errors were encountered: