mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Currently, when a command fails with this message ``` ERROR: command terminated with a non-zero exit status 1, aborting ``` it's unclear at all which exact command terminated, which makes it very hard to debug issues in the build script.
swift_build_support
swift_build_support is a Python module containing functions and data
structures used by the Swift build script.
You may run unit tests for swift_build_support from the command line:
$ python3 utils/swift_build_support/run_tests.py