Build Information
Failed to build CHITouchySuperButton, reference master (104d93), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 12:54:56 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/songshift/chitouchysuperbutton.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/songshift/chitouchysuperbutton
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 104d933 Merge branch 'master' of github.com:SongShift/CHITouchySuperButton
Cloned https://github.com/songshift/chitouchysuperbutton.git
Revision (git rev-parse @):
104d933a24a704b72bf223fae43bed470fe73eb0
SUCCESS checkout https://github.com/songshift/chitouchysuperbutton.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/songshift/chitouchysuperbutton.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-1EA4D86E10B52AF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Emitting module CHITouchySuperButton
/Users/admin/builder/spi-builder-workspace/Sources/CHITouchySuperButton/CHITouchySuperButton.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // the contents of a TouchBlock must be UIView animatable properties
[4/6] Compiling CHITouchySuperButton CHITouchySuperButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/CHITouchySuperButton/CHITouchySuperButton.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // the contents of a TouchBlock must be UIView animatable properties
BUILD FAILURE 6.2 macosSpm