Skip to content

Commit bbe1310

Browse files
author
David Ungar
committed
format
1 parent a408fd3 commit bbe1310

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,13 @@ The required version of Xcode changes frequently, and is often a beta release.
104104
Check this document or the host information on <https://ci.swift.org> for the
105105
current required version.
106106

107-
Swift's build tooling is meant to support spaces in the paths passed to them, but using spaces sometimes tickles bugs in Swift's build scripts or the tools they rely on. For example, https://bugs.swift.org/browse/SR-13441 is caused by a space in the Xcode path used on macOS. If you see Swift's build tooling misbehave due to a space in a path, please report the bug on the Swift bug tracker and then change the path to work around it.
107+
Swift's build tooling is meant to support spaces in the paths passed to them,
108+
but using spaces sometimes tickles bugs in Swift's build scripts or the tools
109+
they rely on. For example, [SR-13441](https://bugs.swift.org/browse/SR-13441)
110+
is caused by a space in the Xcode path used on macOS. If you see Swift's build
111+
tooling misbehave due to a space in a path, please
112+
[report the bug on the Swift bug tracker](https://swift.org/contributing/#reporting-bugs)
113+
and then change the path to work around it.
108114

109115
You will also need [CMake](https://cmake.org) and [Ninja](https://ninja-build.org),
110116
which can be installed via a package manager:

0 commit comments

Comments
 (0)