Build Information
Failed to build CombineUI, reference main (277d56), with Swift 6.1 for Android on 13 Mar 2026 05:32:56 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.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: android
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-4606859-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/SimplyDanny/SwiftLintPlugins.git
Fetching https://github.com/Quick/Nimble.git
[1/291] Fetching swiftlintplugins
[292/20096] Fetching swiftlintplugins, nimble
Fetched https://github.com/SimplyDanny/SwiftLintPlugins.git from cache (1.54s)
Fetched https://github.com/Quick/Nimble.git from cache (1.57s)
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 (2.20s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.25s)
Computing version for https://github.com/SimplyDanny/SwiftLintPlugins.git
Computed https://github.com/SimplyDanny/SwiftLintPlugins.git at 0.59.1 (0.82s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.69s)
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.90s)
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/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
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:)'
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 (4.07s)
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-4606859-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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 android