Build Information
Failed to build DSFStepperView, reference 4.4.0 (6e433c
), with Swift 6.1 for Linux on 30 Apr 2025 10:43:36 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/DSFStepperView.git
Reference: 4.4.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/dagronf/DSFStepperView
* tag 4.4.0 -> FETCH_HEAD
HEAD is now at 6e433c1 Updated dependencies
Cloned https://github.com/dagronf/DSFStepperView.git
Revision (git rev-parse @):
6e433c1d87f8bc810756e276c168a87fcc2e98ae
SUCCESS checkout https://github.com/dagronf/DSFStepperView.git at 4.4.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/dagronf/DSFStepperView.git
https://github.com/dagronf/DSFStepperView.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "dsfappearancemanager",
"requirement" : {
"range" : [
{
"lower_bound" : "3.5.1",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dagronf/DSFAppearanceManager"
}
],
"manifest_display_name" : "DSFStepperView",
"name" : "DSFStepperView",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "DSFStepperView",
"targets" : [
"DSFStepperView"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DSFStepperView-static",
"targets" : [
"DSFStepperView"
],
"type" : {
"library" : [
"static"
]
}
},
{
"name" : "DSFStepperView-shared",
"targets" : [
"DSFStepperView"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "DSFStepperViewTests",
"module_type" : "SwiftTarget",
"name" : "DSFStepperViewTests",
"path" : "Tests/DSFStepperViewTests",
"sources" : [
"DSFStepperViewTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DSFStepperView"
],
"type" : "test"
},
{
"c99name" : "DSFStepperView",
"module_type" : "SwiftTarget",
"name" : "DSFStepperView",
"path" : "Sources/DSFStepperView",
"product_dependencies" : [
"DSFAppearanceManager"
],
"product_memberships" : [
"DSFStepperView",
"DSFStepperView-static",
"DSFStepperView-shared"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/DSFStepperView/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"DSFStepperView+Delegate.swift",
"DSFStepperView+SwiftUI.swift",
"DSFStepperView+iOS.swift",
"DSFStepperView+macOS.swift",
"private/ClampedValue.swift",
"private/DSFDelayedRepeatingButton.swift",
"private/DSFStepperView+localization.swift",
"private/DSFStepperView+textfield.swift",
"private/DSFStepperView+utils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/dagronf/DSFAppearanceManager
[1/459] Fetching dsfappearancemanager
Fetched https://github.com/dagronf/DSFAppearanceManager from cache (0.44s)
Computing version for https://github.com/dagronf/DSFAppearanceManager
Computed https://github.com/dagronf/DSFAppearanceManager at 3.6.2 (1.44s)
Creating working copy for https://github.com/dagronf/DSFAppearanceManager
Working copy of https://github.com/dagronf/DSFAppearanceManager resolved at 3.6.2
Building for debugging...
[0/11] Copying PrivacyInfo.xcprivacy
[0/11] Write sources
[3/11] Copying PrivacyInfo.xcprivacy
[4/11] Write swift-version-24593BA9C3E375BF.txt
[6/25] Compiling DSFAppearanceManager DSFAppearanceManager+Hardware.swift
[7/25] Compiling DSFAppearanceManager DSFAppearanceManager.swift
[8/26] Emitting module DSFAppearanceManager
[9/26] Compiling DSFAppearanceManager DSFAppearanceCache.swift
[10/26] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
[11/26] Compiling DSFAppearanceManager resource_bundle_accessor.swift
[12/26] Compiling DSFAppearanceManager NSAppearance+extensions.swift
[13/26] Compiling DSFAppearanceManager WeakBag.swift
[14/26] Compiling DSFAppearanceManager AutoplayAnimatedImages.swift
[15/26] Compiling DSFAppearanceManager DSFAppearanceManager+Listeners.swift
[16/26] Compiling DSFAppearanceManager NSView+Appearance.swift
[17/26] Compiling DSFAppearanceManager NSWindow+Appearance.swift
[18/26] Compiling DSFAppearanceManager WeakBox.swift
[19/26] Compiling DSFAppearanceManager DSFDebounce.swift
[20/26] Compiling DSFAppearanceManager DSFSimpleLock.swift
[21/27] Wrapping AST for DSFAppearanceManager for debugging
[23/37] Compiling DSFStepperView DSFStepperView+utils.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
[24/38] Compiling DSFStepperView DSFStepperView+Delegate.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
[25/38] Compiling DSFStepperView DSFStepperView+SwiftUI.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/38] Emitting module DSFStepperView
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
[27/38] Compiling DSFStepperView DSFDelayedRepeatingButton.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
[28/38] Compiling DSFStepperView ClampedValue.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
[29/38] Compiling DSFStepperView DSFStepperView+textfield.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
[30/38] Compiling DSFStepperView DSFStepperView+iOS.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
[31/38] Compiling DSFStepperView DSFStepperView+macOS.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
[32/38] Compiling DSFStepperView DSFStepperView+localization.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
[33/38] Compiling DSFStepperView resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/7] Write swift-version-24593BA9C3E375BF.txt
[2/21] Compiling DSFAppearanceManager NSView+Appearance.swift
[3/21] Compiling DSFAppearanceManager NSWindow+Appearance.swift
[4/22] Compiling DSFAppearanceManager DSFAppearanceManager+Hardware.swift
[5/22] Compiling DSFAppearanceManager DSFAppearanceManager.swift
[6/22] Compiling DSFAppearanceManager DSFAppearanceCache.swift
[7/22] Compiling DSFAppearanceManager DSFAppearanceManager+ChangeDetector.swift
[8/22] Emitting module DSFAppearanceManager
[9/22] Compiling DSFAppearanceManager NSAppearance+extensions.swift
[10/22] Compiling DSFAppearanceManager WeakBag.swift
[11/22] Compiling DSFAppearanceManager WeakBox.swift
[12/22] Compiling DSFAppearanceManager DSFDebounce.swift
[13/22] Compiling DSFAppearanceManager DSFSimpleLock.swift
[14/22] Compiling DSFAppearanceManager AutoplayAnimatedImages.swift
[15/22] Compiling DSFAppearanceManager DSFAppearanceManager+Listeners.swift
[16/22] Compiling DSFAppearanceManager resource_bundle_accessor.swift
[18/32] Compiling DSFStepperView DSFStepperView+iOS.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
[19/32] Compiling DSFStepperView DSFStepperView+macOS.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
[20/32] Compiling DSFStepperView DSFStepperView+Delegate.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
[21/32] Compiling DSFStepperView DSFStepperView+SwiftUI.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
[22/32] Compiling DSFStepperView ClampedValue.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/33] Emitting module DSFStepperView
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
[24/33] Compiling DSFStepperView DSFStepperView+textfield.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
[25/33] Compiling DSFStepperView DSFStepperView+utils.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
[26/33] Compiling DSFStepperView DSFStepperView+localization.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
[27/33] Compiling DSFStepperView DSFDelayedRepeatingButton.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
[28/33] Compiling DSFStepperView resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/DSFStepperView/private/DSFDelayedRepeatingButton.swift:187:8: error: no such module 'UIKit'
185 | #else
186 |
187 | import UIKit
| `- error: no such module 'UIKit'
188 |
189 | internal class DSFDelayedRepeatingButton: UIButton {
BUILD FAILURE 6.1 linux