Argon2Swift icon indicating copy to clipboard operation
Argon2Swift copied to clipboard

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

Open oxcug opened this issue 2 years ago • 3 comments

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.

oxcug avatar Aug 20 '23 18:08 oxcug

@oxcug Ah that's good to know. I'd be all for a stable argon2 dependency, but until one of the maintainers cuts a new release, it won't be possible since the last release doesn't include the SPM Package.swift file

tmthecoder avatar Aug 24 '23 15:08 tmthecoder

Is there a way to circumvent this issue? I'd like to use this library but I'm using Swift 5.10.

piersonleo avatar Oct 17 '24 08:10 piersonleo