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 swift-dependencies, reference 1.10.0 (a10f9f), with Swift 6.1 for Wasm on 21 Sep 2025 00:50:11 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-dependencies.git
Reference: 1.10.0
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/pointfreeco/swift-dependencies
 * tag               1.10.0     -> FETCH_HEAD
HEAD is now at a10f9fe Support SwiftSyntax 602 (#389)
Cloned https://github.com/pointfreeco/swift-dependencies.git
Revision (git rev-parse @):
a10f9feeb214bc72b5337b6ef6d5a029360db4cc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-dependencies.git at 1.10.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/swift-dependencies.git
https://github.com/pointfreeco/swift-dependencies.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "combine-schedulers",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/combine-schedulers"
    },
    {
      "identity" : "swift-clocks",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-clocks"
    },
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-dependencies",
  "name" : "swift-dependencies",
  "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" : "Dependencies",
      "targets" : [
        "Dependencies"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DependenciesMacros",
      "targets" : [
        "DependenciesMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DependenciesTestSupport",
      "targets" : [
        "DependenciesTestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DependenciesTestObserver",
      "targets" : [
        "DependenciesTestObserver"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "DependenciesMacrosPlugin",
      "targets" : [
        "DependenciesMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "DependenciesTests",
      "module_type" : "SwiftTarget",
      "name" : "DependenciesTests",
      "path" : "Tests/DependenciesTests",
      "product_dependencies" : [
        "IssueReportingTestSupport"
      ],
      "sources" : [
        "AssertTests.swift",
        "BaseTestCaseTests.swift",
        "CacheTests.swift",
        "DateTests.swift",
        "DependencyKeyTests.swift",
        "DependencyTests.swift",
        "DependencyValuesTests.swift",
        "FireAndForgetTests.swift",
        "Internal/XCTTODO.swift",
        "InvokeTestTests.swift",
        "NotificationCenterTests.swift",
        "PrepareDependenciesTests.swift",
        "ResolutionTests.swift",
        "RootResettingTests.swift",
        "SwiftTestingTests.swift",
        "TestTraitTests.swift",
        "UUIDTests.swift",
        "WithRandomNumberGeneratorTests.swift"
      ],
      "target_dependencies" : [
        "Dependencies",
        "DependenciesTestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DependenciesTestSupport",
      "module_type" : "SwiftTarget",
      "name" : "DependenciesTestSupport",
      "path" : "Sources/DependenciesTestSupport",
      "product_dependencies" : [
        "ConcurrencyExtras",
        "IssueReportingTestSupport"
      ],
      "product_memberships" : [
        "DependenciesTestSupport"
      ],
      "sources" : [
        "TestTrait.swift"
      ],
      "target_dependencies" : [
        "Dependencies"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DependenciesTestObserver",
      "module_type" : "SwiftTarget",
      "name" : "DependenciesTestObserver",
      "path" : "Sources/DependenciesTestObserver",
      "product_dependencies" : [
        "IssueReporting"
      ],
      "product_memberships" : [
        "DependenciesTestObserver"
      ],
      "sources" : [
        "TestObserver.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DependenciesMacrosPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "DependenciesMacrosPluginTests",
      "path" : "Tests/DependenciesMacrosPluginTests",
      "product_dependencies" : [
        "MacroTesting"
      ],
      "sources" : [
        "DependencyClientMacroTests.swift",
        "DependencyClientTests.swift",
        "DependencyEndpointMacroTests.swift",
        "DependencyEndpointTests.swift",
        "Internal/BaseTestCase.swift",
        "MacroTests.swift"
      ],
      "target_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "DependenciesMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DependenciesMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "DependenciesMacrosPlugin",
      "path" : "Sources/DependenciesMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "DependenciesMacros",
        "DependenciesMacrosPlugin"
      ],
      "sources" : [
        "DependencyClientMacro.swift",
        "DependencyEndpointMacro.swift",
        "Plugins.swift",
        "Support.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "DependenciesMacros",
      "module_type" : "SwiftTarget",
      "name" : "DependenciesMacros",
      "path" : "Sources/DependenciesMacros",
      "product_dependencies" : [
        "IssueReporting",
        "XCTestDynamicOverlay"
      ],
      "product_memberships" : [
        "DependenciesMacros"
      ],
      "sources" : [
        "Internal/Exports.swift",
        "Macros.swift"
      ],
      "target_dependencies" : [
        "DependenciesMacrosPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Dependencies",
      "module_type" : "SwiftTarget",
      "name" : "Dependencies",
      "path" : "Sources/Dependencies",
      "product_dependencies" : [
        "Clocks",
        "CombineSchedulers",
        "ConcurrencyExtras",
        "IssueReporting",
        "XCTestDynamicOverlay"
      ],
      "product_memberships" : [
        "Dependencies",
        "DependenciesTestSupport"
      ],
      "sources" : [
        "Dependency.swift",
        "DependencyContext.swift",
        "DependencyKey.swift",
        "DependencyValues.swift",
        "DependencyValues/Assert.swift",
        "DependencyValues/Calendar.swift",
        "DependencyValues/Clocks.swift",
        "DependencyValues/Context.swift",
        "DependencyValues/Date.swift",
        "DependencyValues/FireAndForget.swift",
        "DependencyValues/Locale.swift",
        "DependencyValues/MainQueue.swift",
        "DependencyValues/MainRunLoop.swift",
        "DependencyValues/NotificationCenter.swift",
        "DependencyValues/OpenURL.swift",
        "DependencyValues/TimeZone.swift",
        "DependencyValues/URLSession.swift",
        "DependencyValues/UUID.swift",
        "DependencyValues/WithRandomNumberGenerator.swift",
        "Internal/AppEntryPoint.swift",
        "Internal/Deprecations.swift",
        "Internal/Exports.swift",
        "Internal/TypeName.swift",
        "Traits/PreviewTrait.swift",
        "Traits/TestTrait.swift",
        "WithDependencies.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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-concurrency-extras
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/apple/swift-docc-plugin
[1/914] Fetching swift-macro-testing
[230/1792] Fetching swift-macro-testing, swift-concurrency-extras
[1179/3886] Fetching swift-macro-testing, swift-concurrency-extras, swift-docc-plugin
[1810/5178] Fetching swift-macro-testing, swift-concurrency-extras, swift-docc-plugin, swift-clocks
[4070/10683] Fetching swift-macro-testing, swift-concurrency-extras, swift-docc-plugin, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.34s)
[3881/9769] Fetching swift-concurrency-extras, swift-docc-plugin, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.34s)
[3176/8891] Fetching swift-docc-plugin, swift-clocks, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/combine-schedulers
[6966/80879] Fetching swift-docc-plugin, swift-clocks, xctest-dynamic-overlay, swift-syntax
[11772/83296] Fetching swift-docc-plugin, swift-clocks, xctest-dynamic-overlay, swift-syntax, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.35s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.74s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.75s)
[10651/73280] Fetching swift-clocks, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (5.80s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.85s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (6.37s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.46s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.44s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.45s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (1.98s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3528] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.87s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.66s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (1.53s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15537] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.10s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (7.17s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4598] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.51s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (2.05s)
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/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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
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-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.4
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.7
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/73] Write sources
[40/73] Compiling _SwiftSyntaxCShims PlatformMutex.c
[41/73] Write swift-version-24593BA9C3E375BF.txt
[43/98] Emitting module SwiftSyntax510
[44/98] Emitting module SwiftSyntax509
[45/98] Emitting module ConcurrencyExtras
[46/99] Emitting module SwiftSyntax602
[47/99] Compiling SwiftSyntax602 Empty.swift
[48/100] Compiling SwiftSyntax600 Empty.swift
[49/100] Emitting module SwiftSyntax600
[50/101] Compiling IssueReportingPackageSupport _Test.swift
[51/101] Emitting module IssueReportingPackageSupport
[52/102] Compiling SwiftSyntax601 Empty.swift
[53/102] Emitting module SwiftSyntax601
[54/103] Compiling SwiftSyntax510 Empty.swift
[55/103] Compiling SwiftSyntax509 Empty.swift
[62/105] Compiling ConcurrencyExtras UncheckedSendable.swift
[62/105] Wrapping AST for SwiftSyntax601 for debugging
[63/105] Wrapping AST for SwiftSyntax602 for debugging
[64/116] Wrapping AST for SwiftSyntax600 for debugging
[65/116] Wrapping AST for SwiftSyntax510 for debugging
[67/119] Emitting module IssueReportingPackageSupport
[68/119] Compiling IssueReportingPackageSupport _Test.swift
[68/120] Wrapping AST for SwiftSyntax509 for debugging
[69/120] Wrapping AST for IssueReportingPackageSupport for debugging
[73/224] Compiling IssueReporting TestContext.swift
[74/224] Compiling IssueReporting Unimplemented.swift
[75/226] Compiling IssueReporting WithExpectedIssue.swift
[76/226] Compiling IssueReporting WithIssueContext.swift
[77/226] Compiling ConcurrencyExtras LockIsolated.swift
[78/226] Compiling IssueReporting ErrorReporting.swift
[79/226] Compiling IssueReporting AppHostWarning.swift
[80/226] Compiling IssueReporting Deprecations.swift
[81/226] Compiling IssueReporting FailureObserver.swift
[82/226] Emitting module IssueReportingTestSupport
[83/226] Compiling IssueReporting LockIsolated.swift
[84/226] Compiling IssueReporting Rethrows.swift
[85/226] Compiling ConcurrencyExtras Task.swift
[86/226] Compiling ConcurrencyExtras Result.swift
[87/226] Compiling ConcurrencyExtras MainSerialExecutor.swift
[88/227] Emitting module IssueReporting
[89/227] Compiling IssueReporting RuntimeWarningReporter.swift
[90/227] Compiling IssueReporting ReportIssue.swift
[91/227] Compiling IssueReporting IsTesting.swift
[92/227] Compiling IssueReporting IssueReporter.swift
[93/227] Compiling IssueReporting BreakpointReporter.swift
[94/227] Compiling IssueReporting FatalErrorReporter.swift
[95/229] Compiling IssueReportingTestSupport XCTest.swift
[96/229] Compiling IssueReportingTestSupport SwiftTesting.swift
[97/229] Emitting module IssueReportingTestSupport
[98/230] Emitting module ConcurrencyExtras
[103/231] Compiling IssueReporting SwiftTesting.swift
[110/231] Compiling IssueReporting XCTest.swift
[113/231] Compiling IssueReporting UncheckedSendable.swift
[114/231] Compiling IssueReporting Warn.swift
[115/231] Wrapping AST for IssueReportingTestSupport for debugging
[116/231] Write Objects.LinkFileList
[120/232] Compiling ConcurrencyExtras UncheckedSendable.swift
[122/232] Emitting module IssueReporting
[123/255] Compiling IssueReporting WithExpectedIssue.swift
[124/255] Compiling IssueReporting WithIssueContext.swift
[124/255] Linking libIssueReportingTestSupport-tool.so
[126/255] Compiling XCTestDynamicOverlay Exports.swift
[127/255] Compiling CombineSchedulers Lock.swift
[128/255] Compiling CombineSchedulers NSRecursiveLock.swift
[129/256] Compiling CombineSchedulers UIScheduler.swift
[130/256] Compiling CombineSchedulers UIKit.swift
[131/256] Compiling CombineSchedulers AnyScheduler.swift
[132/256] Compiling CombineSchedulers Concurrency.swift
[133/256] Compiling CombineSchedulers ImmediateScheduler.swift
[134/256] Compiling CombineSchedulers Deprecations.swift
[135/256] Compiling CombineSchedulers SwiftUI.swift
[136/256] Compiling CombineSchedulers TestScheduler.swift
[137/256] Emitting module CombineSchedulers
[138/256] Compiling CombineSchedulers Timer.swift
[139/256] Compiling Clocks Timer.swift
[140/257] Compiling CombineSchedulers UnimplementedScheduler.swift
[141/257] Compiling Clocks ImmediateClock.swift
[142/258] Emitting module Clocks
[143/258] Compiling Clocks AnyClock.swift
[145/258] Compiling Clocks Lock.swift
[146/258] Compiling Clocks _AsyncTimerSequence.swift
[167/258] Compiling SwiftSyntax SourcePresence.swift
[168/258] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[169/258] Compiling SwiftSyntax Syntax.swift
[170/258] Compiling SwiftSyntax SyntaxChildren.swift
[171/258] Compiling SwiftSyntax SyntaxCollection.swift
[172/258] Compiling SwiftSyntax SyntaxHashable.swift
[173/258] Compiling SwiftSyntax SyntaxIdentifier.swift
[174/266] Compiling Clocks UnimplementedClock.swift
[175/266] Compiling XCTestDynamicOverlay Deprecations.swift
[176/266] Emitting module XCTestDynamicOverlay
[177/267] Compiling Clocks TestClock.swift
[178/267] Compiling Clocks SwiftUI.swift
[183/268] Compiling ConcurrencyExtras Task.swift
[184/268] Compiling ConcurrencyExtras MainSerialExecutor.swift
[185/268] Compiling ConcurrencyExtras Result.swift
[188/268] Compiling ConcurrencyExtras LockIsolated.swift
[193/269] Compiling IssueReportingTestSupport SwiftTesting.swift
[194/269] Compiling IssueReportingTestSupport XCTest.swift
[206/295] Wrapping AST for IssueReportingTestSupport for debugging
[207/295] Write Objects.LinkFileList
[208/312] Wrapping AST for IssueReporting for debugging
[210/318] Compiling Dependencies MainQueue.swift
[211/318] Compiling Dependencies MainRunLoop.swift
[212/318] Compiling Dependencies NotificationCenter.swift
[213/318] Compiling Dependencies Date.swift
[214/318] Compiling Dependencies FireAndForget.swift
[215/318] Compiling Dependencies Locale.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[215/322] Linking libIssueReportingTestSupport.wasm
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/DependenciesMacrosPluginTests/DependenciesMacros.xctestplan
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/34] Write swift-version-24593BA9C3E375BF.txt
[4/45] Emitting module SwiftSyntax602
[5/45] Compiling SwiftSyntax602 Empty.swift
[6/49] Emitting module IssueReportingPackageSupport
[7/49] Compiling IssueReportingPackageSupport _Test.swift
[8/61] Compiling SwiftSyntax509 Empty.swift
[9/61] Emitting module SwiftSyntax509
[11/62] Compiling SwiftSyntax600 Empty.swift
[12/62] Emitting module SwiftSyntax600
[13/63] Compiling SwiftSyntax601 Empty.swift
[14/63] Emitting module SwiftSyntax510
[15/62] Compiling SwiftSyntax510 Empty.swift
[16/63] Emitting module SwiftSyntax601
[19/63] Emitting module IssueReportingPackageSupport
[20/63] Compiling IssueReportingPackageSupport _Test.swift
[22/62] Compiling ConcurrencyExtras Locking.swift
[23/62] Compiling ConcurrencyExtras UncheckedBox.swift
[27/67] Compiling ConcurrencyExtras LockIsolated.swift
[28/74] Compiling ConcurrencyExtras Result.swift
[29/74] Compiling ConcurrencyExtras Task.swift
[30/74] Compiling ConcurrencyExtras MainSerialExecutor.swift
[31/74] Compiling ConcurrencyExtras UncheckedSendable.swift
[32/75] Emitting module IssueReportingTestSupport
[33/89] Compiling IssueReporting LockIsolated.swift
[34/89] Compiling IssueReporting Rethrows.swift
[35/94] Compiling IssueReporting ErrorReporting.swift
[36/94] Compiling IssueReporting AppHostWarning.swift
[37/94] Emitting module ConcurrencyExtras
[38/94] Compiling IssueReporting Deprecations.swift
[39/94] Compiling IssueReporting FailureObserver.swift
[40/94] Compiling ConcurrencyExtras LockIsolated.swift
[41/95] Compiling ConcurrencyExtras Result.swift
[42/95] Compiling IssueReportingTestSupport XCTest.swift
[43/95] Compiling IssueReportingTestSupport SwiftTesting.swift
[44/110] Compiling ConcurrencyExtras UncheckedSendable.swift
[46/181] Emitting module ConcurrencyExtras
[47/181] Compiling SwiftSyntax AbsolutePosition.swift
[48/181] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[50/181] Compiling SwiftSyntax Assert.swift
[51/181] Compiling SwiftSyntax BumpPtrAllocator.swift
[52/181] Compiling SwiftSyntax CommonAncestor.swift
[53/181] Compiling IssueReportingTestSupport XCTest.swift
[53/182] Write Objects.LinkFileList
[55/182] Compiling ConcurrencyExtras MainSerialExecutor.swift
[56/182] Compiling ConcurrencyExtras Task.swift
[57/182] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[62/183] Compiling SwiftSyntax Identifier.swift
[63/183] Compiling SwiftSyntax MemoryLayout.swift
[68/185] Compiling IssueReportingTestSupport SwiftTesting.swift
[69/185] Emitting module IssueReportingTestSupport
[70/186] Compiling IssueReporting TestContext.swift
[71/186] Compiling IssueReporting Unimplemented.swift
[73/186] Compiling SwiftSyntax Convenience.swift
[74/186] Compiling SwiftSyntax CustomTraits.swift
[75/186] Compiling SwiftSyntax EditorPlaceholder.swift
[76/186] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[77/186] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[79/185] Write Objects.LinkFileList
[81/185] Compiling SwiftSyntax MissingNodeInitializers.swift
[82/185] Compiling SwiftSyntax RawSyntax.swift
[83/185] Compiling SwiftSyntax RawSyntaxArena.swift
[88/185] Emitting module IssueReporting
[88/185] Linking libIssueReportingTestSupport-tool.so
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[89/185] Linking libIssueReportingTestSupport.wasm
BUILD FAILURE 6.1 wasm