Skip to content

Swift 5.9 [currently in beta] fails to resolve package due to "unstable argon2 package dependency" #7

@oxcug

Description

@oxcug

Swift PM 5.9 has a new rule around having "stable" dependencies if the parent package is added as "stable". This means to get things working on the next version of Xcode/SwiftPM; we'll either need to point argon2 at a stable tag (instead of .branch("master")) or document that you can't use the from: "1.0.4" syntax when including as a package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions