This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CommandShell with Swift 5.8 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/CommandShell.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/CommandShell
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/14] Emitting module SemanticVersion
[2/14] Compiling SemanticVersion SemanticVersion.swift
[3/14] Emitting module ArgumentParserToolInfo
[4/14] Compiling ArgumentParserToolInfo ToolInfo.swift
[5/48] Compiling Logger PrintHandler.swift
[6/49] Emitting module ArgumentParser
[7/53] Compiling ArgumentParser Option.swift
[8/53] Compiling ArgumentParser OptionGroup.swift
[9/53] Compiling ArgumentParser CommandConfiguration.swift
[10/53] Compiling ArgumentParser EnumerableFlag.swift
[11/53] Compiling ArgumentParser ExpressibleByArgument.swift
[12/53] Compiling Logger OSLogHandler.swift
[13/53] Compiling ArgumentParser ArgumentHelp.swift
[14/53] Compiling ArgumentParser CompletionKind.swift
[15/53] Compiling ArgumentParser Errors.swift
[16/53] Compiling ArgumentParser Flag.swift
[17/53] Compiling ArgumentParser NameSpecification.swift
[18/53] Compiling ArgumentParser BashCompletionsGenerator.swift
[19/53] Compiling ArgumentParser CompletionsGenerator.swift
[20/53] Compiling ArgumentParser FishCompletionsGenerator.swift
[21/53] Compiling ArgumentParser ZshCompletionsGenerator.swift
[22/53] Compiling ArgumentParser Argument.swift
[23/53] Compiling ArgumentParser CollectionExtensions.swift
[24/53] Compiling ArgumentParser SequenceExtensions.swift
[25/53] Compiling ArgumentParser StringExtensions.swift
[26/53] Compiling ArgumentParser Tree.swift
[27/53] Compiling ArgumentParser ArgumentSet.swift
[28/53] Compiling ArgumentParser CommandParser.swift
[29/53] Compiling ArgumentParser InputOrigin.swift
[30/53] Compiling ArgumentParser Name.swift
[31/53] Compiling ArgumentParser Parsed.swift
[32/53] Compiling ArgumentParser ParsableArguments.swift
[33/53] Compiling ArgumentParser ParsableArgumentsValidation.swift
[34/53] Compiling ArgumentParser ParsableCommand.swift
[35/53] Compiling ArgumentParser ArgumentDecoder.swift
[36/53] Compiling ArgumentParser ArgumentDefinition.swift
[37/53] Compiling Logger ManagerSettings.swift
[38/53] Compiling Logger NSLogHandler.swift
[39/53] Emitting module Logger
[40/53] Compiling Logger UserDefaultsManagerSettings.swift
[41/53] Compiling Logger Manager.swift
[42/53] Compiling Logger Handler.swift
[45/53] Compiling ArgumentParser ParsedValues.swift
[46/53] Compiling ArgumentParser ParserError.swift
[47/53] Compiling ArgumentParser SplitArguments.swift
[48/53] Compiling ArgumentParser DumpHelpGenerator.swift
[49/53] Compiling ArgumentParser HelpCommand.swift
[50/53] Compiling ArgumentParser HelpGenerator.swift
[51/53] Compiling ArgumentParser MessageInfo.swift
[52/53] Compiling ArgumentParser UsageGenerator.swift
[53/57] Compiling CommandShell CommandShellOptions.swift
[54/57] Compiling CommandShell CommandShell.swift
[55/57] Emitting module CommandShell
[56/57] Compiling CommandShell CommandEngine.swift
[57/59] Emitting module CommandShellExample
[58/59] Compiling CommandShellExample main.swift
[58/59] Linking CommandShellExample
Build complete! (24.76s)
Fetching https://github.com/elegantchaos/Matchable.git from cache
Fetching https://github.com/elegantchaos/XCTestExtensions.git from cache
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/elegantchaos/XCTestExtensions.git (0.18s)
Fetching https://github.com/elegantchaos/SemanticVersion.git from cache
Fetched https://github.com/elegantchaos/SemanticVersion.git (0.16s)
Fetching https://github.com/elegantchaos/Logger.git from cache
Fetched https://github.com/elegantchaos/Matchable.git (0.39s)
Fetched https://github.com/elegantchaos/Logger.git (0.20s)
Fetched https://github.com/apple/swift-argument-parser (0.79s)
Computing version for https://github.com/elegantchaos/XCTestExtensions.git
Computed https://github.com/elegantchaos/XCTestExtensions.git at 1.4.9 (0.47s)
Computing version for https://github.com/elegantchaos/SemanticVersion.git
Computed https://github.com/elegantchaos/SemanticVersion.git at 1.1.1 (0.49s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.0 (0.50s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.51s)
Computing version for https://github.com/elegantchaos/Matchable.git
Computed https://github.com/elegantchaos/Matchable.git at 1.0.7 (0.45s)
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.4.9
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.8.0
Creating working copy for https://github.com/elegantchaos/SemanticVersion.git
Working copy of https://github.com/elegantchaos/SemanticVersion.git resolved at 1.1.1
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.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.