Build Information
Failed to build swift-logging-extras, reference 0.1.1 (c07a8e), with Swift 6.1 for Wasm on 30 Oct 2025 18:01:09 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/coenttb/swift-logging-extras.git
Reference: 0.1.1
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/coenttb/swift-logging-extras
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at c07a8e4 fix: remove trailing comma in Package.swift for Swift 6.0 compatibility
Cloned https://github.com/coenttb/swift-logging-extras.git
Revision (git rev-parse @):
c07a8e4f63d9581b6ea353bf669a4e3d04fb8cc3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-logging-extras.git at 0.1.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/coenttb/swift-logging-extras.git
https://github.com/coenttb/swift-logging-extras.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"manifest_display_name" : "swift-logging-extras",
"name" : "swift-logging-extras",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "LoggingExtras",
"targets" : [
"LoggingExtras"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LoggingExtras_Tests",
"module_type" : "SwiftTarget",
"name" : "LoggingExtras Tests",
"path" : "Tests/LoggingExtras Tests",
"product_dependencies" : [
"DependenciesTestSupport"
],
"sources" : [
"LoggingExtras Tests.swift"
],
"target_dependencies" : [
"LoggingExtras"
],
"type" : "test"
},
{
"c99name" : "LoggingExtras",
"module_type" : "SwiftTarget",
"name" : "LoggingExtras",
"path" : "Sources/LoggingExtras",
"product_dependencies" : [
"Dependencies",
"Logging"
],
"product_memberships" : [
"LoggingExtras"
],
"sources" : [
"FileLogHandler.swift",
"LogHandler+Composability.swift",
"Logger.swift",
"exports.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/apple/swift-log
[1/6392] Fetching swift-dependencies
[2430/10547] Fetching swift-dependencies, swift-log
Fetched https://github.com/apple/swift-log from cache (0.48s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.48s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (11.44s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.60s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/swiftlang/swift-syntax
[1/883] Fetching swift-concurrency-extras
[779/3405] Fetching swift-concurrency-extras, combine-schedulers
[1616/4697] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
[4698/77374] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks, swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.18s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.19s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.19s)
[10175/72677] Fetching swift-syntax
[14537/78229] Fetching swift-syntax, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.19s)
[30525/72677] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (7.52s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (8.61s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (4.44s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.98s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (1.22s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (4.66s)
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/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Building for debugging...
[0/15] Write sources
[10/15] Write swift-version-24593BA9C3E375BF.txt
[12/33] Emitting module ConcurrencyExtras
[13/34] Emitting module IssueReportingPackageSupport
[14/34] Compiling IssueReportingPackageSupport _Test.swift
[15/35] Emitting module Logging
[16/35] Compiling Logging Locks.swift
[18/35] Compiling ConcurrencyExtras UncheckedSendable.swift
[19/35] Compiling ConcurrencyExtras ActorIsolated.swift
[20/35] Compiling ConcurrencyExtras AnyHashableSendable.swift
[20/35] Wrapping AST for IssueReportingPackageSupport for debugging
[22/57] Compiling Logging MetadataProvider.swift
[23/57] Compiling Logging LogHandler.swift
[24/57] Compiling Logging Logging.swift
[26/58] Compiling ConcurrencyExtras MainSerialExecutor.swift
[27/58] Compiling ConcurrencyExtras Result.swift
[28/58] Compiling ConcurrencyExtras Task.swift
[29/58] Compiling IssueReporting TestContext.swift
[30/58] Compiling IssueReporting Unimplemented.swift
[31/60] Compiling IssueReporting Deprecations.swift
[32/60] Compiling IssueReporting FailureObserver.swift
[33/60] Emitting module IssueReporting
[34/60] Compiling IssueReporting LockIsolated.swift
[35/60] Compiling IssueReporting Rethrows.swift
[36/60] Compiling ConcurrencyExtras LockIsolated.swift
[37/61] Compiling IssueReportingTestSupport SwiftTesting.swift
[38/61] Compiling IssueReportingTestSupport XCTest.swift
[39/61] Emitting module IssueReportingTestSupport
[42/62] Compiling IssueReporting XCTest.swift
[43/62] Compiling IssueReporting IsTesting.swift
[44/62] Compiling IssueReporting IssueReporter.swift
[45/62] Compiling IssueReporting RuntimeWarningReporter.swift
[46/62] Compiling IssueReporting ReportIssue.swift
[47/62] Compiling IssueReporting BreakpointReporter.swift
[48/62] Compiling IssueReporting FatalErrorReporter.swift
[49/62] Compiling IssueReporting ErrorReporting.swift
[50/62] Compiling IssueReporting AppHostWarning.swift
[51/62] Wrapping AST for IssueReportingTestSupport for debugging
[52/62] Write Objects.LinkFileList
[57/62] Compiling IssueReporting SwiftTesting.swift
[58/62] Compiling IssueReporting UncheckedSendable.swift
[59/62] Compiling IssueReporting Warn.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[59/62] Linking libIssueReportingTestSupport.wasm
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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
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/5] Write swift-version-24593BA9C3E375BF.txt
[2/23] Compiling ConcurrencyExtras MainSerialExecutor.swift
[3/23] Compiling ConcurrencyExtras Result.swift
[4/24] Compiling ConcurrencyExtras LockIsolated.swift
[5/24] Emitting module IssueReportingPackageSupport
[6/24] Compiling IssueReportingPackageSupport _Test.swift
[7/25] Compiling ConcurrencyExtras Task.swift
[8/25] Compiling ConcurrencyExtras Locking.swift
[9/25] Compiling ConcurrencyExtras UncheckedBox.swift
[10/25] Compiling ConcurrencyExtras AsyncStream.swift
[11/25] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[12/25] Emitting module ConcurrencyExtras
[13/25] Compiling ConcurrencyExtras ActorIsolated.swift
[14/25] Compiling ConcurrencyExtras AnyHashableSendable.swift
[15/25] Compiling ConcurrencyExtras UncheckedSendable.swift
[17/26] Compiling Logging MetadataProvider.swift
[19/25] Emitting module Logging
[20/47] Compiling IssueReportingTestSupport XCTest.swift
[21/47] Compiling IssueReporting BreakpointReporter.swift
[22/47] Compiling IssueReporting FatalErrorReporter.swift
[23/49] Compiling IssueReporting FailureObserver.swift
[24/49] Compiling IssueReporting LockIsolated.swift
[25/49] Compiling IssueReporting Rethrows.swift
[26/49] Emitting module IssueReportingTestSupport
[27/49] Compiling IssueReportingTestSupport SwiftTesting.swift
[29/50] Compiling IssueReporting XCTest.swift
[30/50] Compiling IssueReporting IsTesting.swift
[31/50] Compiling IssueReporting IssueReporter.swift
[31/49] Write Objects.LinkFileList
[33/49] Compiling IssueReporting RuntimeWarningReporter.swift
[34/49] Compiling IssueReporting ReportIssue.swift
[35/49] Compiling IssueReporting TestContext.swift
[36/49] Compiling IssueReporting Unimplemented.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[36/49] Linking libIssueReportingTestSupport.wasm
[37/49] Compiling Logging LogHandler.swift
BUILD FAILURE 6.1 wasm