Build Information
Failed to build TransientLabel, reference main (3371d3), with Swift 6.0 for macOS (SPM) on 27 Oct 2025 15:06:12 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/TransientLabel.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JoshuaSullivan/TransientLabel
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3371d3b Add unit tests using Swift Testing framework
Cloned https://github.com/JoshuaSullivan/TransientLabel.git
Revision (git rev-parse @):
3371d3bf260dafe9fe7fcc8ab79be8ae83c39bea
SUCCESS checkout https://github.com/JoshuaSullivan/TransientLabel.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/JoshuaSullivan/TransientLabel.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/6] Compiling TransientLabel TransientLabelBackground.swift
/Users/admin/builder/spi-builder-workspace/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Emitting module TransientLabel
/Users/admin/builder/spi-builder-workspace/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/6] Compiling TransientLabel TransientLabel.swift
/Users/admin/builder/spi-builder-workspace/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/6] Compiling TransientLabel TransientLabelView.swift
/Users/admin/builder/spi-builder-workspace/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.
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/TransientLabel/Media.xcassets
BUILD FAILURE 6.0 macosSpm