Swift 5.5 proposals:
- SE-0296: Async/await
- SE-0297: Concurrency Interoperability with Objective-C
- SE-0298: Async/Await: Sequences
- SE-0300: Continuations for interfacing async tasks with synchronous code
- SE-0302: Sendable and @Sendable closures
- SE-0304: Structured concurrency
- SE-0306: Actors
- SE-0310: Effectful read-only properties
- SE-0311: Task Local Values
- SE-0313: Improved control over actor isolation
- SE-0314:
AsyncStream
andAsyncThrowingStream
- SE-0316: Global actors
- SE-0317: async let
Ongoing efforts: