Skip to content

Commit c518817

Browse files
authored
Mark ClangPrefixInfo as trivially Sendable (#68)
1 parent c687d6a commit c518817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SWBCore/Specs/Tools/CCompiler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class AbstractCCompilerSpec : CompilerSpec, SpecIdentifierType, GCCCompatibleCom
3535
}
3636
}
3737

38-
public struct ClangPrefixInfo: Serializable, Hashable, Encodable {
38+
public struct ClangPrefixInfo: Serializable, Hashable, Encodable, Sendable {
3939
let input: Path
4040
let pch: PCHInfo?
4141

0 commit comments

Comments
 (0)