Skip to content

Commit fe73095

Browse files
Add note about cmake conflict with Swift due to bug
Co-authored-by: Max Desiatov <[email protected]>
1 parent a8875a7 commit fe73095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The output will either state that no Swift SDKs are available, or produce a list
3131
The generator depends on the following dependencies to be installed on macOS:
3232

3333
- `xz`: used for more efficient downloading of package lists for Ubuntu. If `xz` is not found, the generator will fallback on `gzip`.
34-
- `cmake` and `ninja`: required for building LLVM native for versions of Swift before 6.0.
34+
- `cmake` and `ninja`: required for building LLVM native for versions of Swift before 6.0. _*NOTE: if you're building the Swift toolchain outside of Swift SDK Generator, you'll have to uninstall Homebrew CMake or remove it from your `PATH` before invoking toolchain's `build-script` due to [swiftlang/swift#83060](https://github.com/swiftlang/swift/pull/83060).*_
3535
- `zstd`: required to decompress certain downloaded artifacts that use [Zstandard](https://github.com/facebook/zstd) compression.
3636

3737
These dependencies can be installed from the `Brewfile`:

0 commit comments

Comments
 (0)