Build Information
Failed to build WWRegularExpression, reference 1.0.1 (5bc5c0), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 12:15:24 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/WWRegularExpression.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/William-Weng/WWRegularExpression
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 5bc5c03 - add PrivacyInfo
Cloned https://github.com/William-Weng/WWRegularExpression.git
Revision (git rev-parse @):
5bc5c03259ed28b4c5c6899458fde6ac4d665794
SUCCESS checkout https://github.com/William-Weng/WWRegularExpression.git at 1.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/William-Weng/WWRegularExpression.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/6] Emitting module WWRegularExpression
/Users/admin/builder/spi-builder-workspace/Sources/WWRegularExpression/WWRegularExpression.swift:4:8: error: no such module 'UIKit'
2 | // https://docs.swift.org/swift-book
3 |
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | open class WWRegularExpression: NSObject {
[5/6] Compiling WWRegularExpression WWRegularExpression.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWRegularExpression/WWRegularExpression.swift:4:8: error: no such module 'UIKit'
2 | // https://docs.swift.org/swift-book
3 |
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | open class WWRegularExpression: NSObject {
[6/6] Compiling WWRegularExpression resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/WWRegularExpression/WWRegularExpression.swift:4:8: error: no such module 'UIKit'
2 | // https://docs.swift.org/swift-book
3 |
4 | import UIKit
| `- error: no such module 'UIKit'
5 |
6 | open class WWRegularExpression: NSObject {
BUILD FAILURE 6.2 macosSpm