🍺 BREW Explorer

← all formulae

xcode-build-server

brew install xcode-build-server v1.3.0 MIT

Build server protocol implementation for integrating Xcode with sourcekit-lsp

478
30-day installs · #1795
1.6k
90-day · #1779
8.8k
365-day · #1510
977
★ GitHub stars · updated 6mo ago

GitHub topics

language-server-protocol sourcekit-lsp swift xcode

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Build server protocol implementation for integrating Xcode with sourcekit-lsp",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:41:40+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "xcode-build-server",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-01-31T05:54:29Z",
  "github_readme_excerpt": "# Xcode-Build-Server\n\nApple\u0027s [sourcekit-lsp](https://github.com/apple/sourcekit-lsp) doesn\u0027t support xcode project. But I found it provides a [build server protocol](https://build-server-protocol.github.io/docs/specification.html) to integrate with other build system. This is why I created this repo.\n\nThis repo aims to integrate xcode with sourcekit-lsp and support all the languages (swift, c, cpp, objc, objcpp) xcode supports, so I can develop iOS with my favorate editor.\n\n# Install\n\nThis repo requires Python 3.9. The latest macOS already comes with this tool.\n\nAfter you\u0027ve made sure you have Python 3.9, just clone this repo, and add a symbolic link to your bin folder by running: `ln -s ABSPATH/TO/xcode-build-server /usr/local/bin`\n\nHere is a script for quick install if your working directory is your desired destination for the installation:\n\n`git clone \"git@github.com:SolaWing/xcode-build-server.git\" \u0026\u0026 ln -s \"$PWD\"/xcode-build-server/xcode-build-server /usr/local/bin`\n\nor\n\n`git clone \"https://github.com/SolaWing/xcode-build-server.git\" \u0026\u0026 ln -s \"$PWD\"/xcode-build-server/xcode-build-server /usr/local/bin`\n\nor install using homebrew\n\n`brew install xcode-build-server`\n\nor install using [Macports](https://github.com/macports/macports-ports/blob/master/devel/xcode-build-server/Portfile):\n\n`sudo port install xcode-build-server`\n\n# Usage\n\nChoose one of the following methods. (No matter which method you use, you need to ensure that the directory where `buildServer.json` is created in is **the root/working directory** of the LSP)\n\n### Bind to Xcode\nGo to your workspace directory and execute one of the following commands:\n\n```bash\n# *.xcworkspace or *.xcodeproj should be unique. This can be omitted and the build server will automatically choose the unique workspace or project.\n# -scheme can also be omitted to automatically bind the latest scheme build result. even change it in xcode after the buildServer.json generated\nxcode-build-server config -workspace *.xcworkspace -s",
  "github_repo": "SolaWing/xcode-build-server",
  "github_stars": 977,
  "github_topics": [
    "language-server-protocol",
    "sourcekit-lsp",
    "swift",
    "xcode"
  ],
  "homepage": "https://github.com/SolaWing/xcode-build-server",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 478,
  "installs_365d": 8822,
  "installs_90d": 1576,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "xcode-build-server",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 1795,
  "rank_365d": 1510,
  "rank_90d": 1779,
  "raw_hash": "3e8bde676bc89f16",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/x/xcode-build-server.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [
    "python"
  ],
  "version_head": "HEAD",
  "version_stable": "1.3.0",
  "versioned_formulae": [],
  "why_use_this": null
}