mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Enables upcoming features that aim to provide a more approachable path to Swift Concurrency: - `DisableOutwardActorInference` - `GlobalActorIsolatedTypesUsability` - `InferIsolatedConformances` - `InferSendableFromCaptures` - `NonisolatedNonsendingByDefault` Resolves: rdar://166244164