Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid SPM installation #1

Open
dpw67 opened this issue Aug 10, 2022 · 1 comment
Open

Invalid SPM installation #1

dpw67 opened this issue Aug 10, 2022 · 1 comment

Comments

@dpw67
Copy link

dpw67 commented Aug 10, 2022

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.

@pmurphyjam
Copy link
Owner

pmurphyjam commented Aug 12, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants