Files
sourcekit-lsp/Sources/InProcessClient/InProcessSourceKitLSPClient.swift
Alex Hoppen c43cffd044 Change all variables that are Atomic* types to not be nonisolated(unsafe)
Since the `Atomic*` types can not be marked as `Sendable` (because they aren’t C structs), we can change the variables to constants and can remove `nonisolated(unsafe)`.
2024-06-07 08:49:10 -07:00

3.0 KiB