The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Command, reference main (a3da8b), with Swift 6.3 for Linux on 17 Apr 2026 05:06:09 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-cloud/Command.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/swift-cloud/Command
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a3da8b9 chore: remove mockable
Cloned https://github.com/swift-cloud/Command.git
Revision (git rev-parse @):
a3da8b91e60b84ba2c54ce0d4ce9a7e844509697
SUCCESS checkout https://github.com/swift-cloud/Command.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/swift-cloud/Command.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/tuist/Path
Fetching https://github.com/apple/swift-log
[1/401] Fetching path
[402/7012] Fetching path, swift-log
Fetched https://github.com/tuist/Path from cache (0.68s)
Fetched https://github.com/apple/swift-log from cache (0.69s)
Computing version for https://github.com/tuist/Path
Computed https://github.com/tuist/Path at 0.3.8 (3.82s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.55s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
Creating working copy for https://github.com/tuist/Path
Working copy of https://github.com/tuist/Path resolved at 0.3.8
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/17] Emitting module Path
[6/17] Compiling Path Path.swift
[7/18] Wrapping AST for Path for debugging
[9/18] Compiling Logging MetadataProvider.swift
[10/18] Compiling Logging LogHandler.swift
[11/18] Emitting module Logging
[12/18] Compiling Logging LogEvent.swift
[13/18] Compiling Logging Locks.swift
[14/18] Compiling Logging Logging.swift
[15/19] Wrapping AST for Logging for debugging
[17/25] Compiling Command ThreadSafe.swift
[18/25] Compiling Command FileHandle+Extras.swift
[19/25] Compiling Command Command.swift
[20/25] Emitting module Command
[21/25] Compiling Command AsyncThrowingStream+Extras.swift
[22/25] Compiling Command CommandRunner.swift
[23/26] Wrapping AST for Command for debugging
[24/26] Write Objects.LinkFileList
[25/26] Archiving libCommand.a
Build complete! (21.25s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "path",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Path"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    }
  ],
  "manifest_display_name" : "Command",
  "name" : "Command",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "26.0"
    }
  ],
  "products" : [
    {
      "name" : "Command",
      "targets" : [
        "Command"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Command",
      "module_type" : "SwiftTarget",
      "name" : "Command",
      "path" : "Sources/Command",
      "product_dependencies" : [
        "Path",
        "Logging"
      ],
      "product_memberships" : [
        "Command"
      ],
      "sources" : [
        "AsyncThrowingStream+Extras.swift",
        "Command.swift",
        "CommandRunner.swift",
        "FileHandle+Extras.swift",
        "ThreadSafe.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.