mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-06-24 12:21:58 +02:00
1b7f310e92
ThreadSafeBox.init takes `consuming sending Value`, so its argument must be region-isolated. Without `sending` on this init's parameter, callers in some build configurations couldn't satisfy the sending requirement and triggered SendingRisksDataRace.