-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Your installation instructions did not work when I tried to add SPMPackage as you describe in the README. It took me a little while to determine how to install it, especially since I could not find any of our packages in the Swift Package Index.
Currently, you show an obsolete GitHUB URL; it should use "https:" rather than "git:".
Event when I got the URL correct, then the Package.swift file also has dependencies for Willow and ObjectMapper with the same problem.
Until that is updated, I decided to first explicitly add the packages for Willow and ObjectMapper directly, and then SQLPackage could be added because its dependencies were found without trying to fetch them with the invalid URLs.
Also, your README code examples have not been updated to reflect the Willow logger, so all that code must be updated before it can be used.
If you expect anybody else to use this package, you must update your README and Package.swift with the correct information, as well as include it in Swift Package Index.
This initially looked like it might be worthwhile to consider for SQLite data access, but it ended up being much more work to make it work for me. So I will just stick with the SQLite.swift. Also I notice it has not be updated for a very long time, so perhaps it was just a personal package and really not ready for broader use.