Build Information
Failed to build GradientProgressBar, reference 3.0.0 (0d0722
), with Swift 6.1 for Android on 28 May 2025 19:56:16 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fxm90/GradientProgressBar.git
Reference: 3.0.0
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/fxm90/GradientProgressBar
* tag 3.0.0 -> FETCH_HEAD
HEAD is now at 0d07228 🔖 :: Bump version
Cloned https://github.com/fxm90/GradientProgressBar.git
Revision (git rev-parse @):
0d07228b9d7be44dce231819962f8e23146330ca
SUCCESS checkout https://github.com/fxm90/GradientProgressBar.git at 3.0.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/fxm90/GradientProgressBar.git
https://github.com/fxm90/GradientProgressBar.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "GradientProgressBar",
"name" : "GradientProgressBar",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "GradientProgressBar",
"targets" : [
"GradientProgressBar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GradientProgressBarTests",
"module_type" : "SwiftTarget",
"name" : "GradientProgressBarTests",
"path" : "GradientProgressBar/Tests",
"sources" : [
"SnapshotTests/GradientProgressBarSnapshotTestCase.swift",
"SnapshotTests/GradientProgressBarViewStyleSnapshotTestCase.swift",
"UnitTests/ViewModel/GradientLayerViewModelTestCase.swift",
"UnitTests/ViewModel/MaskLayerViewModelTestCase.swift"
],
"target_dependencies" : [
"GradientProgressBar"
],
"type" : "test"
},
{
"c99name" : "GradientProgressBar",
"module_type" : "SwiftTarget",
"name" : "GradientProgressBar",
"path" : "GradientProgressBar/Sources",
"product_memberships" : [
"GradientProgressBar"
],
"sources" : [
"GradientProgressBar.swift",
"GradientProgressBarViewStyle.swift",
"Helper/Constants.swift",
"ViewModel/GradientLayerViewModel.swift",
"ViewModel/MaskLayerViewModel.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/8] Compiling GradientProgressBar GradientProgressBar.swift
/host/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import UIKit
11 |
[4/8] Compiling GradientProgressBar Constants.swift
/host/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import UIKit
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/8] Emitting module GradientProgressBar
/host/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import UIKit
11 |
[6/8] Compiling GradientProgressBar GradientProgressBarViewStyle.swift
/host/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import UIKit
11 |
[7/8] Compiling GradientProgressBar GradientLayerViewModel.swift
/host/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import UIKit
11 |
[8/8] Compiling GradientProgressBar MaskLayerViewModel.swift
/host/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import UIKit
11 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 23 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgress100Percent_andCustomColors.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarSnapshotTestCase/test_gradientProgressBar_withProgressZero_andDarkTraitCollection.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgress100Percent_andLightTraitCollection.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgressZero_andLightTraitCollection.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarSnapshotTestCase/test_gradientProgressBar_withProgress100Percent_andDarkTraitCollection.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgress100Percent_andDarkTraitCollection.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarSnapshotTestCase/test_gradientProgressBar_withProgressZero_andLightTraitCollection.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarSnapshotTestCase/test_gradientProgressBar_withProgressZero_andCustomColors.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgress50_andCustomCornerRadius.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarSnapshotTestCase/test_gradientProgressBar_withProgress100Percent_andCustomColors.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarSnapshotTestCase/test_gradientProgressBar_withProgress50Percent_andDarkTraitCollection.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/README.md
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgress100Percent_andCustomBackgroundColor.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarSnapshotTestCase/test_gradientProgressBar_withProgress100Percent_andLightTraitCollection.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgressZero_andCustomBackgroundColor.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgressZero_andCustomColors.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarSnapshotTestCase/test_gradientProgressBar_withProgress50Percent_andCustomColors.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarSnapshotTestCase/test_gradientProgressBar_withProgress50Percent_andLightTraitCollection.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgress50Percent_andCustomColors.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgress50Percent_andDarkTraitCollection.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgress50Percent_andLightTraitCollection.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgress50Percent_andCustomBackgroundColor.1.png
/host/spi-builder-workspace/GradientProgressBar/Tests/SnapshotTests/__Snapshots__/GradientProgressBarViewStyleSnapshotTestCase/test_gradientProgressBarViewStyle_withProgressZero_andDarkTraitCollection.1.png
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/7] Compiling GradientProgressBar GradientLayerViewModel.swift
/host/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import UIKit
11 |
[3/7] Compiling GradientProgressBar MaskLayerViewModel.swift
/host/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import UIKit
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/7] Compiling GradientProgressBar GradientProgressBarViewStyle.swift
/host/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import UIKit
11 |
[5/7] Compiling GradientProgressBar GradientProgressBar.swift
/host/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import UIKit
11 |
[6/7] Emitting module GradientProgressBar
/host/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import UIKit
11 |
[7/7] Compiling GradientProgressBar Constants.swift
/host/spi-builder-workspace/GradientProgressBar/Sources/GradientProgressBar.swift:9:8: error: no such module 'Combine'
7 | //
8 |
9 | import Combine
| `- error: no such module 'Combine'
10 | import UIKit
11 |
BUILD FAILURE 6.1 android