Build Information
Failed to build WWMachineLearning_ImageColorizer, reference 1.1.2 (c5433d), with Swift 6.1 for Linux on 18 Nov 2025 12:15:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/William-Weng/WWMachineLearning_ImageColorizer.git
Reference: 1.1.2
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/WWMachineLearning_ImageColorizer
* tag 1.1.2 -> FETCH_HEAD
HEAD is now at c5433d8 - DispatchQueue to Task
Cloned https://github.com/William-Weng/WWMachineLearning_ImageColorizer.git
Revision (git rev-parse @):
c5433d8e57813c5d5e693e73cca2c2172013908a
SUCCESS checkout https://github.com/William-Weng/WWMachineLearning_ImageColorizer.git at 1.1.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/William-Weng/WWMachineLearning_ImageColorizer.git
https://github.com/William-Weng/WWMachineLearning_ImageColorizer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "wwmachinelearning_resnet50",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/William-Weng/WWMachineLearning_Resnet50"
}
],
"manifest_display_name" : "WWMachineLearning_ImageColorizer",
"name" : "WWMachineLearning_ImageColorizer",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "WWMachineLearning_ImageColorizer",
"targets" : [
"WWMachineLearning_ImageColorizer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "WWMachineLearning_ImageColorizer",
"module_type" : "SwiftTarget",
"name" : "WWMachineLearning_ImageColorizer",
"path" : "Sources/WWMachineLearning_ImageColorizer",
"product_dependencies" : [
"WWMachineLearning_Resnet50"
],
"product_memberships" : [
"WWMachineLearning_ImageColorizer"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/WWMachineLearning_ImageColorizer/ICC/Makefile.am",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/WWMachineLearning_ImageColorizer/ICC/Makefile.in",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/WWMachineLearning_ImageColorizer/ICC/sRGB_ICC_v4_Appearance.icc",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/WWMachineLearning_ImageColorizer/ICC/sRGB_v4_ICC_preference.icc",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/WWMachineLearning_ImageColorizer/Privacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Utility/Constant.swift",
"Utility/Extension.swift",
"Utility/ImageColorizerTool.swift",
"Utility/LCM2Utility.swift",
"Utility/Model.swift",
"WWMachineLearning_ImageColorizer.swift"
],
"target_dependencies" : [
"CLittleCMS"
],
"type" : "library"
},
{
"c99name" : "CLittleCMS",
"module_type" : "ClangTarget",
"name" : "CLittleCMS",
"path" : "Sources/CLittleCMS",
"product_memberships" : [
"WWMachineLearning_ImageColorizer"
],
"sources" : [
"littlecms/cmsalpha.c",
"littlecms/cmscam02.c",
"littlecms/cmscgats.c",
"littlecms/cmscnvrt.c",
"littlecms/cmserr.c",
"littlecms/cmsgamma.c",
"littlecms/cmsgmt.c",
"littlecms/cmshalf.c",
"littlecms/cmsintrp.c",
"littlecms/cmsio0.c",
"littlecms/cmsio1.c",
"littlecms/cmslut.c",
"littlecms/cmsmd5.c",
"littlecms/cmsmtrx.c",
"littlecms/cmsnamed.c",
"littlecms/cmsopt.c",
"littlecms/cmspack.c",
"littlecms/cmspcs.c",
"littlecms/cmsplugin.c",
"littlecms/cmsps2.c",
"littlecms/cmssamp.c",
"littlecms/cmssm.c",
"littlecms/cmstypes.c",
"littlecms/cmsvirt.c",
"littlecms/cmswtpnt.c",
"littlecms/cmsxform.c"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/William-Weng/WWMachineLearning_Resnet50
[1/149] Fetching wwmachinelearning_resnet50
Fetched https://github.com/William-Weng/WWMachineLearning_Resnet50 from cache (0.42s)
Computing version for https://github.com/William-Weng/WWMachineLearning_Resnet50
Computed https://github.com/William-Weng/WWMachineLearning_Resnet50 at 1.1.4 (1.56s)
Fetching https://github.com/William-Weng/WWNetworking
[1/599] Fetching wwnetworking
Fetched https://github.com/William-Weng/WWNetworking from cache (0.49s)
Computing version for https://github.com/William-Weng/WWNetworking
Computed https://github.com/William-Weng/WWNetworking at 1.8.12 (1.12s)
Creating working copy for https://github.com/William-Weng/WWNetworking
Working copy of https://github.com/William-Weng/WWNetworking resolved at 1.8.12
Creating working copy for https://github.com/William-Weng/WWMachineLearning_Resnet50
Working copy of https://github.com/William-Weng/WWMachineLearning_Resnet50 resolved at 1.1.4
Building for debugging...
[0/37] Copying Privacy
[0/37] Write sources
[0/37] Copying Privacy
[0/37] Write sources
[0/37] Copying sRGB_v4_ICC_preference.icc
[0/37] Copying sRGB_ICC_v4_Appearance.icc
[0/37] Copying Privacy
[0/37] Copying Makefile.in
[0/37] Copying Makefile.am
[0/37] Write sources
[10/37] Compiling cmserr.c
[11/37] Compiling cmscam02.c
[12/37] Compiling cmsalpha.c
[13/37] Compiling cmsgamma.c
[14/37] Compiling cmscgats.c
[15/37] Compiling cmsxform.c
[16/37] Compiling cmswtpnt.c
[17/37] Compiling cmssamp.c
[18/37] Compiling cmsvirt.c
[19/37] Write swift-version-24593BA9C3E375BF.txt
[20/37] Compiling cmssm.c
[20/37] Compiling cmscnvrt.c
[22/37] Compiling cmsplugin.c
[23/37] Compiling cmsps2.c
[24/37] Compiling cmspcs.c
[25/37] Compiling cmstypes.c
[26/37] Compiling cmsmtrx.c
[27/37] Compiling cmsmd5.c
[28/37] Compiling cmsopt.c
[29/37] Compiling cmsnamed.c
[30/37] Compiling cmspack.c
[31/37] Compiling cmsio1.c
[32/37] Compiling cmshalf.c
[33/43] Compiling cmsintrp.c
[34/43] Compiling cmsio0.c
[35/43] Compiling cmslut.c
[36/43] Compiling cmsgmt.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/43] Emitting module WWNetworking
/host/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[39/43] Compiling WWNetworking resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[40/43] Compiling WWNetworking Constant.swift
/host/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[41/43] Compiling WWNetworking Networking.swift
/host/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[42/43] Compiling WWNetworking Model.swift
/host/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[43/43] Compiling WWNetworking Extension.swift
/host/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/7] Emitting module WWNetworking
/host/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[3/7] Compiling WWNetworking Extension.swift
/host/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[4/7] Compiling WWNetworking resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[5/7] Compiling WWNetworking Model.swift
/host/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[6/7] Compiling WWNetworking Networking.swift
/host/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/Constant.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - typealias
[7/7] Compiling WWNetworking Constant.swift
/host/spi-builder-workspace/.build/checkouts/WWNetworking/Sources/WWNetworking/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 linux