Build Information
Failed to build swift-command, reference 1.3.4 (629a4c), with Swift 6.2 for Android on 7 Nov 2025 07:53:23 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pelagornis/swift-command.git
Reference: 1.3.4
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
* tag 1.3.4 -> FETCH_HEAD
HEAD is now at 629a4cd Merge branch 'main' of ios.github.com:pelagornis/swift-command
Cloned https://github.com/pelagornis/swift-command.git
Revision (git rev-parse @):
629a4cdea483f55fb6ade454402f9ec544cbdac5
SUCCESS checkout https://github.com/pelagornis/swift-command.git at 1.3.4
========================================
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-4609320-3":/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
[151/3406] Fetching swift-file, swift-docc-plugin
[1152/7835] Fetching swift-file, swift-docc-plugin, swift-log
Fetched https://github.com/pelagornis/swift-file from cache (0.33s)
[5380/6589] Fetching swift-docc-plugin, swift-log
Fetched https://github.com/apple/swift-docc-plugin from cache (0.48s)
Fetched https://github.com/apple/swift-log from cache (0.50s)
Computing version for https://github.com/pelagornis/swift-file
Computed https://github.com/pelagornis/swift-file at 1.4.2 (0.90s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.36s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3572] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.85s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.75s)
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/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
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
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/pelagornis/swift-file
Working copy of https://github.com/pelagornis/swift-file resolved at 1.4.2
[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] Emitting module Logging
[10/11] Compiling Logging Logging.swift
[11/11] Compiling Logging Locks.swift
[13/23] Compiling File Folder.swift
[14/23] Compiling File DateExt.swift
[15/23] Compiling File FileHandleExt.swift
[16/24] Compiling File Store.swift
[17/24] Compiling File Child.swift
[18/24] Compiling File File.swift
[19/24] Emitting module File
[20/24] Compiling File Path.swift
[21/24] Compiling File StringExt.swift
[22/24] Compiling File FileError.swift
[23/24] Compiling File FileSystem.swift
[24/24] Compiling File Type.swift
[26/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.
[27/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.
[28/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.
[29/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.
[30/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/45] 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.
[32/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.
[33/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.
[34/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.
[35/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.
[36/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.
[37/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.
[38/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.
[39/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.
[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