Build Information
Failed to build WWNtpClient, reference 1.0.3 (e25cf9), with Swift 6.1 for macOS (SPM) on 7 Jul 2025 06:14:11 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.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/WWNtpClient.git
Reference: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/William-Weng/WWNtpClient
* tag 1.0.3 -> FETCH_HEAD
HEAD is now at e25cf9c - 加上queue的參數設定
Cloned https://github.com/William-Weng/WWNtpClient.git
Revision (git rev-parse @):
e25cf9c8192cdc4bb616477bbe301b75a549b9dd
SUCCESS checkout https://github.com/William-Weng/WWNtpClient.git at 1.0.3
Fetching https://github.com/William-Weng/WWTcpConnection
[1/119] Fetching wwtcpconnection
Fetched https://github.com/William-Weng/WWTcpConnection from cache (0.84s)
Computing version for https://github.com/William-Weng/WWTcpConnection
Computed https://github.com/William-Weng/WWTcpConnection at 1.0.3 (1.46s)
Creating working copy for https://github.com/William-Weng/WWTcpConnection
Working copy of https://github.com/William-Weng/WWTcpConnection resolved at 1.0.3
========================================
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",
"dependencies": [
{
"identity": "wwntpclient",
"name": "WWNtpClient",
"url": "https://github.com/William-Weng/WWNtpClient.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WWNtpClient",
"dependencies": [
{
"identity": "wwtcpconnection",
"name": "WWTcpConnection",
"url": "https://github.com/William-Weng/WWTcpConnection",
"version": "1.0.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WWTcpConnection",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/William-Weng/WWNtpClient.git
[1/122] Fetching wwntpclient
Fetched https://github.com/William-Weng/WWNtpClient.git from cache (0.76s)
Fetching https://github.com/William-Weng/WWTcpConnection from cache
Fetched https://github.com/William-Weng/WWTcpConnection from cache (0.42s)
Computing version for https://github.com/William-Weng/WWTcpConnection
Computed https://github.com/William-Weng/WWTcpConnection at 1.0.3 (0.47s)
Creating working copy for https://github.com/William-Weng/WWTcpConnection
Working copy of https://github.com/William-Weng/WWTcpConnection resolved at 1.0.3
Creating working copy for https://github.com/William-Weng/WWNtpClient.git
Working copy of https://github.com/William-Weng/WWNtpClient.git resolved at 1.0.3 (e25cf9c)
warning: '.resolve-product-dependencies': dependency 'wwntpclient' is not used by any target
Found 1 product dependencies
- WWTcpConnection
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/William-Weng/WWNtpClient.git
https://github.com/William-Weng/WWNtpClient.git
{
"dependencies" : [
{
"identity" : "wwtcpconnection",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/William-Weng/WWTcpConnection"
}
],
"manifest_display_name" : "WWNtpClient",
"name" : "WWNtpClient",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "WWNtpClient",
"targets" : [
"WWNtpClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "WWNtpClient",
"module_type" : "SwiftTarget",
"name" : "WWNtpClient",
"path" : "Sources/WWNtpClient",
"product_dependencies" : [
"WWTcpConnection"
],
"product_memberships" : [
"WWNtpClient"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/WWNtpClient/Privacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Utility/Constant.swift",
"Utility/Protocol.swift",
"WWNtpClient.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/5] Write sources
[2/5] Copying Privacy
[4/5] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/10] Emitting module WWTcpConnection
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWTcpConnection/Sources/WWTcpConnection/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import Network
10 |
[7/10] Compiling WWTcpConnection WWTcpConnection.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWTcpConnection/Sources/WWTcpConnection/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import Network
10 |
[8/10] Compiling WWTcpConnection resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWTcpConnection/Sources/WWTcpConnection/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import Network
10 |
[9/10] Compiling WWTcpConnection Constant.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWTcpConnection/Sources/WWTcpConnection/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import Network
10 |
[10/10] Compiling WWTcpConnection Delegete.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWTcpConnection/Sources/WWTcpConnection/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import Network
10 |
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/6] Emitting module WWTcpConnection
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWTcpConnection/Sources/WWTcpConnection/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import Network
10 |
[3/6] Compiling WWTcpConnection resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWTcpConnection/Sources/WWTcpConnection/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import Network
10 |
[4/6] Compiling WWTcpConnection Delegete.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWTcpConnection/Sources/WWTcpConnection/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import Network
10 |
[5/6] Compiling WWTcpConnection Constant.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWTcpConnection/Sources/WWTcpConnection/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import Network
10 |
[6/6] Compiling WWTcpConnection WWTcpConnection.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWTcpConnection/Sources/WWTcpConnection/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 | import Network
10 |
BUILD FAILURE 6.1 macosSpm