xcbuild is an Xcode-compatible build tool with the goal of providing faster builds, better documentation of the build process and running on multiple platforms
To install xcbuild, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xcbuild
To see what files were installed by xcbuild, run:
port contents xcbuild
To later upgrade xcbuild, run:
sudo port selfupdate && sudo port upgrade xcbuild
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.