-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
I'm trying to merge all of the documentation archives generated from symbol graphs of different modules in SwiftPM. However, the merge fails on repeated errors like the following:
Error: “packagecollections” couldn’t be copied to “documentation” because an item with the same name already exists.
Checklist
- If possible, I've reproduced the issue using the
mainbranch of this package. - This issue hasn't been addressed in an existing GitHub issue.
Expected Behavior
It's expected that either the merge completes successfully, or an actionable message is produced so that it can be fixed.
Actual behavior
Instead, it produces a non-actionable error.
Steps To Reproduce
Extract this archive with the DocC archives generated from the modules in SwiftPM:
With a Swift 6.2 toolchain, run the merge.sh script to merge all of the DocC archives into a single archive:
./merge.sh
Swift-DocC Version Information
6.2.0
Swift Compiler Version Information
Apple Swift version 6.2 (swift-6.2-RELEASE)
Target: arm64-apple-macosx26.0
Build config: +assertionsMetadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working