From 3eab5ff8c028bb05195a04d0b5cbf76149a4c14a Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Wed, 28 May 2025 08:36:24 -0700 Subject: [PATCH 1/2] [Release] Swift 6.1.2 --- _data/builds/swift_releases.yml | 61 +++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/_data/builds/swift_releases.yml b/_data/builds/swift_releases.yml index 2ee52827c..fc615d0d8 100644 --- a/_data/builds/swift_releases.yml +++ b/_data/builds/swift_releases.yml @@ -2119,3 +2119,64 @@ archs: - x86_64 - arm64 +- name: "6.1.2" + tag: swift-6.1.2-RELEASE + xcode: Xcode 16.3 + xcode_release: true + date: 2025-05-27 + platforms: + - name: Ubuntu 20.04 + platform: Linux + docker: 6.1.2-focal + archs: + - x86_64 + - aarch64 + - name: Ubuntu 22.04 + platform: Linux + docker: 6.1.2-jammy + archs: + - x86_64 + - aarch64 + - name: Ubuntu 24.04 + platform: Linux + docker: 6.1.2-noble + archs: + - x86_64 + - aarch64 + - name: Debian 12 + platform: Linux + docker: 6.1.2-bookworm + archs: + - x86_64 + - aarch64 + - name: Fedora 39 + platform: Linux + docker: 6.1.2-fedora39 + archs: + - x86_64 + - aarch64 + - name: Amazon Linux 2 + platform: Linux + docker: 6.1.2-amazonlinux2 + archs: + - x86_64 + - aarch64 + - name: Red Hat Universal Base Image 9 + platform: Linux + docker: 6.1.2-rhel-ubi9 + dir: ubi9 + archs: + - x86_64 + - aarch64 + - name: Windows 10 + platform: Windows + docker: 6.1.2-windowsservercore-ltsc2022 + archs: + - x86_64 + - arm64 + - name: Static SDK + platform: static-sdk + checksum: df0b40b9b582598e7e3d70c82ab503fd6fbfdff71fd17e7f1ab37115a0665b3b + archs: + - x86_64 + - arm64 \ No newline at end of file From 11347027deb1495a5ea97285eff2b2e70e24c2b5 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Wed, 28 May 2025 10:52:40 -0700 Subject: [PATCH 2/2] Update swift_releases.yml --- _data/builds/swift_releases.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/builds/swift_releases.yml b/_data/builds/swift_releases.yml index fc615d0d8..3a83c8108 100644 --- a/_data/builds/swift_releases.yml +++ b/_data/builds/swift_releases.yml @@ -2121,9 +2121,9 @@ - arm64 - name: "6.1.2" tag: swift-6.1.2-RELEASE - xcode: Xcode 16.3 + xcode: Xcode 16.4 xcode_release: true - date: 2025-05-27 + date: 2025-05-28 platforms: - name: Ubuntu 20.04 platform: Linux @@ -2179,4 +2179,4 @@ checksum: df0b40b9b582598e7e3d70c82ab503fd6fbfdff71fd17e7f1ab37115a0665b3b archs: - x86_64 - - arm64 \ No newline at end of file + - arm64