Build Information
Failed to build HapticClient, reference master (2fbbe4), with Swift 6.2 for Linux on 24 Jun 2025 06:15:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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.2
Building package at path: $PWD
https://github.com/Kirilovep/HapticClient.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6255] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.77s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (1.44s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/combine-schedulers
[1/2410] Fetching combine-schedulers
[2411/3271] Fetching combine-schedulers, swift-concurrency-extras
[3272/4563] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
[3402/10030] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.36s)
[7256/9169] Fetching combine-schedulers, swift-clocks, xctest-dynamic-overlay
[9170/80096] Fetching combine-schedulers, swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.02s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.02s)
[13979/76394] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.04s)
[9221/70927] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.08s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (5.47s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.11s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.46s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.38s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (3.49s)
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/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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
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
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/43] 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.
[12/43] 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.
[13/43] Compiling IssueReporting TestContext.swift
[14/43] Compiling IssueReporting Unimplemented.swift
[15/45] Compiling IssueReporting WithExpectedIssue.swift
[16/45] Compiling IssueReporting WithIssueContext.swift
[17/45] Compiling IssueReporting RuntimeWarningReporter.swift
[18/45] Compiling IssueReporting ReportIssue.swift
[19/45] Compiling IssueReporting BreakpointReporter.swift
[20/45] Compiling IssueReporting FatalErrorReporter.swift
[21/45] Emitting module IssueReporting
[22/45] Compiling IssueReporting ErrorReporting.swift
[23/45] Compiling IssueReporting AppHostWarning.swift
[24/45] Compiling IssueReporting Deprecations.swift
[25/45] Compiling IssueReporting FailureObserver.swift
[26/45] Compiling IssueReporting LockIsolated.swift
[27/45] Compiling IssueReporting Rethrows.swift
[28/45] Compiling ConcurrencyExtras Task.swift
[29/45] Compiling ConcurrencyExtras Result.swift
[30/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.
[31/46] Compiling ConcurrencyExtras MainSerialExecutor.swift
[32/46] Compiling IssueReporting SwiftTesting.swift
[33/46] Compiling IssueReporting UncheckedSendable.swift
[34/46] Compiling IssueReporting Warn.swift
BUILD FAILURE 6.2 linux