SourceKitten
SourceKitten copied to clipboard
An adorable little framework and command line tool for interacting with SourceKit.
I decided to punt that in #57.
Is it possible to run SourceKitten on iOS? Thank you!
Hi folks, As SourceKitten is using SourceKit, is it possible to create the app that is sandboxed and can still use SourceKitten? I mean the app that can be distributed...
Is it possible to use the sourcekitten framework in an app submitted to the App Store? Obviously, App Store apps need to be sandboxed. Unfortunately, simply turning that on doesn't...
I had been doing some corrections for this which is still off but sometimes more than 1 now. One solution I thought was to use the new function in kitten...
https://github.com/realm/SwiftLint/blob/4aad7e14b477b4f25eb47f7d46577d614ce16924/Source/SwiftLintFramework/Protocols/Rule.swift#L97 gets parsed as ```swift func violationRanges(in file: File, kind: KindType, ``` instead of ```swift func violationRanges(in file: SwiftLintFile, kind: KindType, dictionary: SourceKittenDictionary) -> [NSRange] ```
Hi @jpsim I was discussing with you on the #405 issue, I'm actually creating my swift framework and I want to make my classes and methods declarations visible to my...
Hi! I'm using sourcekitten to generate docs for a project with multiple modules. However, the vast majority of modules depend on a couple similar modules. Is there a way to...
Getting following errors, I have tried latest version (24). `let task = Process()` > Use of unresolved identifier 'Process' ``` if #available(macOS 10.13, *) { options = [.prettyPrinted, .sortedKeys] }...
I am not able to use `sourcekitten doc` on ubuntu 18.04 using Swift 5.1. I get this uninformative crash: ``` Parsing Dimension.swift (1/15) fish: “sourcekitten doc --spm-module N…” terminated by...