Build Server Protocol implementation for Xcode projects
xcode-build-server integrates Xcode with Apple's sourcekit-lsp. sourcekit-lsp doesn't itself support Xcode projects, but it does provide a Build Server Protocol client to work with other build systems. xcode-build-server implements a build server to provide sourcekit-lsp with the build information it needs for an Xcode project.
xcode-build-server integrates Xcode with Apple's sourcekit-lsp. sourcekit-lsp doesn't itself support Xcode projects, but it does provide a Build Server Protocol client to work with other build systems. xcode-build-server implements a build server to provide sourcekit-lsp with the build information it needs for an Xcode project.
To install xcode-build-server, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xcode-build-server
To see what files were installed by xcode-build-server, run:
port contents xcode-build-server
To later upgrade xcode-build-server, run:
sudo port selfupdate && sudo port upgrade xcode-build-server
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.