Xcode 26.1 RC (Release Candidate) Released

The Xcode 26.1 RC image has been released and can be selected as follows:

macos:
    xcode: 26.1.0




Apple Developer Documentation

Xcode 26.1 RC Release Notes | Apple Developer Documentation


:information_source: Apple Silicon VM Image Info :information_source:

Xcode 26.1 RC Build version 17B54 is installed at /Applications/Xcode-26.1.app

The full manifest of installed software can be found here

1 Like

As of this update I’m running into an issue with a Ruby gem (coveralls-lcov) that uses Net:HTTP to perform a POST, it is failing with an SSL error and this appears to be related:

And this

After digging through the above issues, it seems that the fix for the current macOS environment on Circle CI (OpenSSL 3.6.0 and Ruby 3.4.6) is to explicitly add OpenSSL to your Gemfile as this should be fixed in 3.3.1 of the openssl gem (Ruby 3.4.6 is bundled with 3.3.0).

It might be helpful if CircleCI could update their images to include this version of the openssl gem by default?

1 Like