Skip to content

Commit

Permalink
Patches for Swift 6 (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams authored Nov 25, 2024
1 parent 31475b7 commit 734e7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FrontEnd/TypedProgram.swift
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public struct TypedProgram {
}

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

/// The sources to check.
private let sources: [TranslationUnit.ID]
Expand Down

0 comments on commit 734e7be

Please sign in to comment.