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 1.3.4 (629a4c), with Swift 6.2 for Linux on 7 Nov 2025 07:52:32 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>&1

Build 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:         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-docc-plugin
Fetching https://github.com/apple/swift-log
Fetching https://github.com/pelagornis/swift-file
[1/1246] Fetching swift-file
[1247/3406] Fetching swift-file, swift-docc-plugin
[1312/7835] Fetching swift-file, swift-docc-plugin, swift-log
Fetched https://github.com/pelagornis/swift-file from cache (0.54s)
[2630/6589] Fetching swift-docc-plugin, swift-log
Fetched https://github.com/apple/swift-log from cache (0.98s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.02s)
Computing version for https://github.com/pelagornis/swift-file
Computed https://github.com/pelagornis/swift-file at 1.4.2 (1.86s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (3.99s)
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.63s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.49s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.56s)
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/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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
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-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 FileHandleExt.swift
[14/23] Compiling File Folder.swift
[15/23] Compiling File DateExt.swift
[16/24] Compiling File FileError.swift
[17/24] Compiling File FileSystem.swift
[18/24] Emitting module File
[19/24] Compiling File Child.swift
[20/24] Compiling File File.swift
[21/24] Compiling File Store.swift
[22/24] Compiling File StringExt.swift
[23/24] Compiling File Path.swift
[24/24] Compiling File Type.swift
[26/43] 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.
[27/43] 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.
[28/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.
[29/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.
[30/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.
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 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.
[33/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.
[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 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.
[38/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.
[39/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.
[40/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.
[41/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.
[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