Build Information
Failed to build HapticClient, reference master (2fbbe4), with Swift 6.0 for macOS (SPM) on 31 May 2025 08:41:54 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/Kirilovep/HapticClient.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-5BDAB9E9C0126B9D.txt
[11/43] Compiling IssueReporting TestContext.swift
[12/43] Compiling IssueReporting Unimplemented.swift
[13/45] Compiling IssueReporting WithExpectedIssue.swift
[14/45] Compiling IssueReporting WithIssueContext.swift
[15/45] Compiling ConcurrencyExtras Task.swift
[16/46] Compiling ConcurrencyExtras UncheckedBox.swift
[17/46] Compiling ConcurrencyExtras MainSerialExecutor.swift
[18/46] Compiling ConcurrencyExtras Result.swift
[19/46] Compiling IssueReporting IsTesting.swift
[20/46] Compiling IssueReporting IssueReporter.swift
[21/46] Emitting module IssueReporting
[22/46] Compiling IssueReporting ErrorReporting.swift
[23/46] Compiling IssueReporting AppHostWarning.swift
[24/46] Compiling IssueReporting Deprecations.swift
[25/46] Compiling IssueReporting FailureObserver.swift
[26/46] Compiling IssueReporting LockIsolated.swift
[27/46] Compiling IssueReporting Rethrows.swift
[28/46] Compiling ConcurrencyExtras Locking.swift
[29/46] Compiling ConcurrencyExtras LockIsolated.swift
[30/46] Compiling IssueReporting BreakpointReporter.swift
[31/46] Compiling IssueReporting FatalErrorReporter.swift
[32/46] Compiling IssueReporting RuntimeWarningReporter.swift
[33/46] Compiling IssueReporting ReportIssue.swift
[34/46] Compiling IssueReporting SwiftTesting.swift
[35/46] Compiling IssueReporting UncheckedSendable.swift
[36/46] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[37/46] Compiling IssueReporting Warn.swift
[38/46] Compiling IssueReporting XCTest.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/46] Emitting module HapticClient
/Users/admin/builder/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.
[40/46] Compiling HapticClient HapticClient.swift
/Users/admin/builder/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.
[41/46] Compiling HapticClient HapticType.swift
/Users/admin/builder/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.
[42/46] Emitting module ConcurrencyExtras
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6249] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.12s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.52s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
[1/852] Fetching swift-concurrency-extras
[70/3262] Fetching swift-concurrency-extras, combine-schedulers
[225/4554] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
[880/10012] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks, xctest-dynamic-overlay
[10013/80554] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (3.37s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (3.37s)
Fetched https://github.com/swiftlang/swift-syntax from cache (3.37s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (3.37s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (3.37s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.46s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.47s)
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.46s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (3.26s)
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
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/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-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.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
BUILD FAILURE 6.0 macosSpm