macOS
brew install xcresultparserlocal Homebrew formula metadata
brew / 順位 345
xcresultparser のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install xcresultparserlocal Homebrew formula metadata
概要
Parse binary .xcresult bundles from Xcode builds and test runs
履歴
xcresultparser is a Swift CLI for reading binary .xcresult bundles produced by Xcode builds and tests, then exporting test results, warnings, errors, summaries, and coverage data in formats used by terminals and CI systems.
The repository was created on 2021-06-11, with an initial 0.1 release on 2021-06-13 and a 1.0 release on 2021-08-02. The README explains that the tool interprets binary .xcresult files and emits txt, colored CLI, XML, JUnit, Cobertura, HTML, Markdown, warnings, and errors output.
The project originally had a strong coverage-conversion motivation: the README notes that converting Xcode coverage to Sonar-compatible XML used to require repeatedly invoking xccov for each file. Xcode 13 reduced that advantage by allowing broader coverage extraction at once, but xcresultparser had already grown into a more general test-result, issue, and coverage reporting tool.
The 1.x line added CI-oriented formats and compatibility fixes, including Markdown output for Teams-style webhooks, Cobertura XML, target filters, multiple test suites in JUnit XML, expected/skipped failure statuses, Jenkins xUnit compatibility, and warning/error export modes. In 2026, the 2.0.0-beta line removed the XCResultKit dependency and moved to direct xcresulttool and xccov parsing through local Codable models.
xcresultparser occupies a practical CI reporting niche for Apple platforms. Its outputs target common consumers such as SonarQube, JUnit readers, Cobertura coverage visualizers, Jenkins-style xUnit importers, GitLab code-quality workflows, Markdown summaries, and terminal diagnostics.
The changelog shows outside contributions for Cobertura support, duplicate-file coverage fixes, multi-destination test handling, and multiple-failure JUnit handling. That pattern suggests adoption by teams integrating Xcode test artifacts into non-Xcode reporting pipelines.
A typical invocation points xcresultparser at an .xcresult bundle and chooses an output format. Developers use it after xcodebuild test or CI runs to extract test failures, code coverage, warning/error lists, or formatted summaries without opening Xcode's result browser.
Coverage workflows can select report formats, filter targets and excluded paths, and output XML or Cobertura-compatible data. Test workflows can output JUnit-style XML or human-readable CLI/HTML/Markdown summaries, with expected failures represented differently depending on the destination format's semantics.
xcresultparser matters because .xcresult is an Apple-specific binary result bundle while most CI dashboards expect open text formats. The package is a translation layer between Xcode's build artifacts and the broader ecosystem of test, coverage, and quality-report tooling.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
xcresultparser | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:xcresultparser |
|---|---|
| バージョン | 2.2.0 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://github.com/a7ex/xcresultparser |
| リポジトリ | https://github.com/a7ex/xcresultparser |
| 最終更新 | 2026-07-18T21:14:23Z |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.