Any updates about SwiftSyntax, the swift library, in WWDC25?

Asked on 06/13/2025

1 search

At WWDC 2025, there were updates related to SwiftSyntax, particularly in the context of improving build performance. In the session titled "What’s new in Swift," it was mentioned that the latest releases of Swift Package Manager (SwiftPM) and Xcode now support prebuilt Swift syntax dependencies. This optimization eliminates an expensive build step, significantly reducing clean build times, especially for projects using macro-based APIs. This is particularly beneficial in continuous integration environments. If you own a package that provides macros, your clients can take advantage of this optimization as long as the package depends on a tagged release of Swift syntax. You can find more details in the session What’s new in Swift (04:40).