Skip to content
Discussion options

You must be logged in to vote

Prebuilts are really the only solution, and are enabled by default in Xcode 26. Unfortunately it's hard to tell when they're properly available for the right combination of swift-syntax and Xcode, but they do work. Fortunately, a debug build of swift-syntax should only add about 10 - 15 seconds to your build. Unfortunately, the debug macro processes are pretty slow, so the more macros you use the more painful it is. You can also check to make sure you have the new Xcode 26 build caching system turned on in your project settings, it helps quite a bit with repeated swift-syntax builds. I'll see if I can figure where they keep the prebuilt manifests now and make sure they're properly available.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kaiengelhardt
Comment options

@kaiengelhardt
Comment options

Answer selected by kaiengelhardt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants