Skip to content

Commit 2505c8f

Browse files
committed
Swift: Improve docs
1 parent 9f498df commit 2505c8f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/codeql/codeql-overview/system-requirements.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ For Rust extraction:
4646

4747
- ``rustup`` and ``cargo`` must be installed.
4848

49+
For Swift extraction:
50+
51+
- Only macOS is supported.
52+
4953
For Java extraction:
5054

5155
- There must be a ``java`` or ``java.exe`` executable available on the ``PATH``, and the ``JAVA_HOME`` environment variable must point to the corresponding JDK's home directory.

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
Python [9]_,"2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13",Not applicable,``.py``
2727
Ruby [10]_,"up to 3.3",Not applicable,"``.rb``, ``.erb``, ``.gemspec``, ``Gemfile``"
2828
Rust [11]_,"Rust editions 2021 and 2024","Rust compiler","``.rs``, ``Cargo.toml``"
29-
Swift [12]_,"Swift 5.4-6.1","Swift compiler","``.swift``"
30-
TypeScript [13]_,"2.6-5.9",Standard TypeScript compiler,"``.ts``, ``.tsx``, ``.mts``, ``.cts``"
29+
Swift [12]_ [13]_,"Swift 5.4-6.1","Swift compiler","``.swift``"
30+
TypeScript [14]_,"2.6-5.9",Standard TypeScript compiler,"``.ts``, ``.tsx``, ``.mts``, ``.cts``"
3131

3232
.. container:: footnote-group
3333

@@ -43,4 +43,5 @@
4343
.. [10] Requires glibc 2.17.
4444
.. [11] Requires ``rustup`` and ``cargo`` to be installed. Features from nightly toolchains are not supported.
4545
.. [12] Support for the analysis of Swift requires macOS.
46-
.. [13] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default.
46+
.. [13] Embedded Swift is not supported.
47+
.. [14] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default.

0 commit comments

Comments
 (0)