-
-
Notifications
You must be signed in to change notification settings - Fork 83
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 6 warnings #730
Comments
This is not something specific to Swift 6. It's been around for years. It's a bug in SwiftPM that seems to be at the bottom of the pile. Basically SwiftPM doesn't like the structure of Soto where a library can be spread across two folders and have other libraries folder structure interleaved with it. I specifically say in the manifest only look in these folders, but it still complains about files outside of them. |
Hmm perhaps Swift 6 is emitting the warning more prominently then. |
It looks like this wasn't being reported for users of soto in v5.10 and earlier. It only appeared for developers of the package. This has changed in v6. I have mentioned this in the bug and hopefully we'll see some resolution. If not I'll be forced into merging #732 and creating another major release |
This doesn't seem to stop there, and I think it's a general issue with warnings propagation of dependency Package.swifts.
|
Describe the bug
When building on
swift:6.0-noble
image, I get these warnings:To Reproduce
Build on
swift:6.0-noble
Expected behavior
No warnings
Setup (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: