Files
swift-mirror/utils/build_swift
Evan Wilde 9402a1689b Automatically choose a built ninja
Instead of using `--build-ninja` to decide to build ninja, build it
automatically if a sufficiently new enough version is not available.
Also record the build time taken to build the local Ninja so that we can
see how much time we would save by stashing a pre-built Ninja in CI.
2025-03-19 07:35:32 -07:00
..

build_swift

The build_swift module contains data-structures and functions used by the Swift build-script.

Unit Tests

You may run the unit test suite using the command:

$ python3 utils/build_swift/run_tests.py