[docs] GettingStarted: Send readers to ci.swift.org for the min Xcode version

This inline Xcode version is a maintenance bother with no apparent
justification, and shall it ever fall out of sync (like right now), it can
start causing build failures for newcomers.
This commit is contained in:
Anthony Latsis
2023-09-29 11:19:54 +03:00
parent 140caf63be
commit e52589f175

View File

@@ -136,11 +136,10 @@ toolchain as a one-off, there are a couple of differences:
### macOS
1. Install [Xcode 13 beta 4][Xcode] or newer:
The required version of Xcode changes frequently and is often a beta release.
Check this document or the host information on <https://ci.swift.org> for the
current required version.
2. Install [CMake][], [Ninja][] and [Sccache][]:
1. Install Xcode. The minimum required version is specified in the node
information on <https://ci.swift.org>, may change frequently, and is often
a beta release.
1. Install [CMake][], [Ninja][] and [Sccache][]:
- Via [Homebrew][] (recommended):
```sh
brew install cmake ninja sccache