Argon2Swift
Argon2Swift copied to clipboard
Swift 5.9 [currently in beta] fails to resolve package due to "unstable argon2 package dependency"
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 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
Is there a way to circumvent this issue? I'd like to use this library but I'm using Swift 5.10.