From e33728965d73b15a66add02f92991e806d4a86b2 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Tue, 17 Dec 2024 15:00:41 +0000 Subject: [PATCH] Bump ninja to 1.12.1 to fix Python 3.13 build error New version of ninja includes https://github.com/ninja-build/ninja/issues/2471, which allows building Swift when Python 3.13 is installed --- utils/update_checkout/update-checkout-config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index 1a6217c71c7bb..8379d435fb302 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -45,9 +45,9 @@ "swift-corelibs-xctest": { "remote": { "id": "swiftlang/swift-corelibs-xctest" } }, "swift-corelibs-foundation": { - "remote": { "id": "swiftlang/swift-corelibs-foundation" } }, + "remote": { "id": "swiftlang/swift-corelibs-foundation" } }, "swift-foundation-icu": { - "remote": { "id": "swiftlang/swift-foundation-icu" } }, + "remote": { "id": "swiftlang/swift-foundation-icu" } }, "swift-foundation": { "remote": { "id": "swiftlang/swift-foundation" } }, "swift-corelibs-libdispatch": { @@ -149,7 +149,7 @@ "swift-corelibs-libdispatch": "main", "swift-integration-tests": "main", "swift-xcode-playground-support": "main", - "ninja": "v1.11.1", + "ninja": "v1.12.1", "yams": "5.1.3", "cmake": "v3.30.2", "indexstore-db": "main", @@ -356,7 +356,7 @@ "swift-corelibs-libdispatch": "main", "swift-integration-tests": "main", "swift-xcode-playground-support": "main", - "ninja": "v1.11.1", + "ninja": "v1.12.1", "yams": "5.1.3", "cmake": "v3.30.2", "indexstore-db": "main",