You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many of the executeSwift* command helpers accept a build system
provider, which was defaulted to the native build system. Since we are
augmenting the tests to also run against the SwiftBuild, setting a
default value may lead to an undesirable test behaviour.
Update all the executeSwift* commands to no set a default build system
provider, and update SwiftBuild tests accordingly.
// The `cache` directory is in the plugin’s directory and is where the plugin script runner caches compiled plugin binaries and any other derived information for this plugin.
245
+
// The `cache` directory is in the plugin's directory and is where the plugin script runner caches compiled plugin binaries and any other derived information for this plugin.
return"multiple packages (\(packagesDescriptions.joined(separator:", "))) declare products with a conflicting name: '\(product)’; product names need to be unique across the package graph"
377
+
return"multiple packages (\(packagesDescriptions.joined(separator:", "))) declare products with a conflicting name: '\(product)'; product names need to be unique across the package graph"
return"multiple packages ('\(packages)') declare targets with a conflicting name: '\(target)’; target names need to be unique across the package graph"
114
+
return"multiple packages ('\(packages)') declare targets with a conflicting name: '\(target)'; target names need to be unique across the package graph"
0 commit comments