Build Information
Failed to build swift-command, reference main (295dbc), with Swift 6.2 for Linux on 8 Nov 2025 03:33:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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>&1Build 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: linux
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-0":/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/apple/swift-log
Fetching https://github.com/pelagornis/swift-file
Fetching https://github.com/apple/swift-docc-plugin
[1/1246] Fetching swift-file
[39/3406] Fetching swift-file, swift-docc-plugin
[1356/7868] Fetching swift-file, swift-docc-plugin, swift-log
Fetched https://github.com/pelagornis/swift-file from cache (0.54s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.54s)
Fetched https://github.com/apple/swift-log from cache (0.56s)
Computing version for https://github.com/pelagornis/swift-file
Computed https://github.com/pelagornis/swift-file at 1.4.2 (1.14s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.75s)
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.97s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.92s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.61s)
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
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
[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-24593BA9C3E375BF.txt
[7/11] Compiling Logging MetadataProvider.swift
[8/11] Emitting module Logging
[9/11] Compiling Logging Locks.swift
[10/11] Compiling Logging LogHandler.swift
[11/11] Compiling Logging Logging.swift
[13/23] Compiling File Child.swift
[14/23] Compiling File File.swift
[15/23] Compiling File FileError.swift
[16/23] Compiling File FileSystem.swift
[17/24] Compiling File Store.swift
[18/24] Compiling File StringExt.swift
[19/24] Emitting module File
[20/24] Compiling File Folder.swift
[21/24] Compiling File DateExt.swift
[22/24] Compiling File Path.swift
[23/24] Compiling File FileHandleExt.swift
[24/24] Compiling File Type.swift
[26/43] 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.
[27/43] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/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.
[29/43] 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/43] 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.
[31/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.
[32/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.
[33/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.
[34/45] 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.
[35/45] 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.
[36/45] 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.
[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 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.
[41/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.
[42/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.
[43/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.
[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 linux