From 70616b4dead48bdfa9ebb790d88cc1298a27ab33 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Tue, 26 Aug 2025 23:07:32 -0700 Subject: [PATCH 1/5] Update the runtime version to 6.2.0 for Overlay and Supplemental (cherry picked from commit 9f6a789374cf020dc2a242e75a745821b44dafb3) --- Runtimes/Overlay/CMakeLists.txt | 2 +- Runtimes/Supplemental/StringProcessing/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Runtimes/Overlay/CMakeLists.txt b/Runtimes/Overlay/CMakeLists.txt index 030a1c326587d..a0654bac9a075 100644 --- a/Runtimes/Overlay/CMakeLists.txt +++ b/Runtimes/Overlay/CMakeLists.txt @@ -20,7 +20,7 @@ if($ENV{BUILD_NUMBER}) endif() project(SwiftOverlay LANGUAGES C CXX Swift - VERSION 6.1.0${BUILD_NUMBER}) + VERSION 6.2.0${BUILD_NUMBER}) find_package(SwiftCore) diff --git a/Runtimes/Supplemental/StringProcessing/CMakeLists.txt b/Runtimes/Supplemental/StringProcessing/CMakeLists.txt index f9da35e84fbed..a49c5c633834c 100644 --- a/Runtimes/Supplemental/StringProcessing/CMakeLists.txt +++ b/Runtimes/Supplemental/StringProcessing/CMakeLists.txt @@ -10,7 +10,7 @@ if($ENV{BUILD_NUMBER}) endif() project(SwiftStringProcessing LANGUAGES Swift C - VERSION 6.1.0${BUILD_NUMBER}) + VERSION 6.2.0${BUILD_NUMBER}) if(NOT PROJECT_IS_TOP_LEVEL) message(FATAL_ERROR "Swift StringProcessing must build as a standalone project") From 95fefa36e1feead7c220654b3d8fe67f95d3cf28 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Tue, 26 Aug 2025 22:33:55 -0700 Subject: [PATCH 2/5] Update the runtime version to 6.2 (cherry picked from commit 9231f978851e68a0723fc720e3b37e4e785c6f6b) --- Runtimes/Core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtimes/Core/CMakeLists.txt b/Runtimes/Core/CMakeLists.txt index 32dcef799247a..b6a7ba8ba0585 100644 --- a/Runtimes/Core/CMakeLists.txt +++ b/Runtimes/Core/CMakeLists.txt @@ -54,7 +54,7 @@ if($ENV{BUILD_NUMBER}) endif() project(SwiftCore LANGUAGES C CXX Swift - VERSION 6.1.0${BUILD_NUMBER}) + VERSION 6.2.0${BUILD_NUMBER}) # The Swift standard library is not intended for use as a sub-library as part of # another project. It is tightly coupled with the compiler version. From e30e85385bde89c178e3031921a3a6d4ed4efe83 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Wed, 27 Aug 2025 14:38:57 -0700 Subject: [PATCH 3/5] Update Runtimes/Core/CMakeLists.txt to 6.2.1 --- Runtimes/Core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtimes/Core/CMakeLists.txt b/Runtimes/Core/CMakeLists.txt index b6a7ba8ba0585..69e5e12bbabf6 100644 --- a/Runtimes/Core/CMakeLists.txt +++ b/Runtimes/Core/CMakeLists.txt @@ -54,7 +54,7 @@ if($ENV{BUILD_NUMBER}) endif() project(SwiftCore LANGUAGES C CXX Swift - VERSION 6.2.0${BUILD_NUMBER}) + VERSION 6.2.1${BUILD_NUMBER}) # The Swift standard library is not intended for use as a sub-library as part of # another project. It is tightly coupled with the compiler version. From 4e8f952ff57f049899c03df5b3f5a950e8f6bf2c Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Wed, 27 Aug 2025 14:39:13 -0700 Subject: [PATCH 4/5] Update Runtimes/Overlay/CMakeLists.txt to 6.2.1 --- Runtimes/Overlay/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtimes/Overlay/CMakeLists.txt b/Runtimes/Overlay/CMakeLists.txt index a0654bac9a075..cf386a2b9ac13 100644 --- a/Runtimes/Overlay/CMakeLists.txt +++ b/Runtimes/Overlay/CMakeLists.txt @@ -20,7 +20,7 @@ if($ENV{BUILD_NUMBER}) endif() project(SwiftOverlay LANGUAGES C CXX Swift - VERSION 6.2.0${BUILD_NUMBER}) + VERSION 6.2.1${BUILD_NUMBER}) find_package(SwiftCore) From b3e7c68bcd8c60c80edf2a49c3e6c68b49d84208 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Wed, 27 Aug 2025 14:39:24 -0700 Subject: [PATCH 5/5] Update Runtimes/Supplemental/StringProcessing/CMakeLists.txt to 6.2.1 --- Runtimes/Supplemental/StringProcessing/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtimes/Supplemental/StringProcessing/CMakeLists.txt b/Runtimes/Supplemental/StringProcessing/CMakeLists.txt index a49c5c633834c..287387c57a0a4 100644 --- a/Runtimes/Supplemental/StringProcessing/CMakeLists.txt +++ b/Runtimes/Supplemental/StringProcessing/CMakeLists.txt @@ -10,7 +10,7 @@ if($ENV{BUILD_NUMBER}) endif() project(SwiftStringProcessing LANGUAGES Swift C - VERSION 6.2.0${BUILD_NUMBER}) + VERSION 6.2.1${BUILD_NUMBER}) if(NOT PROJECT_IS_TOP_LEVEL) message(FATAL_ERROR "Swift StringProcessing must build as a standalone project")