There's often been talks like "What's New in Swift", but they don't necessarily coincide with new releases of Swift. They may just summarise what happened in the Swift releases since last WWDC. Sometimes releases do coincide though
Can't really think of language features I want from Swift that aren't in there already though. Tooling around it on the other hand - GitHub Copilot working with Xcode for one thing could be rather sweet. Also, Xcode launching faster and the previews reloading faster. Given how many extensions I have and how much is interpreted, it's almost shameful that VSCode with a web based project can launch so much faster and recompile my SvelteKit to reload the preview in the watching browser as quickly as it can compared to Xcode being so slow for native projects. Though I do have respect for it being more difficult to show a quick preview when you need to compile to native vs. the simple Svelte(TS)->JS compilation the web project needs to do. So it's mainly the launch times that's a real concern that can be feasibly addressed.