Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

SPM does not allow a use of unstable version of wireguard-apple package #412

@tomasjablonskis

Description

@tomasjablonskis

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

image

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.

Screenshot 2024-02-09 at 10 41 22

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions