With Swift 6.0 and the Swift 6 language mode now released, Swift language development under the Language Steering Group is now focused on three major areas: making Swift Concurrency easier to approach and adopt, providing powerful low-level language and library tools for high-performance programming and constrained environments, and improving language interoperability, especially with C++ and Java. The Swift 6 language mode provides a strong base for Swift Concurrency, but many developers are...
Bring back currying!
I’m guessing partial function application goes directly against the goal of improving concurrency, though. So I won’t hold my breath.