From badfcbbb82c0a7ff98ca9562cfb919f6c1c4c1bb Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Thu, 11 Dec 2025 11:07:22 +0100 Subject: [PATCH 1/2] Add Swift Configuration --- projects.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/projects.json b/projects.json index 0a6aea49..072b3785 100755 --- a/projects.json +++ b/projects.json @@ -5367,5 +5367,30 @@ ] } ] + }, + { + "repository": "Git", + "url": "https://github.com/apple/swift-configuration", + "path": "swift-configuration", + "branch": "main", + "maintainer": "honza@apple.com", + "compatibility": [ + { + "version": "6.2", + "commit": "3528deb75256d7dcbb0d71fa75077caae0a8c749" + } + ], + "platforms": [ + "Darwin", + "Linux" + ], + "actions": [ + { + "action": "BuildSwiftPackage", + "configuration": "release", + "build_tests": "true", + "tags": "swiftpm" + } + ] } ] From 3aa2d531c556fbe96e05557ae0fbd7ff3bef6184 Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Thu, 11 Dec 2025 11:23:50 +0100 Subject: [PATCH 2/2] Update Swift 6.2.1 --- project_precommit_check | 7 +++++++ projects.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/project_precommit_check b/project_precommit_check index c5405522..fe84b656 100755 --- a/project_precommit_check +++ b/project_precommit_check @@ -128,6 +128,13 @@ supported_configs = { 'Target: x86_64-apple-macosx14.0\n', 'description': 'Xcode 15.4 (contains Swift 5.10.0)', 'branch': 'swift-5.10-branch' + }, + '6.2.1': { + 'version': 'Apple Swift version 6.2.1 ' + '(swiftlang-6.2.1.4.8 clang-1700.4.4.1)\n' + 'Target: arm64-apple-macosx26.0\n', + 'description': 'Xcode 26.1.1 (contains Swift 6.2.1)', + 'branch': 'swift-6.2-branch' } }, # NOTE: Linux isn't fully supported yet diff --git a/projects.json b/projects.json index 072b3785..3dc76d03 100755 --- a/projects.json +++ b/projects.json @@ -5376,7 +5376,7 @@ "maintainer": "honza@apple.com", "compatibility": [ { - "version": "6.2", + "version": "6.2.1", "commit": "3528deb75256d7dcbb0d71fa75077caae0a8c749" } ],