Files
codeql/swift/tools
Alex Denisov 6419af39f3 Swift: extract only primary files
While the (removed) comment is correct and the frontend can be called in
different modes, both `swift build` and `xcodebuild` always use
`-primary-files` when compiling Swift projects.
The other mode was present only within our test runner (`qltest.sh`), so
removing it and doing what the official build systems do simplifies our
code base.

Additionally, file archival is now a separate function/operation.
2022-06-02 08:57:03 +02:00
..
2022-05-03 12:33:24 +02:00
2022-06-02 08:57:03 +02:00
2022-05-17 13:18:28 +00:00