pkg.soopen package index

brew / 排名 345

使用 Homebrew 安装 xcresultparser

查看 xcresultparser 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install xcresultparser

local Homebrew formula metadata

概览

软件包摘要

Parse binary .xcresult bundles from Xcode builds and test runs

命令和别名

  • xcresultparser

历史

项目历史与用法

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.

时间线

  • 2021-06-11: Repository created on GitHub.
  • 2021-06-13: 0.1 initial release.
  • 2021-08-02: 1.0 release published.
  • 2022-12-15: 1.2.0 added Cobertura XML coverage output.
  • 2024-05-25: 1.6.0 adopted the newer Xcode 15 xccov command path for faster coverage extraction.
  • 2024-07-28: 1.7.0 updated for Xcode 16 compatibility via XCResultKit support.
  • 2026-02-24: 2.0.0-beta replaced XCResultKit usage with direct xcresulttool and xccov parsing.
  • 2026-03-14: 2.0.0 fixed reporting of session-level issues not associated with a test or suite.

Related projects

  • Apple's xcresulttool and xccov are core related tools because xcresultparser shells out to or models their data to extract .xcresult and coverage information.
  • SonarQube, Jenkins, GitLab, and Cobertura-style tooling are related consumers of the reports produced by xcresultparser.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
xcresultparser可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本2.2.0
管理器更新时间2026-07-18
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:xcresultparser
版本2.2.0
软件包管理器Homebrew
主页https://github.com/a7ex/xcresultparser
仓库https://github.com/a7ex/xcresultparser
最后更新2026-07-18T21:14:23Z
Pulseupdated
Bottle未记录
服务未声明

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • pkg.so package database
  • pkgdb category and tag curation