diff --git a/utils/build.ps1 b/utils/build.ps1 index 1f9e5eb7687c4..39320bd1000d6 100644 --- a/utils/build.ps1 +++ b/utils/build.ps1 @@ -3638,7 +3638,7 @@ function Build-ArgumentParser([Hashtable] $Platform) { -Bin (Get-ProjectBinaryCache $Platform ArgumentParser) ` -InstallTo "$($Platform.ToolchainInstallRoot)\usr" ` -Platform $Platform ` - -UseBuiltCompilers Swift ` + -UseBuiltCompilers Swift,C ` -SwiftSDK (Get-SwiftSDK -OS $Platform.OS -Identifier $Platform.DefaultSDK) ` -Defines @{ BUILD_SHARED_LIBS = "YES"; diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index fb33ced5695ad..02b96daf62827 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -148,7 +148,7 @@ "swift-tools-protocols": "0.0.9", "swift-tools-support-core": "main", "swiftpm": "main", - "swift-argument-parser": "1.5.1", + "swift-argument-parser": "1.6.1", "swift-atomics": "1.2.0", "swift-collections": "1.1.6", "swift-crypto": "3.12.5",