The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of OutputUhooi, reference main (ea7a63), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 13:57:36 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uhooi/swift-output-uhooi.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/uhooi/swift-output-uhooi
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ea7a639 Merge pull request #19 from uhooi/feature/bump_swift_argument_parser_to_1.1.3
Cloned https://github.com/uhooi/swift-output-uhooi.git
Revision (git rev-parse @):
ea7a63952b75048e2ebd7c52efd5479d84300978
SUCCESS checkout https://github.com/uhooi/swift-output-uhooi.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/uhooi/swift-output-uhooi.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/10] Write sources
[1/10] Write uhooi-entitlement.plist
[5/10] Write sources
[6/10] Write swift-version-1EA4D86E10B52AF.txt
[8/14] Emitting module OutputUhooiCore
[9/14] Compiling OutputUhooiCore TextBuilder.swift
[10/14] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/14] Emitting module ArgumentParserToolInfo
[12/53] Compiling ArgumentParser ArgumentHelp.swift
[13/53] Compiling ArgumentParser ArgumentVisibility.swift
[14/53] Compiling ArgumentParser CompletionKind.swift
[15/53] Compiling ArgumentParser Errors.swift
[16/53] Compiling ArgumentParser Flag.swift
[17/57] Compiling ArgumentParser CommandConfiguration.swift
[18/57] Compiling ArgumentParser CommandGroup.swift
[19/57] Compiling ArgumentParser EnumerableFlag.swift
[20/57] Compiling ArgumentParser ExpressibleByArgument.swift
[21/57] Emitting module ArgumentParser
[22/57] Compiling ArgumentParser NameSpecification.swift
[23/57] Compiling ArgumentParser Option.swift
[24/57] Compiling ArgumentParser OptionGroup.swift
[25/57] Compiling ArgumentParser AsyncParsableCommand.swift
[26/57] Compiling ArgumentParser BashCompletionsGenerator.swift
[27/57] Compiling ArgumentParser CompletionsGenerator.swift
[28/57] Compiling ArgumentParser FishCompletionsGenerator.swift
[29/57] Compiling ArgumentParser ZshCompletionsGenerator.swift
[30/57] Compiling ArgumentParser Argument.swift
[31/57] Compiling ArgumentParser ArgumentDefinition.swift
[32/57] Compiling ArgumentParser ArgumentSet.swift
[33/57] Compiling ArgumentParser CommandParser.swift
[34/57] Compiling ArgumentParser InputKey.swift
[35/57] Compiling ArgumentParser Platform.swift
[36/57] Compiling ArgumentParser SequenceExtensions.swift
[37/57] Compiling ArgumentParser StringExtensions.swift
[38/57] Compiling ArgumentParser Tree.swift
[39/57] Compiling ArgumentParser InputOrigin.swift
[40/57] Compiling ArgumentParser Name.swift
[41/57] Compiling ArgumentParser Parsed.swift
[42/57] Compiling ArgumentParser ParsedValues.swift
[43/57] Compiling ArgumentParser ParsableArguments.swift
[44/57] Compiling ArgumentParser ParsableArgumentsValidation.swift
[45/57] Compiling ArgumentParser ParsableCommand.swift
[46/57] Compiling ArgumentParser ArgumentDecoder.swift
[47/57] Compiling ArgumentParser ParserError.swift
[48/57] Compiling ArgumentParser SplitArguments.swift
[49/57] Compiling ArgumentParser DumpHelpGenerator.swift
[50/57] Compiling ArgumentParser HelpCommand.swift
[51/57] Compiling ArgumentParser HelpGenerator.swift
[52/57] Compiling ArgumentParser MessageInfo.swift
[53/57] Compiling ArgumentParser UsageGenerator.swift
[54/57] Compiling ArgumentParser CollectionExtensions.swift
[55/59] Compiling OutputUhooi Uhooi.swift
[56/59] Emitting module OutputUhooi
[56/59] Write Objects.LinkFileList
[57/59] Linking uhooi
[58/59] Applying uhooi
Build complete! (11.72s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.54s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (1.97s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "OutputUhooi",
  "name" : "OutputUhooi",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "uhooi",
      "targets" : [
        "OutputUhooi"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OutputUhooiTests",
      "module_type" : "SwiftTarget",
      "name" : "OutputUhooiTests",
      "path" : "Tests/OutputUhooiTests",
      "sources" : [
        "OutputUhooiTests.swift"
      ],
      "target_dependencies" : [
        "OutputUhooi"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OutputUhooiCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "OutputUhooiCoreTests",
      "path" : "Tests/OutputUhooiCoreTests",
      "sources" : [
        "TextBuilderTests.swift"
      ],
      "target_dependencies" : [
        "OutputUhooiCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OutputUhooiCore",
      "module_type" : "SwiftTarget",
      "name" : "OutputUhooiCore",
      "path" : "Sources/OutputUhooiCore",
      "product_memberships" : [
        "uhooi"
      ],
      "sources" : [
        "TextBuilder.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OutputUhooi",
      "module_type" : "SwiftTarget",
      "name" : "OutputUhooi",
      "path" : "Sources/OutputUhooi",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "uhooi"
      ],
      "sources" : [
        "Uhooi.swift"
      ],
      "target_dependencies" : [
        "OutputUhooiCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.6"
}
Done.