Skip to content

Releases: bazelbuild/rules_swift

0.1.0

06 Jun 22:04
Compare
Choose a tag to compare

Initial release.

This repository contains a full suite of Swift build rules for Bazel (swift_library, swift_binary, swift_test, and others).

In particular, the swift_library rule in this library is intended to replace the rule of the same name in bazelbuild/rules_apple. As of now, all Swift-specific compiling/linking logic will be implemented in this repository and is cross-platform, supporting both Apple operating system as well as Linux.