The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Command, reference main (a3da8b), with Swift 6.2 for Linux on 9 Oct 2025 06:52:40 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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.2
Building package at path:  $PWD
https://github.com/swift-cloud/Command.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/tuist/Path
Fetching https://github.com/apple/swift-log
[1/369] Fetching path
[160/4302] Fetching path, swift-log
Fetched https://github.com/tuist/Path from cache (0.43s)
Fetched https://github.com/apple/swift-log from cache (0.43s)
Computing version for https://github.com/tuist/Path
Computed https://github.com/tuist/Path at 0.3.8 (2.72s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.37s)
Creating working copy for https://github.com/tuist/Path
Working copy of https://github.com/tuist/Path resolved at 0.3.8
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/16] Compiling Logging LogHandler.swift
[6/16] Emitting module Path
[7/16] Compiling Path Path.swift
[8/17] Wrapping AST for Path for debugging
[10/17] Emitting module Logging
[11/17] Compiling Logging Locks.swift
[12/17] Compiling Logging MetadataProvider.swift
[13/17] Compiling Logging Logging.swift
[14/18] Wrapping AST for Logging for debugging
[16/24] Compiling Command ThreadSafe.swift
[17/24] Compiling Command FileHandle+Extras.swift
[18/24] Compiling Command Command.swift
[19/24] Compiling Command AsyncThrowingStream+Extras.swift
[20/24] Emitting module Command
[21/24] Compiling Command CommandRunner.swift
[22/25] Wrapping AST for Command for debugging
[23/25] Write Objects.LinkFileList
[24/25] Archiving libCommand.a
Build complete! (13.61s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.