mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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.
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