Skip to content

Commit 1002781

Browse files
committed
Update recommended toolchain
The latest toolchain has some issues on Linux (and on macOS we need an update to match it). Update the instructions in the meantime.
1 parent 2b641cb commit 1002781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SourceKit-LSP is an implementation of the [Language Server Protocol](https://mic
77

88
SourceKit-LSP is under heavy development! The best way to try it out is to build it from source. You will also need a Swift development toolchain and an editor that supports LSP.
99

10-
1. Install the latest [Trunk Development (master)](https://swift.org/download/#trunk-development-master) toolchain from Swift.org. Set the environment variable `SOURCEKIT_TOOLCHAIN_PATH` to the absolute path to the toolchain or otherwise configure your editor to use this toolchain. See [Toolchains](#toolchains) for more information.
10+
1. Install the `swift-DEVELOPMENT-SNAPSHOT-2018-11-01-a` toolchain snapshot from https://swift.org/download/. Set the environment variable `SOURCEKIT_TOOLCHAIN_PATH` to the absolute path to the toolchain or otherwise configure your editor to use this toolchain. See [Toolchains](#toolchains) for more information.
1111

1212
2. Build the language server executable `sourcekit-lsp` using `swift build`. See [Building](#building-sourcekit-lsp) for more information.
1313

@@ -51,7 +51,7 @@ SourceKit-LSP depends on tools such as `sourcekitd` and `clangd`, which it loads
5151

5252
### Recommended Toolchain
5353

54-
Use the latest [Trunk Development (master)](https://swift.org/download/#trunk-development-master) toolchain snapshot from Swift.org. SourceKit-LSP is still early in its development and we are actively adding functionality to the toolchain to support it. Using an older toolchain, such as a Swift-4.2 toolchain, is likely to be missing important functionality.
54+
Use the `swift-DEVELOPMENT-SNAPSHOT-2018-11-01-a` toolchain snapshot from https://swift.org/download/#snapshots. It can be found under "Older Snapshots" as "November 1, 2018". SourceKit-LSP is still early in its development and we are actively adding functionality to the toolchain to support it.
5555

5656
### Selecting the Toolchain
5757

0 commit comments

Comments
 (0)