robb / Swim

A DSL for writing HTML in Swift
310 stars 9 forks source link

Swift-Package Version Number #9

Closed omrd closed 4 years ago

omrd commented 4 years ago

I am trying to import this package into my project, but keep getting the same error.

because no versions of HTML-DSL match the requirement 0.0.1..<1.0.0 and root depends on HTML-DSL 0.0.1..<1.0.0, version solving failed`

It doesn't matter what version I set it to, it's still the same issue.

Thanks

robb commented 4 years ago

Here's how I'm using it in my website by working directly against the master branch. That said, I'd strongly recommend you fork this repository and use your own fork as I am making breaking changes or rewrite the git history arbitrarily.