Learn all about Tools with these posts
Tools and utilities to help you with your development workflow built using Swift.
Learn how to make use of ANSI escape sequences to make delightful interactive pickers for your Swift command-line tools.
All you need to know about how to set the version of Xcode to use on CI using Fastlane.
A deep dive into a new feature coming to Swift Package Manager in Swift 5.9: the ability to make network requests from Swift package plugins.
Using Swift as to write a commit-msg git hook so that adding ticket numbers to a commit message can be automated.
A guide on how to download, install and manage different versions of Swift.
A whistle stop tour through my git configuration, showing how to effectively deal with two different git users and SSH keys.
Building a command plugin to execute Sourcery from scratch and explaining the challenges faced while doing so.
How to build a Swift Package Plugin to automatically generate unit tests from input Swift files.
Using Swift as to write a commit-msg git hook so that adding ticket numbers to a commit message can be automated.
Trying out the Swift Package Manager's brand new extensible build tool by using the Swift 5.6 development snapshot.
In this post, I will talk through how you can add dynamic data to your profile README.md by scheduling jobs using a GitHub Action.