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.
17
17
18
18
### As a standalone project
19
19
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.
23
22
24
23
Since the bindings rely on LLVM headers, you will need a fresh checkout of LLVM
25
24
locally. Both upstream LLVM
@@ -33,7 +32,7 @@ process, run the following command:
33
32
```
34
33
cmake -G Ninja \
35
34
-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 \
37
36
-D LLVM_DIR={PATH_TO_LLVM_BUILD_ROOT}/lib/cmake/llvm \
38
37
-B {PATH_TO_BUILD_ROOT}
39
38
```
You can’t perform that action at this time.
0 commit comments