swiftcsv / SwiftCSV

CSV parser for Swift
MIT License
962 stars 193 forks source link

Package Import failure in Xcode 11 b2 #78

Closed dsperling closed 5 years ago

dsperling commented 5 years ago

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

DivineDominion commented 5 years ago

@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?

dsperling commented 5 years ago

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.

DivineDominion commented 5 years ago

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?

dsperling commented 5 years ago

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

DivineDominion commented 5 years ago

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!

DivineDominion commented 5 years ago

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

dsperling commented 5 years ago

Slightly different error. I expanded the error dialog so you can see the detail.

Screen Shot 2019-06-26 at 7 17 49 AM
DivineDominion commented 5 years ago

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

dsperling commented 5 years ago

Peeling the onion!

Screen Shot 2019-06-26 at 8 27 04 AM
DivineDominion commented 5 years ago

Please tell me it works now :)

dsperling commented 5 years ago

Victory.

Screen Shot 2019-06-27 at 7 22 05 AM
DivineDominion commented 5 years ago

Thanks for being my eyes during this process :)