RLovelett / langserver-swift

A Swift implementation of the open Language Server Protocol.
Apache License 2.0
177 stars 16 forks source link

Cannot compile release #15

Closed RLovelett closed 7 years ago

RLovelett commented 7 years ago

Running swift build -Xswiftc -target -Xswiftc x86_64-apple-macosx10.11 -c release fails to compile on master.

I've reported this to bugs.swift.org as SR-4253. Unfortunately until either a fix or a work-around is found no release can currently be made.

Created an issue here to track it as well.

johndpope commented 7 years ago

presumably resolved.

RLovelett commented 7 years ago

Yes it is! Thanks @johndpope 👍

It makes now makes the requirement for the software become Swift 3.1.1 because that is the release that includes the fix for SR-4253.

I'll leave this open until I update the README. Thanks for mentioning it.