mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
This adds a first dummy extractor for swift. Running `bazel run //swift:install` will create an `extractor_pack` directory in `swift`. From that moment providing `--search-path=swift` will pick up the extractor.
Warning
The Swift codeql package is an experimental and unsupported work in progress.
Usage
Run bazel run //swift:install-extractor, which will install swift/extractor_pack. Using --search-path=swift will
then pick up the Swift extractor.