Build Information
Failed to build GatheredKit, reference main (443b96
), with Swift 5.10 for Linux on 16 Jun 2025 02:55:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JosephDuffy/GatheredKit.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/JosephDuffy/GatheredKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 443b96f Mark `value` and `date` `private(set)`
Cloned https://github.com/JosephDuffy/GatheredKit.git
Revision (git rev-parse @):
443b96ffc434cecf50182fdf169d0436e5dd5cf6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/JosephDuffy/GatheredKit.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/JosephDuffy/GatheredKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:de327bef702ff4959f5638a3616172a6097ac13671afdda000dc7db6c28901e3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-syntax
[1/2082] Fetching swift-docc-plugin
[61/8041] Fetching swift-docc-plugin, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.81s)
[2042/72876] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (8.56s)
Fetched https://github.com/swiftlang/swift-syntax from cache (8.65s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.84s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.71s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.86s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 509.1.1 (1.12s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 509.1.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
switch dependency {
^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
switch dependency {
^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
switch dependency {
^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
switch dependency {
^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/49] Write sources
[30/49] Compiling _NumericsShims _NumericsShims.c
[31/49] Write swift-version-24593BA9C3E375BF.txt
[33/104] Compiling GatheredKit SourceIdentifier.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[34/104] Compiling GatheredKit SourceKind.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[35/104] Compiling GatheredKit UpdatingSource.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[36/104] Compiling GatheredKit ControllableSourceProvider.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[37/104] Compiling GatheredKit SingleSourceProvider.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[38/104] Compiling GatheredKit SourceProvider.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[39/109] Emitting module RealModule
[40/109] Compiling SwiftSyntax509 Empty.swift
[41/110] Emitting module SwiftSyntax509
[42/110] Compiling GatheredKit AngleProperty.swift
[43/110] Compiling GatheredKit AnyProperty+measurement.swift
[44/110] Compiling GatheredKit BoolProperty.swift
[45/110] Compiling GatheredKit AccelerationProperty.swift
[46/111] Compiling RealModule Real.swift
[47/111] Compiling RealModule Float80+Real.swift
[48/111] Compiling RealModule ElementaryFunctions.swift
[49/111] Compiling RealModule RealFunctions.swift
[51/111] Compiling RealModule Float+Real.swift
[52/111] Compiling RealModule Float16+Real.swift
[53/112] Wrapping AST for SwiftSyntax509 for debugging
[54/112] Wrapping AST for RealModule for debugging
[56/182] Compiling Algorithms RandomSample.swift
[57/182] Compiling Algorithms Reductions.swift
[58/182] Compiling Algorithms Rotate.swift
[59/182] Compiling Algorithms Split.swift
[60/182] Compiling Algorithms Stride.swift
[61/182] Compiling Algorithms Suffix.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[62/185] Emitting module GatheredKit
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[63/185] Compiling SwiftSyntax SyntaxCollection.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[64/185] Compiling SwiftSyntax SyntaxData.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[65/185] Compiling SwiftSyntax SyntaxVisitor.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[66/185] Compiling SwiftSyntax TokenKind.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[67/185] Compiling SwiftSyntax Tokens.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[68/185] Compiling SwiftSyntax TriviaPieces.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[69/185] Compiling Algorithms Joined.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[70/185] Compiling Algorithms Keyed.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[71/185] Compiling Algorithms MinMax.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[72/185] Compiling Algorithms Partition.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[73/185] Compiling Algorithms Permutations.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[74/185] Compiling Algorithms Product.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[75/185] Compiling Algorithms EitherSequence.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[76/185] Compiling Algorithms FirstNonNil.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[77/185] Compiling Algorithms FlattenCollection.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[78/185] Compiling Algorithms Grouped.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[79/185] Compiling Algorithms Indexed.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[80/185] Compiling Algorithms Intersperse.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[81/185] Compiling Algorithms AdjacentPairs.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[82/185] Compiling Algorithms Chain.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[83/185] Compiling Algorithms Chunked.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[84/185] Compiling Algorithms Combinations.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[85/185] Compiling Algorithms Compacted.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[86/185] Compiling Algorithms Cycle.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[93/185] Compiling Algorithms Trim.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[94/185] Compiling Algorithms Unique.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[95/185] Compiling Algorithms Windows.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[96/185] Compiling SwiftSyntax Syntax.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[97/185] Compiling SwiftSyntax SyntaxArena.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[98/185] Compiling SwiftSyntax SyntaxChildren.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[99/185] Compiling SwiftSyntax SyntaxTraits.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[100/185] Compiling SwiftSyntax SyntaxTransform.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[101/185] Compiling GatheredKit UpdatingSourceProvider.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[102/185] Compiling GatheredKit UnitFrequency+radiansPerSecond.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
[103/185] Compiling GatheredKit UnitMagneticField.swift
/host/spi-builder-workspace/Sources/GatheredKit/Controllable/Controllable.swift:1:8: error: no such module 'Combine'
import Combine
^
error: fatalError
BUILD FAILURE 5.10 linux