When setting xcode-select to Xcode 15.4 and request a diagnostics on a document it successfully decodes and items are returned. However When using Xcode 16 the items array is empty. I have turned on SOURCEKIT_LOGGING=3 to see a bit more of what is going on within sourcekit-lsp and it seems to be able to report an error as expected.
I wasn't able to track down an decoding issue as the data seen in the response also shows no items.

When setting
xcode-selectto Xcode 15.4 and request a diagnostics on a document it successfully decodes and items are returned. However When using Xcode 16 the items array is empty. I have turned onSOURCEKIT_LOGGING=3to see a bit more of what is going on withinsourcekit-lspand it seems to be able to report an error as expected.I wasn't able to track down an decoding issue as the data seen in the response also shows no items.