-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Failed for Gen #33
Comments
Thanks @SandroDahl for reporting that issue, I can reproduce it. I'm not sure what exactly is going wrong here but it's good to know that removing the package name helps. Perhaps the issue is that it's identical to the product name. I'll take a look, thanks for the report! |
I've pushed 0.13.1 - that should fix it :) |
This actually breaks again with Xcode 11.4: #38 Fix incoming. |
Regressed again. Something is up with Xcode versions and PackageDescription formats. |
The original fix (to remove
|
Now it worked, without changes:
🤔 |
running examples just now:
No idea what's going here, this is 10dda7b without any changes except making the library dynamic. |
Fixed by #50 My best guess is that it was an issue with swift 5.2.2 from Xcode 11.4.1 and swift 5.2 in |
I tried to import https://github.com/pointfreeco/swift-gen and it failed during the progress.
Version: 0.12.0
Error:
Steps to reproduce:
arena https://github.com/pointfreeco/swift-gen.git@from:0.2.0
Local fix:
I was able to fix it locally by getting rid of the package name, because it can be optional.
But the question is - does my change make sense? I'm not so familiar with the SPM.
The text was updated successfully, but these errors were encountered: