Skip to content

Commit 58c4a9b

Browse files
authored
Merge pull request #35 from apple/egorzhdan/update-readme
Update readme with the Swift version requirement
2 parents b38c9e3 + 6442dc5 commit 58c4a9b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2423
Since the bindings rely on LLVM headers, you will need a fresh checkout of LLVM
2524
locally. Both upstream LLVM
@@ -33,7 +32,7 @@ process, run the following command:
3332
```
3433
cmake -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
```

0 commit comments

Comments
 (0)