The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-logging-extras, reference main (f6865d), with Swift 6.1 for Wasm on 4 Nov 2025 17:00:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coenttb/swift-logging-extras.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/coenttb/swift-logging-extras
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f6865d3 chore: rename LICENSE.md to LICENSE
Cloned https://github.com/coenttb/swift-logging-extras.git
Revision (git rev-parse @):
f6865d3f775646167ea488b5e59c8073fc5dc76d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-logging-extras.git at main
========================================
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",
        "ReadmeVerificationTests.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-4609320-0":/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/apple/swift-log
Fetching https://github.com/pointfreeco/swift-dependencies
[1/4152] Fetching swift-log
[292/10544] Fetching swift-log, swift-dependencies
Fetched https://github.com/apple/swift-log from cache (0.51s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.51s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (1.09s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.10.0 (0.66s)
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
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/883] Fetching swift-concurrency-extras
[461/3405] Fetching swift-concurrency-extras, combine-schedulers
[689/4697] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
[4698/10249] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks, xctest-dynamic-overlay
[8141/82961] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.18s)
[17786/77409] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks, swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (5.86s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (5.86s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (5.86s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.92s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (6.54s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.56s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.52s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.59s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.81s)
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/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
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/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
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/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-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.10.0
Building for debugging...
[0/15] Write sources
[10/15] Write swift-version-24593BA9C3E375BF.txt
[12/33] Compiling IssueReportingPackageSupport _Test.swift
[13/33] Emitting module IssueReportingPackageSupport
[14/34] Compiling Logging LogHandler.swift
[16/34] Compiling ConcurrencyExtras MainSerialExecutor.swift
[17/34] Compiling ConcurrencyExtras ActorIsolated.swift
[18/34] Compiling ConcurrencyExtras AnyHashableSendable.swift
[19/35] Emitting module Logging
[20/35] Compiling Logging Locks.swift
[20/35] Wrapping AST for IssueReportingPackageSupport for debugging
[22/57] Compiling ConcurrencyExtras UncheckedSendable.swift
[23/57] Compiling Logging MetadataProvider.swift
[24/57] Compiling Logging Logging.swift
[26/58] Compiling IssueReporting XCTest.swift
[27/58] Compiling IssueReporting IsTesting.swift
[28/58] Compiling IssueReporting IssueReporter.swift
[29/60] Compiling ConcurrencyExtras LockIsolated.swift
[30/60] Compiling ConcurrencyExtras Result.swift
[31/60] Compiling ConcurrencyExtras Task.swift
[32/60] Compiling IssueReporting TestContext.swift
[33/60] Compiling IssueReporting Unimplemented.swift
[34/60] Compiling IssueReporting LockIsolated.swift
[35/60] Compiling IssueReporting Rethrows.swift
[36/60] Compiling IssueReporting Deprecations.swift
[37/60] Compiling IssueReporting FailureObserver.swift
[38/60] Emitting module ConcurrencyExtras
[39/61] Compiling IssueReporting ErrorReporting.swift
[40/61] Compiling IssueReporting AppHostWarning.swift
[42/61] Emitting module IssueReporting
[44/61] Compiling IssueReportingTestSupport SwiftTesting.swift
[45/61] Compiling IssueReportingTestSupport XCTest.swift
[46/61] Emitting module IssueReportingTestSupport
[47/62] Compiling IssueReporting BreakpointReporter.swift
[48/62] Compiling IssueReporting FatalErrorReporter.swift
[49/62] Compiling IssueReporting RuntimeWarningReporter.swift
[50/62] Compiling IssueReporting ReportIssue.swift
[52/62] Compiling IssueReporting WithExpectedIssue.swift
[53/62] Compiling IssueReporting WithIssueContext.swift
[54/62] Compiling IssueReporting SwiftTesting.swift
[55/62] Compiling IssueReporting UncheckedSendable.swift
[56/62] Compiling IssueReporting Warn.swift
[59/63] Wrapping AST for IssueReportingTestSupport for debugging
[60/63] Write Objects.LinkFileList
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[62/63] Linking libIssueReportingTestSupport.wasm
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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 Result.swift
[3/24] Emitting module IssueReportingPackageSupport
[4/24] Compiling IssueReportingPackageSupport _Test.swift
[5/25] Emitting module Logging
[6/25] Compiling Logging MetadataProvider.swift
[7/25] Compiling Logging Locks.swift
[8/25] Compiling ConcurrencyExtras MainSerialExecutor.swift
[10/25] Emitting module ConcurrencyExtras
[11/25] Compiling ConcurrencyExtras AsyncStream.swift
[12/25] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[13/25] Compiling ConcurrencyExtras Locking.swift
[14/25] Compiling ConcurrencyExtras UncheckedBox.swift
[15/25] Compiling ConcurrencyExtras LockIsolated.swift
[16/24] Compiling ConcurrencyExtras UncheckedSendable.swift
[17/24] Compiling ConcurrencyExtras Task.swift
[18/24] Compiling ConcurrencyExtras ActorIsolated.swift
[19/24] Compiling ConcurrencyExtras AnyHashableSendable.swift
[21/47] Compiling IssueReportingTestSupport XCTest.swift
[22/47] Emitting module IssueReportingTestSupport
[23/47] Compiling IssueReportingTestSupport SwiftTesting.swift
[24/48] Compiling IssueReporting FailureObserver.swift
[25/48] Compiling IssueReporting LockIsolated.swift
[26/48] Compiling IssueReporting Rethrows.swift
[27/50] Compiling Logging LogHandler.swift
[28/50] Compiling Logging Logging.swift
[30/50] Write Objects.LinkFileList
[32/50] Compiling IssueReporting TestContext.swift
[33/50] Compiling IssueReporting Unimplemented.swift
[34/50] Emitting module IssueReporting
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[34/50] Linking libIssueReportingTestSupport.wasm
BUILD FAILURE 6.1 wasm