Build Information
Failed to build WWProgressView, reference main (bd26f2), with Swift 6.1 for macOS (SPM) on 11 Oct 2025 12:24:37 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/William-Weng/WWProgressView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/William-Weng/WWProgressView
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bd26f28 - 移除IBDesignable - Swift 5.7 / iOS 16.0
Cloned https://github.com/William-Weng/WWProgressView.git
Revision (git rev-parse @):
bd26f2803e4f139355cb11d5da99b64abcd2aef1
SUCCESS checkout https://github.com/William-Weng/WWProgressView.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/William-Weng/WWProgressView.git
https://github.com/William-Weng/WWProgressView.git
{
"dependencies" : [
],
"manifest_display_name" : "WWProgressView",
"name" : "WWProgressView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "WWProgressView",
"targets" : [
"WWProgressView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "WWProgressView",
"module_type" : "SwiftTarget",
"name" : "WWProgressView",
"path" : "Sources/WWProgressView",
"product_memberships" : [
"WWProgressView"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/WWProgressView/Privacy",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/WWProgressView/Xib/WWProgressView.xib",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ProgressView.swift",
"Utility/Extension.swift",
"Utility/Protocol.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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/4] Copying WWProgressView.xib
[1/4] Write sources
[2/4] Copying Privacy
[3/4] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/9] Emitting module WWProgressView
/Users/admin/builder/spi-builder-workspace/Sources/WWProgressView/ProgressView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 動態的進度條
[6/9] Compiling WWProgressView Protocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWProgressView/ProgressView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 動態的進度條
[7/9] Compiling WWProgressView Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWProgressView/ProgressView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 動態的進度條
[8/9] Compiling WWProgressView resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWProgressView/ProgressView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 動態的進度條
[9/9] Compiling WWProgressView ProgressView.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWProgressView/ProgressView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 動態的進度條
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/6] Compiling WWProgressView Protocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWProgressView/ProgressView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 動態的進度條
[3/6] Compiling WWProgressView resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWProgressView/ProgressView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 動態的進度條
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Emitting module WWProgressView
/Users/admin/builder/spi-builder-workspace/Sources/WWProgressView/ProgressView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 動態的進度條
[5/6] Compiling WWProgressView ProgressView.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWProgressView/ProgressView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 動態的進度條
[6/6] Compiling WWProgressView Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWProgressView/ProgressView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 動態的進度條
BUILD FAILURE 6.1 macosSpm