We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@retroactive
1 parent 36bbdd0 commit 611f9b5Copy full SHA for 611f9b5
Sources/SourceKitD/DynamicallyLoadedSourceKitD.swift
@@ -16,7 +16,11 @@ import SKSupport
16
17
import struct TSCBasic.AbsolutePath
18
19
+#if compiler(<5.11)
20
+extension DLHandle: @unchecked Sendable {}
21
+#else
22
extension DLHandle: @unchecked @retroactive Sendable {}
23
+#endif
24
extension sourcekitd_api_keys: @unchecked Sendable {}
25
extension sourcekitd_api_requests: @unchecked Sendable {}
26
extension sourcekitd_api_values: @unchecked Sendable {}
0 commit comments