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
Is it reproducible with SwiftPM command-line tools: swift build, swift test, swift package etc?
Confirmed reproduction steps with SwiftPM CLI. The description text must include reproduction steps with either of command-line SwiftPM commands, swift build, swift test, swift package etc.
Description
Here's an example command produced by swiftpm when linking a test product on linux:
Known compiler issue since the new libraries were added in the Foundation rewrite, swiftlang/swift-foundation#872, which is fixed in the upcoming 6.0.3 patch release. If you need it earlier, feel free to nominate that linked fix for 6.0.2 too and poke the release managers to get it in. 😉
Is it reproducible with SwiftPM command-line tools:
swift build
,swift test
,swift package
etc?swift build
,swift test
,swift package
etc.Description
Here's an example command produced by swiftpm when linking a test product on linux:
Expected behavior
Each
-l<lib>
should be passed once.Actual behavior
No response
Steps to reproduce
No response
Swift Package Manager version/commit hash
No response
Swift & OS version (output of
swift --version ; uname -a
)No response
The text was updated successfully, but these errors were encountered: