Author Archives: Chuck

Logos for Swift Package Manager and Bazel

Learn how to use Swift packages in Bazel using swift_bazel. Find out how the Gazelle extension for Swift can make managing your build files a breeze.

Read more

Format Bazel Starlark files using bzlformat, a ruleset that leverages Buildifier to format, test, and update source files.

Read more

Learn how to copy Bazel build outputs to your source directory using rules_updatesrc.

Read more

SwiftFormat + Bazel Logos

This article demonstrates how to integrate SwiftFormat into Bazel using rules_swiftformat. Format Swift source files and test that files are formatted.

Read more

Logos for Swift Package Manager and Bazel

This post will show you how to build and run Swift package binaries in your Bazel project using rules_spm. Examples: swiftlint, swiftformat

Read more

Logos for Swift Package Manager and 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.

Read more

6/6