Update Swift version support in documentation#44893
Conversation
These two issues seem to indicate that Swift v6 is supported? * dependabot/dependabot-core#10754 * dependabot/dependabot-core#13485
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
There was a problem hiding this comment.
Pull request overview
Updates the Dependabot “supported package managers” reusable to reflect Swift 6 support, aligning the published supported-ecosystems documentation with current Dependabot Swift tooling.
Changes:
- Updated the Swift entry in the supported package managers table from v5 to v6.
| [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" %} | |
These two issues and pull request seem to indicate that Swift v6 is supported?
Why:
#44892
Closes: 44892
What's being changed (if available, include any code snippets, screenshots, or gifs):
Bumping the Swift version from v5 to v6.
Check off the following: