The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Log, reference main (da1513), with Swift 6.1 for Wasm on 30 Apr 2026 00:30:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/space-code/log.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/space-code/log
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at da1513c chore(deps): update dependency git-cliff to v2.13.1 (#74)
Cloned https://github.com/space-code/log.git
Revision (git rev-parse @):
da1513c9338f225701dcae88014d3209dcd4ed27
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/space-code/log.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/space-code/log.git
https://github.com/space-code/log.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: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 swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/17] Compiling Log IOSWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[4/17] Compiling Log OSWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[5/19] Compiling Log IStyleLogStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[6/19] Compiling Log ConsolePrinter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[7/19] Compiling Log ConsoleWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[8/19] Compiling Log IConsoleWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[9/19] Compiling Log IPrinter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[10/19] Compiling Log OSPrinter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[11/19] Compiling Log Logger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[12/19] Compiling Log IPrinterStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/19] Emitting module Log
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[14/19] Compiling Log ILogFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[15/19] Compiling Log PrefixLogFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[16/19] Compiling Log TimestampLogFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[17/19] Compiling Log ILogger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[18/19] Compiling Log IOSWriterStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[19/19] Compiling Log LogLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/16] Compiling Log ConsoleWriter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[3/16] Compiling Log IConsoleWriter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[4/16] Compiling Log IOSWriter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[5/16] Compiling Log OSWriter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[6/16] Compiling Log IStyleLogStrategy.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[7/16] Compiling Log ConsolePrinter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[8/18] Compiling Log IPrinter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[9/18] Compiling Log OSPrinter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[10/18] Compiling Log Logger.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[11/18] Compiling Log IPrinterStrategy.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[12/18] Compiling Log TimestampLogFormatter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[13/18] Compiling Log ILogger.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/18] Emitting module Log
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[15/18] Compiling Log ILogFormatter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[16/18] Compiling Log PrefixLogFormatter.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[17/18] Compiling Log IOSWriterStrategy.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
[18/18] Compiling Log LogLevel.swift
/host/spi-builder-workspace/Sources/Log/Classes/Core/Printers/OSPrinter.swift:7:8: error: no such module 'OSLog'
  5 |
  6 | import Foundation
  7 | import OSLog
    |        `- error: no such module 'OSLog'
  8 |
  9 | // MARK: - OSPrinter
BUILD FAILURE 6.1 wasm