Skip to content

Commit 02a00f3

Browse files
committed
Patches for Swift 6
1 parent 31475b7 commit 02a00f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FrontEnd/TypedProgram.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public struct TypedProgram {
129129
}
130130

131131
/// The type checking of a collection of source files.
132-
private final class TypeCheckTask: Operation {
132+
private final class TypeCheckTask: Operation, @unchecked Sendable {
133133

134134
/// The sources to check.
135135
private let sources: [TranslationUnit.ID]

0 commit comments

Comments
 (0)