Open
Description
Description
This issue tracks finding a way to stop hardcoding the Swift Testing library version in places like
https://github.com/swiftlang/swift-testing/blob/main/cmake/modules/LibraryVersion.cmake#L11
Instead, for CMake builds driven by build-script
, I think we could use the propagated -DSWIFT_VERSION
and related settings to infer the version from the surrounding build.
Motivation: Avoid needing to perform the manual maintenance task of bumping the version, such as in #1061
Additional information
No response