pkg.sopackage field notes

brew / portes d'approbation / rang 73

Installer xcbeautify avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de xcbeautify pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install xcbeautify

provider-native install command

aperçu

Résumé du paquet

Little beautifier tool for xcodebuild

Commandes et alias

  • xcbeautify

historique

Historique du projet et usages

xcbeautify is a Swift command-line formatter for xcodebuild output. Its README presents it as a faster alternative to xcpretty, with colored human-readable output and support for modern Xcode, Swift Package Manager, and CI rendering workflows.

Historique du projet

The GitHub release history shows xcbeautify releases from 0.3.6 in December 2018 to the 3.x series in 2026. The project has remained focused on parsing and presenting Apple's verbose build and test output while tracking changes in Xcode behavior.

The README emphasizes being written in Swift and compiling to a static binary, reducing Ruby dependence in development and CI environments compared with xcpretty. Later features include JUnit report generation and dedicated renderers for GitHub Actions, TeamCity, and Azure DevOps Pipeline.

Historique d'adoption

xcbeautify's adoption is most visible in the iOS and macOS CI ecosystem. fastlane's xcodebuild formatter documentation says fastlane 2.201.0 and later can select an xcodebuild_formatter, defaults to xcbeautify when it is installed, and describes xcbeautify as the recommended formatter.

The same fastlane documentation explains the transition context: xcpretty had historically been tightly integrated with fastlane as a RubyGem dependency, while xcbeautify became preferred for new build-system output, parallel testing output, Swift Package Manager formatting, and speed.

Modes d'utilisation

The basic usage is to pipe xcodebuild output into xcbeautify. The README also recommends `set -o pipefail` in CI so the pipeline preserves xcodebuild's exit status, and shows unbuffered/combined output for parallel or concurrent destination testing.

CI users can select specialized renderers, such as `--renderer github-actions`, so warnings, errors, and test results appear directly in the CI provider interface instead of only in raw logs.

Pourquoi les passionnés de paquets s'y intéressent

xcbeautify is important in Apple-platform packaging because xcodebuild is unavoidable but noisy. It provides a small CLI layer that makes Xcode builds readable in terminal and CI logs without tying the workflow to Ruby.

Its role is also a good example of ecosystem succession: a Swift-native formatter increasingly replacing or supplementing xcpretty in places where Xcode's newer build and parallel-test output needed better handling.

Chronologie

  • 2018: GitHub release history includes xcbeautify 0.3.6.
  • 2022: fastlane 2.201.0 and later document xcodebuild_formatter support and default to xcbeautify when installed.
  • 2023: 1.0.1 is published in the release stream.
  • 2024: 2.0.1 is published in the release stream.
  • 2026: 3.2.1 is released with fixes and additional CLI test coverage.

Related projects

  • xcbeautify is directly related to xcodebuild, Swift Package Manager, fastlane scan/gym/snapshot, and xcpretty.

portes d'approbation

Métadonnées de revue humaine pour commandes risquées

La graine locale de portes d'approbation contient 2 règles pour xcbeautify. Points d'entrée couverts : xcbeautify. Niveaux de sévérité : moyen. Couverture : partial, revu le 2026-05-21.

Exemples d'actions contrôlées

  • Write formatted test or build reports.
  • Emit GitHub Actions annotations from build logs.

exécutables

Exécutables installés

CommandeTypeExpositionNote
xcbeautifyexécutableexécutable indexéDécouvert depuis l'index local des exécutables.

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-08-03
version du gestionnaire3.2.1
gestionnaire mis à jour
données localesinconnu
amontnon disponible
dernière version détectéenon détecté
  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:xcbeautify
Version3.2.1
Gestionnaire de paquetsHomebrew
Page d'accueilhttps://github.com/cpisciotta/xcbeautify
Dépôthttps://github.com/cpisciotta/xcbeautify
Bouteillenon enregistré
Serviceaucun déclaré

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • approval-gate seed metadata
  • curated package history
  • pkgdb category and tag curation