Articles in this series
Swift Package Manager (SPM) allows you to Share source code (open-source) Distribute binaries to protect your intellectual property (closed...
An experimental feature in Swift 5.7 (SPM, DocC) that does not get much love · Swift Snippets When I read VS Code Swift extension lesser known features I...
Swift Package Manager allows you to define Dependencies to other packages. import PackageDescription let package = Package( name: "MyPackage", ...
This blog post will explain how you can leverage autocompletion for Swift Package Manager commands in your shell by using a completion script that can...
How you specify a remote package dependency determines if and how updates are resolved. Learn what the recommended way is and why. Even a daring...
I explained in a previous article when to use swift package reset This will reset the complete cache/build directory. For SPM (command-line) this...