gonzalezreal / swift-markdown-ui

Display and customize Markdown text in SwiftUI
MIT License
2.44k stars 298 forks source link

SPM / Flakiness #303

Closed aaronwasserman closed 6 months ago

aaronwasserman commented 6 months ago

This may simply be SPM flakiness, but I'm having a lot of trouble trying to integrate swift-markdown-ui into my project. It never seem so resolve the package dependencies in various ways. To make things simpler, I'm now attempting to add this via Xcode's GUI to a brand new project, with no other code or dependencies added. Still, this seems to happen:

Screenshot 2024-03-05 at 8 59 02 AM

Does anyone have any tips for getting around the SPM flakiness when adding swift-markdown-ui?

Note: I have tried adding swift-markdown-ui with Github credentials added in Xcode, and without.

Every time I try to add to my project, I see this:

Screenshot 2024-03-05 at 9 46 46 AM
aaronwasserman commented 6 months ago

It finally loaded for me. If anyone has any SPM flakiness advice, I'd still appreciate it. But closing this out since it seems unrelated to this library in particular.