The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CLIKit, reference 0.3.7 (c72b5d), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 06:18:01 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/apparata/clikit.git
Reference: 0.3.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apparata/clikit
 * tag               0.3.7      -> FETCH_HEAD
HEAD is now at c72b5d6 Merge pull request #1 from carlo-/master
Cloned https://github.com/apparata/clikit.git
Revision (git rev-parse @):
c72b5d691f6e1fb0fe5c4e351d42049a2e854645
SUCCESS checkout https://github.com/apparata/clikit.git at 0.3.7
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/apparata/clikit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/59] Emitting module CLIKit
/Users/admin/builder/spi-builder-workspace/Sources/CLIKit/Command Line/Arguments/CommandArgumentValue.swift:28:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
26 | /// Allow Optional to implement CustomStringConvertbile for wrapped types that
27 | /// implement CommandArgumentValue
28 | extension Optional: CustomStringConvertible where Wrapped: CommandArgumentValue {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |     public var description: String {
30 |         switch self {
[4/65] Compiling CLIKit SubprocessError.swift
[5/65] Compiling CLIKit SubprocessResult.swift
[6/65] Compiling CLIKit Character+Inspection.swift
[7/65] Compiling CLIKit SimpleWordCompletion.swift
[8/65] Compiling CLIKit String+Words.swift
[9/65] Compiling CLIKit TextCompletion.swift
[10/65] Compiling CLIKit Array+CommandArgumentValue.swift
[11/65] Compiling CLIKit Dictionary+CommandArgumentValue.swift
[12/65] Compiling CLIKit Double+CommandArgumentValue.swift
[13/65] Compiling CLIKit Float+CommandArgumentValue.swift
[14/65] Compiling CLIKit Int+CommandArgumentValue.swift
[15/65] Compiling CLIKit Set+CommandArgumentValue.swift
[16/65] Compiling CLIKit String+CommandArgumentValue.swift
[17/65] Compiling CLIKit UInt+CommandArgumentValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/CLIKit/Command Line/Arguments/CommandArgumentValue.swift:28:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
26 | /// Allow Optional to implement CustomStringConvertbile for wrapped types that
27 | /// implement CommandArgumentValue
28 | extension Optional: CustomStringConvertible where Wrapped: CommandArgumentValue {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |     public var description: String {
30 |         switch self {
[18/65] Compiling CLIKit URL+CommandArgumentValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/CLIKit/Command Line/Arguments/CommandArgumentValue.swift:28:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
26 | /// Allow Optional to implement CustomStringConvertbile for wrapped types that
27 | /// implement CommandArgumentValue
28 | extension Optional: CustomStringConvertible where Wrapped: CommandArgumentValue {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |     public var description: String {
30 |         switch self {
[19/65] Compiling CLIKit CommandArgumentSpecification.swift
/Users/admin/builder/spi-builder-workspace/Sources/CLIKit/Command Line/Arguments/CommandArgumentValue.swift:28:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
26 | /// Allow Optional to implement CustomStringConvertbile for wrapped types that
27 | /// implement CommandArgumentValue
28 | extension Optional: CustomStringConvertible where Wrapped: CommandArgumentValue {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |     public var description: String {
30 |         switch self {
[20/65] Compiling CLIKit CommandArgumentValue.swift
/Users/admin/builder/spi-builder-workspace/Sources/CLIKit/Command Line/Arguments/CommandArgumentValue.swift:28:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
26 | /// Allow Optional to implement CustomStringConvertbile for wrapped types that
27 | /// implement CommandArgumentValue
28 | extension Optional: CustomStringConvertible where Wrapped: CommandArgumentValue {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |     public var description: String {
30 |         switch self {
[21/65] Compiling CLIKit CommandFlag.swift
/Users/admin/builder/spi-builder-workspace/Sources/CLIKit/Command Line/Arguments/CommandArgumentValue.swift:28:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
26 | /// Allow Optional to implement CustomStringConvertbile for wrapped types that
27 | /// implement CommandArgumentValue
28 | extension Optional: CustomStringConvertible where Wrapped: CommandArgumentValue {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |     public var description: String {
30 |         switch self {
[22/65] Compiling CLIKit CommandInput.swift
/Users/admin/builder/spi-builder-workspace/Sources/CLIKit/Command Line/Arguments/CommandArgumentValue.swift:28:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
26 | /// Allow Optional to implement CustomStringConvertbile for wrapped types that
27 | /// implement CommandArgumentValue
28 | extension Optional: CustomStringConvertible where Wrapped: CommandArgumentValue {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |     public var description: String {
30 |         switch self {
[23/65] Compiling CLIKit CommandOption.swift
/Users/admin/builder/spi-builder-workspace/Sources/CLIKit/Command Line/Arguments/CommandArgumentValue.swift:28:1: warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
26 | /// Allow Optional to implement CustomStringConvertbile for wrapped types that
27 | /// implement CommandArgumentValue
28 | extension Optional: CustomStringConvertible where Wrapped: CommandArgumentValue {
   | |- warning: extension declares a conformance of imported type 'Optional' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |     public var description: String {
30 |         switch self {
[24/65] Compiling CLIKit ParserEvent.swift
[25/65] Compiling CLIKit ParserState.swift
[26/65] Compiling CLIKit ParserStateMachine.swift
[27/65] Compiling CLIKit Execution.swift
[28/65] Compiling CLIKit ExecutionMode.swift
[29/65] Compiling CLIKit ExecutableFinder.swift
[30/65] Compiling CLIKit Path+FileManagement.swift
[31/65] Compiling CLIKit Path.swift
[32/65] Compiling CLIKit Console.swift
[33/65] Compiling CLIKit IO.swift
[34/65] Compiling CLIKit BasicREPL.swift
[35/65] Compiling CLIKit CommandLineHistory.swift
[36/65] Compiling CLIKit SubprocessAttributes.swift
[37/65] Compiling CLIKit SubprocessCaptureOutputThread.swift
[38/65] Compiling CLIKit SubprocessIO.swift
[39/65] Compiling CLIKit SubprocessPipe.swift
[40/65] Compiling CLIKit SubprocessStateMachine.swift
[41/65] Compiling CLIKit Subprocess.swift
[42/65] Compiling CLIKit HelpFlag.swift
[43/65] Compiling CLIKit Command.swift
[44/65] Compiling CLIKit CommandLineError.swift
[45/65] Compiling CLIKit CommandLineParser.swift
[46/65] Compiling CLIKit CommandUsage.swift
[47/65] Compiling CLIKit ParserContext.swift
[48/65] Compiling CLIKit TerminalInputMode.swift
[49/65] Compiling CLIKit TerminalString.swift
[50/65] Compiling CLIKit LineReader.swift
[51/65] Compiling CLIKit WrapsFileHandle.swift
[52/65] Compiling CLIKit Lock.swift
[53/65] Compiling CLIKit Log.swift
[54/65] Compiling CLIKit ReadEvaluatePrintLoop.swift
[55/65] Compiling CLIKit TerminalREPL.swift
[56/65] Compiling CLIKit TerminalREPLState.swift
[57/65] Compiling CLIKit StandardIO.swift
[58/65] Compiling CLIKit Terminal.swift
[59/65] Compiling CLIKit TerminalCode.swift
[60/65] Compiling CLIKit Regex.swift
[61/65] Compiling CLIKit Sequence+Convenience.swift
[62/65] Compiling CLIKit String+Utilities.swift
[63/65] Compiling CLIKit Environment.swift
[64/65] Compiling CLIKit StandardEnvironmentVariable.swift
[65/65] Compiling CLIKit CStrings.swift
Build complete! (4.84s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CLIKit",
  "name" : "CLIKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "CLIKit",
      "targets" : [
        "CLIKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CLIKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CLIKitTests",
      "path" : "Tests/CLIKitTests",
      "sources" : [
        "CLIKitTests.swift",
        "Helpers/BotCommand.swift",
        "Helpers/MainframeCommand.swift",
        "Helpers/MathCommand.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CLIKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CLIKit",
      "module_type" : "SwiftTarget",
      "name" : "CLIKit",
      "path" : "Sources/CLIKit",
      "product_memberships" : [
        "CLIKit"
      ],
      "sources" : [
        "Command Line/Arguments/Argument Value Types/Array+CommandArgumentValue.swift",
        "Command Line/Arguments/Argument Value Types/Dictionary+CommandArgumentValue.swift",
        "Command Line/Arguments/Argument Value Types/Double+CommandArgumentValue.swift",
        "Command Line/Arguments/Argument Value Types/Float+CommandArgumentValue.swift",
        "Command Line/Arguments/Argument Value Types/Int+CommandArgumentValue.swift",
        "Command Line/Arguments/Argument Value Types/Set+CommandArgumentValue.swift",
        "Command Line/Arguments/Argument Value Types/String+CommandArgumentValue.swift",
        "Command Line/Arguments/Argument Value Types/UInt+CommandArgumentValue.swift",
        "Command Line/Arguments/Argument Value Types/URL+CommandArgumentValue.swift",
        "Command Line/Arguments/CommandArgumentSpecification.swift",
        "Command Line/Arguments/CommandArgumentValue.swift",
        "Command Line/Arguments/CommandFlag.swift",
        "Command Line/Arguments/CommandInput.swift",
        "Command Line/Arguments/CommandOption.swift",
        "Command Line/Arguments/HelpFlag.swift",
        "Command Line/Command.swift",
        "Command Line/CommandLineError.swift",
        "Command Line/CommandLineParser.swift",
        "Command Line/CommandUsage.swift",
        "Command Line/Parser State Machine/ParserContext.swift",
        "Command Line/Parser State Machine/ParserEvent.swift",
        "Command Line/Parser State Machine/ParserState.swift",
        "Command Line/Parser State Machine/ParserStateMachine.swift",
        "Execution/Execution.swift",
        "Execution/ExecutionMode.swift",
        "File Management/ExecutableFinder.swift",
        "File Management/Path+FileManagement.swift",
        "File Management/Path.swift",
        "IO/Console.swift",
        "IO/IO.swift",
        "IO/REPL/Basic REPL/BasicREPL.swift",
        "IO/REPL/CommandLineHistory.swift",
        "IO/REPL/ReadEvaluatePrintLoop.swift",
        "IO/REPL/Terminal REPL/TerminalREPL.swift",
        "IO/REPL/Terminal REPL/TerminalREPLState.swift",
        "IO/StandardIO.swift",
        "IO/Terminal/Terminal.swift",
        "IO/Terminal/TerminalCode.swift",
        "IO/Terminal/TerminalInputMode.swift",
        "IO/Terminal/TerminalString.swift",
        "IO/Utilities/LineReader.swift",
        "IO/WrapsFileHandle.swift",
        "Internal/Lock.swift",
        "Internal/Log.swift",
        "Internal/Regex.swift",
        "Internal/Sequence+Convenience.swift",
        "Internal/String+Utilities.swift",
        "Process/Environment.swift",
        "Process/StandardEnvironmentVariable.swift",
        "Subprocess/Internal/CStrings.swift",
        "Subprocess/Internal/SubprocessAttributes.swift",
        "Subprocess/Internal/SubprocessCaptureOutputThread.swift",
        "Subprocess/Internal/SubprocessIO.swift",
        "Subprocess/Internal/SubprocessPipe.swift",
        "Subprocess/Internal/SubprocessStateMachine.swift",
        "Subprocess/Subprocess.swift",
        "Subprocess/SubprocessError.swift",
        "Subprocess/SubprocessResult.swift",
        "Utilities/Character+Inspection.swift",
        "Utilities/SimpleWordCompletion.swift",
        "Utilities/String+Words.swift",
        "Utilities/TextCompletion.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.