Build Information
Failed to build ShowSomeProgress, reference 1.0.0 (d4754a
), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 15:57:53 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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",
"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",
"dependencies": [
]
}
]
}
Fetching https://github.com/stoneburner/ShowSomeProgress.git
[1/248] Fetching showsomeprogress
Fetched https://github.com/stoneburner/ShowSomeProgress.git from cache (1.12s)
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.1
Building package at path: $PWD
https://github.com/stoneburner/ShowSomeProgress.git
https://github.com/stoneburner/ShowSomeProgress.git
{
"dependencies" : [
],
"manifest_display_name" : "ShowSomeProgress",
"name" : "ShowSomeProgress",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ShowSomeProgress",
"targets" : [
"ShowSomeProgress"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ShowSomeProgressTests",
"module_type" : "SwiftTarget",
"name" : "ShowSomeProgressTests",
"path" : "Tests",
"sources" : [
"ShowSomeProgressTests.swift"
],
"target_dependencies" : [
"ShowSomeProgress"
],
"type" : "test"
},
{
"c99name" : "ShowSomeProgress",
"module_type" : "SwiftTarget",
"name" : "ShowSomeProgress",
"path" : "Sources",
"product_memberships" : [
"ShowSomeProgress"
],
"sources" : [
"ActivityAnimationHelper.swift",
"AnimationHelper.swift",
"BarProgressView.swift",
"CircleProgressView.swift",
"Extensions.swift",
"OrbitActivityIndicatorView.swift",
"stylekit/ActivityStyleKit.swift",
"stylekit/ProgressStyleKit.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/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 {
[5/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 {
[6/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 {
[7/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 {
[8/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 {
[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 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 {
[11/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 {
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/10] 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 {
[3/10] 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 {
[4/10] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/10] 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 {
[6/10] 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/10] 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/10] 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 {
[9/10] 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 {
[10/10] 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 {
BUILD FAILURE 6.1 macosSpm