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 cb497bd commit 3adfd92Copy full SHA for 3adfd92
Sources/PackageLoading/TargetSourcesBuilder.swift
@@ -563,11 +563,11 @@ public struct TargetSourcesBuilder {
563
}
564
565
/// Describes a rule for including a source or resource file in a target.
566
-public struct FileRuleDescription {
+public struct FileRuleDescription: Sendable {
567
/// A rule semantically describes a file/directory in a target.
568
///
569
/// It is up to the build system to translate a rule into a build command.
570
- public enum Rule: Equatable {
+ public enum Rule: Equatable, Sendable {
571
/// The compile rule for `sources` in a package.
572
case compile
573
0 commit comments