swiftcsv/SwiftCSV

Package Import failure in Xcode 11 b2

dsperling opened this issue · 12 comments

Trying to use version 0.5.0 in Xcode 11 b2 Swift Package integration produces an error:

SwiftCSV.git has no Package.swift manifest for version 0.5.0.

package-error

@dsperling do you happen to know what Xcode 11 expects? Did the manifest DSL change so we now have to provide a version parameter or something?

I am not sure what Xcode 11 expects. I have imported other projects (such as SwiftyJSON) without issue and wanted to pass along the feedback.

Found out why -- the SwiftPM package manifest addition was after the tagged v0.5.0 release. I now added a v0.5.1 release with the latest additions. Does it work now?

A different error with 0.5.1
Screen Shot 2019-06-25 at 9 52 01 AM

That's unfortunate. Since I neither am an expert in SwiftPM manifest nor do I have Xcode 11 handy, I'm putting this on the backburner. If you want to give it a shot, you're very welcome to open a PR with changes!

@dsperling Had an idea and released 0.5.2 right now. Can you try again? 🤞

Slightly different error. I expanded the error dialog so you can see the detail.
Screen Shot 2019-06-26 at 7 17 49 AM

I hope we're getting there. What about v0.5.4? -- I now have included more Package initializer parameters.

Peeling the onion!
Screen Shot 2019-06-26 at 8 27 04 AM

Please tell me it works now :)

Victory.
Screen Shot 2019-06-27 at 7 22 05 AM

Thanks for being my eyes during this process :)