Build Information
Failed to build NumericGauge, reference main (b2b322), with Swift 6.0 for macOS (SPM) on 20 Dec 2025 21:42:54 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JoshuaSullivan/NumericGauge.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JoshuaSullivan/NumericGauge
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b2b322e Updated gauge to change its internal state when its bound value changes externally.
Cloned https://github.com/JoshuaSullivan/NumericGauge.git
Revision (git rev-parse @):
b2b322e0ef74c1cdad7548ab112bd0fef0bd6db7
SUCCESS checkout https://github.com/JoshuaSullivan/NumericGauge.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/JoshuaSullivan/NumericGauge.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/7] Emitting module TransientLabel
/Users/admin/builder/spi-builder-workspace/.build/checkouts/TransientLabel/Sources/TransientLabel/TransientLabel.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// This is the UIKit implementation of TransientLabel, which temporarily displays new values then disappears.
[5/7] Compiling TransientLabel TransientLabelView.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/TransientLabel/Sources/TransientLabel/TransientLabel.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// This is the UIKit implementation of TransientLabel, which temporarily displays new values then disappears.
[6/7] Compiling TransientLabel TransientLabelBackground.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/TransientLabel/Sources/TransientLabel/TransientLabel.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// This is the UIKit implementation of TransientLabel, which temporarily displays new values then disappears.
[7/7] Compiling TransientLabel TransientLabel.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/TransientLabel/Sources/TransientLabel/TransientLabel.swift:1:8: error: no such module 'UIKit'
1 | import UIKit
| `- error: no such module 'UIKit'
2 |
3 | /// This is the UIKit implementation of TransientLabel, which temporarily displays new values then disappears.
Fetching https://github.com/JoshuaSullivan/TransientLabel.git
[1/78] Fetching transientlabel
Fetched https://github.com/JoshuaSullivan/TransientLabel.git from cache (0.60s)
Computing version for https://github.com/JoshuaSullivan/TransientLabel.git
Computed https://github.com/JoshuaSullivan/TransientLabel.git at 1.2.0 (0.46s)
Creating working copy for https://github.com/JoshuaSullivan/TransientLabel.git
Working copy of https://github.com/JoshuaSullivan/TransientLabel.git resolved at 1.2.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/NumericGauge/NumericGaugeAssets.xcassets
warning: 'transientlabel': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/.build/checkouts/TransientLabel/Sources/TransientLabel/Media.xcassets
BUILD FAILURE 6.0 macosSpm