swift-markdown-ui
swift-markdown-ui copied to clipboard
Package Resolution Failed
Describe the bug Trying to install 5.0.10 or greater for swift graphql packages (linked below) with the current swift mark down ui package causes a Package Resolution Failed.
Checklist
- [x] I can reproduce this issue with a vanilla SwiftUI project.
- [x] I can reproduce this issue using the
main
branch of this package. - [x] This bug hasn't been addressed in an existing GitHub issue.
- it was but it was from a long time ago
Steps to reproduce
- Add the
https://github.com/maticzav/swift-graphql/
package to a brand new project - Then add one of the newer packages from
https://github.com/gonzalezreal/swift-markdown-ui.git
- Or do it vice versa
Expected behavior Expect the packages to install correctly without Package Resolution Resolved.
Screenshots
If applicable, add screenshots to help explain your problem.
multiple targets named 'cmark-gfm' in: 'swift-cmark', 'swift-markdown-ui'
Version information
- MarkdownUI: 2.4.0 or main
- OS: Sonoma 14.5
- Xcode: 15.4
Additional context It seems to only be an issue when using one of the newer swift-graphql packages. I wasn't sure where to post this, but only decided to do it here because of the last screen shot. I'm not familiar with how things are packaged. Any help or guidance would be appreciated.