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

licenses(["notice"])

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