Build Information
Failed to build WWImageFormat, reference 1.0.1 (b0108d), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 20:09:11 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/William-Weng/WWImageFormat.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying Privacy
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/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: - 解析圖片資料格式
[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: - 解析圖片資料格式
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/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: - 解析圖片資料格式
[7/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: - 解析圖片資料格式
[8/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: - 解析圖片資料格式
BUILD FAILURE 6.2 macosSpm