-
Notifications
You must be signed in to change notification settings - Fork 148
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
Always warning in Xcode with version 1.0.2 #290
Comments
How do I fix this? |
@paulsUsername |
@tonyarnold not an ideal "solution", but I had the same issue, caused by using Luckily for me that was just ~50 lines of code that was fairly nicely isolated. |
Thanks for the suggestion, @Iikeli. Unfortunately in my project, Swift Numerics is an indirect dependency of something else, and that something else is used in too many places to comment them out. I wonder if this is actually a SwiftPM issue, rather than something that this repository has done wrong? |
I have seen many posts about this issue on other packages. Fix 1 Fix 2
or change it to:
Fallback
If this wasn't your issue, just try to commit and push changes through the Terminal and fix the errors you see on it, with all previous changes done, it should be working by now. |
skipping cache due to an error: https://github.com/apple/swift-numerics.git: The repository could not be found. Make sure a valid repository exists at the specified location and try again.
The text was updated successfully, but these errors were encountered: