Swift: Update supported versions in the documentation#20757
Merged
jketema merged 2 commits intogithub:mainfrom Nov 5, 2025
Merged
Swift: Update supported versions in the documentation#20757jketema merged 2 commits intogithub:mainfrom
jketema merged 2 commits intogithub:mainfrom
Conversation
Also document that we need to update the supported versions, so we don't forget it next time around.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the documentation to reflect support for Swift 6.2 and adds a new step in the Swift update process documentation.
- Updated supported Swift versions from 5.4-6.1 to 5.4-6.2
- Added a new step in the updating guide to remind maintainers to update the supported versions documentation for non-patch updates
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| swift/third_party/resources/updating.md | Added step 10 to remind maintainers to update supported versions documentation for non-patch updates |
| docs/codeql/reusables/supported-versions-compilers.rst | Updated Swift version support from 6.1 to 6.2 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
IdrissRio
approved these changes
Nov 5, 2025
Contributor
IdrissRio
left a comment
There was a problem hiding this comment.
Looks good to me 👍 I left a small suggestion, totally up to you.
| 8. Clear `_override` in [`load.bzl`](../load.bzl). | ||
| 9. Add a change note to the [library change note directory](../../ql/lib/change-notes/) that mentions that we now support the Swift version we updated to. | ||
| 10. If this not patch update, then update the [supported versions](../../../docs/codeql/reusables/supported-versions-compilers.rst) with the Swift version we updated to. | ||
| 10. If this is not a patch update, then update the [supported versions](../../../docs/codeql/reusables/supported-versions-compilers.rst) with the Swift version we updated to. |
Contributor
There was a problem hiding this comment.
I would rephrase point number 10 slightly:
If this is not a patch update, update the supported versions to match the Swift version we upgraded to.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also document that we need to update the supported versions, so we don't forget it next time around.