Build Information
Failed to build CombineUI, reference main (277d56), with Swift 6.3 for Linux on 21 Apr 2026 02:11:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.3-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/CombineUI.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/CombineUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 277d567 Update CODEOWNERS (#41)
Cloned https://github.com/Tinder/CombineUI.git
Revision (git rev-parse @):
277d567b4de6caae5fd8f669d79c3a021051a73c
SUCCESS checkout https://github.com/Tinder/CombineUI.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/Tinder/CombineUI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/SimplyDanny/SwiftLintPlugins.git
[1/326] Fetching swiftlintplugins
Fetched https://github.com/SimplyDanny/SwiftLintPlugins.git from cache (0.24s)
[1/19823] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.70s)
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:)' [#DeprecatedDeclaration]
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:)' [#DeprecatedDeclaration]
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
5 | name: "Nimble",
6 | platforms: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/Quick/Nimble.git at 14.0.0 (2.23s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.35s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins.git
Computed https://github.com/SimplyDanny/SwiftLintPlugins.git at 0.59.1 (0.87s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.47s)
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.72s)
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/SimplyDanny/SwiftLintPlugins.git
Working copy of https://github.com/SimplyDanny/SwiftLintPlugins.git resolved at 0.59.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/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 14.0.0
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:)' [#DeprecatedDeclaration]
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:)' [#DeprecatedDeclaration]
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
5 | name: "Nimble",
6 | platforms: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[902/41085097] Downloading 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.39s)
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/CombineUI/destination/SwiftLintBuildToolPlugin/Cache", "/host/spi-builder-workspace/Sources/CombineUI/Bindable.swift", "/host/spi-builder-workspace/Sources/CombineUI/Binding.swift", "/host/spi-builder-workspace/Sources/CombineUI/Support/Publisher.swift", "/host/spi-builder-workspace/Sources/CombineUI/Target.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIActivityIndicatorView.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIButton.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIControl.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIDatePicker.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIGestureRecognizer.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIImageView.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UILabel.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIPageControl.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIProgressView.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIRefreshControl.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISegmentedControl.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISlider.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIStepper.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UISwiftch.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UITextField.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UITextView.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Bindings/Bindable+UIView.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Control/Control.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlInterface.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlPublisher.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Control/ControlSubscription.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Button.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/DatePicker/DatePicker.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/DatePicker/DatePickerInterface.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/PageControl.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/RefreshControl.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/SegmentedControl.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Slider.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Stepper.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/Switch.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/TextField/TextField.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/TextField/TextFieldDelegate.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Controls/TextField/TextFieldInterface.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizer.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerInterface.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerPublisher.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/GestureRecognizer/GestureRecognizerSubscription.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/UIKit+Target.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/LifecycleViewController.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/UIViewController.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewController.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerInterface.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerPublisher.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/ViewController/ViewControllerSubscription.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollView.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewDelegate.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Views/ScrollView/ScrollViewInterface.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBar.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarDelegate.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Views/SearchBar/SearchBarInterface.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Views/TextView/TextView.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Views/TextView/TextViewDelegate.swift", "/host/spi-builder-workspace/Sources/CombineUI/UIKit/Views/TextView/TextViewInterface.swift"], environment: ["BUILD_WORKSPACE_DIRECTORY=/host/spi-builder-workspace"], workingDirectory: nil), outputFilesDirectory: <AbsolutePath:"/host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/CombineUI/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.3 linux