mirror of
https://github.com/github/codeql.git
synced 2026-01-27 13:23:00 +01:00
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.