Xcode 11.5 Beta 1 Released

The Xcode 11.5 Beta 1 image has just been released and can be selected as follows:

macos:
    xcode: 11.5.0

Note: Large macOS executors may experience some queuing for a while after release as we continue to roll out the image to the fleet. Medium executors should not be affected

A note about Python

Python 2 has been included in this image - you can call Python 2 with python and pip , while Python 3 can be called with python3 and pip3 . However, Python 2 has been officially deprecated by Homebrew. We have installed Python 2 in this image by using a custom Tap. This should be a valid workaround for now, but will fully removed from our Xcode images once we move to the next major macOS version.

The main changes in this image are:

  • Xcode is 11.5 (11N605c) installed at /Applications/Xcode-11.5.beta.app
  • Command Line Tools 11.5.0.0.1.1587847098
  • NodeJS 14.1.0 - updated from 13.13.0

Minor software changes:

  • Ruby 2.5.8, 2.6.6, 2.7.1 (available to chruby )
  • Git 2.26.2
  • Fastlane 2.146.1
  • OpenJDK 1.8.0_252

The full manifest of installed software can be found here.