swiftlang / sourcekit-lsp

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

Add log messages to track target preparation #1478

Closed ahoppen closed 3 weeks ago

ahoppen commented 3 weeks ago

These should help us figure out the root cause of rdar://129698768 if we hit it again.

ahoppen commented 3 weeks ago

@swift-ci Please test

ahoppen commented 2 weeks ago

The additional logging helped find the underlying issue: https://github.com/apple/sourcekit-lsp/pull/1499