Closed
Description
If I add warn-concurrency
and enable-actor-data-race-check
as swiftSettings
for AsyncAlgorithms
target I get some warnings. This is on macOS Ventura (13.0 Beta (22A5331f)) and using Xcode 14.0 beta 5 (14A5294e).
.unsafeFlags([
"-Xfrontend", "-warn-concurrency",
"-Xfrontend", "-enable-actor-data-race-checks",
])
It feels like such a serious and great project like this ought to lead the way in terms of correctness of structured concurrency, so I expect:
- These flags to be enabled
- Packages, or at least the public one
AsyncAlgorithms
to not have any concurrency warnings.
Metadata
Metadata
Assignees
Labels
No labels