The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HapticClient, reference master (2fbbe4), with Swift 6.2 for Android on 24 Jun 2025 06:15:57 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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build 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:         android
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6255] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.02s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (1.43s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/2410] Fetching combine-schedulers
[1881/3271] Fetching combine-schedulers, swift-concurrency-extras
[2661/4563] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
[4564/10030] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.39s)
[4286/7620] Fetching swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
[7621/78547] Fetching swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.08s)
[14920/73080] Fetching swift-concurrency-extras, swift-clocks, swift-syntax
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (5.05s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (5.05s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.11s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (5.51s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.42s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.39s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.43s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.47s)
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-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/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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-8C5A4AE7A8CE2BA.txt
[11/43] Emitting module IssueReporting
[12/45] Compiling IssueReporting TestContext.swift
[13/45] Compiling IssueReporting Unimplemented.swift
[14/45] Compiling IssueReporting WithExpectedIssue.swift
[15/45] Compiling IssueReporting WithIssueContext.swift
[16/45] 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.
[17/45] Emitting module ConcurrencyExtras
[18/46] Compiling ConcurrencyExtras UncheckedSendable.swift
[19/46] Compiling ConcurrencyExtras LockIsolated.swift
[20/46] Compiling IssueReporting ErrorReporting.swift
[21/46] Compiling IssueReporting AppHostWarning.swift
[22/46] Compiling IssueReporting Deprecations.swift
[23/46] Compiling IssueReporting SwiftTesting.swift
[24/46] Compiling IssueReporting BreakpointReporter.swift
[25/46] Compiling IssueReporting FatalErrorReporter.swift
[26/46] Compiling IssueReporting RuntimeWarningReporter.swift
[27/46] Compiling IssueReporting ReportIssue.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 Result.swift
[31/46] Compiling ConcurrencyExtras MainSerialExecutor.swift
[32/46] Compiling ConcurrencyExtras Task.swift
[34/46] Compiling IssueReporting UncheckedSendable.swift
[35/46] Compiling IssueReporting Warn.swift
[36/46] Compiling IssueReporting FailureObserver.swift
[37/46] Compiling IssueReporting LockIsolated.swift
[38/46] Compiling IssueReporting Rethrows.swift
[39/46] Compiling IssueReporting XCTest.swift
[40/46] Compiling IssueReporting IsTesting.swift
[41/46] Compiling IssueReporting IssueReporter.swift
BUILD FAILURE 6.2 android