This repository has been archived by the owner on Dec 17, 2018. It is now read-only.
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 parsePackage.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