bazelbuild / rules_swift

Bazel rules to build Swift on Apple and Linux platforms
Apache License 2.0
307 stars 133 forks source link

Only link in the Bazel test observer when discovering tests. #1273

Closed brentleyjones closed 1 month ago

brentleyjones commented 1 month ago

Otherwise, the binary might link to XCTest when it otherwise isn't using it (strongly linking to @rpath/libXCTestSwiftSupport.dylib, which won't be found at runtime when not using the xctest launcher).

PiperOrigin-RevId: 471801873 (cherry picked from commit 5da9abdea9d67fbe80ba7246f0b2335cf6657f68)