marinofelipe / swift-package-info

Swift CLI tool that provides information about a Swift Package
MIT License
76 stars 7 forks source link

Fail to analyze GRDB #16

Closed MontakOleg closed 3 years ago

MontakOleg commented 3 years ago

Hello!

swift-package-info --for https://github.com/groue/GRDB.swift -v 5.4 --product GRDB -> Cannot initialize Kind from invalid String value system

marinofelipe commented 3 years ago

Hey @MontakOleg , thanks for the report :). I'll look into that, most likely an unmapped scenario on Package.swift decoding. Since there's no contract/specification, we might find one or other cases to fix.