Build Information
Failed to build WWNetworking-UIImage, reference 1.8.3 (edac20), with Swift 6.1 for macOS (SPM) on 30 Dec 2025 16:57:20 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/William-Weng/WWNetworking-UIImage.git
Reference: 1.8.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/William-Weng/WWNetworking-UIImage
* tag 1.8.3 -> FETCH_HEAD
HEAD is now at edac20a - 1.8.3
Cloned https://github.com/William-Weng/WWNetworking-UIImage.git
Revision (git rev-parse @):
edac20a64617cb769ba85395bac9bdcb090c4c11
SUCCESS checkout https://github.com/William-Weng/WWNetworking-UIImage.git at 1.8.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/William-Weng/WWNetworking-UIImage.git
https://github.com/William-Weng/WWNetworking-UIImage.git
{
"dependencies" : [
{
"identity" : "wwsqlite3manager",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/William-Weng/WWSQLite3Manager.git"
},
{
"identity" : "wwnetworking",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/William-Weng/WWNetworking.git"
},
{
"identity" : "wwcachemanager",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/William-Weng/WWCacheManager.git"
},
{
"identity" : "wworderedset",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/William-Weng/WWOrderedSet.git"
}
],
"manifest_display_name" : "WWNetworking-UIImage",
"name" : "WWNetworking-UIImage",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "WWNetworking-UIImage",
"targets" : [
"WWNetworking-UIImage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "WWNetworking_UIImage",
"module_type" : "SwiftTarget",
"name" : "WWNetworking-UIImage",
"path" : "Sources/WWNetworking-UIImage",
"product_dependencies" : [
"WWSQLite3Manager",
"WWNetworking",
"WWCacheManager",
"WWOrderedSet"
],
"product_memberships" : [
"WWNetworking-UIImage"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/WWNetworking-UIImage/Privacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Utility/API.swift",
"Utility/Constant.swift",
"Utility/Extension.swift",
"Utility/Models.swift",
"WWWebImageWrapper.swift",
"WWebImage.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/9] Write sources
[5/9] Copying Privacy
[8/9] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/35] Emitting module WWNetworking
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Utility/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[11/35] Compiling WWOrderedSet WWOrderedSet.swift
[12/35] Emitting module WWOrderedSet
[13/35] Compiling WWCacheManager WWCacheValue.swift
[14/35] Emitting module WWCacheManager
[15/35] Compiling WWCacheManager WWCacheManager.swift
[16/35] Compiling WWSQLite3Manager SQLite3SchemeDelegate.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[17/35] Compiling WWSQLite3Manager SQLite3Manager.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[18/35] Compiling WWSQLite3Manager SQLite3Database.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[19/35] Compiling WWSQLite3Manager SQLite3TableSchemeInfomation.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[20/36] Compiling WWSQLite3Manager Extension.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[21/36] Compiling WWSQLite3Manager SQLite3Method.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[22/36] Compiling WWSQLite3Manager SQLite3Condition+OrderBy.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[23/36] Compiling WWSQLite3Manager SQLite3Condition+Where.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[24/36] Compiling WWSQLite3Manager SQLite3Condition.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[25/36] Compiling WWSQLite3Manager Constant.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[26/36] Compiling WWNetworking resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Utility/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[27/36] Compiling WWSQLite3Manager SQLite3Condition+Having.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[28/36] Compiling WWSQLite3Manager SQLite3Condition+Limit.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/36] Emitting module WWSQLite3Manager
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[30/36] Compiling WWSQLite3Manager SQLite3Condition+DataType.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[31/36] Compiling WWSQLite3Manager SQLite3Condition+GroupBy.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[32/36] Compiling WWNetworking Extension.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Utility/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[33/36] Compiling WWNetworking Networking.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Utility/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[34/36] Compiling WWNetworking Model.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Utility/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[35/36] Compiling WWNetworking Constant.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Utility/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
Fetching https://github.com/William-Weng/WWNetworking.git
Fetching https://github.com/William-Weng/WWCacheManager.git
Fetching https://github.com/William-Weng/WWOrderedSet.git
Fetching https://github.com/William-Weng/WWSQLite3Manager.git
[1/73] Fetching wworderedset
[43/146] Fetching wworderedset, wwcachemanager
[85/613] Fetching wworderedset, wwcachemanager, wwsqlite3manager
[324/1372] Fetching wworderedset, wwcachemanager, wwsqlite3manager, wwnetworking
Fetched https://github.com/William-Weng/WWSQLite3Manager.git from cache (1.83s)
Fetched https://github.com/William-Weng/WWOrderedSet.git from cache (1.83s)
Fetched https://github.com/William-Weng/WWNetworking.git from cache (1.83s)
Fetched https://github.com/William-Weng/WWCacheManager.git from cache (1.83s)
Computing version for https://github.com/William-Weng/WWOrderedSet.git
Computed https://github.com/William-Weng/WWOrderedSet.git at 1.0.2 (2.43s)
Computing version for https://github.com/William-Weng/WWCacheManager.git
Computed https://github.com/William-Weng/WWCacheManager.git at 1.0.1 (0.56s)
Computing version for https://github.com/William-Weng/WWNetworking.git
Computed https://github.com/William-Weng/WWNetworking.git at 1.9.0 (0.57s)
Computing version for https://github.com/William-Weng/WWSQLite3Manager.git
Computed https://github.com/William-Weng/WWSQLite3Manager.git at 1.5.2 (0.56s)
Creating working copy for https://github.com/William-Weng/WWOrderedSet.git
Working copy of https://github.com/William-Weng/WWOrderedSet.git resolved at 1.0.2
Creating working copy for https://github.com/William-Weng/WWCacheManager.git
Working copy of https://github.com/William-Weng/WWCacheManager.git resolved at 1.0.1
Creating working copy for https://github.com/William-Weng/WWNetworking.git
Working copy of https://github.com/William-Weng/WWNetworking.git resolved at 1.9.0
Creating working copy for https://github.com/William-Weng/WWSQLite3Manager.git
Working copy of https://github.com/William-Weng/WWSQLite3Manager.git resolved at 1.5.2
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
[2/27] Compiling WWOrderedSet WWOrderedSet.swift
[3/27] Emitting module WWOrderedSet
[4/27] Compiling WWCacheManager WWCacheValue.swift
[5/27] Compiling WWSQLite3Manager SQLite3Condition+OrderBy.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[6/27] Compiling WWSQLite3Manager SQLite3Condition+Where.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[7/27] Compiling WWSQLite3Manager SQLite3Condition+Having.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[8/27] Compiling WWSQLite3Manager SQLite3Condition+Limit.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[9/27] Compiling WWSQLite3Manager SQLite3Condition.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[10/27] Compiling WWSQLite3Manager Constant.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[11/27] Compiling WWSQLite3Manager SQLite3SchemeDelegate.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[12/28] Compiling WWSQLite3Manager SQLite3Manager.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[13/28] Compiling WWCacheManager WWCacheManager.swift
[14/28] Emitting module WWCacheManager
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/28] Emitting module WWSQLite3Manager
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[16/28] Compiling WWSQLite3Manager SQLite3Condition+DataType.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[17/28] Compiling WWSQLite3Manager SQLite3Condition+GroupBy.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[18/28] Compiling WWNetworking Model.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Utility/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[19/28] Compiling WWNetworking Extension.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Utility/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[20/28] Compiling WWNetworking resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Utility/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[21/28] Compiling WWSQLite3Manager Extension.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[22/28] Compiling WWSQLite3Manager SQLite3Method.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[23/28] Compiling WWSQLite3Manager SQLite3TableSchemeInfomation.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
[24/28] Compiling WWSQLite3Manager SQLite3Database.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWSQLite3Manager/Sources/WWSQLite3Manager/Condition/SQLite3Condition.swift:9:8: error: no such module 'UIKit'
7 | // http://tw.gitbook.net/sqlite/sqlite_where_clause.html
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | // MARK: - Where主設定
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/28] Emitting module WWNetworking
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Utility/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[26/28] Compiling WWNetworking Constant.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Utility/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[27/28] Compiling WWNetworking Networking.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Utility/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
BUILD FAILURE 6.1 macosSpm