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.
2 parents 6170714 + 68c431e commit ce2635bCopy full SHA for ce2635b
utils/swift_build_support/swift_build_support/build_script_invocation.py
@@ -629,10 +629,10 @@ def compute_product_pipelines(self):
629
is_enabled=self.args.build_swiftpm)
630
builder.add_product(products.SwiftSyntax,
631
is_enabled=self.args.build_swiftsyntax)
632
- builder.add_product(products.SKStressTester,
633
- is_enabled=self.args.build_skstresstester)
634
builder.add_product(products.SwiftFormat,
635
is_enabled=self.args.build_swiftformat)
+ builder.add_product(products.SKStressTester,
+ is_enabled=self.args.build_skstresstester)
636
builder.add_product(products.SwiftEvolve,
637
is_enabled=self.args.build_swiftevolve)
638
builder.add_product(products.IndexStoreDB,
0 commit comments