Build Information
Failed to build WWExpandableCell, reference main (ddb1a0), with Swift 6.0 for macOS (SPM) on 9 Mar 2026 07:14:34 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/WWExpandableCell.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/William-Weng/WWExpandableCell
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ddb1a0d - 加上更新時 / 更新後的設定值
Cloned https://github.com/William-Weng/WWExpandableCell.git
Revision (git rev-parse @):
ddb1a0d01df3d23ab8c727e5700442cccc69b868
SUCCESS checkout https://github.com/William-Weng/WWExpandableCell.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/William-Weng/WWExpandableCell.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying Privacy
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Compiling WWExpandableCell resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWExpandableCell/WWExpandableCell.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class WWExpandView: UIView {}
[5/6] Compiling WWExpandableCell WWExpandableCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWExpandableCell/WWExpandableCell.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class WWExpandView: UIView {}
[6/6] Emitting module WWExpandableCell
/Users/admin/builder/spi-builder-workspace/Sources/WWExpandableCell/WWExpandableCell.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | open class WWExpandView: UIView {}
BUILD FAILURE 6.0 macosSpm