Build Information
Failed to build ShakeFeedbackKit, reference main (771039), with Swift 6.2 for macOS (SPM) on 3 Aug 2025 13:00:08 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AAALI/ShakeFeedbackKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AAALI/ShakeFeedbackKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7710399 docs: simplify color palette to 3 options (red/blue pens, yellow highlighter)
Cloned https://github.com/AAALI/ShakeFeedbackKit.git
Revision (git rev-parse @):
7710399cbc5d9a970041475d5723c0c704d61c10
SUCCESS checkout https://github.com/AAALI/ShakeFeedbackKit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/AAALI/ShakeFeedbackKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying placeholder.txt
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/11] Compiling ShakeFeedbackKit ShakeWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
[5/11] Compiling ShakeFeedbackKit resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
[6/11] Compiling ShakeFeedbackKit WindowHelpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
[7/11] Compiling ShakeFeedbackKit ShakeEventObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/11] Emitting module ShakeFeedbackKit
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
[9/11] Compiling ShakeFeedbackKit ShakeFeedback.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
[10/11] Compiling ShakeFeedbackKit JiraClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
[11/11] Compiling ShakeFeedbackKit FeedbackComposer.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 | import SwiftUI
3 |
BUILD FAILURE 6.2 macosSpm