Build Information
Failed to build WWImageFormat, reference 1.0.1 (b0108d), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 11:07:01 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/WWImageFormat.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/William-Weng/WWImageFormat
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at b0108d4 - 增加單純分析格式的函數,不分析是不是動畫…
Cloned https://github.com/William-Weng/WWImageFormat.git
Revision (git rev-parse @):
b0108d4d3a6df8912f97ec3b5bb496be4aab1f34
SUCCESS checkout https://github.com/William-Weng/WWImageFormat.git at 1.0.1
========================================
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": "wwimageformat",
"name": "WWImageFormat",
"url": "https://github.com/William-Weng/WWImageFormat.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WWImageFormat",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/William-Weng/WWImageFormat.git
[1/74] Fetching wwimageformat
Fetched https://github.com/William-Weng/WWImageFormat.git from cache (1.00s)
Creating working copy for https://github.com/William-Weng/WWImageFormat.git
Working copy of https://github.com/William-Weng/WWImageFormat.git resolved at 1.0.1 (b0108d4)
warning: '.resolve-product-dependencies': dependency 'wwimageformat' 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/WWImageFormat.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/8] Emitting module WWImageFormat
/Users/admin/builder/spi-builder-workspace/Sources/WWImageFormat/WWImageFormat.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 解析圖片資料格式
[5/8] Compiling WWImageFormat WWImageFormat.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWImageFormat/WWImageFormat.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 解析圖片資料格式
[6/8] Compiling WWImageFormat resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWImageFormat/WWImageFormat.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 解析圖片資料格式
[7/8] Compiling WWImageFormat Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWImageFormat/WWImageFormat.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 解析圖片資料格式
[8/8] Compiling WWImageFormat Constant.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWImageFormat/WWImageFormat.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 解析圖片資料格式
BUILD FAILURE 6.3 macosSpm