-
| | |
|------------------|-----------------|
|Previous ID | SR-10190 |
|Radar | None |
|Original Reporter | @norio-nomur…
-
Flow can tell me when I write a bad line of JavaScript. nuclide-swift should be able to tell me when I write Swift code that won't compile.
This kind of works already. Check out the following screens…
-
I have tried with a lot of different swift files, and I always get back the same error:
```
[bhatfield Jobs]% sourcekitten index --file Job.swift
The operation couldn’t be completed. (SourceKitte…
-
I tried the complete version from documentation but with my current SDK.
`sourcekitten complete --text "import UIKit ; UIColor." --offset 22 -- -target arm64-apple-ios16.0-simulator -sdk /Application…
-
macOS 10.12.6
Xcode 9.0 beta 3
make fails with the following:
cd ./SourceKittenWrapper && swift build -c release
Fetching https://github.com/jpsim/SourceKitten.git
Fetching https://github.com/Car…
-
I'm seeing a swiftc compiler crash only when compiling my project with Bazel.
Here's some of the relevant output:
```
ERROR: /opt/homebrew/var/buildkite-agent/builds/SwiftLint-Buildkite-1/swift…
-
I'm trying to figure out how to use sourcekitten to parse an app's source and provide useful code completions. I found an old issue (https://github.com/jpsim/SourceKitten/issues/113) but I'm not sure …
-
One of SourceKitten's dependency didn't respect semantic versioning and bumped Swift to v5 without bumping the major version. This makes Bridgecraft builds also depend on the availability of Swift 5 i…
lvsti updated
5 years ago
-
Use [this approach](https://github.com/kelvin13/atomic-blonde/blob/master/cpp/blonde.cpp) to calling into SourceKit, rather than using sourcekitten.
-
`sourcekitten structure` returns wrong `key.length` when unicode characters are used after string interpolation. Here is an example:
`sourcekitten structure --text 'class Foo { var blah: String { s…