Build Information
Failed to build Compute, reference 0.1.0 (a5d215), with Swift 6.1 for Linux on 26 Feb 2026 13:16:35 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.1-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/jcmosc/Compute.git
Reference: 0.1.0
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/jcmosc/Compute
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at a5d215c Add #include <utility> for platforms where std::exchange is not transitively included
Submodule path 'Checkouts/swift-runtime-headers': checked out '42c0a0f7b02cc040c5a537fc5c577ca9b884dff8'
Submodule 'Checkouts/swift-runtime-headers' (https://github.com/jcmosc/swift-runtime-headers.git) registered for path 'Checkouts/swift-runtime-headers'
Cloning into '/host/spi-builder-workspace/Checkouts/swift-runtime-headers'...
Cloned https://github.com/jcmosc/Compute.git
Revision (git rev-parse @):
a5d215cacfb981d181dda690d0415b1f0b5fa5ab
SUCCESS checkout https://github.com/jcmosc/Compute.git at 0.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/jcmosc/Compute.git
https://github.com/jcmosc/Compute.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"cxx_language_standard" : "c++20",
"dependencies" : [
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms"
},
{
"identity" : "semaphore",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/groue/Semaphore"
}
],
"manifest_display_name" : "Compute",
"name" : "Compute",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "Compute",
"targets" : [
"Compute"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "_ComputeTestSupport",
"targets" : [
"_ComputeTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "_ComputeTestSupport",
"module_type" : "SwiftTarget",
"name" : "_ComputeTestSupport",
"path" : "Sources/_ComputeTestSupport",
"product_memberships" : [
"_ComputeTestSupport"
],
"sources" : [
"AssertEqualWithDiff.swift"
],
"type" : "library"
},
{
"c99name" : "UtilitiesTests",
"module_type" : "SwiftTarget",
"name" : "UtilitiesTests",
"path" : "Tests/UtilitiesTests",
"sources" : [
"HashTableTests.swift",
"HeapTests.swift",
"ListTests.swift"
],
"target_dependencies" : [
"Utilities"
],
"type" : "test"
},
{
"c99name" : "Utilities",
"module_type" : "ClangTarget",
"name" : "Utilities",
"path" : "Sources/Utilities",
"product_memberships" : [
"Compute"
],
"sources" : [
"HashTable.cpp",
"Heap.cpp"
],
"target_dependencies" : [
"Platform",
"SwiftCorelibsCoreFoundation"
],
"type" : "library"
},
{
"c99name" : "SwiftCorelibsCoreFoundation",
"module_type" : "ClangTarget",
"name" : "SwiftCorelibsCoreFoundation",
"path" : "Sources/SwiftCorelibsCoreFoundation",
"product_memberships" : [
"Compute"
],
"sources" : [
"empty.c"
],
"type" : "library"
},
{
"c99name" : "Platform",
"module_type" : "ClangTarget",
"name" : "Platform",
"path" : "Sources/Platform",
"product_memberships" : [
"Compute"
],
"sources" : [
"MachOFile.cpp",
"image.cpp",
"log.c"
],
"type" : "library"
},
{
"c99name" : "ComputeTests",
"module_type" : "SwiftTarget",
"name" : "ComputeTests",
"path" : "Tests/ComputeTests",
"product_dependencies" : [
"Algorithms",
"Semaphore"
],
"sources" : [
"Shared/Attribute/AnyAttributeTests.swift",
"Shared/Attribute/AttributeBodyTests.swift",
"Shared/Attribute/AttributeTests.swift",
"Shared/Attribute/ExternalTests.swift",
"Shared/Attribute/IndirectAttributeTests.swift",
"Shared/Attribute/RuleTests.swift",
"Shared/Attribute/WeakAttributeTests.swift",
"Shared/Graph+DictionaryDescription.swift",
"Shared/Graph/GraphTests.swift",
"Shared/Runtime/CompareValuesTests.swift",
"Shared/Runtime/MetadataTests.swift",
"Shared/Runtime/ReflectionTests.swift",
"Shared/Runtime/TupleTypeTests.swift",
"Shared/Subgraph/SubgraphTests.swift",
"Shared/Subgraph/TreeTests.swift",
"Shared/SubgraphApplyingTrait.swift",
"Shared/TestTypes.swift",
"Shims.swift"
],
"target_dependencies" : [
"Compute",
"_ComputeTestSupport"
],
"type" : "test"
},
{
"c99name" : "ComputeLayoutDescriptorTests",
"module_type" : "SwiftTarget",
"name" : "ComputeLayoutDescriptorTests",
"path" : "Tests/ComputeLayoutDescriptorTests",
"sources" : [
"Shared/CompareValuesTests.swift",
"Shared/PrefetchCompareValuesTests.swift",
"Shared/Util/reprinting.swift",
"Shims.swift"
],
"target_dependencies" : [
"Compute"
],
"type" : "test"
},
{
"c99name" : "ComputeCxxSwiftSupport",
"module_type" : "SwiftTarget",
"name" : "ComputeCxxSwiftSupport",
"path" : "Sources/ComputeCxxSwiftSupport",
"product_memberships" : [
"Compute"
],
"sources" : [
"ComputeCxxSwiftSupport.swift"
],
"type" : "library"
},
{
"c99name" : "ComputeCxx",
"module_type" : "ClangTarget",
"name" : "ComputeCxx",
"path" : "Sources/ComputeCxx",
"product_memberships" : [
"Compute"
],
"sources" : [
"Attribute/AttributeData/Node/IndirectNode.cpp",
"Attribute/AttributeData/Node/Node.cpp",
"Attribute/AttributeID/AGAttribute.cpp",
"Attribute/AttributeID/AGWeakAttribute.cpp",
"Attribute/AttributeID/AttributeID.cpp",
"Attribute/AttributeID/WeakAttributeID.cpp",
"Closure/AGClosure.cpp",
"Comparison/AGComparison.cpp",
"Comparison/Compare.cpp",
"Comparison/LayoutDescriptor.cpp",
"Data/Table.cpp",
"Data/Zone.cpp",
"Errors/Errors.cpp",
"Graph/AGDescription.mm",
"Graph/AGGraph.cpp",
"Graph/AGGraph.mm",
"Graph/Context.cpp",
"Graph/Graph.cpp",
"Graph/Graph.mm",
"Graph/KeyTable.cpp",
"Graph/TraceRecorder.cpp",
"Graph/Tree/AGTreeElement.cpp",
"Graph/Tree/AGTreeValue.cpp",
"Graph/Tree/TreeDataElement.cpp",
"Graph/UpdateStack.cpp",
"Log/Log.cpp",
"Subgraph/AGSubgraph.cpp",
"Subgraph/NodeCache.cpp",
"Subgraph/Subgraph.cpp",
"Swift/AGTuple.cpp",
"Swift/AGType.cpp",
"Swift/ContextDescriptor.cpp",
"Swift/Metadata.cpp",
"Swift/MetadataVisitor.cpp",
"Time/Time.cpp",
"Trace/ExternalTrace.cpp",
"Trace/Trace.cpp",
"UniqueID/AGUniqueID.cpp"
],
"target_dependencies" : [
"Platform",
"Utilities",
"ComputeCxxSwiftSupport",
"SwiftCorelibsCoreFoundation"
],
"type" : "library"
},
{
"c99name" : "Compute",
"module_type" : "SwiftTarget",
"name" : "Compute",
"path" : "Sources/Compute",
"product_memberships" : [
"Compute"
],
"sources" : [
"Attribute/AnyAttribute.swift",
"Attribute/Attribute.swift",
"Attribute/AttributeType.swift",
"Attribute/Body/AttributeBody.swift",
"Attribute/Body/AttributeBodyVisitor.swift",
"Attribute/External.swift",
"Attribute/Indirect/IndirectAttribute.swift",
"Attribute/Observed/ObservedAttribute.swift",
"Attribute/Optional/AnyOptionalAttribute.swift",
"Attribute/Optional/OptionalAttribute.swift",
"Attribute/PointerOffset.swift",
"Attribute/Rule/Focus.swift",
"Attribute/Rule/Map.swift",
"Attribute/Rule/Rule.swift",
"Attribute/Rule/StatefulRule.swift",
"Attribute/RuleContext/AnyRuleContext.swift",
"Attribute/RuleContext/RuleContext.swift",
"Attribute/Weak/AnyWeakAttribute.swift",
"Attribute/Weak/WeakAttribute.swift",
"Compute.swift",
"Graph/Graph.swift",
"Graph/Subgraph.swift",
"Graph/TreeElement.swift",
"Runtime/CompareValues.swift",
"Runtime/Enum.swift",
"Runtime/Metadata.swift",
"Runtime/Signature.swift",
"Runtime/Tuple.swift",
"Utility/FoundationExtensions/String+CFString.swift"
],
"target_dependencies" : [
"ComputeCxx"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
BUILD FAILURE 6.1 linux