-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Compilation failed on Linux. Missing dependency? #1077
Comments
Strange, the Linux build has not changed since 01.2.2 (neither have the dependencies), and the CI performs a Linux build, so not sure why this would now fail. Can you share the complete build log? |
Here you are. I have provided the one that fails and the one that succeeds. The only difference is the This is the failing one:
Here is the succeeding one. I stopped the log after the compilation of
|
Hmm, the failing build is missing the clone of the dependency:
We currently don't have a full integration test of the library on Linux. (it builds the project itself, but not another project depending on it). I'll add one. |
Thanks |
@fappelman Can you try if master works ok?
|
I can confirm that it compiles now! Thanks. |
I was "upgraded" automatically from version
0.12.2
to the latest version0.13.0
when I compiled a package.Compilation now fails with this error:
No other changes. When I forced a rollback using this in
Package.swift
:it compiles again. It seems like there is a dependency missing in
0.13.0
.The text was updated successfully, but these errors were encountered: