Build Information
Failed to build WWCameraZoomOptionView, reference main (a4352a), with Swift 6.1 for Wasm on 30 May 2025 09:29:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/William-Weng/WWCameraZoomOptionView.git
Reference: main
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/WWCameraZoomOptionView
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a4352af - 改成只有手點擊才會觸發delegate
Cloned https://github.com/William-Weng/WWCameraZoomOptionView.git
Revision (git rev-parse @):
a4352af7fa14c612e54a878c9c51e474e52645df
SUCCESS checkout https://github.com/William-Weng/WWCameraZoomOptionView.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/William-Weng/WWCameraZoomOptionView.git
https://github.com/William-Weng/WWCameraZoomOptionView.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "WWCameraZoomOptionView",
"name" : "WWCameraZoomOptionView",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "WWCameraZoomOptionView",
"targets" : [
"WWCameraZoomOptionView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "WWCameraZoomOptionView",
"module_type" : "SwiftTarget",
"name" : "WWCameraZoomOptionView",
"path" : "Sources/WWCameraZoomOptionView",
"product_memberships" : [
"WWCameraZoomOptionView"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/WWCameraZoomOptionView/Privacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CameraZoomOptionView.swift",
"Utility/Constant.swift",
"Utility/Extension.swift",
"Utility/Protocol.swift",
"WWCameraZoomOptionView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/WWCameraZoomOptionView/Xib/CameraZoomOptionView.xib
Building for debugging...
[0/3] Write sources
[1/3] Copying Privacy
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/10] Emitting module WWCameraZoomOptionView
/host/spi-builder-workspace/Sources/WWCameraZoomOptionView/CameraZoomOptionView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 縮放圓點顯示外型
[5/10] Compiling WWCameraZoomOptionView Constant.swift
/host/spi-builder-workspace/Sources/WWCameraZoomOptionView/CameraZoomOptionView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 縮放圓點顯示外型
[6/10] Compiling WWCameraZoomOptionView WWCameraZoomOptionView.swift
/host/spi-builder-workspace/Sources/WWCameraZoomOptionView/CameraZoomOptionView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 縮放圓點顯示外型
[7/10] Compiling WWCameraZoomOptionView resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/WWCameraZoomOptionView/CameraZoomOptionView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 縮放圓點顯示外型
[8/10] Compiling WWCameraZoomOptionView Protocol.swift
/host/spi-builder-workspace/Sources/WWCameraZoomOptionView/CameraZoomOptionView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 縮放圓點顯示外型
[9/10] Compiling WWCameraZoomOptionView Extension.swift
/host/spi-builder-workspace/Sources/WWCameraZoomOptionView/CameraZoomOptionView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 縮放圓點顯示外型
[10/10] Compiling WWCameraZoomOptionView CameraZoomOptionView.swift
/host/spi-builder-workspace/Sources/WWCameraZoomOptionView/CameraZoomOptionView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 縮放圓點顯示外型
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Sources/WWCameraZoomOptionView/Xib/CameraZoomOptionView.xib
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/8] Compiling WWCameraZoomOptionView Constant.swift
/host/spi-builder-workspace/Sources/WWCameraZoomOptionView/CameraZoomOptionView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 縮放圓點顯示外型
[3/8] Compiling WWCameraZoomOptionView resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/WWCameraZoomOptionView/CameraZoomOptionView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 縮放圓點顯示外型
[4/8] Compiling WWCameraZoomOptionView WWCameraZoomOptionView.swift
/host/spi-builder-workspace/Sources/WWCameraZoomOptionView/CameraZoomOptionView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 縮放圓點顯示外型
[5/8] Compiling WWCameraZoomOptionView Extension.swift
/host/spi-builder-workspace/Sources/WWCameraZoomOptionView/CameraZoomOptionView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 縮放圓點顯示外型
[6/8] Compiling WWCameraZoomOptionView Protocol.swift
/host/spi-builder-workspace/Sources/WWCameraZoomOptionView/CameraZoomOptionView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 縮放圓點顯示外型
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/8] Emitting module WWCameraZoomOptionView
/host/spi-builder-workspace/Sources/WWCameraZoomOptionView/CameraZoomOptionView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 縮放圓點顯示外型
[8/8] Compiling WWCameraZoomOptionView CameraZoomOptionView.swift
/host/spi-builder-workspace/Sources/WWCameraZoomOptionView/CameraZoomOptionView.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - 縮放圓點顯示外型
BUILD FAILURE 6.1 wasm