I'm surprised we didn't get any big changes to Swift last year since WWDC 22's logo was the Swift logo
There were tons of big changes to Swift last year...actors, async/await and the other concurrency stuff are massive, and there were loads of major changes to make generics and protocols more intuitive for new users.
The development of swift is public, just read the blog or visit the evolution forums at swift.org. The important stuffs we're likely to see at WWDC 2023 are more generics improvements, macros, regex apis and regex-builders, and if we're lucky, the beginnings of variadic generics. If you're feeling brave, you could even contribute to the discussions and change the course of swift yourself
I still want to see xcode get decent refactoring tools. Once you get used to something like ReSharper/Ryder or even VS's tools these days, being stuck with xcode's offerings is *painful*, and with a type system as strong as swift's, there's not really any excuse.