Build Information
Failed to build WWQOI, reference 1.0.2 (1f663e), with Swift 6.3 for macOS (SPM) on 24 Apr 2026 13:54:24 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/WWQOI.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/William-Weng/WWQOI
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at 1f663ec - 改用WWByteReader讀取Data
Cloned https://github.com/William-Weng/WWQOI.git
Revision (git rev-parse @):
1f663ec8a127e03def2df627ab794aeb0ed973f1
SUCCESS checkout https://github.com/William-Weng/WWQOI.git at 1.0.2
Fetching https://github.com/William-Weng/WWByteReader
[1/71] Fetching wwbytereader
Fetched https://github.com/William-Weng/WWByteReader from cache (0.81s)
Computing version for https://github.com/William-Weng/WWByteReader
Computed https://github.com/William-Weng/WWByteReader at 1.0.2 (1.50s)
Creating working copy for https://github.com/William-Weng/WWByteReader
Working copy of https://github.com/William-Weng/WWByteReader resolved 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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "wwqoi",
"name": "WWQOI",
"url": "https://github.com/William-Weng/WWQOI.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WWQOI",
"traits": [
"default"
],
"dependencies": [
{
"identity": "wwbytereader",
"name": "WWByteReader",
"url": "https://github.com/William-Weng/WWByteReader",
"version": "1.0.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WWByteReader",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/William-Weng/WWQOI.git
[1/128] Fetching wwqoi
Fetched https://github.com/William-Weng/WWQOI.git from cache (1.06s)
Fetching https://github.com/William-Weng/WWByteReader from cache
Fetched https://github.com/William-Weng/WWByteReader from cache (0.42s)
Computing version for https://github.com/William-Weng/WWByteReader
Computed https://github.com/William-Weng/WWByteReader at 1.0.2 (0.48s)
Creating working copy for https://github.com/William-Weng/WWQOI.git
Working copy of https://github.com/William-Weng/WWQOI.git resolved at 1.0.2 (1f663ec)
Creating working copy for https://github.com/William-Weng/WWByteReader
Working copy of https://github.com/William-Weng/WWByteReader resolved at 1.0.2
warning: '.resolve-product-dependencies': dependency 'wwqoi' is not used by any target
Found 1 product dependencies
- WWByteReader
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/William-Weng/WWQOI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Copying Privacy
[3/4] Write swift-version--6988338F2F200930.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/8] Emitting module WWByteReader
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWByteReader/Sources/WWByteReader/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - enum
[6/8] Compiling WWByteReader resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWByteReader/Sources/WWByteReader/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - enum
[7/8] Compiling WWByteReader WWByteReader.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWByteReader/Sources/WWByteReader/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - enum
[8/8] Compiling WWByteReader Constant.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWByteReader/Sources/WWByteReader/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - enum
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/WWQOI/Privacy/PrivacyInfo.xcprivacy
BUILD FAILURE 6.3 macosSpm