-
I add a case of Bool instead of checking if it is Bool in the case of NSNumber, which results in an error. And vscode reports "Crash 5 times" if I don't fix it.
-
Swift can be used for sever side coding now (via openwhisk for instance). I'd like to use Atom and the swift plugins (language-swift, swift-debugger, autocomplete-swift) for this instead of using Xco…
-
Was trying to take a stab at writing a client for swift using https://github.com/RLovelett/langserver-swift.
```
(use-package lsp-mode :ensure t
:config
(lsp-define-stdio-client lsp-swift
…
-
Curious if it makes more sense to &key every argument in lsp-define-stdio-client (and the tcp one).
As someone trying to write a lsp client, the parameter arguments were a little tricky to grok at …
-
Mac OS 10.12
Apple Swift version 3.0.2 (swiftlang-800.0.63 clang-800.0.42.1)
Target: x86_64-apple-macosx10.9
/Applications/Xcode.app/Contents/Developer/usr/bin/lldb "--repl=-target x86_64-apple-m…
-
It would be helpful to have a wiki page where we can list any efforts that are working on either a client side or a server side implementation of the protocol.
It's a key information to convince peop…
-
-
Maybe just a simple outlet with a json payload dump to show off what's under the hood?
I'm keen to decipher the payloads and repurpose them.
this is an ios window -> https://github.com/PTEz/Lumber…
-
Yeah, this is probably a big one. But its not 100% accurate to say that all swift files in a directory are part of or should provide completion data. A Package.swift( and xcodeproj....👻 ) is the mecha…
-
I still can't compile (tried the new 3.0.2 release and the 12/8 Snapshot). This time for a reason I really don't get?
```
> swift build -c release -Xswiftc -target -Xswiftc x86_64-apple-macosx10.1…