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.
1 parent 31475b7 commit 02a00f3Copy full SHA for 02a00f3
Sources/FrontEnd/TypedProgram.swift
@@ -129,7 +129,7 @@ public struct TypedProgram {
129
}
130
131
/// The type checking of a collection of source files.
132
- private final class TypeCheckTask: Operation {
+ private final class TypeCheckTask: Operation, @unchecked Sendable {
133
134
/// The sources to check.
135
private let sources: [TranslationUnit.ID]
0 commit comments