The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-command, reference main (295dbc), with Swift 6.2 for Android on 8 Nov 2025 03:33:22 UTC.

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/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pelagornis/swift-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/pelagornis/swift-command
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 295dbce Update docc.yml
Cloned https://github.com/pelagornis/swift-command.git
Revision (git rev-parse @):
295dbce71bea2f89ab980b65171e7e015e11adda
SUCCESS checkout https://github.com/pelagornis/swift-command.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/pelagornis/swift-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/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pelagornis/swift-file
[1/1246] Fetching swift-file
[612/3406] Fetching swift-file, swift-docc-plugin
[1463/7868] Fetching swift-file, swift-docc-plugin, swift-log
Fetched https://github.com/apple/swift-docc-plugin from cache (0.54s)
Fetched https://github.com/pelagornis/swift-file from cache (0.54s)
Fetched https://github.com/apple/swift-log from cache (0.54s)
Computing version for https://github.com/pelagornis/swift-file
Computed https://github.com/pelagornis/swift-file at 1.4.2 (1.54s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.76s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3572] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.01s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.62s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.70s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Creating working copy for https://github.com/pelagornis/swift-file
Working copy of https://github.com/pelagornis/swift-file resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/6] Write sources
[5/6] Write swift-version--11D90AFD9DD3AB2.txt
[7/11] Compiling Logging MetadataProvider.swift
[8/11] Compiling Logging LogHandler.swift
[9/11] Compiling Logging Locks.swift
[10/11] Compiling Logging Logging.swift
[11/11] Emitting module Logging
[13/23] Emitting module File
[14/24] Compiling File Type.swift
[15/24] Compiling File Store.swift
[16/24] Compiling File StringExt.swift
[17/24] Compiling File Folder.swift
[18/24] Compiling File DateExt.swift
[19/24] Compiling File FileError.swift
[20/24] Compiling File FileSystem.swift
[21/24] Compiling File Path.swift
[22/24] Compiling File Child.swift
[23/24] Compiling File File.swift
[24/24] Compiling File FileHandleExt.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/43] Emitting module Command
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
[27/43] Compiling Command CommandValues.swift
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
[28/43] Compiling Command Bash.swift
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
[29/43] Compiling Command Make.swift
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
[30/45] Compiling Command Git.swift
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
[31/45] Compiling Command SwiftPackage.swift
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
[32/45] Compiling Command Alias.swift
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
[33/45] Compiling Command Arguments.swift
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
[34/45] Compiling Command Command.swift
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
[35/45] Compiling Command StringExt.swift
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
[36/45] Compiling Command URLExt.swift
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
[37/45] Compiling Command Zsh.swift
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
[38/45] Compiling Command Environment.swift
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
[39/45] Compiling Command DataExt.swift
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
[40/45] Compiling Command Result.swift
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
[41/45] Compiling Command Fastlane.swift
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
[42/45] Compiling Command Request.swift
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
[43/45] Compiling Command Response.swift
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
[44/45] Compiling Command Tuist.swift
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
[45/45] Compiling Command Task.swift
/host/spi-builder-workspace/Sources/Command/Task.swift:3:8: error: no such module 'Darwin'
  1 | import Foundation
  2 | import Logging
  3 | import Darwin
    |        `- error: no such module 'Darwin'
  4 |
  5 | /// Provides methods to execute commands synchronously and asynchronously.
BUILD FAILURE 6.2 android