mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Some cmark CMake stuff changed recently and the default rules we have in the Python build script code doesn't behave correctly anymore, likely because it was relying on incorrect settings. Now, by default, if the cmark build type isn't specified, it will follow Swift's. If we don't do this, Xcode builds are broken, and building with Xcode is important.
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:
apple/swift $ python -m unittest discover -s utils/swift_build_support