wiki:XcodeVersionInfo

Version 35 (modified by RJVB (René Bertin), 11 years ago) (diff)

--

Xcode Version Information

This is a place to record various bits of information pertaining to a release of Xcode, including the build number and versions of llvm-gcc and clang.

Adding new entries

First make sure the versions of your installed Xcode and Command Line Tools match each other! You can upgrade the Command Line Tools from the tab "Downloads" in the preferences window of Xcode.app.

Then run the following command to generate a new entry and copy it directly to your clipboard for pasting it into this wiki page:

echo -e "=== $(/usr/bin/xcodebuild -version |head -n1) ===\n * '''Xcode''': $(/usr/bin/xcodebuild -version |tail -1)\n * '''llvm-gcc''': $(/usr/bin/llvm-gcc --version |head -1)\n * '''clang''': $(/usr/bin/clang --version |head -n1)" |tee /dev/tty |pbcopy

The toolchain version of the Xcode releases are also documented on Wikipedia.

OS X 10.8

Xcode 4.6.2

  • Xcode: Build version 4H1003
  • llvm-gcc: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
  • clang: Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)

Xcode 4.6.1

  • Xcode: Build version 4H512
  • llvm-gcc: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
  • clang: Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn)

Xcode 4.6

  • Xcode: Build version 4H127
  • llvm-gcc: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
  • clang: Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)

Xcode 4.5.2

  • Xcode: Build version 4G2008a
  • llvm-gcc: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
  • clang: Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)

Xcode 4.5.1

  • Xcode: Build version 4G1004
  • llvm-gcc: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
  • clang: Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)

Xcode 4.5

  • Xcode: Build version 4G182
  • llvm-gcc: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
  • clang: Apple clang version 4.1 (tags/Apple/clang-421.11.65) (based on LLVM 3.1svn)

Mac OS X 10.7

Xcode 4.6.2

  • Xcode: Build version 4H1003
  • llvm-gcc: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
  • clang: Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)

Xcode 4.6.1

  • Xcode: Build version 4H512
  • llvm-gcc: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
  • clang: Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn)

Xcode 4.6

  • Xcode: Build version 4H127
  • llvm-gcc: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
  • clang: Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)

Xcode 4.5.2

  • Xcode: Build version 4G2008a
  • llvm-gcc: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
  • clang: Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)

Xcode 4.5.1

  • Xcode: Build version 4G1004
  • llvm-gcc: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
  • clang: Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)

Xcode 4.5

  • Xcode: Build version 4G182
  • llvm-gcc: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
  • clang: Apple clang version 4.1 (tags/Apple/clang-421.11.65) (based on LLVM 3.1svn)

Xcode 4.3.3

  • Xcode: Build version 4E3002
  • llvm-gcc: i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)
  • clang: Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)

Mac OS X 10.6

Xcode 3.2 + Xcode 3.2.1

  • gcc4 is 4.0.1 (Apple build 5493)
  • gcc42 is 4.2.1 (Apple build 5646)

Xcode 3.2.5

  • gcc4 is 4.0.1 (Apple build 5494)
  • gcc42 is 4.2.1 (Apple build 5664)

Xcode 3.2.6

  • Xcode: BuildVersion: 10M2518
  • llvm-gcc: i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.6)
  • clang: Apple clang version 1.7 (tags/Apple/clang-77) (based on LLVM 2.9svn)
  • gcc-4.2: i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
  • gcc-4.0: i686-apple-darwin10-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5494)

Xcode 4.2

  • Xcode: BuildVersion: 4C199
  • llvm-gcc: i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
  • clang: Apple clang version 3.0 (tags/Apple/clang-211.10.1) (based on LLVM 3.0svn)

Mac OS X 10.5

Xcode 2.5

  • gcc4 is 4.0.1 (Apple build 5370)

Xcode 3.0

  • gcc-4.0: i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)

Xcode 3.1

  • gcc4 is 4.0.1
  • gcc42 is 4.2.1

Xcode 3.1.1

  • gcc4 is 4.0.1 (Apple build 5488)
  • gcc42 is 4.2.1 (Apple build 5564)

Xcode 3.1.2

  • gcc4 is 4.0.1 (Apple build 5490)
  • gcc42 is 4.2.1 (Apple build 5566)

Xcode 3.1.3

  • Xcode: BuildVersion: 9M2736
  • gcc-4.0: i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)
  • gcc-4.2: i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5574)
  • llvm-gcc: i686-apple-darwin9-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5555) (LLVM build 2064.3)

Xcode 3.1.4

  • Xcode: BuildVersion: 9M2809
  • gcc-4.0: i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)
  • gcc-4.2: i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577)
  • llvm-gcc: i686-apple-darwin9-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5555) (LLVM build 2064.3)

Mac OS X 10.4

Xcode 2.0

  • gcc4 is 4.0.0

Xcode 2.1

  • gcc4 is 4.0.0

Xcode 2.2

  • gcc4 is 4.0.1

Xcode 2.2.1

  • gcc4 is 4.0.1

Xcode 2.3

  • gcc4 is 4.0.1

Xcode 2.4

  • gcc4 is 4.0.1

Xcode 2.4.1

  • gcc4 is 4.0.1

Xcode 2.5

  • gcc4 is 4.0.1 (Apple build 5370)