The Swift Package Index logo.Swift Package Index

Build Information

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

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 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: 0.14.0
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
 * tag               0.14.0     -> FETCH_HEAD
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 0.14.0
========================================
Build
========================================
Selected platform:         android
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-1":/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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/tuist/Path
Fetching https://github.com/apple/swift-log
[1/401] Fetching path
Fetched https://github.com/tuist/Path from cache (0.21s)
[1/6611] Fetching swift-log
Fetched https://github.com/apple/swift-log from cache (0.84s)
Computing version for https://github.com/tuist/Path
Computed https://github.com/tuist/Path at 0.3.8 (4.50s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.53s)
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--4F562202D5529B1.txt
[5/17] Emitting module Path
[6/17] Compiling Path Path.swift
[7/18] Wrapping AST for Path for debugging
[9/18] Emitting module Logging
[10/18] Compiling Logging MetadataProvider.swift
[11/18] Compiling Logging Locks.swift
[12/18] Compiling Logging LogEvent.swift
[13/18] Compiling Logging Logging.swift
[14/18] Compiling Logging LogHandler.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 CommandRunner.swift
[22/25] Compiling Command AsyncThrowingStream+Extras.swift
[23/26] Wrapping AST for Command for debugging
[24/26] Write Objects.LinkFileList
[25/26] Archiving libCommand.a
Build complete! (22.39s)
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"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.