We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add-dependency
Originally posted by MahdiBM July 5, 2024 We have a new add-dependency command in Swift 6:
swift package add-dependency https://github.com/DiscordBM/DiscordBM --from 1.12.0
SPI's "Use this package" view should include this, with a small note that it requires Swift 6 CLI.
crates.io also references these commands, which reminded me that we recently got them in Swift too, so SPI can also do that:
The text was updated successfully, but these errors were encountered:
daveverwer
No branches or pull requests
Discussed in #3188
Originally posted by MahdiBM July 5, 2024
We have a new
add-dependency
command in Swift 6:SPI's "Use this package" view should include this, with a small note that it requires Swift 6 CLI.
crates.io also references these commands, which reminded me that we recently got them in Swift too, so SPI can also do that:
The text was updated successfully, but these errors were encountered: