swiftlang / sourcekit-lsp

Language Server Protocol implementation for Swift and C-based languages
Apache License 2.0
3.2k stars 264 forks source link

[6.0] Send `SIGKILL` to `swift-frontend` indexing processes #1525

Closed ahoppen closed 1 week ago

ahoppen commented 1 week ago

If a task running waitUntilExitStoppingProcessOnTaskCancellation is cancelled and the process doesn’t terminate on a SIGINT after 2 seconds, kill it.

ahoppen commented 1 week ago

@swift-ci Please test