This repository contains handy Swift modules for development and testing. The Swift code is built and tested using Bazel.
Add a dependency on this repository to your Package.swift
. Replace the version with the desired
release.
.package(url: "https://github.com/cgrindel/swift_toolbox", from: "0.4.0")
Use rules_swift_package_manager to install this Swift package into your Bazel workspace.
Use the GitHub web interface to create a release and tag the repository.