How to Build and Run Swift Package Binaries in Bazel
This post will show you how to build and run Swift package binaries in your Bazel project using rules_spm. Examples: swiftlint, swiftformat
How to Use External Swift Packages in Bazel
Do you build your Swift software with Bazel? Have you ever wanted to use an external Swift package in your project? This post will show you how to use Swift packages in Bazel using rules_spm.