From f01e16e864e55a60c10598c1b43d1a6d0f271ffa Mon Sep 17 00:00:00 2001 From: "T. R. Bernstein" Date: Wed, 16 Sep 2026 21:01:26 +0200 Subject: [PATCH] Pin the docs workflow to Swift 6.3 Without a version the setup action installs the latest toolchain. Swift 6.4.0 shipped on 2026-09-15 and the swiftly build cached on the runner cannot install it, so the docs job started failing. --- .github/workflows/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ab813b6..89d0b5e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,6 +26,7 @@ jobs: - name: Set up Swift uses: swift-actions/setup-swift@v3 with: + swift-version: "6.3" skip-verify-signature: true - name: Generate Docs run: |