Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

Space Sea Lion

Latest
Compare
Choose a tag to compare
@RLovelett RLovelett released this 07 May 14:04
· 25 commits to master since this release
32356cf

There are a few significant changes with this release.

  • It adds support for the hover method of the Language Server Protocol textdocument/hover.
  • Additionally it uses libSwiftPM to parse Package.swift to determine dependencies.
  • It depends on Swift 3.1.1.

Binary

The attached binary was built using the command swift build -Xswiftc -static-stdlib -Xswiftc -target -Xswiftc x86_64-apple-macosx10.11 -c release using the swift-3.1.1 toolchain on macOS Sierra 10.12.5.

Of course you can always build it locally on your macOS system.

$ git clone https://github.com/RLovelett/langserver-swift.git
$ git checkout 0.2.0
$ swift build -Xswiftc -static-stdlib -Xswiftc -target -Xswiftc x86_64-apple-macosx10.11 -c release