Clone this repository and run program to develop
$ swift run
Check build path by adding --show-bin-path
option.
Debug
$ swift build # --show-bin-path
Release
$ swift build -c release # --show-bin-path
Release by architectures
$ swift build -c release --arch arm64 --arch x86_64 # --show-bin-path