Build Information
Failed to build ShowSomeProgress, reference 1.0.0 (d4754a), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 07:45:41 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/stoneburner/ShowSomeProgress.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stoneburner/ShowSomeProgress
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at d4754a6 gfx update
Cloned https://github.com/stoneburner/ShowSomeProgress.git
Revision (git rev-parse @):
d4754a63f806a1fa554d59c9b17dd2cecd3f5d85
SUCCESS checkout https://github.com/stoneburner/ShowSomeProgress.git at 1.0.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "showsomeprogress",
"name": "ShowSomeProgress",
"url": "https://github.com/stoneburner/ShowSomeProgress.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ShowSomeProgress",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/stoneburner/ShowSomeProgress.git
[1/248] Fetching showsomeprogress
Fetched https://github.com/stoneburner/ShowSomeProgress.git from cache (1.15s)
Creating working copy for https://github.com/stoneburner/ShowSomeProgress.git
Working copy of https://github.com/stoneburner/ShowSomeProgress.git resolved at 1.0.0 (d4754a6)
warning: '.resolve-product-dependencies': dependency 'showsomeprogress' 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/stoneburner/ShowSomeProgress.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/11] Emitting module ShowSomeProgress
/Users/admin/builder/spi-builder-workspace/Sources/ActivityAnimationHelper.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public protocol AnimatedActivityUIView: UIView {
[4/11] Compiling ShowSomeProgress ActivityStyleKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ActivityAnimationHelper.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public protocol AnimatedActivityUIView: UIView {
[5/11] Compiling ShowSomeProgress ActivityAnimationHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/ActivityAnimationHelper.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public protocol AnimatedActivityUIView: UIView {
[6/11] Compiling ShowSomeProgress AnimationHelper.swift
/Users/admin/builder/spi-builder-workspace/Sources/ActivityAnimationHelper.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public protocol AnimatedActivityUIView: UIView {
[7/11] Compiling ShowSomeProgress OrbitActivityIndicatorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ActivityAnimationHelper.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public protocol AnimatedActivityUIView: UIView {
[8/11] Compiling ShowSomeProgress BarProgressView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ActivityAnimationHelper.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public protocol AnimatedActivityUIView: UIView {
[9/11] Compiling ShowSomeProgress ProgressStyleKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ActivityAnimationHelper.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public protocol AnimatedActivityUIView: UIView {
[10/11] Compiling ShowSomeProgress CircleProgressView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ActivityAnimationHelper.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public protocol AnimatedActivityUIView: UIView {
[11/11] Compiling ShowSomeProgress Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/ActivityAnimationHelper.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | public protocol AnimatedActivityUIView: UIView {
BUILD FAILURE 6.3 macosSpm