You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also bundle swift-testing _Testing_*.framework helpers in CI
Xcode 26.4 split swift-testing further than first observed: in
addition to lib_TestingInterop.dylib, helpers like
_Testing_Foundation.framework now live under
Platforms/<plat>/Developer/Library/Frameworks. libXCTestSwiftSupport
links against them via @rpath, so test runs on Xcode 16.4 machines
(macos-15 runner) still abort with "Library not loaded:
_Testing_Foundation.framework" even after the previous dylib fix.
Extend the post-build copy step to also bundle every sibling
_Testing_*.framework next to the embedded Testing.framework. The
prefix glob keeps the workaround forward-compatible if Apple adds
more helpers later.
0 commit comments