Files
sourcekit-lsp/Sources/Diagnose
Rintaro Ishizaki 83de30d29f Migrate atomic call sites to Synchronization.Atomic and ThreadSafeBox
Replace AtomicBool/UInt8/UInt32/Int32 from
ToolsProtocolsSwiftExtensions with Synchronization.Atomic<T> where
the storage is a static, module-level let, or class stored property.
For local lets captured by @Sendable closures (where Atomic's
~Copyable nature prevents capture), use ThreadSafeBox<T> instead.
2026-05-21 10:58:34 -07:00
..
2025-10-31 14:11:11 -07:00
2025-10-31 14:11:11 -07:00
2025-12-02 12:27:27 +00:00
2025-12-02 12:27:27 +00:00
2025-05-12 15:48:45 +02:00
2025-12-02 12:27:27 +00:00