Skip to content

Commit

Permalink
Merge pull request #16502 from github/MathiasVP-patch-1
Browse files Browse the repository at this point in the history
Swift: Remove beta label
  • Loading branch information
MathiasVP authored Jul 15, 2024
2 parents 5da3fb5 + 29e9c05 commit 1c33698
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ Analyzing data flow in Swift

You can use CodeQL to track the flow of data through a Swift program to places where the data is used.

.. include:: ../reusables/swift-beta-note.rst

About this article
------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Basic query for Swift code

Learn to write and run a simple CodeQL query using Visual Studio Code with the CodeQL extension.

.. include:: ../reusables/swift-beta-note.rst
.. include:: ../reusables/vs-code-basic-instructions/setup-to-run-queries.rst

About the query
Expand Down
2 changes: 0 additions & 2 deletions docs/codeql/codeql-language-guides/codeql-for-swift.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ CodeQL for Swift

Experiment and learn how to write effective and efficient queries for CodeQL databases generated from Swift codebases.

.. include:: ../reusables/swift-beta-note.rst

.. toctree::
:hidden:

Expand Down
2 changes: 0 additions & 2 deletions docs/codeql/query-help/codeql-cwe-coverage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ CodeQL CWE coverage

You can view the full coverage of MITRE's Common Weakness Enumeration (CWE) or coverage by language for the latest release of CodeQL.

.. include:: ../reusables/swift-beta-note.rst

About CWEs
##########

Expand Down
2 changes: 0 additions & 2 deletions docs/codeql/query-help/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ View the query help for the queries included in the ``default``, ``security-exte
- :doc:`CodeQL query help for Ruby <ruby>`
- :doc:`CodeQL query help for Swift <swift>`

.. include:: ../reusables/swift-beta-note.rst

.. pull-quote:: Information

Each query help article includes:
Expand Down
2 changes: 0 additions & 2 deletions docs/codeql/reusables/supported-frameworks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,6 @@ and the CodeQL library pack ``codeql/ruby-all`` (`changelog <https://github.com/
Swift built-in support
================================

.. include:: ../reusables/swift-beta-note.rst

Provided by the current versions of the
CodeQL query pack ``codeql/swift-queries`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/swift/ql/src/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/swift/ql/src>`__)
and the CodeQL library pack ``codeql/swift-all`` (`changelog <https://github.com/github/codeql/tree/codeql-cli/latest/swift/ql/lib/CHANGELOG.md>`__, `source <https://github.com/github/codeql/tree/codeql-cli/latest/swift/ql/lib>`__).
Expand Down
2 changes: 1 addition & 1 deletion docs/codeql/reusables/supported-versions-compilers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
.. [7] JSX and Flow code, YAML, JSON, HTML, and XML files may also be analyzed with JavaScript files.
.. [8] The extractor requires Python 3 to run. To analyze Python 2.7 you should install both versions of Python.
.. [9] Requires glibc 2.17.
.. [10] Swift support is currently in beta. Support for the analysis of Swift requires macOS or Linux.
.. [10] Support for the analysis of Swift requires macOS or Linux.
.. [11] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default.
4 changes: 0 additions & 4 deletions docs/codeql/reusables/swift-beta-note.rst

This file was deleted.

3 changes: 0 additions & 3 deletions swift/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Swift on CodeQL

> [!NOTE]
> CodeQL analysis for Swift is currently in beta. During the beta, analysis of Swift code, and the accompanying documentation, will not be as comprehensive as for other languages.
## Development

### Building the Swift extractor
Expand Down
4 changes: 4 additions & 0 deletions swift/ql/lib/change-notes/2024-07-11-swift-ga.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
category: feature
---
* Swift support is now out of beta, and generally available.

0 comments on commit 1c33698

Please sign in to comment.