Swift Package Manager

Swift Package Manager

4 posts

· 4 min read

Introduction to SPM artifact bundles


In this tutorial I'm going to show you how to use the new binary target related artifact bundle using the Swift package manager.

· 9 min read

Beginner's guide to Swift package manager command plugins


Learn how to create command plugins for the Swift Package Manager to execute custom actions using SPM and other tools.

· 4 min read

How to create a Swift package collection?


In this tutorial I'm going to show you how to create your own package collection from your favorite Swift libraries.

· 5 min read

Swift Package Manager tutorial


Learn how to use the Swift Package Manager to handle external dependencies, create your library or app on macOS and Linux.