Build Information
Failed to build UILabel+Copyable, reference 2.0.1 (a1ac4d), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 11:22:42 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexandreos/UILabel-Copyable.git
Reference: 2.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexandreos/UILabel-Copyable
* tag 2.0.1 -> FETCH_HEAD
HEAD is now at a1ac4d7 Add Swift Package Manager to the README file
Cloned https://github.com/alexandreos/UILabel-Copyable.git
Revision (git rev-parse @):
a1ac4d7d1118fde314796f449e803e610d7b801c
SUCCESS checkout https://github.com/alexandreos/UILabel-Copyable.git at 2.0.1
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "uilabel-copyable",
"name": "UILabel+Copyable",
"url": "https://github.com/alexandreos/UILabel-Copyable.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UILabel-Copyable",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/alexandreos/UILabel-Copyable.git
[1/362] Fetching uilabel-copyable
Fetched https://github.com/alexandreos/UILabel-Copyable.git from cache (1.20s)
Creating working copy for https://github.com/alexandreos/UILabel-Copyable.git
Working copy of https://github.com/alexandreos/UILabel-Copyable.git resolved at 2.0.1 (a1ac4d7)
warning: '.resolve-product-dependencies': dependency 'uilabel-copyable' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/alexandreos/UILabel-Copyable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module UILabel_Copyable
/Users/admin/builder/spi-builder-workspace/UILabel+Copyable/UILabel+Copyable.swift:26:8: error: no such module 'UIKit'
24 | // THE SOFTWARE.
25 |
26 | import UIKit
| `- error: no such module 'UIKit'
27 |
28 | public extension UILabel {
[4/4] Compiling UILabel_Copyable UILabel+Copyable.swift
/Users/admin/builder/spi-builder-workspace/UILabel+Copyable/UILabel+Copyable.swift:26:8: error: no such module 'UIKit'
24 | // THE SOFTWARE.
25 |
26 | import UIKit
| `- error: no such module 'UIKit'
27 |
28 | public extension UILabel {
BUILD FAILURE 6.3 macosSpm