-
Notifications
You must be signed in to change notification settings - Fork 50
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
Swift Build Fails #7
Comments
Update. I pinged the folks in the Swift Package manager slack. They said...
Still pending more comments from them, but I think we may be able to fix this by updating this line to point to a nested folder instead ( Line 47 in 823281f
|
I also confirmed this happened between Swift 5.1->5.2.2. As it does not repro on Swift 5.1 |
@ravelasquez99 Thanks for identifying this issue. But I don't understand what exactly causes the issue. Is it really the "."? Changing it to a subfolder and moving all the files just works? Could you give it a try and make a PR if it works? |
You would only have to move the files |
For me the error seems more like the compiler is trying to compile non source files. In which case I do really hope they support regex paths already as it would really be painful including all files manually... |
@ravelasquez99 I can build the library. Please close this issue unless it persists with current Swift versions. |
It seems this package cannot be added once you update beyond swift 5.
Repro:
vapor new SECP256k1issue
locally in a new repo. Then add the secp256k1 packageswift --version
to confirmNotice the error: https://pastebin.com/ad9WVhsL
The text was updated successfully, but these errors were encountered: