-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
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 packageetc.
Description
Following up from open source Slack conversation, ArtifactBundleindex (reference: https://github.com/swiftlang/swift-evolution/blob/main/proposals/0305-swiftpm-binary-target-improvements.md#artifact-bundle-index) isn't included in Swift Package Manager's documentation
There's also a related issue - I'm not entirely clear on if it's a documentation issue or an implementation issue - #7362, but highlights that what triples are supported are clearly something that needs clarification in order to use this feature.
Expected behavior
No response
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
tkrajacic