jansorg / swift-plugin

Space of the Swift language support plugin for JetBrains IDEs
35 stars 0 forks source link

XCode compatibility #11

Open jansorg opened 1 year ago

jansorg commented 1 year ago

Status

It's currently unclear if or how compatibility with XCode is possible. Most likely, a deep integration won't be feasible.

Request for Feedback

Please share your thoughts and ideas for an ideal integration with XCode.

humblehacker commented 11 months ago

Maybe you're already aware of this, but here's an example of rudimentary Xcode support for SourceKit-LSP: https://github.com/SolaWing/xcode-build-server. Maybe you can borrow some ideas from there.

jansorg commented 11 months ago

Thanks, I didn‘t know this yet. I‘ll look into this when I get to work on build/compilation support.