OS X build image update: Xcode 8.3 beta, open source image specification

,

In the next few days we will roll out the new OS X build image. In this update we have:

  • Added Xcode 8.3 beta
  • Upgraded the host OS to macOS Sierra
  • Updated all pre-installed Ruby gems, including fastlane, to the latest version

Open source image specification

We have published the project that we use to collect data on the OS X image. You can now check out how we are testing the OS X image releases, suggest improvements to our test coverage, and view the diff between the current release and the next one.

You can find the detailed description of the new image release right here: https://github.com/circleci/macos-image-tests/pull/1.

Watch this post to get updates on this release

We will update this post with the status of the release as soon as we have new data. You can change the notification settings for this post right below on this page—setting that to “Watching” is a great way to stay up-to-date on the new release.

10 Likes

Amazing @alexey . Thanks for continuing to improv OS X testing, and for open sourcing that suite!

2 Likes

Quick update on the image release process: because of the major OS upgrade (we had to upgrade to Sierra at this point) the image spent longer in production testing than we initially expected.

We are now testing the version of the image that contains Xcode 8.3 beta 2 which was released earlier today. We are aiming for pushing Xcode 8.3 beta 2 to production this week.

Quick Update on the image release:

During the roll-out of the image, we noticed a number of issues that were not highlighted by our testing, the most prominent of which are:

  • Xcode 7.x on Sierra cannot release to the App Store in some cases
  • Some dependencies would not build due to the major OS upgrade

After identifying the problems, we were left with three options:

  1. Release the 8.3 Beta and the Sierra image, and risk breaking Xcode 7
  2. Release the 8.3 Beta on El Capitan, and risk breaking Xcode 8.3
  3. Modify the platform to support multiple images in production

We decided to go with option 3, and start to run multiple images on our macOS fleet. This has required extra engineering effort that is still currently underway, but this will allow us to provide a much more deterministic and reliable environment in the future, while also allowing us to dramatically reduce the lead time on new Xcode versions, by releasing images that are specific to a given Xcode version, that will automatically be used based on your circle.yml Xcode configuration.

2 Likes

is it enough to just do

machine:
  xcode:
    version: 8.3

in our circle.yml? i can’t get it to work.

1 Like

The final version of Xcode 8.3 was released today. What timeline can we expect for having the container image updated with this version?

3 Likes

Also looking to get a build up with 8.3 specific features using our regular CI process - when should we expect it to be available?

1 Like

We are finalizing the Xcode 8.3 release and will update this thread once the image is in production. Thank you so much for your patience.

4 Likes

We have just released the support for Xcode 8.3, please read more about it in this post. Thanks!

3 Likes