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
{{ message }}
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.
SPM does not like 6.3.X version of the library on Xcode 15.2 because of "wireguard-apple" package pointing to specific "revision" instead of version tag/release.
Steps to reproduce
Add 6.3.X version to your SPM dependency list and trigger Xcode to resolve SPM package versions.
What is the current bug behavior?
Impossible to use the library.
What is the expected correct behavior?
SPM resolve package versions correctly without an error.
Relevant logs and/or screenshots
Possible fixes suggested remediation
In Package.swift point to stable version of "wireguard-apple" package instead of pointing to a specific commit hash. SPM considers "stable" version to be a version with a version tag/release.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Summary
SPM does not like 6.3.X version of the library on Xcode 15.2 because of "wireguard-apple" package pointing to specific "revision" instead of version tag/release.
Steps to reproduce
Add 6.3.X version to your SPM dependency list and trigger Xcode to resolve SPM package versions.
What is the current bug behavior?
Impossible to use the library.
What is the expected correct behavior?
SPM resolve package versions correctly without an error.
Relevant logs and/or screenshots
Possible fixes suggested remediation
In Package.swift point to stable version of "wireguard-apple" package instead of pointing to a specific commit hash. SPM considers "stable" version to be a version with a version tag/release.
The text was updated successfully, but these errors were encountered: