From 08101f976622d1920ac32827e4e7be3090491f70 Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Fri, 19 Sep 2025 00:44:30 +0900 Subject: [PATCH 1/2] chore: update .swift-format to match the default in Swift 6.2 --- .swift-format | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.swift-format b/.swift-format index c203695..70e7248 100644 --- a/.swift-format +++ b/.swift-format @@ -21,11 +21,7 @@ ] }, "prioritizeKeepingFunctionOutputTogether" : true, - "reflowMultilineStringLiterals" : { - "never" : { - - } - }, + "reflowMultilineStringLiterals" : "never", "respectsExistingLineBreaks" : true, "rules" : { "AllPublicDeclarationsHaveDocumentation" : false, From e102e47f50f1f4e1874d59cbdb0c71fcd00a09af Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Fri, 19 Sep 2025 00:45:50 +0900 Subject: [PATCH 2/2] ci: bump Swift to 6.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index feab38a..f7b0abc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: jobs: lint: runs-on: ubuntu-24.04-arm - container: swift:6.1 + container: swift:6.2 steps: - uses: actions/checkout@v5 - run: swift format lint -rsp .