xcode-build-server icon indicating copy to clipboard operation
xcode-build-server copied to clipboard

a build server protocol implementation for integrate xcode with sourcekit-lsp

Results 17 xcode-build-server issues
Sort by recently updated
recently updated
newest added

I'm using VSCode. Every time I change my code, I have to wait about 3-4s to see the suggesstion

Currently it provides pure support if a file has a compile errors in a module I ran xcode like `export SOURCEKIT_LOGGING=3 && /Applications/Xcode.app/Contents/MacOS/Xcode` to investigate the compile flags sending to...

I've had issues with source kit since swift 6.2 update. I had to downgrade it but have you also experienced it?

When working with more complex projects `Xcode-build-server` (XBS) doesn't work as well. For example I have a project with iOS, macOS, and Widget targets. When I run the XBS `config`...

I'm attempting to run ``` xcode-build-server config -workspace /Users/williamvabrinskas/Documents/xcode/NumSwift/.swiftpm/xcode/package.xcworkspace -scheme NumSwift ``` In my swift package directory however I'm shown this error: ``` Traceback (most recent call last): File "/opt/homebrew/bin/xcode-build-server",...

Fix: SwiftPM/CocoaPods source files in SourcePackages/checkouts/* were indexed with MacOSX.sdk because the upward search never found a .compile-* file. Change: findSwiftModuleRoot() accepts an optional start directory. On a miss, InferFlagsForSwift()...

I originally opened this as [an issue on the sourcekit-lsp repo,](https://github.com/swiftlang/sourcekit-lsp/issues/2185) at the time not really sure where this functionality belonged. I was told it'd be part of the BSP...