Skip to content

Commit 1c33698

Browse files
authored
Merge pull request github#16502 from github/MathiasVP-patch-1
Swift: Remove beta label
2 parents 5da3fb5 + 29e9c05 commit 1c33698

File tree

10 files changed

+5
-19
lines changed

10 files changed

+5
-19
lines changed

docs/codeql/codeql-language-guides/analyzing-data-flow-in-swift.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Analyzing data flow in Swift
55

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

8-
.. include:: ../reusables/swift-beta-note.rst
9-
108
About this article
119
------------------
1210

docs/codeql/codeql-language-guides/basic-query-for-swift-code.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Basic query for Swift code
55

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

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

1110
About the query

docs/codeql/codeql-language-guides/codeql-for-swift.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ CodeQL for Swift
55

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

8-
.. include:: ../reusables/swift-beta-note.rst
9-
108
.. toctree::
119
:hidden:
1210

docs/codeql/query-help/codeql-cwe-coverage.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ CodeQL CWE coverage
33

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

6-
.. include:: ../reusables/swift-beta-note.rst
7-
86
About CWEs
97
##########
108

docs/codeql/query-help/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ View the query help for the queries included in the ``default``, ``security-exte
1212
- :doc:`CodeQL query help for Ruby <ruby>`
1313
- :doc:`CodeQL query help for Swift <swift>`
1414

15-
.. include:: ../reusables/swift-beta-note.rst
16-
1715
.. pull-quote:: Information
1816

1917
Each query help article includes:

docs/codeql/reusables/supported-frameworks.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,6 @@ and the CodeQL library pack ``codeql/ruby-all`` (`changelog <https://github.com/
285285
Swift built-in support
286286
================================
287287

288-
.. include:: ../reusables/swift-beta-note.rst
289-
290288
Provided by the current versions of the
291289
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>`__)
292290
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>`__).

docs/codeql/reusables/supported-versions-compilers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
.. [7] JSX and Flow code, YAML, JSON, HTML, and XML files may also be analyzed with JavaScript files.
3939
.. [8] The extractor requires Python 3 to run. To analyze Python 2.7 you should install both versions of Python.
4040
.. [9] Requires glibc 2.17.
41-
.. [10] Swift support is currently in beta. Support for the analysis of Swift requires macOS or Linux.
41+
.. [10] Support for the analysis of Swift requires macOS or Linux.
4242
.. [11] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default.

docs/codeql/reusables/swift-beta-note.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

swift/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Swift on CodeQL
22

3-
> [!NOTE]
4-
> 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.
5-
63
## Development
74

85
### Building the Swift extractor
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: feature
3+
---
4+
* Swift support is now out of beta, and generally available.

0 commit comments

Comments
 (0)