Build Information
Failed to build WWProgressView, reference main (bd26f2), with Swift 6.0 for macOS (SPM) on 11 Oct 2025 12:25:26 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.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.0
Building package at path: $PWD
https://github.com/William-Weng/WWProgressView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Copying WWProgressView.xib
[1/4] Write sources
[2/4] Copying Privacy
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/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: - 動態的進度條
[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: - 動態的進度條
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/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: - 動態的進度條
[8/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: - 動態的進度條
[9/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: - 動態的進度條
BUILD FAILURE 6.0 macosSpm