gonzalezreal / swift-markdown-ui

Display and customize Markdown text in SwiftUI
MIT License
2.53k stars 318 forks source link

Package Resolution Failed #343

Closed wambambizzle closed 1 month ago

wambambizzle commented 2 months ago

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

Steps to reproduce

  1. Add the https://github.com/maticzav/swift-graphql/ package to a brand new project
  2. Then add one of the newer packages from https://github.com/gonzalezreal/swift-markdown-ui.git
  3. 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' image image image

Version information

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.

wambambizzle commented 1 month ago

Found a workaround in another post