From ffca6ca106c6f270aa59169d487aa7bd155b96df Mon Sep 17 00:00:00 2001 From: Rintaro Ishizaki Date: Mon, 15 Dec 2025 16:20:17 -0800 Subject: [PATCH 1/2] Don't test with swift-5.x in Publish Release workflow swift-format only supports 6.x+ toolchains --- .github/workflows/publish_release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 5304f0d4..66665139 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -102,6 +102,8 @@ jobs: matrix: release: [true, false] with: + linux_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}, {\"swift_version\": \"5.10\"}]" + windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]" linux_pre_build_command: | git config --global --add safe.directory "$(realpath .)" git config --local user.name 'swift-ci' From e3bd69f34c778b4b12bf1eac4da5f10e17bb6e8a Mon Sep 17 00:00:00 2001 From: Rintaro Ishizaki Date: Mon, 15 Dec 2025 17:06:08 -0800 Subject: [PATCH 2/2] Add Holly Borla to code owners --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index b1e1991a..925b7fa1 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -8,7 +8,7 @@ # See https://swift.org/CONTRIBUTORS.txt for Swift project authors # -* @allevato @hamishknight @rintaro +* @allevato @hborla @hamishknight @rintaro -.github/ @shahmishal -.swiftci/ @shahmishal +.github/ @hborla @shahmishal +.swiftci/ @hborla @shahmishal