Swift Package Manager xcframework is not building with Swift 6 toolchain #2425
shivatinker
started this conversation in
General
Replies: 2 comments
-
Does it work if you use |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the quick response! Yes, it works with I think this is resolved for now, if anyone will get same issue, re-adding package into project seems to help! Thanks again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which Version of Lottie are you using?
Lottie 4.4.3, imported into project via https://github.com/airbnb/lottie-spm
Expected Behavior
Our project should build with Swift 6 toolchain
Actual Behavior
We are getting this error:
Also there is a bunch of errors like those:
![image](https://private-user-images.githubusercontent.com/19853397/338362619-01a126b4-b040-4c5b-a247-d6483fe2023b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDIyODMsIm5iZiI6MTczOTIwMTk4MywicGF0aCI6Ii8xOTg1MzM5Ny8zMzgzNjI2MTktMDFhMTI2YjQtYjA0MC00YzViLWEyNDctZDY0ODNmZTIwMjNiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE1Mzk0M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI0ZjNmYjViZjFmNmQ0YzkxNzVmYzg5Y2I2YTlkMzU2MThkM2VjMjhhN2M3ZDUzMDFmNzM0NmEzOWY1OTg4N2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.hLYkcTSVLDb32iIeIyU3cSM4IPENhoY-VsqTTHGxqmc)
We would like to get some estimates on this issue, because it effectively blocks our builds on Xcode 16 beta. Probably we will try to build Lottie from source or create a fork, but anyways I am just letting you know about this problem 👌
Beta Was this translation helpful? Give feedback.
All reactions