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
Support the latest SwiftPM producing .xctest for test products
swiftlang/swift-package-manager#8254 introduced
a change to produce `.xctest` files for test products instead of `.wasm`
files. This change updates the CartonTestPlugin to support both formats
and use the `.xctest` file if it is available.
0 commit comments