mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Merge pull request #20710 from jketema/swift-rsc
Swift: Do not include the embedded resources
This commit is contained in:
@@ -46,6 +46,10 @@ For Rust extraction:
|
|||||||
|
|
||||||
- ``rustup`` and ``cargo`` must be installed.
|
- ``rustup`` and ``cargo`` must be installed.
|
||||||
|
|
||||||
|
For Swift extraction:
|
||||||
|
|
||||||
|
- Only macOS is supported as a host platform.
|
||||||
|
|
||||||
For Java extraction:
|
For Java extraction:
|
||||||
|
|
||||||
- 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.
|
- 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.
|
||||||
|
|||||||
@@ -26,8 +26,8 @@
|
|||||||
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``
|
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``
|
||||||
Ruby [10]_,"up to 3.3",Not applicable,"``.rb``, ``.erb``, ``.gemspec``, ``Gemfile``"
|
Ruby [10]_,"up to 3.3",Not applicable,"``.rb``, ``.erb``, ``.gemspec``, ``Gemfile``"
|
||||||
Rust [11]_,"Rust editions 2021 and 2024","Rust compiler","``.rs``, ``Cargo.toml``"
|
Rust [11]_,"Rust editions 2021 and 2024","Rust compiler","``.rs``, ``Cargo.toml``"
|
||||||
Swift [12]_,"Swift 5.4-6.1","Swift compiler","``.swift``"
|
Swift [12]_ [13]_,"Swift 5.4-6.1","Swift compiler","``.swift``"
|
||||||
TypeScript [13]_,"2.6-5.9",Standard TypeScript compiler,"``.ts``, ``.tsx``, ``.mts``, ``.cts``"
|
TypeScript [14]_,"2.6-5.9",Standard TypeScript compiler,"``.ts``, ``.tsx``, ``.mts``, ``.cts``"
|
||||||
|
|
||||||
.. container:: footnote-group
|
.. container:: footnote-group
|
||||||
|
|
||||||
@@ -43,4 +43,5 @@
|
|||||||
.. [10] Requires glibc 2.17.
|
.. [10] Requires glibc 2.17.
|
||||||
.. [11] Requires ``rustup`` and ``cargo`` to be installed. Features from nightly toolchains are not supported.
|
.. [11] Requires ``rustup`` and ``cargo`` to be installed. Features from nightly toolchains are not supported.
|
||||||
.. [12] Support for the analysis of Swift requires macOS.
|
.. [12] Support for the analysis of Swift requires macOS.
|
||||||
.. [13] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default.
|
.. [13] Embedded Swift is not supported.
|
||||||
|
.. [14] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default.
|
||||||
|
|||||||
@@ -2,3 +2,4 @@
|
|||||||
category: majorAnalysis
|
category: majorAnalysis
|
||||||
---
|
---
|
||||||
* Upgraded to allow analysis of Swift 6.2.
|
* Upgraded to allow analysis of Swift 6.2.
|
||||||
|
* Support for experimental Embedded Swift has been dropped.
|
||||||
|
|||||||
BIN
swift/third_party/resources/resource-dir-linux.zip
(Stored with Git LFS)
vendored
BIN
swift/third_party/resources/resource-dir-linux.zip
(Stored with Git LFS)
vendored
Binary file not shown.
BIN
swift/third_party/resources/resource-dir-macos.zip
(Stored with Git LFS)
vendored
BIN
swift/third_party/resources/resource-dir-macos.zip
(Stored with Git LFS)
vendored
Binary file not shown.
Reference in New Issue
Block a user