-
Notifications
You must be signed in to change notification settings - Fork 540
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
Build issues on 1.11.2 #315
Comments
This is still happening for me using "Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)". Happens when using |
Hello! |
@MikhailSuendukov It's blocking us in so far that we can't use 1.11.2, but 1.11.1 stills works. These are the commands I'm running to build plcrashreporter. First
|
Hello @vsarunas @axelandersson there seems to be an issue with swift compilation when we added PrivacyInfo.xcprivacy inside Package.swift please feel free to contribute a solution if you have any findings we'd gladly look into it. As a workaround use plcrashreporter 1.11.1 and use PrivacyInfo.xcprivacy from here inside of your library. |
Hello @DordeDimitrijev , thanks! It looks to be swift package manager issue when the resource is added. I have created swiftlang/swift-package-manager#7950 |
Alright I also created an issue on their github but I'll follow up on response on any of those two, tnx |
There is an open PR regarding this issue but still needs to be tested in order to get merged, feel free to take a look swiftlang/swift-package-manager#7962 |
This issue should be resolved with next release of swift PM as the fix was merged swiftlang/swift-package-manager#7962. I've tested it with snapshot version swift-6.1-DEVELOPMENT-SNAPSHOT-2024-12-04-a |
Description
Using the repo as Swift Package Manager repo and the latest tag got pulled in and unfortunately does not build.
Repro Steps
Please list the steps used to reproduce your issue.
Details
The text was updated successfully, but these errors were encountered: