This repository has been archived by the owner on Dec 17, 2018. It is now read-only.
🦏 Rudimentary Rhinoceros 🦏
- A rudimentary release that implements a subset of language server methods:
Binary
The attached binary was built using the command swift build -c release -Xswiftc -target -Xswiftc x86_64-apple-macosx10.11
using the swift-DEVELOPMENT-SNAPSHOT-2016-12-09-a
toolchain on macOS Sierra 10.12.2 Beta (16C63a).
Of course you can always build it locally on your macOS system.
$ git clone https://github.com/RLovelett/langserver-swift.git
$ git checkout 0.1.0
$ swift build -c release -Xswiftc -target -Xswiftc x86_64-apple-macosx10.11