Questions tagged [sourcekit]
27 questions
1
vote
1 answer
Access FTP Server like Dropbox API does
In my quest for a suitable Cloud IDE, I came across SourceKit, a Chrome extension that lets you edit your Dropbox files using the Ace/Bespin syntax highlighter. It's great! Except I don't really use my dropbox public folder as my web server :/
So I…

Tobias Fünke
- 2,034
- 3
- 24
- 38
1
vote
0 answers
How can I override the path for clang for SourceKit?
In Xcode, I can easily override which clang path to use with CC=... in a .xcconfig file. However, this setting doesn't seem to apply to SourceKit. Any ideas how to use a custom clang path for SourceKit?

meisel
- 2,151
- 2
- 21
- 38
1
vote
2 answers
SourceKit Plugins
I've been playing with SourceKit, which is an awesome Chrome app for editing your Dropbox files using the Ajax.org Code Editor. In the release notes for version 0.5 and the readme, the author says
Arbitrary Javascript "plugins" are loaded post…

tghw
- 25,208
- 13
- 70
- 96
1
vote
0 answers
XCode 7.1.1 always indexing
I am typing one character into a code and XCode starts indexing , processing files. This for about 30 seconds and in this time it is nearly unusable. The SourcekitService is on high CPU during indexing.
I already tried to disable Indexing…

mcfly soft
- 11,289
- 26
- 98
- 202
1
vote
0 answers
SourceKitService Terminated error results in compiler error
I am using Ray Wenderlich's Storyboard tutorial part 1 to learn how to use storyboards, and I'm doing it in Swift. So I'm transferring the following code, which is located in the AppDelegate.swift file, from
UITabBarController *tabBarController =…

almel
- 7,178
- 13
- 45
- 58
0
votes
1 answer
no such module 'PackageDescription' sourcekitd - Ubuntu
I am having trouble to configure SourceKit-LSP on Visual Studio Code.
Sourcekit kas issues on fingding 'PackageDescription' module, even it can find some core modules like 'Foundation', 'FoundationXML', 'DispatchIntrospection' etc.

Mamphir
- 325
- 2
- 15
0
votes
1 answer
no such module SWXMLHash while building SourceKitten
I cloned SourceKitten from github and when I open the project in Xcode, I am not able to build
In class Clang+SourceKitten.swift, I am getting No such module SWXMLHash
I have tried running swift build and make install from command line, which works…

prabodhprakash
- 3,825
- 24
- 48
0
votes
0 answers
Unable to debug a framework in Xcode 8
I have a framework project I built in debug mode. I added such resulting framework to another iOS project. My iOS project builds correctly and the framework is called, I get its methods results. However, some of the results are not the expected and…

AppsDev
- 12,319
- 23
- 93
- 186
0
votes
1 answer
Xcode, big array of NsDictionary consume all my RAM
i have a problem with my new app. I have to get and parse a big xml from a WebService, using XmlToDictionary to make all easier.
When i try to build my app, if i look in the task manager, the is a task ("SourceKit") which consumes all my…

Leonardo
- 218
- 4
- 17
0
votes
1 answer
Swift 3.0 - How to build Sourcekit and Sourcekitten in Ubuntu 14.04?
What are the steps in building Sourcekit and Sourcekitten for the stable release version of Swift 3.0? Thanks in advance.
Note: Dependencies and other tools for building are already installed as per https://github.com/apple/swift

Ram
- 508
- 3
- 13
0
votes
0 answers
AWSiOSSDKv2.framework w/ Swift Language = SourceKitService Terminated and Error 254
I'm trying to utilize Amazon's AWSiOSSDKv2.framework in my Swift Application.
I've set up the SDK like Amazon's docs suggest.
Now, I'm trying to get started with S3; I'm following along with the README, but at step 4 I get the immensely frustrating…

Ryan
- 195
- 2
- 14
-1
votes
1 answer
Error building sourcekit-lsp on Ubuntu WSL
I am trying to build sourcekit-lsp on my Ubuntu WSl. Successfully installed swift swift-5.2.5-RELEASE-ubuntu20.04
amal@DESKTOP-CJJEUS7:~/sourcekit-lsp$swift --version
Swift version 5.2.5 (swift-5.2.5-RELEASE)
Target: x86_64-unknown-linux-gnu
And…

Amalendu Kar
- 458
- 1
- 6
- 17