The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftRestRequests, reference main (ef15cc), with Swift 6.2 for Wasm on 18 Nov 2025 22:39:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tkausch/SwiftRestRequests.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/tkausch/SwiftRestRequests
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ef15cca Make deserializer Sendable compliant
Cloned https://github.com/tkausch/SwiftRestRequests.git
Revision (git rev-parse @):
ef15ccaf47fc933767ac42dc271ded867a63e366
SUCCESS checkout https://github.com/tkausch/SwiftRestRequests.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tkausch/SwiftRestRequests.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f6b6b9bdb5d5605d727da337418fc455cd8a0394d3a815b70631008c48829755
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/swift-sdk.json
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-log
[1/2158] Fetching swift-docc-plugin
[217/6556] Fetching swift-docc-plugin, swift-log
Fetched https://github.com/apple/swift-log from cache (0.50s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.50s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.89s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.53s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3578] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.91s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/10] Emitting module Logging
[7/10] Compiling Logging Locks.swift
[8/10] Compiling Logging MetadataProvider.swift
[9/10] Compiling Logging LogHandler.swift
[10/10] Compiling Logging Logging.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/26] Emitting module SwiftRestRequests
/host/spi-builder-workspace/Sources/SwiftRestRequests/logging/OSLogHandler.swift:29:8: error: no such module 'os'
 27 | #else
 28 |
 29 | import os
    |        `- error: no such module 'os'
 30 |
 31 | /// `swift-log` handler that forwards messages to Apple's `os_log`.
[13/27] Compiling SwiftRestRequests PublicKeyServerPinning.swift
/host/spi-builder-workspace/Sources/SwiftRestRequests/logging/OSLogHandler.swift:29:8: error: no such module 'os'
 27 | #else
 28 |
 29 | import os
    |        `- error: no such module 'os'
 30 |
 31 | /// `swift-log` handler that forwards messages to Apple's `os_log`.
[14/27] Compiling SwiftRestRequests TrustValidation.swift
/host/spi-builder-workspace/Sources/SwiftRestRequests/logging/OSLogHandler.swift:29:8: error: no such module 'os'
 27 | #else
 28 |
 29 | import os
    |        `- error: no such module 'os'
 30 |
 31 | /// `swift-log` handler that forwards messages to Apple's `os_log`.
[15/27] Compiling SwiftRestRequests Logger+Extension.swift
/host/spi-builder-workspace/Sources/SwiftRestRequests/logging/OSLogHandler.swift:29:8: error: no such module 'os'
 27 | #else
 28 |
 29 | import os
    |        `- error: no such module 'os'
 30 |
 31 | /// `swift-log` handler that forwards messages to Apple's `os_log`.
[16/27] Compiling SwiftRestRequests OSLogHandler.swift
/host/spi-builder-workspace/Sources/SwiftRestRequests/logging/OSLogHandler.swift:29:8: error: no such module 'os'
 27 | #else
 28 |
 29 | import os
    |        `- error: no such module 'os'
 30 |
 31 | /// `swift-log` handler that forwards messages to Apple's `os_log`.
[17/27] Compiling SwiftRestRequests AuthorizerInterceptor.swift
/host/spi-builder-workspace/Sources/SwiftRestRequests/logging/OSLogHandler.swift:29:8: error: no such module 'os'
 27 | #else
 28 |
 29 | import os
    |        `- error: no such module 'os'
 30 |
 31 | /// `swift-log` handler that forwards messages to Apple's `os_log`.
[18/27] Compiling SwiftRestRequests CertificateCAPinning.swift
/host/spi-builder-workspace/Sources/SwiftRestRequests/logging/OSLogHandler.swift:29:8: error: no such module 'os'
 27 | #else
 28 |
 29 | import os
    |        `- error: no such module 'os'
 30 |
 31 | /// `swift-log` handler that forwards messages to Apple's `os_log`.
[19/27] Compiling SwiftRestRequests HTTPStatusCode.swift
/host/spi-builder-workspace/Sources/SwiftRestRequests/logging/OSLogHandler.swift:29:8: error: no such module 'os'
 27 | #else
 28 |
 29 | import os
    |        `- error: no such module 'os'
 30 |
 31 | /// `swift-log` handler that forwards messages to Apple's `os_log`.
[20/27] Compiling SwiftRestRequests HTTPUtil.swift
/host/spi-builder-workspace/Sources/SwiftRestRequests/logging/OSLogHandler.swift:29:8: error: no such module 'os'
 27 | #else
 28 |
 29 | import os
    |        `- error: no such module 'os'
 30 |
 31 | /// `swift-log` handler that forwards messages to Apple's `os_log`.
[21/27] Compiling SwiftRestRequests Deserializer.swift
/host/spi-builder-workspace/Sources/SwiftRestRequests/logging/OSLogHandler.swift:29:8: error: no such module 'os'
 27 | #else
 28 |
 29 | import os
    |        `- error: no such module 'os'
 30 |
 31 | /// `swift-log` handler that forwards messages to Apple's `os_log`.
[22/27] Compiling SwiftRestRequests RestApiCaller.swift
/host/spi-builder-workspace/Sources/SwiftRestRequests/logging/OSLogHandler.swift:29:8: error: no such module 'os'
 27 | #else
 28 |
 29 | import os
    |        `- error: no such module 'os'
 30 |
 31 | /// `swift-log` handler that forwards messages to Apple's `os_log`.
[23/27] Compiling SwiftRestRequests RestError.swift
/host/spi-builder-workspace/Sources/SwiftRestRequests/logging/OSLogHandler.swift:29:8: error: no such module 'os'
 27 | #else
 28 |
 29 | import os
    |        `- error: no such module 'os'
 30 |
 31 | /// `swift-log` handler that forwards messages to Apple's `os_log`.
[24/27] Compiling SwiftRestRequests RestOptions.swift
/host/spi-builder-workspace/Sources/SwiftRestRequests/logging/OSLogHandler.swift:29:8: error: no such module 'os'
 27 | #else
 28 |
 29 | import os
    |        `- error: no such module 'os'
 30 |
 31 | /// `swift-log` handler that forwards messages to Apple's `os_log`.
[25/27] Compiling SwiftRestRequests LogNetworkInterceptor.swift
/host/spi-builder-workspace/Sources/SwiftRestRequests/logging/OSLogHandler.swift:29:8: error: no such module 'os'
 27 | #else
 28 |
 29 | import os
    |        `- error: no such module 'os'
 30 |
 31 | /// `swift-log` handler that forwards messages to Apple's `os_log`.
[26/27] Compiling SwiftRestRequests URLSession+Linux.swift
/host/spi-builder-workspace/Sources/SwiftRestRequests/logging/OSLogHandler.swift:29:8: error: no such module 'os'
 27 | #else
 28 |
 29 | import os
    |        `- error: no such module 'os'
 30 |
 31 | /// `swift-log` handler that forwards messages to Apple's `os_log`.
[27/27] Compiling SwiftRestRequests URLRequestAuthorizer.swift
/host/spi-builder-workspace/Sources/SwiftRestRequests/logging/OSLogHandler.swift:29:8: error: no such module 'os'
 27 | #else
 28 |
 29 | import os
    |        `- error: no such module 'os'
 30 |
 31 | /// `swift-log` handler that forwards messages to Apple's `os_log`.
BUILD FAILURE 6.2 wasm