Build Information
Failed to build TransientLabel, reference 1.2.0 (3371d3), with Swift 6.2 for macOS (SPM) on 27 Oct 2025 15:07:36 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.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: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JoshuaSullivan/TransientLabel
* tag 1.2.0 -> FETCH_HEAD
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 1.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "transientlabel",
"name": "TransientLabel",
"url": "https://github.com/JoshuaSullivan/TransientLabel.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TransientLabel",
"dependencies": [
]
}
]
}
Fetching https://github.com/JoshuaSullivan/TransientLabel.git
[1/78] Fetching transientlabel
Fetched https://github.com/JoshuaSullivan/TransientLabel.git from cache (0.74s)
Creating working copy for https://github.com/JoshuaSullivan/TransientLabel.git
Working copy of https://github.com/JoshuaSullivan/TransientLabel.git resolved at 1.2.0 (3371d3b)
warning: '.resolve-product-dependencies': dependency 'transientlabel' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/JoshuaSullivan/TransientLabel.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/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.
[4/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.
[5/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.
[6/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.
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.2 macosSpm