Build Information
Failed to build HapticClient, reference master (2fbbe4), with Swift 6.0 for Linux on 31 May 2025 08:50:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kirilovep/HapticClient.git
Reference: master
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/Kirilovep/HapticClient
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2fbbe42 remove ,
Cloned https://github.com/Kirilovep/HapticClient.git
Revision (git rev-parse @):
2fbbe42642e1c34a3c4fc7b2a84142ec38f1b5bf
SUCCESS checkout https://github.com/Kirilovep/HapticClient.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/Kirilovep/HapticClient.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:eaa733228b13fb63f7b48fc0ae9a4552a427b7215d37e5caded5aa10021734d9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6249] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.66s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (1.10s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
[1/852] Fetching swift-concurrency-extras
[189/2144] Fetching swift-concurrency-extras, swift-clocks
[669/4554] Fetching swift-concurrency-extras, swift-clocks, combine-schedulers
[1569/10012] Fetching swift-concurrency-extras, swift-clocks, combine-schedulers, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.59s)
[5227/8720] Fetching swift-concurrency-extras, combine-schedulers, xctest-dynamic-overlay
[7248/79262] Fetching swift-concurrency-extras, combine-schedulers, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (8.90s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (8.90s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (8.93s)
Fetched https://github.com/swiftlang/swift-syntax from cache (9.01s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (1.10s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.06s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.13s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.07s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (4.80s)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/43] Emitting module IssueReporting
[12/45] Compiling IssueReporting WithExpectedIssue.swift
[13/45] Compiling IssueReporting WithIssueContext.swift
[14/45] Emitting module ConcurrencyExtras
[15/45] Compiling ConcurrencyExtras ActorIsolated.swift
[16/45] Compiling ConcurrencyExtras AnyHashableSendable.swift
[17/46] Compiling HapticClient HapticType.swift
/host/spi-builder-workspace/Sources/Core/HapticClient.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// A client for triggering haptic feedback.
[18/46] Compiling ConcurrencyExtras Result.swift
[19/46] Compiling IssueReporting BreakpointReporter.swift
[20/46] Compiling IssueReporting FatalErrorReporter.swift
[21/46] Compiling ConcurrencyExtras UncheckedSendable.swift
[24/46] Compiling ConcurrencyExtras AsyncStream.swift
[26/46] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[27/46] Compiling ConcurrencyExtras LockIsolated.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/46] Emitting module HapticClient
/host/spi-builder-workspace/Sources/Core/HapticClient.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// A client for triggering haptic feedback.
[29/46] Compiling HapticClient HapticClient.swift
/host/spi-builder-workspace/Sources/Core/HapticClient.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// A client for triggering haptic feedback.
[30/46] Compiling ConcurrencyExtras Locking.swift
[31/46] Compiling ConcurrencyExtras UncheckedBox.swift
[32/46] Compiling IssueReporting TestContext.swift
[33/46] Compiling IssueReporting Unimplemented.swift
[34/46] Compiling IssueReporting RuntimeWarningReporter.swift
[35/46] Compiling IssueReporting ReportIssue.swift
[36/46] Compiling IssueReporting SwiftTesting.swift
[37/46] Compiling IssueReporting UncheckedSendable.swift
[38/46] Compiling IssueReporting Warn.swift
[39/46] Compiling IssueReporting FailureObserver.swift
[40/46] Compiling IssueReporting LockIsolated.swift
[41/46] Compiling IssueReporting Rethrows.swift
[45/47] Compiling ConcurrencyExtras MainSerialExecutor.swift
[46/47] Compiling ConcurrencyExtras Task.swift
BUILD FAILURE 6.0 linux