Skip to content

Commit d342707

Browse files
Kohki Mikigiginet
authored andcommitted
Add Sendable to FileRuleDescription
1 parent ad7b5ce commit d342707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageLoading/TargetSourcesBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ public struct FileRuleDescription: Sendable {
567567
/// A rule semantically describes a file/directory in a target.
568568
///
569569
/// It is up to the build system to translate a rule into a build command.
570-
public enum Rule: Equatable {
570+
public enum Rule: Equatable, Sendable {
571571
/// The compile rule for `sources` in a package.
572572
case compile
573573

0 commit comments

Comments
 (0)