You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to include version 1.2.2 in our project using Swift Package Manager (and Xcode 16.2), but we are encountering the following error:
Failed to resolve dependencies
Dependencies could not be resolved because package 'suikit' is required using a stable version, but 'suikit' depends on an unstable version of the package 'uint256', and the root depends on 'suikit' 1.2.2.
It seems that an unstable version of 'uint256' is being used, which is causing SPM to fail. Is there any way we can resolve this? We would really appreciate your help with this.
Thank you! 🙏
The text was updated successfully, but these errors were encountered:
Hello 👋 ,
We are trying to include version 1.2.2 in our project using Swift Package Manager (and Xcode 16.2), but we are encountering the following error:
Failed to resolve dependencies
Dependencies could not be resolved because package 'suikit' is required using a stable version, but 'suikit' depends on an unstable version of the package 'uint256', and the root depends on 'suikit' 1.2.2.
It seems that an unstable version of 'uint256' is being used, which is causing SPM to fail. Is there any way we can resolve this? We would really appreciate your help with this.
Thank you! 🙏
The text was updated successfully, but these errors were encountered: