-
Notifications
You must be signed in to change notification settings - Fork 468
Fix validation in SPI package list #665
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
Fix validation in SPI package list #665
Conversation
Our package list validation runs on Linux, which prevents this package from being added:
That bit of code, that you're fixing actually was made by purpose, since the solution that you've provided, which is actually was there in the near past, failed to build this package on Linux. But anyway, currently such file, that this line excludes, just doesn't exists anymore. Please change this PR to just drop |
Either leave us a hint that you're out of this and I'll provide such fix by myself in nearest planed release, which will within 2 weeks or so. |
2e18f22
to
7e5c43e
Compare
Hey, I'm not sure I follow - I don't think I've provided any changes previously or have I? 😅 I'm not sure what fix you have in mind but as is the This allows
Hope that helps! |
@finestructure Hi there. I think what @yaroslavyaroslav meant is to completely remove |
Just to clarify why I submitted the change: apparently the repo was moved to a different Github account. This was picked up by our nightly job and it removed the old package and added this as a new package in the index. However, because the |
For macOS as well you mean? Ok, can do. |
@yaroslavyaroslav For easy tracking of this related to Linux I've added a tag for it. Feel free to change it or remove if you find it unnecessary. |
@finestructure previously I've meant that your PR actually made a roll back some recent PR which added changes within But anyway the PR as it is now are the thing that we've planned to do by ourselves, just not considered it in a way of urgency. Anyway, thank you for your effort, and for you contribution as well! |
Ah, @finestructure point me out please how urgent is to release those changes? E.g. merge them in |
No release required! This is just about |
The Swift Package Index package list validation runs on Linux, which prevents this package from being added due to: