The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-environment-variables, reference main (430a65), with Swift 6.1 for Wasm on 6 Nov 2025 15:16:16 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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-environment-variables.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-environment-variables
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 430a65c fix: remove trailing comma in Package.swift for Swift 6.0 compatibility
Cloned https://github.com/coenttb/swift-environment-variables.git
Revision (git rev-parse @):
430a65caeaad8aa189330f645196485c0397d914
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/coenttb/swift-environment-variables.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/coenttb/swift-environment-variables.git
https://github.com/coenttb/swift-environment-variables.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "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-environment-variables",
  "name" : "swift-environment-variables",
  "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" : "EnvVars",
      "targets" : [
        "EnvironmentVariables"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EnvironmentVariables",
      "targets" : [
        "EnvironmentVariables"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EnvironmentVariables_Tests",
      "module_type" : "SwiftTarget",
      "name" : "EnvironmentVariables Tests",
      "path" : "Tests/EnvironmentVariables Tests",
      "product_dependencies" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "EnvironmentVariables Tests.swift",
        "EnvironmentVariables.extensions.swift",
        "ReadmeVerificationTests.swift"
      ],
      "target_dependencies" : [
        "EnvironmentVariables"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EnvironmentVariables",
      "module_type" : "SwiftTarget",
      "name" : "EnvironmentVariables",
      "path" : "Sources/EnvironmentVariables",
      "product_dependencies" : [
        "Dependencies",
        "Logging"
      ],
      "product_memberships" : [
        "EnvVars",
        "EnvironmentVariables"
      ],
      "sources" : [
        "EnvironmentVariables.live.swift",
        "EnvironmentVariables.swift",
        "EnvironmentVariables.test.swift",
        "exports.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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
[1/6392] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.73s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/swiftlang/swift-syntax
[1/1292] Fetching swift-clocks
[208/2175] Fetching swift-clocks, swift-concurrency-extras
[2176/7727] Fetching swift-clocks, swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.66s)
[3680/6844] Fetching swift-clocks, xctest-dynamic-overlay
[4847/79562] Fetching swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/apple/swift-log
[25752/82084] Fetching swift-clocks, xctest-dynamic-overlay, swift-syntax, combine-schedulers
[30456/86412] Fetching swift-clocks, xctest-dynamic-overlay, swift-syntax, combine-schedulers, swift-log
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.56s)
Fetched https://github.com/apple/swift-log from cache (0.56s)
[35205/79562] Fetching swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (8.34s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (8.36s)
Fetched https://github.com/swiftlang/swift-syntax from cache (8.42s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (9.34s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.83s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.76s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.69s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.76s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (3.44s)
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at main (3643869)
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/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-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-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
Building for debugging...
[0/15] Write sources
[10/15] Write swift-version-24593BA9C3E375BF.txt
[12/33] Emitting module IssueReportingPackageSupport
[13/33] Emitting module ConcurrencyExtras
[14/34] Compiling IssueReportingPackageSupport _Test.swift
[16/35] Compiling ConcurrencyExtras UncheckedSendable.swift
[17/35] Compiling ConcurrencyExtras Result.swift
[18/35] Compiling ConcurrencyExtras MainSerialExecutor.swift
[19/35] Compiling ConcurrencyExtras ActorIsolated.swift
[20/35] Compiling ConcurrencyExtras AnyHashableSendable.swift
[21/35] Compiling Logging LogHandler.swift
[22/35] Compiling Logging Locks.swift
[23/35] Emitting module Logging
[23/35] Wrapping AST for IssueReportingPackageSupport for debugging
[25/47] Compiling Logging Logging.swift
[26/47] Compiling Logging MetadataProvider.swift
[27/58] Emitting module IssueReportingTestSupport
[29/58] Compiling IssueReporting BreakpointReporter.swift
[30/58] Compiling IssueReporting FatalErrorReporter.swift
[31/60] Emitting module IssueReporting
[32/60] Compiling IssueReportingTestSupport SwiftTesting.swift
[33/60] Compiling IssueReporting TestContext.swift
[34/60] Compiling IssueReporting Unimplemented.swift
[35/60] Compiling IssueReporting XCTest.swift
[36/60] Compiling IssueReporting IsTesting.swift
[37/60] Compiling IssueReporting IssueReporter.swift
[38/60] Compiling IssueReporting RuntimeWarningReporter.swift
[39/60] Compiling IssueReporting ReportIssue.swift
[40/60] Compiling ConcurrencyExtras Task.swift
[41/60] Compiling IssueReporting SwiftTesting.swift
[42/60] Compiling IssueReporting UncheckedSendable.swift
[43/60] Compiling IssueReporting Warn.swift
[46/60] Compiling IssueReporting Rethrows.swift
[48/60] Compiling ConcurrencyExtras LockIsolated.swift
[49/61] Compiling IssueReporting WithExpectedIssue.swift
[50/61] Compiling IssueReporting WithIssueContext.swift
[51/61] Compiling IssueReporting FailureObserver.swift
[52/61] Compiling IssueReporting LockIsolated.swift
[55/61] Compiling IssueReportingTestSupport XCTest.swift
[56/61] Compiling IssueReporting ErrorReporting.swift
[57/61] Compiling IssueReporting AppHostWarning.swift
[58/61] Compiling IssueReporting Deprecations.swift
[60/63] Wrapping AST for IssueReportingTestSupport for debugging
[61/63] Write Objects.LinkFileList
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[62/86] Linking libIssueReportingTestSupport.wasm
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/17] Compiling IssueReportingPackageSupport _Test.swift
[3/23] Compiling Logging MetadataProvider.swift
[4/23] Emitting module IssueReportingPackageSupport
[5/24] Compiling ConcurrencyExtras MainSerialExecutor.swift
[7/25] Emitting module Logging
[8/25] Compiling ConcurrencyExtras Locking.swift
[9/25] Compiling ConcurrencyExtras UncheckedBox.swift
[10/25] Compiling ConcurrencyExtras LockIsolated.swift
[11/25] Compiling ConcurrencyExtras AsyncStream.swift
[12/25] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[13/25] Compiling ConcurrencyExtras ActorIsolated.swift
[14/25] Compiling ConcurrencyExtras AnyHashableSendable.swift
[15/25] Emitting module ConcurrencyExtras
[16/25] Compiling ConcurrencyExtras UncheckedSendable.swift
[17/25] Compiling ConcurrencyExtras Result.swift
[18/25] Compiling ConcurrencyExtras Task.swift
[20/47] Compiling IssueReporting BreakpointReporter.swift
[21/47] Compiling IssueReporting FatalErrorReporter.swift
[22/49] Compiling IssueReportingTestSupport XCTest.swift
[23/49] Compiling IssueReportingTestSupport SwiftTesting.swift
[24/49] Emitting module IssueReportingTestSupport
[26/50] Compiling IssueReporting ErrorReporting.swift
[27/50] Compiling IssueReporting AppHostWarning.swift
[28/50] Compiling IssueReporting Deprecations.swift
[28/49] Write Objects.LinkFileList
[30/49] Compiling IssueReporting TestContext.swift
[31/49] Compiling IssueReporting Unimplemented.swift
[32/49] Compiling Logging LogHandler.swift
[33/49] Compiling Logging Logging.swift
[34/49] Compiling Logging Locks.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[34/50] Linking libIssueReportingTestSupport.wasm
[35/50] Compiling IssueReporting RuntimeWarningReporter.swift
[36/50] Compiling IssueReporting ReportIssue.swift
[37/50] Compiling IssueReporting XCTest.swift
[38/50] Compiling IssueReporting IsTesting.swift
[39/50] Compiling IssueReporting IssueReporter.swift
[40/50] Emitting module IssueReporting
[41/50] Compiling IssueReporting FailureObserver.swift
[42/50] Compiling IssueReporting LockIsolated.swift
[43/50] Compiling IssueReporting Rethrows.swift
BUILD FAILURE 6.1 wasm