From 533396a8f63128a3633924d40ffe82415a7feab9 Mon Sep 17 00:00:00 2001 From: Alex Dioso Date: Tue, 23 Jun 2026 12:18:59 -0700 Subject: [PATCH 1/2] Update Swift version support in documentation These two issues seem to indicate that Swift v6 is supported? * https://github.com/dependabot/dependabot-core/issues/10754 * https://github.com/dependabot/dependabot-core/issues/13485 --- data/reusables/dependabot/supported-package-managers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/dependabot/supported-package-managers.md b/data/reusables/dependabot/supported-package-managers.md index d88bc67765c3..3fa63d500d78 100644 --- a/data/reusables/dependabot/supported-package-managers.md +++ b/data/reusables/dependabot/supported-package-managers.md @@ -53,7 +53,7 @@ pipenv | `pip` | 2024.4.1 | {% octicon "check" aria-label=" | {% ifversion dependabot-sbt-support %} | [sbt](#sbt) | `sbt` | Not applicable | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | | {% endif %} | -[Swift](#swift) | `swift` | v5 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} (git only) | {% octicon "x" aria-label="Not supported" %} | +[Swift](#swift) | `swift` | v6 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} (git only) | {% octicon "x" aria-label="Not supported" %} | [Terraform](#terraform) | `terraform` | >= 0.13, <= 1.13.x | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | Not applicable | | {% ifversion dependabot-uv-security-support %} | uv | `uv` | v0 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | Not applicable | From 451558755e536bff9ecd26beb6bc85b4d940d1b3 Mon Sep 17 00:00:00 2001 From: Alex Dioso Date: Tue, 23 Jun 2026 14:49:36 -0700 Subject: [PATCH 2/2] Update Swift version from v5 to v6 --- .../supply-chain-security/dependabot-options-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/code-security/reference/supply-chain-security/dependabot-options-reference.md b/content/code-security/reference/supply-chain-security/dependabot-options-reference.md index 0a80784755ac..7214f142641d 100644 --- a/content/code-security/reference/supply-chain-security/dependabot-options-reference.md +++ b/content/code-security/reference/supply-chain-security/dependabot-options-reference.md @@ -598,7 +598,7 @@ Package manager | YAML value | Supported versions | | {% ifversion dependabot-sbt-support %} | | sbt | `sbt` | Not applicable | | {% endif %} | -| Swift | `swift` | v5 | +| Swift | `swift` | v6 | | Terraform | `terraform` | >= 0.13, <= 1.10.x | | uv | `uv` | v0 | | {% ifversion dependabot-vcpkg-support %} |