The Anarchy Tools toolset provides a straight forward way to build your Swift tools and libraries and manage their dependencies. It takes a non-nonsense approach to getting things done. Best of all, it's built right on top of the swift-llbuild foundation and plain simple git.
(package :name "simple-sample" :tasks { :build { :name "sample" :tool "atllbuild" :sources ["src/**.swift"] :output-type "executable" }})
brew tap AnarchyTools/homebrew
brew install atbuild atpm
© 2016 Anarchy Tools and contributors.