The Swift Package Index logo.Swift Package Index

Build Information

Failed to build WWNetworking-UIImage, reference 1.8.3 (edac20), with Swift 6.3 for Wasm on 18 Apr 2026 00:47:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         wasm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/William-Weng/WWNetworking-UIImage.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/William-Weng/WWOrderedSet.git
Fetching https://github.com/William-Weng/WWNetworking.git
Fetching https://github.com/William-Weng/WWSQLite3Manager.git
Fetching https://github.com/William-Weng/WWCacheManager.git
[1/73] Fetching wwcachemanager
[59/146] Fetching wwcachemanager, wworderedset
[137/992] Fetching wwcachemanager, wworderedset, wwnetworking
[487/1459] Fetching wwcachemanager, wworderedset, wwnetworking, wwsqlite3manager
Fetched https://github.com/William-Weng/WWCacheManager.git from cache (0.47s)
[669/1386] Fetching wworderedset, wwnetworking, wwsqlite3manager
Fetched https://github.com/William-Weng/WWOrderedSet.git from cache (0.67s)
[1043/1313] Fetching wwnetworking, wwsqlite3manager
Fetched https://github.com/William-Weng/WWSQLite3Manager.git from cache (0.92s)
Fetched https://github.com/William-Weng/WWNetworking.git from cache (0.93s)
Computing version for https://github.com/William-Weng/WWOrderedSet.git
Computed https://github.com/William-Weng/WWOrderedSet.git at 1.0.2 (2.04s)
Computing version for https://github.com/William-Weng/WWCacheManager.git
Computed https://github.com/William-Weng/WWCacheManager.git at 1.0.1 (0.83s)
Computing version for https://github.com/William-Weng/WWSQLite3Manager.git
Computed https://github.com/William-Weng/WWSQLite3Manager.git at 1.5.2 (1.14s)
Computing version for https://github.com/William-Weng/WWNetworking.git
Computed https://github.com/William-Weng/WWNetworking.git at 1.9.1 (0.83s)
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.1
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/WWSQLite3Manager.git
Working copy of https://github.com/William-Weng/WWSQLite3Manager.git resolved at 1.5.2
Building for debugging...
[0/9] Copying Privacy
[3/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/35] Emitting module WWSQLite3Manager
/host/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/36] Compiling WWNetworking Constant.swift
/host/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
[12/36] Compiling WWSQLite3Manager SQLite3SchemeDelegate.swift
/host/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/36] Compiling WWSQLite3Manager SQLite3TableSchemeInfomation.swift
/host/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主設定
[14/36] Compiling WWNetworking resource_bundle_accessor.swift
/host/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
[15/36] Compiling WWSQLite3Manager Extension.swift
/host/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/36] Compiling WWSQLite3Manager SQLite3Method.swift
/host/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/36] Compiling WWOrderedSet WWOrderedSet.swift
[18/36] Emitting module WWOrderedSet
[20/37] Compiling WWNetworking Extension.swift
/host/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/37] Compiling WWNetworking Model.swift
/host/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
[22/37] Compiling WWSQLite3Manager SQLite3Condition+DataType.swift
/host/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/37] Compiling WWSQLite3Manager SQLite3Condition+GroupBy.swift
/host/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/37] Compiling WWSQLite3Manager resource_bundle_accessor.swift
/host/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/37] Compiling WWSQLite3Manager SQLite3Condition.swift
/host/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/37] Compiling WWSQLite3Manager Constant.swift
/host/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主設定
[27/37] Compiling WWSQLite3Manager SQLite3Database.swift
/host/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/37] Compiling WWSQLite3Manager SQLite3Manager.swift
/host/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主設定
[29/37] Compiling WWSQLite3Manager SQLite3Condition+OrderBy.swift
/host/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/37] Compiling WWSQLite3Manager SQLite3Condition+Where.swift
/host/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/37] Compiling WWSQLite3Manager SQLite3Condition+Having.swift
/host/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/37] Compiling WWSQLite3Manager SQLite3Condition+Limit.swift
/host/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)
[33/37] Emitting module WWNetworking
/host/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/37] Compiling WWNetworking Networking.swift
/host/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/37] Compiling WWCacheManager WWCacheManager.swift
[36/37] Emitting module WWCacheManager
[37/37] Compiling WWCacheManager WWCacheValue.swift
BUILD FAILURE 6.3 wasm