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
Fix hard-coded path to FoundationEssentialsTests resources (#855) (#901)
SwiftPM used to incorrectly build tests for both host and target.
That has been fixed by swiftlang/swift-package-manager#7879.
The fix makes sure that if there are any direct macro dependencies
in test targets xctest bundle is only built for "host".
This means that the hard-coded resources path needs to be updated
to include "-tool" suffix.
Co-authored-by: Pavel Yaskevich <[email protected]>
0 commit comments