Build Information
Failed to build URLScission, reference master (e3f788), with Swift 6.1 for Wasm on 22 Dec 2025 09:34:06 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/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/inso1337/URLScission.git
Reference: master
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/inso1337/URLScission
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e3f788f Add Swift Package Manager integration
Cloned https://github.com/inso1337/URLScission.git
Revision (git rev-parse @):
e3f788f07262fb896130452b1d1c991b6df1b88e
SUCCESS checkout https://github.com/inso1337/URLScission.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/inso1337/URLScission.git
https://github.com/inso1337/URLScission.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "URLScission",
"name" : "URLScission",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "URLScission",
"targets" : [
"URLScission"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "URLScissionTests",
"module_type" : "SwiftTarget",
"name" : "URLScissionTests",
"path" : "Tests/URLScissionTests",
"sources" : [
"RestServiceNetwork.swift",
"URLScissionTests.swift"
],
"target_dependencies" : [
"URLScission"
],
"type" : "test"
},
{
"c99name" : "URLScission",
"module_type" : "SwiftTarget",
"name" : "URLScission",
"path" : "URLScission",
"product_memberships" : [
"URLScission"
],
"sources" : [
"DataMock.swift",
"Logger.swift",
"Mock.swift",
"MockAction.swift",
"MockClient.swift",
"MockParser.swift",
"MockSession.swift",
"MockSessionError.swift",
"MockSessionTask.swift",
"MockStorage.swift",
"URLSessionClient.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
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/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:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/13] Compiling URLScission MockSession.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/14] Emitting module URLScission
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[5/14] Compiling URLScission DataMock.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[6/14] Compiling URLScission Logger.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[7/14] Compiling URLScission URLSessionClient.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[8/14] Compiling URLScission MockSessionTask.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[9/14] Compiling URLScission MockSessionError.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[10/14] Compiling URLScission MockClient.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[11/14] Compiling URLScission MockParser.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[12/14] Compiling URLScission MockStorage.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[13/14] Compiling URLScission Mock.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[14/14] Compiling URLScission MockAction.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
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/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:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/12] Compiling URLScission MockSessionTask.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[3/12] Compiling URLScission MockStorage.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[4/12] Compiling URLScission MockSessionError.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/13] Emitting module URLScission
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[6/13] Compiling URLScission DataMock.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[7/13] Compiling URLScission Logger.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[8/13] Compiling URLScission Mock.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[9/13] Compiling URLScission MockAction.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[10/13] Compiling URLScission MockClient.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[11/13] Compiling URLScission MockParser.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[12/13] Compiling URLScission URLSessionClient.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
[13/13] Compiling URLScission MockSession.swift
/host/spi-builder-workspace/URLScission/Logger.swift:10:8: error: no such module 'os.log'
8 |
9 | import Foundation
10 | import os.log
| `- error: no such module 'os.log'
11 |
12 | public class Logger {
BUILD FAILURE 6.1 wasm