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 CommandShell, reference v2.1.5 (63f783), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 16:07:07 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/elegantchaos/CommandShell.git
Reference: v2.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/CommandShell
 * tag               v2.1.5     -> FETCH_HEAD
HEAD is now at 63f783a Added better version output, and --about command.
Cloned https://github.com/elegantchaos/CommandShell.git
Revision (git rev-parse @):
63f783a6546fed0723b2eb8b8fa12e27277b0ea2
SUCCESS checkout https://github.com/elegantchaos/CommandShell.git at v2.1.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/elegantchaos/CommandShell.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Write sources
[4/11] Write CommandShellExample-entitlement.plist
[5/11] Write sources
[7/11] Write swift-version-1EA4D86E10B52AF.txt
[9/26] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/26] Emitting module ArgumentParserToolInfo
[11/61] Compiling SemanticVersion SemanticVersion.swift
[12/61] Emitting module ArgumentParser
[13/64] Compiling ArgumentParser ParsableArgumentsValidation.swift
[14/64] Compiling ArgumentParser ParsableCommand.swift
[15/64] Compiling ArgumentParser ArgumentDecoder.swift
[16/64] Compiling ArgumentParser ArgumentDefinition.swift
[17/64] Compiling ArgumentParser Flag.swift
[18/64] Compiling ArgumentParser NameSpecification.swift
[19/64] Compiling ArgumentParser Option.swift
[20/64] Compiling ArgumentParser OptionGroup.swift
[21/64] Compiling ArgumentParser CommandConfiguration.swift
[22/64] Compiling ArgumentParser EnumerableFlag.swift
[23/64] Compiling ArgumentParser ExpressibleByArgument.swift
[24/64] Compiling ArgumentParser ParsableArguments.swift
[25/64] Compiling ArgumentParser BashCompletionsGenerator.swift
[26/64] Compiling ArgumentParser CompletionsGenerator.swift
[27/64] Compiling ArgumentParser FishCompletionsGenerator.swift
[28/64] Compiling ArgumentParser ZshCompletionsGenerator.swift
[29/64] Compiling ArgumentParser ArgumentSet.swift
[30/64] Compiling ArgumentParser CommandParser.swift
[31/64] Compiling ArgumentParser InputOrigin.swift
[32/64] Compiling ArgumentParser Name.swift
[33/64] Compiling ArgumentParser SequenceExtensions.swift
[34/64] Compiling ArgumentParser StringExtensions.swift
[35/64] Compiling ArgumentParser Tree.swift
[36/64] Emitting module SemanticVersion
[37/64] Compiling SemanticVersion SemanticVersion+Comparabl.swift
[38/64] Compiling ArgumentParser Argument.swift
[39/64] Compiling ArgumentParser ArgumentHelp.swift
[40/64] Compiling ArgumentParser CompletionKind.swift
[41/64] Compiling ArgumentParser Errors.swift
[42/64] Compiling ArgumentParser Parsed.swift
[43/64] Compiling ArgumentParser ParsedValues.swift
[44/64] Compiling ArgumentParser ParserError.swift
[45/64] Compiling ArgumentParser SplitArguments.swift
[46/64] Compiling ArgumentParser MessageInfo.swift
[47/64] Compiling ArgumentParser UsageGenerator.swift
[48/64] Compiling ArgumentParser CollectionExtensions.swift
[49/64] Compiling Logger UserDefaultsManagerSettings.swift
[50/64] Compiling Logger OSLogHandler.swift
[51/64] Compiling Logger PrintHandler.swift
[52/64] Compiling ArgumentParser DumpHelpGenerator.swift
[53/64] Compiling ArgumentParser HelpCommand.swift
[54/64] Compiling ArgumentParser HelpGenerator.swift
[55/64] Compiling Logger NSLogHandler.swift
[56/64] Compiling Logger ManagerSettings.swift
[57/64] Compiling Logger Handler.swift
[58/64] Emitting module Logger
[59/64] Compiling Logger Channel.swift
[60/64] Compiling Logger Manager.swift
[61/64] Compiling Logger Context.swift
[62/68] Compiling CommandShell CommandShellOptions.swift
[63/68] Compiling CommandShell CommandShell.swift
[64/68] Compiling CommandShell CommandEngine.swift
[65/68] Emitting module CommandShell
[66/70] Compiling CommandShellExample main.swift
[67/70] Emitting module CommandShellExample
[67/70] Write Objects.LinkFileList
[68/70] Linking CommandShellExample
[69/70] Applying CommandShellExample
Build complete! (12.31s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/elegantchaos/XCTestExtensions.git
Fetching https://github.com/elegantchaos/Logger.git
Fetching https://github.com/elegantchaos/SemanticVersion.git
[1/571] Fetching xctestextensions
[87/723] Fetching xctestextensions, semanticversion
[113/2823] Fetching xctestextensions, semanticversion, logger
[1710/18203] Fetching xctestextensions, semanticversion, logger, swift-argument-parser
Fetched https://github.com/elegantchaos/SemanticVersion.git from cache (1.44s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.44s)
Fetched https://github.com/elegantchaos/Logger.git from cache (1.44s)
Fetched https://github.com/elegantchaos/XCTestExtensions.git from cache (1.44s)
Computing version for https://github.com/elegantchaos/SemanticVersion.git
Computed https://github.com/elegantchaos/SemanticVersion.git at 1.1.2 (1.95s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.2 (0.49s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.47s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.5.1 (0.49s)
Fetching https://github.com/elegantchaos/Matchable.git
[1/113] Fetching matchable
Fetched https://github.com/elegantchaos/Matchable.git from cache (0.69s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.7 (1.19s)
Creating working copy for https://github.com/elegantchaos/SemanticVersion.git
Working copy of https://github.com/elegantchaos/SemanticVersion.git resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Creating working copy for https://github.com/elegantchaos/XCTestExtensions.git
Working copy of https://github.com/elegantchaos/XCTestExtensions.git resolved at 1.5.1
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.8.2
Creating working copy for https://github.com/elegantchaos/Matchable.git
Working copy of https://github.com/elegantchaos/Matchable.git resolved at 1.0.7
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/Logger.git"
    },
    {
      "identity" : "semanticversion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/SemanticVersion.git"
    },
    {
      "identity" : "xctestextensions",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/elegantchaos/XCTestExtensions.git"
    }
  ],
  "manifest_display_name" : "CommandShell",
  "name" : "CommandShell",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "CommandShell",
      "targets" : [
        "CommandShell"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CommandShellExample",
      "targets" : [
        "CommandShellExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CommandShellTests",
      "module_type" : "SwiftTarget",
      "name" : "CommandShellTests",
      "path" : "Tests/CommandShellTests",
      "product_dependencies" : [
        "XCTestExtensions"
      ],
      "sources" : [
        "CommandShellTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CommandShell",
        "CommandShellExample"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CommandShellExample",
      "module_type" : "SwiftTarget",
      "name" : "CommandShellExample",
      "path" : "Sources/CommandShellExample",
      "product_dependencies" : [
        "SemanticVersion"
      ],
      "product_memberships" : [
        "CommandShellExample"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "CommandShell"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CommandShell",
      "module_type" : "SwiftTarget",
      "name" : "CommandShell",
      "path" : "Sources/CommandShell",
      "product_dependencies" : [
        "Logger",
        "SemanticVersion",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "CommandShell",
        "CommandShellExample"
      ],
      "sources" : [
        "CommandEngine.swift",
        "CommandShell.swift",
        "CommandShellOptions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.