Build Information
Failed to build WWPrint, reference main (053718), with Swift 6.1 for Linux on 24 Mar 2026 06:12:03 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/William-Weng/WWPrint.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/WWPrint
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0537185 - 補上ObjC版的
Cloned https://github.com/William-Weng/WWPrint.git
Revision (git rev-parse @):
0537185ed59873995a04742a96bfabe9159fcd7b
SUCCESS checkout https://github.com/William-Weng/WWPrint.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/William-Weng/WWPrint.git
https://github.com/William-Weng/WWPrint.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "WWPrint",
"name" : "WWPrint",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "WWPrint",
"targets" : [
"WWPrint"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "WWPrint",
"module_type" : "SwiftTarget",
"name" : "WWPrint",
"path" : "Sources/WWPrint",
"product_memberships" : [
"WWPrint"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/WWPrint/Privacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"WWLogger.swift",
"WWPrint.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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: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 swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Building for debugging...
[0/3] Write sources
[0/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/7] Emitting module WWPrint
/host/spi-builder-workspace/Sources/WWPrint/WWLogger.swift:8:8: error: no such module 'OSLog'
6 | //
7 |
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | // MARK: - WWLogger
[5/7] Compiling WWPrint WWLogger.swift
/host/spi-builder-workspace/Sources/WWPrint/WWLogger.swift:8:8: error: no such module 'OSLog'
6 | //
7 |
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | // MARK: - WWLogger
[6/7] Compiling WWPrint WWPrint.swift
/host/spi-builder-workspace/Sources/WWPrint/WWLogger.swift:8:8: error: no such module 'OSLog'
6 | //
7 |
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | // MARK: - WWLogger
[7/7] Compiling WWPrint resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/WWPrint/WWLogger.swift:8:8: error: no such module 'OSLog'
6 | //
7 |
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | // MARK: - WWLogger
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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/5] Compiling WWPrint resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/WWPrint/WWLogger.swift:8:8: error: no such module 'OSLog'
6 | //
7 |
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | // MARK: - WWLogger
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Emitting module WWPrint
/host/spi-builder-workspace/Sources/WWPrint/WWLogger.swift:8:8: error: no such module 'OSLog'
6 | //
7 |
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | // MARK: - WWLogger
[4/5] Compiling WWPrint WWPrint.swift
/host/spi-builder-workspace/Sources/WWPrint/WWLogger.swift:8:8: error: no such module 'OSLog'
6 | //
7 |
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | // MARK: - WWLogger
[5/5] Compiling WWPrint WWLogger.swift
/host/spi-builder-workspace/Sources/WWPrint/WWLogger.swift:8:8: error: no such module 'OSLog'
6 | //
7 |
8 | import OSLog
| `- error: no such module 'OSLog'
9 |
10 | // MARK: - WWLogger
BUILD FAILURE 6.1 linux