Build Information
Failed to build VHProgressBar, reference 1.0.2 (669dd9
), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 23:54:06 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/miyass/VHProgressBar.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/miyass/VHProgressBar
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at 669dd97 fix error and change development target
Cloned https://github.com/miyass/VHProgressBar.git
Revision (git rev-parse @):
669dd97fd1969a78cf6f655c8943fc44e53700d7
SUCCESS checkout https://github.com/miyass/VHProgressBar.git at 1.0.2
========================================
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": "vhprogressbar",
"name": "VHProgressBar",
"url": "https://github.com/miyass/VHProgressBar.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/VHProgressBar",
"dependencies": [
]
}
]
}
Fetching https://github.com/miyass/VHProgressBar.git
[1/60] Fetching vhprogressbar
Fetched https://github.com/miyass/VHProgressBar.git from cache (1.00s)
Creating working copy for https://github.com/miyass/VHProgressBar.git
Working copy of https://github.com/miyass/VHProgressBar.git resolved at 1.0.2 (669dd97)
warning: '.resolve-product-dependencies': dependency 'vhprogressbar' 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/miyass/VHProgressBar.git
https://github.com/miyass/VHProgressBar.git
{
"dependencies" : [
],
"manifest_display_name" : "VHProgressBar",
"name" : "VHProgressBar",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "VHProgressBar",
"targets" : [
"VHProgressBar"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VHProgressBarTests",
"module_type" : "SwiftTarget",
"name" : "VHProgressBarTests",
"path" : "Tests/VHProgressBarTests",
"sources" : [
"VHProgressBarTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"VHProgressBar"
],
"type" : "test"
},
{
"c99name" : "VHProgressBar",
"module_type" : "SwiftTarget",
"name" : "VHProgressBar",
"path" : "Sources/VHProgressBar",
"product_memberships" : [
"VHProgressBar"
],
"sources" : [
"HorizontalProgressBar.swift",
"VerticalProgressBar.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Emitting module VHProgressBar
/Users/admin/builder/spi-builder-workspace/Sources/VHProgressBar/HorizontalProgressBar.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @IBDesignable
[4/5] Compiling VHProgressBar VerticalProgressBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHProgressBar/HorizontalProgressBar.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @IBDesignable
[5/5] Compiling VHProgressBar HorizontalProgressBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHProgressBar/HorizontalProgressBar.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @IBDesignable
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/4] Emitting module VHProgressBar
/Users/admin/builder/spi-builder-workspace/Sources/VHProgressBar/HorizontalProgressBar.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @IBDesignable
[3/4] Compiling VHProgressBar VerticalProgressBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHProgressBar/HorizontalProgressBar.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @IBDesignable
[4/4] Compiling VHProgressBar HorizontalProgressBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/VHProgressBar/HorizontalProgressBar.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | @IBDesignable
BUILD FAILURE 6.1 macosSpm