File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,8 @@ Swift/C++ Interoperability evolves.
1717
1818### As a standalone project
1919
20- A [ Swift Development Snapshot] ( https://www.swift.org/download/#snapshots )
21- toolchain is required to build the project. Using the latest available trunk
22- snapshot is recommended.
20+ A [ Swift toolchain] ( https://www.swift.org/download/ ) is required to build the
21+ project. The minimum supported Swift version is 5.9.
2322
2423Since the bindings rely on LLVM headers, you will need a fresh checkout of LLVM
2524locally. Both upstream LLVM
@@ -33,7 +32,7 @@ process, run the following command:
3332```
3433cmake -G Ninja \
3534 -D CMAKE_BUILD_TYPE=Debug \
36- -D CMAKE_Swift_COMPILER=/Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-{YYYY-MM-DD} .xctoolchain/usr/bin/swiftc \
35+ -D CMAKE_Swift_COMPILER=/Library/Developer/Toolchains/swift-xyz .xctoolchain/usr/bin/swiftc \
3736 -D LLVM_DIR={PATH_TO_LLVM_BUILD_ROOT}/lib/cmake/llvm \
3837 -B {PATH_TO_BUILD_ROOT}
3938```
You can’t perform that action at this time.
0 commit comments