The Swift Package Index logo.Swift Package Index

Build Information

Successful build of xcbeautify, reference main (3cc7c0), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 03:09:50 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cpisciotta/xcbeautify.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cpisciotta/xcbeautify
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3cc7c03 Add Renderer.detect() (#497)
Cloned https://github.com/cpisciotta/xcbeautify.git
Revision (git rev-parse @):
3cc7c03d194410e0230ff06ebc1cf5b9575d4daa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/cpisciotta/xcbeautify.git at main
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/CoreOffice/XMLCoder.git
[1/10092] Fetching xmlcoder
[304/27615] Fetching xmlcoder, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.58s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (1.58s)
Creating working copy for https://github.com/CoreOffice/XMLCoder.git
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.18.0
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "xcbeautify",
      "name": "xcbeautify",
      "url": "https://github.com/cpisciotta/xcbeautify.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xcbeautify",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser.git",
          "version": "1.7.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "xmlcoder",
          "name": "XMLCoder",
          "url": "https://github.com/CoreOffice/XMLCoder.git",
          "version": "0.18.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XMLCoder",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/cpisciotta/xcbeautify.git
[1/8579] Fetching xcbeautify
Fetched https://github.com/cpisciotta/xcbeautify.git from cache (1.60s)
Fetching https://github.com/apple/swift-argument-parser.git from cache
Fetching https://github.com/CoreOffice/XMLCoder.git from cache
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.55s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (0.55s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.18.1 (1.11s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.47s)
Creating working copy for https://github.com/cpisciotta/xcbeautify.git
Working copy of https://github.com/cpisciotta/xcbeautify.git resolved at main (3cc7c03)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
Creating working copy for https://github.com/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.18.1
Found 2 product dependencies
  - swift-argument-parser
  - XMLCoder
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/cpisciotta/xcbeautify.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/12] Write sources
[6/12] Write xcbeautify-entitlement.plist
[6/12] Write sources
[8/12] Write swift-version--6988338F2F200930.txt
[10/61] Emitting module ArgumentParserToolInfo
[11/61] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/108] Emitting module XMLCoder
[13/113] Emitting module ArgumentParser
[14/118] Compiling ArgumentParser NameSpecification.swift
[15/118] Compiling ArgumentParser Option.swift
[16/118] Compiling ArgumentParser OptionGroup.swift
[17/118] Compiling ArgumentParser ParentCommand.swift
[18/118] Compiling ArgumentParser AsyncParsableCommand.swift
[19/118] Compiling ArgumentParser ArgumentHelp.swift
[20/118] Compiling ArgumentParser ArgumentVisibility.swift
[21/118] Compiling ArgumentParser CompletionKind.swift
[22/118] Compiling ArgumentParser Errors.swift
[23/118] Compiling ArgumentParser Flag.swift
[24/118] Compiling ArgumentParser BashCompletionsGenerator.swift
[25/118] Compiling ArgumentParser CompletionsGenerator.swift
[26/118] Compiling ArgumentParser FishCompletionsGenerator.swift
[27/118] Compiling ArgumentParser ZshCompletionsGenerator.swift
[28/118] Compiling ArgumentParser Argument.swift
[29/118] Compiling ArgumentParser ArgumentDiscussion.swift
[30/118] Compiling ArgumentParser CodingKeyValidator.swift
[31/118] Compiling ArgumentParser NonsenseFlagsValidator.swift
[32/118] Compiling ArgumentParser ParsableArgumentsValidation.swift
[33/118] Compiling ArgumentParser PositionalArgumentsValidator.swift
[34/118] Compiling ArgumentParser UniqueNamesValidator.swift
[35/118] Compiling ArgumentParser ParserError.swift
[36/118] Compiling ArgumentParser SplitArguments.swift
[37/118] Compiling ArgumentParser DumpHelpGenerator.swift
[38/118] Compiling ArgumentParser HelpCommand.swift
[39/118] Compiling ArgumentParser HelpGenerator.swift
[40/118] Compiling ArgumentParser CommandConfiguration.swift
[41/118] Compiling ArgumentParser CommandGroup.swift
[42/118] Compiling ArgumentParser EnumerableFlag.swift
[43/118] Compiling ArgumentParser ExpressibleByArgument.swift
[44/118] Compiling ArgumentParser ParsableArguments.swift
[45/118] Compiling ArgumentParser Platform.swift
[46/118] Compiling ArgumentParser SequenceExtensions.swift
[47/118] Compiling ArgumentParser StringExtensions.swift
[48/118] Compiling ArgumentParser SwiftExtensions.swift
[49/118] Compiling ArgumentParser Tree.swift
[50/118] Compiling ArgumentParser ParsableCommand.swift
[51/118] Compiling ArgumentParser ArgumentDecoder.swift
[52/118] Compiling ArgumentParser ArgumentDefinition.swift
[53/118] Compiling ArgumentParser ArgumentSet.swift
[54/118] Compiling ArgumentParser CommandParser.swift
[55/118] Compiling ArgumentParser InputKey.swift
[56/118] Compiling ArgumentParser InputOrigin.swift
[57/118] Compiling ArgumentParser Name.swift
[58/118] Compiling ArgumentParser Parsed.swift
[59/118] Compiling ArgumentParser ParsedValues.swift
[75/118] Compiling ArgumentParser Mutex.swift
[81/118] Compiling ArgumentParser MessageInfo.swift
[82/118] Compiling ArgumentParser UsageGenerator.swift
[83/118] Compiling ArgumentParser CollectionExtensions.swift
[84/118] Compiling ArgumentParser Foundation.swift
[116/136] Compiling XcbeautifyLib XCBeautifier.swift
[117/137] Compiling XcbeautifyLib String+Colored.swift
[118/137] Compiling XcbeautifyLib String+Substring.swift
[119/137] Compiling XcbeautifyLib XCRegex.swift
[120/137] Compiling XcbeautifyLib TeamCityRenderer.swift
[121/137] Compiling XcbeautifyLib TerminalRenderer.swift
[122/137] Compiling XcbeautifyLib AzureDevOpsPipelinesRenderer.swift
[123/137] Compiling XcbeautifyLib GitHubActionsRenderer.swift
[124/137] Compiling XcbeautifyLib JUnitReporter.swift
[125/137] Compiling XcbeautifyLib OutputHandler.swift
[126/137] Compiling XcbeautifyLib MicrosoftOutputRendering.swift
[127/137] Compiling XcbeautifyLib OutputRendering.swift
[128/137] Compiling XcbeautifyLib Parser.swift
[129/137] Compiling XcbeautifyLib FileComponents.swift
[130/137] Compiling XcbeautifyLib Constants.swift
[131/137] Compiling XcbeautifyLib Formatter.swift
[132/137] Emitting module XcbeautifyLib
[133/137] Compiling XcbeautifyLib Array+Safe.swift
[134/137] Compiling XcbeautifyLib CaptureGroups.swift
[135/141] Compiling xcbeautify Xcbeautify.swift
[136/141] Compiling xcbeautify Version.swift
[137/141] Compiling xcbeautify OutputFormat+ExpressibleByArgument.swift
[138/141] Emitting module xcbeautify
[138/141] Write Objects.LinkFileList
[139/141] Linking xcbeautify
[140/141] Applying xcbeautify
Build complete! (13.46s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.17.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CoreOffice/XMLCoder.git"
    }
  ],
  "manifest_display_name" : "xcbeautify",
  "name" : "xcbeautify",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "xcbeautify",
      "targets" : [
        "xcbeautify"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "XcbeautifyLib",
      "targets" : [
        "XcbeautifyLib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "xcbeautify",
      "module_type" : "SwiftTarget",
      "name" : "xcbeautify",
      "path" : "Sources/xcbeautify",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "xcbeautify"
      ],
      "sources" : [
        "OutputFormat+ExpressibleByArgument.swift",
        "Version.swift",
        "Xcbeautify.swift"
      ],
      "target_dependencies" : [
        "XcbeautifyLib"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "XcbeautifyLibTests",
      "module_type" : "SwiftTarget",
      "name" : "XcbeautifyLibTests",
      "path" : "Tests/XcbeautifyLibTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/XcbeautifyLibTests/TestData/MixedTestLog_6_0_Expected_XML_Linux.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/XcbeautifyLibTests/TestData/MixedTestLog_6_0_Expected_XML_macOS.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/XcbeautifyLibTests/TestData/MixedTestLog_6_0_Linux.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/XcbeautifyLibTests/TestData/MixedTestLog_6_0_macOS.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/XcbeautifyLibTests/TestData/MixedTestLog_6_0_macOS_colored.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/XcbeautifyLibTests/TestData/ParallelTestLog.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/XcbeautifyLibTests/TestData/TestLog.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/XcbeautifyLibTests/TestData/clean_build_xcode_15_1.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/XcbeautifyLibTests/TestData/clean_build_xcode_15_1_colored.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/XcbeautifyLibTests/TestData/demo_swift_testing_log.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/XcbeautifyLibTests/TestData/large_xcodebuild_log.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/XcbeautifyLibTests/TestData/spi_swift_testing_full_log.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/XcbeautifyLibTests/TestData/spi_swift_testing_short_log.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/XcbeautifyLibTests/TestData/swift_test_log_macOS.txt",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/XcbeautifyLibTests/TestData/swift_test_log_macOS_colored.txt",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "CaptureGroupTests.swift",
        "Condition+Ext.swift",
        "FormattedStringTests.swift",
        "JUnitReporterTests.swift",
        "OutputHandlerTests.swift",
        "ParserTests.swift",
        "ParsingTests.swift",
        "RendererTests/AzureDevOpsPipelinesRendererTests.swift",
        "RendererTests/GitHubActionsRendererTests.swift",
        "RendererTests/RendererTests.swift",
        "RendererTests/TeamCityRendererTests.swift",
        "RendererTests/TerminalRendererTests.swift",
        "TestCaseCaptureGroupTests.swift",
        "UniqueCaptureGroupTests.swift",
        "XCBeautifierTests.swift"
      ],
      "target_dependencies" : [
        "XcbeautifyLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcbeautifyLib",
      "module_type" : "SwiftTarget",
      "name" : "XcbeautifyLib",
      "path" : "Sources/XcbeautifyLib",
      "product_dependencies" : [
        "XMLCoder"
      ],
      "product_memberships" : [
        "xcbeautify",
        "XcbeautifyLib"
      ],
      "sources" : [
        "Array+Safe.swift",
        "CaptureGroups.swift",
        "Constants.swift",
        "Formatter.swift",
        "JUnitReporter.swift",
        "OutputHandler.swift",
        "Parser.swift",
        "Renderers/FileComponents.swift",
        "Renderers/Microsoft/AzureDevOpsPipelinesRenderer.swift",
        "Renderers/Microsoft/GitHubActionsRenderer.swift",
        "Renderers/Microsoft/MicrosoftOutputRendering.swift",
        "Renderers/OutputRendering.swift",
        "Renderers/TeamCityRenderer.swift",
        "Renderers/TerminalRenderer.swift",
        "String+Colored.swift",
        "String+Substring.swift",
        "XCBeautifier.swift",
        "XCRegex.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/cpisciotta/xcbeautify/main
Repository:               cpisciotta/xcbeautify
Swift version used:       6.3
Target:                   XcbeautifyLib
Extracting symbol information for 'XcbeautifyLib'...
Finished extracting symbol information for 'XcbeautifyLib'. (18.43s)
Building documentation for 'XcbeautifyLib'...
Finished building documentation for 'XcbeautifyLib' (0.29s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/cpisciotta/xcbeautify/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
Updating https://github.com/apple/swift-argument-parser.git
Updating https://github.com/CoreOffice/XMLCoder.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.26s)
Updated https://github.com/apple/swift-argument-parser.git (0.50s)
Updated https://github.com/CoreOffice/XMLCoder.git (0.50s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.18.0 (2.35s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.52s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.67s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.96s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Building for debugging...
[0/7] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit Identifier.swift
[7/53] Compiling SymbolKit KindIdentifier.swift
[8/53] Compiling SymbolKit Location.swift
[9/53] Compiling SymbolKit Mutability.swift
[10/53] Compiling SymbolKit DeclarationFragments.swift
[11/53] Compiling SymbolKit Fragment.swift
[12/53] Compiling SymbolKit FragmentKind.swift
[13/53] Compiling SymbolKit FunctionParameter.swift
[14/53] Compiling SymbolKit FunctionSignature.swift
[15/57] Emitting module SymbolKit
[16/57] Compiling SymbolKit Names.swift
[17/57] Compiling SymbolKit SPI.swift
[18/57] Compiling SymbolKit Snippet.swift
[19/57] Compiling SymbolKit Extension.swift
[20/57] Compiling SymbolKit SourceRange.swift
[21/57] Compiling SymbolKit Metadata.swift
[22/57] Compiling SymbolKit Module.swift
[23/57] Compiling SymbolKit OperatingSystem.swift
[24/57] Compiling SymbolKit Platform.swift
[25/57] Compiling SymbolKit SemanticVersion.swift
[26/57] Compiling SymbolKit AccessControl.swift
[27/57] Compiling SymbolKit Availability.swift
[28/57] Compiling SymbolKit AvailabilityItem.swift
[29/57] Compiling SymbolKit Domain.swift
[30/57] Compiling SymbolKit Mixin+Equals.swift
[31/57] Compiling SymbolKit Mixin+Hash.swift
[32/57] Compiling SymbolKit Mixin.swift
[33/57] Compiling SymbolKit LineList.swift
[34/57] Compiling SymbolKit Position.swift
[35/57] Compiling SymbolKit Relationship.swift
[36/57] Compiling SymbolKit RelationshipKind.swift
[37/57] Compiling SymbolKit SourceOrigin.swift
[38/57] Compiling SymbolKit GenericConstraints.swift
[39/57] Compiling SymbolKit Swift.swift
[40/57] Compiling SymbolKit Symbol.swift
[41/57] Compiling SymbolKit SymbolKind.swift
[42/57] Compiling SymbolKit SymbolGraph.swift
[43/57] Compiling SymbolKit GraphCollector.swift
[44/57] Compiling SymbolKit GenericConstraint.swift
[45/57] Compiling SymbolKit GenericParameter.swift
[46/57] Compiling SymbolKit Generics.swift
[47/57] Compiling SymbolKit Namespace.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.14s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'XcbeautifyLib' complete! (0.34s)
      84
2	/Users/admin/builder/spi-builder-workspace/.docs/cpisciotta/xcbeautify/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/cpisciotta/xcbeautify/main
File count: 84
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-cpisciotta-xcbeautify-main-dd42d675.zip to s3://spi-docs-inbox/prod-cpisciotta-xcbeautify-main-dd42d675.zip
Copying... [17%]
Copying... [35%]
Copying... [52%]
Copying... [70%]
Copying... [87%]
Copying... [100%]
Done.