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 0.2.0 (c49604), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 13:57:33 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: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/uhooi/swift-output-uhooi
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at c496042 Merge pull request #16 from uhooi/release/0.2.0
Cloned https://github.com/uhooi/swift-output-uhooi.git
Revision (git rev-parse @):
c496042fa2abda87099af6b5996d870221ca76a6
SUCCESS checkout https://github.com/uhooi/swift-output-uhooi.git at 0.2.0
========================================
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
[3/10] Write uhooi-entitlement.plist
[6/10] Write swift-version-1EA4D86E10B52AF.txt
[8/14] Compiling OutputUhooiCore TextBuilder.swift
[9/14] Emitting module OutputUhooiCore
[10/14] Emitting module ArgumentParserToolInfo
[11/14] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/53] Compiling ArgumentParser BashCompletionsGenerator.swift
[13/53] Compiling ArgumentParser CompletionsGenerator.swift
[14/53] Compiling ArgumentParser FishCompletionsGenerator.swift
[15/53] Compiling ArgumentParser ZshCompletionsGenerator.swift
[16/53] Compiling ArgumentParser Argument.swift
[17/57] Compiling ArgumentParser InputOrigin.swift
[18/57] Compiling ArgumentParser Name.swift
[19/57] Compiling ArgumentParser Parsed.swift
[20/57] Compiling ArgumentParser ParsedValues.swift
[21/57] Compiling ArgumentParser CommandConfiguration.swift
[22/57] Compiling ArgumentParser CommandGroup.swift
[23/57] Compiling ArgumentParser EnumerableFlag.swift
[24/57] Compiling ArgumentParser ExpressibleByArgument.swift
[25/57] Emitting module ArgumentParser
[26/57] Compiling ArgumentParser ParsableArguments.swift
[27/57] Compiling ArgumentParser ParsableArgumentsValidation.swift
[28/57] Compiling ArgumentParser ParsableCommand.swift
[29/57] Compiling ArgumentParser ArgumentDecoder.swift
[30/57] Compiling ArgumentParser Platform.swift
[31/57] Compiling ArgumentParser SequenceExtensions.swift
[32/57] Compiling ArgumentParser StringExtensions.swift
[33/57] Compiling ArgumentParser Tree.swift
[34/57] Compiling ArgumentParser NameSpecification.swift
[35/57] Compiling ArgumentParser Option.swift
[36/57] Compiling ArgumentParser OptionGroup.swift
[37/57] Compiling ArgumentParser AsyncParsableCommand.swift
[38/57] Compiling ArgumentParser ParserError.swift
[39/57] Compiling ArgumentParser SplitArguments.swift
[40/57] Compiling ArgumentParser DumpHelpGenerator.swift
[41/57] Compiling ArgumentParser HelpCommand.swift
[42/57] Compiling ArgumentParser ArgumentHelp.swift
[43/57] Compiling ArgumentParser ArgumentVisibility.swift
[44/57] Compiling ArgumentParser CompletionKind.swift
[45/57] Compiling ArgumentParser Errors.swift
[46/57] Compiling ArgumentParser Flag.swift
[47/57] Compiling ArgumentParser ArgumentDefinition.swift
[48/57] Compiling ArgumentParser ArgumentSet.swift
[49/57] Compiling ArgumentParser CommandParser.swift
[50/57] Compiling ArgumentParser InputKey.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 main.swift
[56/59] Emitting module OutputUhooi
[56/59] Write Objects.LinkFileList
[57/59] Linking uhooi
[58/59] Applying uhooi
Build complete! (11.44s)
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.77s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (2.24s)
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.0.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" : "11.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" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "OutputUhooiCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
Done.