Build Information
Failed to build FoundationPlus, reference main (3d1ddd
), with Swift 6.0 for Linux on 12 Sep 2025 17:31:47 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Star-Lord-PHB/foundation-plus.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/Star-Lord-PHB/foundation-plus
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3d1ddd3 refactor: Switch to method based APIs for numeric conversion
Cloned https://github.com/Star-Lord-PHB/foundation-plus.git
Revision (git rev-parse @):
3d1ddd3749f3c0c461a14f5bb608589391a0afa0
SUCCESS checkout https://github.com/Star-Lord-PHB/foundation-plus.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/Star-Lord-PHB/foundation-plus.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:2ffdcefcdb291d9eb78a77ed5e4b4766a710a1cb89004e0bfdb0fefda731df2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-collections
[1/17459] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.25s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.1 (0.87s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.1
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/28] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/28] Compiling InternalCollectionsUtilities Debugging.swift
[10/28] Emitting module InternalCollectionsUtilities
[11/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/29] Compiling InternalCollectionsUtilities Descriptions.swift
[13/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[14/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/29] Compiling InternalCollectionsUtilities Integer rank.swift
[21/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[22/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[24/45] Compiling DequeModule _DequeBuffer.swift
[25/45] Compiling DequeModule _DequeBufferHeader.swift
[26/47] Compiling DequeModule Deque+Equatable.swift
[27/47] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[28/47] Compiling DequeModule _DequeSlot.swift
[29/47] Compiling DequeModule _UnsafeWrappedBuffer.swift
[30/47] Compiling DequeModule Deque+Extras.swift
[31/47] Compiling DequeModule Deque+Hashable.swift
[32/47] Compiling DequeModule Deque+CustomReflectable.swift
[33/47] Compiling DequeModule Deque+Descriptions.swift
[34/47] Compiling DequeModule Deque+Testing.swift
[35/47] Compiling DequeModule Deque._Storage.swift
[36/47] Compiling DequeModule Deque._UnsafeHandle.swift
[37/47] Compiling DequeModule Deque.swift
[38/47] Emitting module DequeModule
[39/47] Compiling DequeModule Deque+Codable.swift
[40/47] Compiling DequeModule Deque+Collection.swift
[42/48] Compiling DatePlus Date+QuickAccessor.swift
[43/48] Compiling DatePlus Date+Parsing.swift
[44/48] Emitting module DatePlus
[45/48] Compiling DatePlus Calendar+MeasurableComponent.swift
[46/48] Compiling DatePlus Date+Arithmetic.swift
[47/48] Compiling DatePlus Date+Comparison.swift
[48/48] Compiling DatePlus Date+Components.swift
[50/57] Compiling ConcurrencyPlus ThreadPoolTaskExecutor.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/57] Emitting module ConcurrencyPlus
/host/spi-builder-workspace/Sources/ConcurrencyPlus/JoinableThread.swift:5:13: error: cannot inherit from class 'Thread' because it has overridable members that could not be loaded
3 |
4 |
5 | final class JoinableThread: Thread {
| |- error: cannot inherit from class 'Thread' because it has overridable members that could not be loaded
| `- note: could not deserialize '_attr'
6 |
7 | private let task : () -> Void
[52/57] Compiling ConcurrencyPlus SyncedConditionalLock.swift
[53/57] Compiling ConcurrencyPlus DispatchQueueTaskExecutor.swift
[54/57] Compiling ConcurrencyPlus Task.swift
[55/57] Compiling ConcurrencyPlus JoinableThread.swift
/host/spi-builder-workspace/Sources/ConcurrencyPlus/JoinableThread.swift:5:13: error: cannot inherit from class 'Thread' because it has overridable members that could not be loaded
3 |
4 |
5 | final class JoinableThread: Thread {
| |- error: cannot inherit from class 'Thread' because it has overridable members that could not be loaded
| `- note: could not deserialize '_attr'
6 |
7 | private let task : () -> Void
[56/57] Compiling ConcurrencyPlus TaskExecutionContext.swift
[57/57] Compiling ConcurrencyPlus ThreadPool.swift
BUILD FAILURE 6.0 linux