load("//swift:swift.bzl", "swift_binary")

swift_binary(
    name = "stats_processor",
    srcs = ["main.swift"],
)
