Build Information
Failed to build ObservationKit, reference 0.0.2 (bf0cd1), with Swift 6.1 for Linux on 26 Feb 2026 10:07:41 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.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/Archdoog/ObservationsKit.git
Reference: 0.0.2
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/Archdoog/ObservationsKit
* tag 0.0.2 -> FETCH_HEAD
HEAD is now at bf0cd16 Merge pull request #2 from Archdoog/fix/equatable-on-cond
Cloned https://github.com/Archdoog/ObservationsKit.git
Revision (git rev-parse @):
bf0cd16bc26bbace72c958607472794c4fa1431a
SUCCESS checkout https://github.com/Archdoog/ObservationsKit.git at 0.0.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Archdoog/ObservationsKit.git
https://github.com/Archdoog/ObservationsKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms.git"
},
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras.git"
},
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics.git"
}
],
"manifest_display_name" : "ObservationKit",
"name" : "ObservationKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "ObservationTesting",
"targets" : [
"ObservationTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ObservationShim",
"targets" : [
"ObservationShim"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "ObservationTestingTests",
"module_type" : "SwiftTarget",
"name" : "ObservationTestingTests",
"path" : "Tests/ObservationTestingTests",
"product_dependencies" : [
"Numerics"
],
"sources" : [
"TestFulfillmentOfConditions.swift",
"TestFulfillmentOfValues.swift",
"TestFulfillmentOfValuesByArray.swift"
],
"target_dependencies" : [
"ObservationTesting"
],
"type" : "test"
},
{
"c99name" : "ObservationTesting",
"module_type" : "SwiftTarget",
"name" : "ObservationTesting",
"path" : "Sources/ObservationTesting",
"product_dependencies" : [
"AsyncAlgorithms",
"ConcurrencyExtras"
],
"product_memberships" : [
"ObservationTesting"
],
"sources" : [
"FulfillmentError.swift",
"FulfillmentOfCondition.swift",
"FulfillmentOfValues.swift",
"FulfillmentWorker.swift"
],
"type" : "library"
},
{
"c99name" : "ObservationShimTests",
"module_type" : "SwiftTarget",
"name" : "ObservationShimTests",
"path" : "Tests/ObservationShimTests",
"sources" : [
"TestObservationShim.swift"
],
"target_dependencies" : [
"ObservationShim",
"ObservationTesting"
],
"type" : "test"
},
{
"c99name" : "ObservationShim",
"module_type" : "SwiftTarget",
"name" : "ObservationShim",
"path" : "Sources/ObservationShim",
"product_memberships" : [
"ObservationShim"
],
"sources" : [
"ManagedCriticalState.swift",
"ObservationsShim.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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-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.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