Update CI to use Xcode 16.4 and 26.0.1#306
Conversation
63d1744 to
4d1e926
Compare
|
@skorulis-ap @bradfol could yall review + update the required checks in github to match the new ones?
|
4d1e926 to
142db4b
Compare
|
Looks like there's something causing the tests to fail but it's hard to see what the actual issue is. These CI jobs have been causing problems for a while and changes that work fine locally cause the compiler to crash, but I haven't had time to dig into what the actual issue is. |
|
@skorulis-ap yeah seems like some signal is killing the tests in 26.0.1. do we want to just merge this and #305 to unblock consumers from using new swift-syntax and then fix CI |
#305 is merged, that should be all you need to unblock right? |
142db4b to
cf936e8
Compare
|
I figured out the failing test and disabled it in this PR. I've updated the branch rules to now wait for these jobs instead |

This updates CI to use a manual
xcode-selectand base tests on the Xcode version. This removes the need for a customsetup-swiftaction which can be stale/unmaintained (see: swift-actions/setup-swift#767)Currently tests on Xcode 16.4 and Xcode 26.0.1