-
Notifications
You must be signed in to change notification settings - Fork 64
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
Linking fails in Xcode 15 when swift-certificates is used in a package that is linked to an application test target #144
Comments
Hi, I have an issue that sounds awfully similar, although not related to testing. In my case, compiling in a specific project configuration. To reproduce:
While different, I don't know why I have a feeling there might be a link between the 2 issues. Sorry if it's not the case. |
This seems very likely to be a related issue: this looks related to the triangle dependency solving that Xcode does. Can you please file a report using Feedback Assistant? |
Thank you for your feedback. I've created a feedback item on Feedback Assistant. |
The issue will be with swift-crypto, which is a dependency of this project. |
I know the title is a mouthful, but that's the simplest one I can come up with that properly describes the issue. Technically this is a regression from Xcode 14.3.1 and therefore I've created a feedback FB13209670 for this. But as it only seems to affect
swift-certificates
, I'm opening an issue here as well. Feel free to close this if you think the feedback alone is sufficient.The error message is the same as in #78:
How to reproduce the issue:
swift-certificates
and one the doesn't, but depends on the one that does.The issue can be resolved in a number of ways, at least by:
For our project all of these options have downsides we're not happy with. We've disabled the tests that cause this for now, but it's not a good long term solution.
I've included a sample project in the aforementioned feedback that reproduces this issue.
The text was updated successfully, but these errors were encountered: