mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
On both macOS and Linux `python` is not symlinked to `python3` by default. To avoid confusion, we should update our documentation that instructs users to run scripts with `python` to use `python3` instead.
11 lines
270 B
Markdown
11 lines
270 B
Markdown
# 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:
|
|
|
|
```sh
|
|
$ python3 utils/swift_build_support/run_tests.py
|
|
```
|