Results 29 comments of SolaWing

> Not sure if we want to have this as files can move to another folder/target/rename/delete etc and it's not something that xcode build server should handle, if you need...

for repo which build fast, trigger incremental build to update flags and index, indeed is a much reliable way. It should be default and recommend to most users. async parser...

@wojciech-kulik you can check your log to see how time spending. if your new-file module is at first compile, then real-time log parser may be help to update the flags...

> As I understand, to introduce this "hack" it would require changes on your side, right? Yes, flags is editor independent, and only I can pass the final flags to...

@fireplusteam how reproduce the case? xcode-build-server will watch buildServer.json and it’s compile files, when the file updated, xcode-build-server will reload to notify lap new flags. normally this should works, including...

> [server.py.zip](https://github.com/SolaWing/xcode-build-server/files/14666205/server.py.zip) I did that change and it started to work fine with parse -a @fireplusteam seems you comment out branch and always treat as xcode kind.. it seems not...

I found that LSP did request flags for generated swiftinterface.. so now it became what flags the swiftinterface should use. as swiftInterface framework not belong to any target and sourcefile......

is it support other BSP or only Swift Package Manager?

Thank you for your response. here may need a doctor command to auto check environment and tip user how to fix it.