Build Information
Failed to build Nodes, reference main (ab37a4), with Swift 6.0 for Linux on 18 Apr 2026 17:46:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Tinder/Nodes.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/Tinder/Nodes
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ab37a4a [CPP-4503] Add async builder and plugin; update tests; update stencils (#923)
Cloned https://github.com/Tinder/Nodes.git
Revision (git rev-parse @):
ab37a4a1a459700823ee58559aceea59301ec3b9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Tinder/Nodes.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/Tinder/Nodes.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/uber/needle.git
[1/7446] Fetching needle
[969/27269] Fetching needle, nimble
[2952/43334] Fetching needle, nimble, swift-snapshot-testing
Fetching https://github.com/SimplyDanny/SwiftLintPlugins.git
Fetched https://github.com/Quick/Nimble.git from cache (3.44s)
Fetching https://github.com/JohnSundell/Codextended.git
[11278/23511] Fetching needle, swift-snapshot-testing
[12352/23837] Fetching needle, swift-snapshot-testing, swiftlintplugins
[14124/24018] Fetching needle, swift-snapshot-testing, swiftlintplugins, codextended
Fetched https://github.com/SimplyDanny/SwiftLintPlugins.git from cache (0.62s)
Fetched https://github.com/JohnSundell/Codextended.git from cache (0.49s)
Fetching https://github.com/apple/swift-docc-plugin.git
Fetching https://github.com/apple/swift-argument-parser.git
[13958/23511] Fetching needle, swift-snapshot-testing
[14601/25788] Fetching needle, swift-snapshot-testing, swift-docc-plugin
[14829/43317] Fetching needle, swift-snapshot-testing, swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.61s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (1.63s)
[17555/23511] Fetching needle, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (6.38s)
[1679/7446] Fetching needle
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/stencilproject/Stencil.git
[7447/12730] Fetching needle, stencil
Fetched https://github.com/uber/needle.git from cache (23.56s)
[1/11551] Fetching yams
Fetched https://github.com/stencilproject/Stencil.git from cache (0.43s)
Fetched https://github.com/jpsim/Yams.git from cache (1.82s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.9 (0.88s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5464] Fetching swift-custom-dump
[5465/80447] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (6.85s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.90s)
Computing version for https://github.com/Quick/Nimble.git
warning: 'nimble': /Package.swift:4:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
2 | import PackageDescription
3 |
4 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
5 | name: "Nimble",
6 | platforms: [
Computed https://github.com/Quick/Nimble.git at 14.0.0 (0.74s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.24s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins.git
Computed https://github.com/SimplyDanny/SwiftLintPlugins.git at 0.59.1 (0.65s)
Computing version for https://github.com/uber/needle.git
Computed https://github.com/uber/needle.git at 0.25.1 (0.62s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.15.1 (0.68s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Spectre.git
[1/1452] Fetching pathkit
[31/2473] Fetching pathkit, spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.27s)
Fetched https://github.com/kylef/PathKit.git from cache (0.27s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (2.54s)
Computing version for https://github.com/JohnSundell/Codextended.git
Computed https://github.com/JohnSundell/Codextended.git at 0.3.0 (0.73s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.5 (0.75s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.42s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (0.72s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.71s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.94s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.88s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.97s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.26s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.79s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.84s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.65s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.94s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.79s)
Creating working copy for https://github.com/JohnSundell/Codextended.git
Working copy of https://github.com/JohnSundell/Codextended.git resolved at 0.3.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 14.0.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.5
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/uber/needle.git
Working copy of https://github.com/uber/needle.git resolved at 0.25.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/SimplyDanny/SwiftLintPlugins.git
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins.git resolved at 0.59.1
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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/stencilproject/Stencil.git
Working copy of https://github.com/stencilproject/Stencil.git resolved at 0.15.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.9
warning: 'nimble': /host/spi-builder-workspace/.build/checkouts/Nimble/Package.swift:4:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
2 | import PackageDescription
3 |
4 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
5 | name: "Nimble",
6 | platforms: [
[862/41085097] Downloading https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip (4.08s)
error: failed: PrebuildCommand(configuration: SPMBuildCore.BuildToolPluginInvocationResult.CommandConfiguration(displayName: Optional("SwiftLint"), executable: <AbsolutePath:"/host/spi-builder-workspace/.build/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-linux-gnu/bin/swiftlint">, arguments: ["lint", "--quiet", "--force-exclude", "--cache-path", "/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/NodesTests/destination/SwiftLintBuildToolPlugin/Cache", "/host/spi-builder-workspace/Tests/NodesTests/CoreTests/AbstractBuilderTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/CoreTests/AbstractContextTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/CoreTests/AbstractFlowTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/CoreTests/AbstractWorkerTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/CoreTests/ConfigTests/PluginListTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/CoreTests/ConfigTests/PluginTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/ExtensionsTests/SetTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/InternalTests/FlowControllerTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/InternalTests/WorkerControllerTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/ReactiveTests/MutableStateTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/ReactiveTests/StateObserverTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/ReactiveTests/TransformTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/StateManagementTests/ObservableStoreTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/StateManagementTests/StoreTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/Support/NimbleMatchers.swift", "/host/spi-builder-workspace/Tests/NodesTests/Support/NodesMocks.swift", "/host/spi-builder-workspace/Tests/NodesTests/Support/TestCaseHelpers.swift", "/host/spi-builder-workspace/Tests/NodesTests/UIKitTests/ClassesTests/NavigationControllerTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/UIKitTests/ExtensionsTests/UINavigationController+NavigationControllableTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/UIKitTests/ExtensionsTests/UITabBarController+TabBarControllableTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/UIKitTests/ExtensionsTests/UIViewController+ContainmentTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/UIKitTests/ExtensionsTests/UIViewController+ViewControllableTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/UIKitTests/ExtensionsTests/UIWindow+WindowViewControllableTests.swift", "/host/spi-builder-workspace/Tests/NodesTests/UIKitTests/InterfaceTests/ModalStyleTests.swift"], environment: ["BUILD_WORKSPACE_DIRECTORY=/host/spi-builder-workspace"], workingDirectory: nil), outputFilesDirectory: <AbsolutePath:"/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/NodesTests/destination/SwiftLintBuildToolPlugin/Output">)
/host/spi-builder-workspace/.build/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-linux-gnu/bin/swiftlint: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /host/spi-builder-workspace/.build/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-linux-gnu/bin/swiftlint)
/host/spi-builder-workspace/.build/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-linux-gnu/bin/swiftlint: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /host/spi-builder-workspace/.build/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-linux-gnu/bin/swiftlint)
BUILD FAILURE 6.0 linux