What version of Xcode 26 beta is being used by SPI? #3868
-
My DevFoundation package is failing to build. It requires Swift 6.2, and builds fine locally and on GitHub Actions (Xcode 26 beta 6+, Swift 6.2.0.19.9), but fails on SPI. What version of Xcode 26 beta is being used by SPI? With Xcode 26’s imminent release, I assume there’s not much appetite to update to a later beta, but it would be helpful to know nonetheless. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @prachigauriar, and I'm sorry you're seeing problems with your compatibility builds. You're correct that the beta we're using is not up to date. We currently compile Swift 6.2 with beta 1 of Xcode 26, so if you rely on anything newer than that then it will fail. We won't be updating the beta version before the final release of Xcode 26, but we will run a full re-build with the release version of Xcode 26 when that comes out, which shouldn't be too much of a wait. |
Beta Was this translation helpful? Give feedback.
-
Great, thank you! |
Beta Was this translation helpful? Give feedback.
Hi @prachigauriar, and I'm sorry you're seeing problems with your compatibility builds. You're correct that the beta we're using is not up to date. We currently compile Swift 6.2 with beta 1 of Xcode 26, so if you rely on anything newer than that then it will fail.
We won't be updating the beta version before the final release of Xcode 26, but we will run a full re-build with the release version of Xcode 26 when that comes out, which shouldn't be too much of a wait.