Build Information
Failed to build CombineUI, reference 0.0.11 (d54a14), with Swift 6.1 for Linux on 5 Mar 2026 23:57:07 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/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/Tinder/CombineUI.git
Reference: 0.0.11
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
* tag 0.0.11 -> FETCH_HEAD
HEAD is now at d54a145 Apply standard Swift package configuration (#40)
Cloned https://github.com/Tinder/CombineUI.git
Revision (git rev-parse @):
d54a1455dfaff51a6600ba9cd3875e6b30745212
SUCCESS checkout https://github.com/Tinder/CombineUI.git at 0.0.11
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Tinder/CombineUI.git
https://github.com/Tinder/CombineUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftlintplugins",
"requirement" : {
"exact" : [
"0.59.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/SimplyDanny/SwiftLintPlugins.git"
},
{
"identity" : "nimble",
"requirement" : {
"exact" : [
"14.0.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "CombineUI",
"name" : "CombineUI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "CombineUI",
"targets" : [
"CombineUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CombineUITests",
"module_type" : "SwiftTarget",
"name" : "CombineUITests",
"path" : "Tests/CombineUITests",
"product_dependencies" : [
"Nimble",
"SwiftLintBuildToolPlugin"
],
"sources" : [
"BindingTests.swift",
"UIKitTests/BindingsTests/UIActivityIndicatorViewTests.swift",
"UIKitTests/BindingsTests/UIButtonTests.swift",
"UIKitTests/BindingsTests/UIControlTests.swift",
"UIKitTests/BindingsTests/UIDatePickerTests.swift",
"UIKitTests/BindingsTests/UIGestureRecognizerTests.swift",
"UIKitTests/BindingsTests/UIImageViewTests.swift",
"UIKitTests/BindingsTests/UILabelTests.swift",
"UIKitTests/BindingsTests/UIPageControlTests.swift",
"UIKitTests/BindingsTests/UIProgressViewTests.swift",
"UIKitTests/BindingsTests/UIRefreshControlTests.swift",
"UIKitTests/BindingsTests/UISegmentedControlTests.swift",
"UIKitTests/BindingsTests/UISliderTests.swift",
"UIKitTests/BindingsTests/UIStepperTests.swift",
"UIKitTests/BindingsTests/UISwitchTests.swift",
"UIKitTests/BindingsTests/UITextFieldTests.swift",
"UIKitTests/BindingsTests/UITextViewTests.swift",
"UIKitTests/BindingsTests/UIViewTests.swift",
"UIKitTests/ControlTests.swift",
"UIKitTests/ControlsTests/ButtonTests.swift",
"UIKitTests/ControlsTests/DatePickerTests.swift",
"UIKitTests/ControlsTests/PageControlTests.swift",
"UIKitTests/ControlsTests/RefreshControlTests.swift",
"UIKitTests/ControlsTests/SegmentedControlTests.swift",
"UIKitTests/ControlsTests/SliderTests.swift",
"UIKitTests/ControlsTests/StepperTests.swift",
"UIKitTests/ControlsTests/SwitchTests.swift",
"UIKitTests/ControlsTests/TextFieldTests.swift",
"UIKitTests/GestureRecognizerTests.swift",
"UIKitTests/Support/ControlTarget.swift",
"UIKitTests/Support/GestureRecognizerTarget.swift",
"UIKitTests/ViewControllerTests.swift",
"UIKitTests/ViewsTests/ScrollViewTests.swift",
"UIKitTests/ViewsTests/SearchBarTests.swift",
"UIKitTests/ViewsTests/TextViewTests.swift"
],
"target_dependencies" : [
"CombineUI"
],
"type" : "test"
},
{
"c99name" : "CombineUI",
"module_type" : "SwiftTarget",
"name" : "CombineUI",
"path" : "Sources/CombineUI",
"product_dependencies" : [
"SwiftLintBuildToolPlugin"
],
"product_memberships" : [
"CombineUI"
],
"sources" : [
"Bindable.swift",
"Binding.swift",
"Support/Publisher.swift",
"Target.swift",
"UIKit/Bindings/Bindable+UIActivityIndicatorView.swift",
"UIKit/Bindings/Bindable+UIButton.swift",
"UIKit/Bindings/Bindable+UIControl.swift",
"UIKit/Bindings/Bindable+UIDatePicker.swift",
"UIKit/Bindings/Bindable+UIGestureRecognizer.swift",
"UIKit/Bindings/Bindable+UIImageView.swift",
"UIKit/Bindings/Bindable+UILabel.swift",
"UIKit/Bindings/Bindable+UIPageControl.swift",
"UIKit/Bindings/Bindable+UIProgressView.swift",
"UIKit/Bindings/Bindable+UIRefreshControl.swift",
"UIKit/Bindings/Bindable+UISegmentedControl.swift",
"UIKit/Bindings/Bindable+UISlider.swift",
"UIKit/Bindings/Bindable+UIStepper.swift",
"UIKit/Bindings/Bindable+UISwiftch.swift",
"UIKit/Bindings/Bindable+UITextField.swift",
"UIKit/Bindings/Bindable+UITextView.swift",
"UIKit/Bindings/Bindable+UIView.swift",
"UIKit/Control/Control.swift",
"UIKit/Control/ControlInterface.swift",
"UIKit/Control/ControlPublisher.swift",
"UIKit/Control/ControlSubscription.swift",
"UIKit/Controls/Button.swift",
"UIKit/Controls/DatePicker/DatePicker.swift",
"UIKit/Controls/DatePicker/DatePickerInterface.swift",
"UIKit/Controls/PageControl.swift",
"UIKit/Controls/RefreshControl.swift",
"UIKit/Controls/SegmentedControl.swift",
"UIKit/Controls/Slider.swift",
"UIKit/Controls/Stepper.swift",
"UIKit/Controls/Switch.swift",
"UIKit/Controls/TextField/TextField.swift",
"UIKit/Controls/TextField/TextFieldDelegate.swift",
"UIKit/Controls/TextField/TextFieldInterface.swift",
"UIKit/GestureRecognizer/GestureRecognizer.swift",
"UIKit/GestureRecognizer/GestureRecognizerInterface.swift",
"UIKit/GestureRecognizer/GestureRecognizerPublisher.swift",
"UIKit/GestureRecognizer/GestureRecognizerSubscription.swift",
"UIKit/UIKit+Target.swift",
"UIKit/ViewController/LifecycleViewController.swift",
"UIKit/ViewController/UIViewController.swift",
"UIKit/ViewController/ViewController.swift",
"UIKit/ViewController/ViewControllerInterface.swift",
"UIKit/ViewController/ViewControllerPublisher.swift",
"UIKit/ViewController/ViewControllerSubscription.swift",
"UIKit/Views/ScrollView/ScrollView.swift",
"UIKit/Views/ScrollView/ScrollViewDelegate.swift",
"UIKit/Views/ScrollView/ScrollViewInterface.swift",
"UIKit/Views/SearchBar/SearchBar.swift",
"UIKit/Views/SearchBar/SearchBarDelegate.swift",
"UIKit/Views/SearchBar/SearchBarInterface.swift",
"UIKit/Views/TextView/TextView.swift",
"UIKit/Views/TextView/TextViewDelegate.swift",
"UIKit/Views/TextView/TextViewInterface.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
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/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
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/SimplyDanny/SwiftLintPlugins.git
[1/291] Fetching swiftlintplugins
Fetched https://github.com/SimplyDanny/SwiftLintPlugins.git from cache (0.24s)
[1/19805] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.22s)
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 (1.83s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.23s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins.git
Computed https://github.com/SimplyDanny/SwiftLintPlugins.git at 0.59.1 (0.92s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.61s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.21s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.95s)
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
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
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: [
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.59.1/SwiftLintBinary.artifactbundle.zip
[16375/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 (3.92s)
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
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/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
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: [
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
BUILD FAILURE 6.1 linux