Build Information
Failed to build WWExpandableCell, reference 1.2.2 (ddb1a0), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 01:02:25 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/William-Weng/WWExpandableCell.git
Reference: 1.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/William-Weng/WWExpandableCell
* tag 1.2.2 -> FETCH_HEAD
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 1.2.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "wwexpandablecell",
"name": "WWExpandableCell",
"url": "https://github.com/William-Weng/WWExpandableCell.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WWExpandableCell",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/William-Weng/WWExpandableCell.git
[1/154] Fetching wwexpandablecell
Fetched https://github.com/William-Weng/WWExpandableCell.git from cache (1.18s)
Creating working copy for https://github.com/William-Weng/WWExpandableCell.git
Working copy of https://github.com/William-Weng/WWExpandableCell.git resolved at 1.2.2 (ddb1a0d)
warning: '.resolve-product-dependencies': dependency 'wwexpandablecell' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/William-Weng/WWExpandableCell.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying Privacy
[2/3] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/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 {}
[5/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 {}
[6/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 {}
BUILD FAILURE 6.3 macosSpm