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 main (9ef164), with Swift 6.1 for Wasm on 8 Sep 2025 23:52:43 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>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-dependencies.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/pointfreeco/swift-dependencies
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9ef1643 Add `NotificationCenter` dependency (#385)
Cloned https://github.com/pointfreeco/swift-dependencies.git
Revision (git rev-parse @):
9ef164301d051bb7a639196ea9c30d77d7adcc1e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-dependencies.git at main
========================================
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" : "602.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-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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/apple/swift-docc-plugin
[1/1292] Fetching swift-clocks
[531/2200] Fetching swift-clocks, swift-macro-testing
[666/4294] Fetching swift-clocks, swift-macro-testing, swift-docc-plugin
[2432/9793] Fetching swift-clocks, swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.50s)
[2348/8885] Fetching swift-clocks, swift-docc-plugin, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[5274/80758] Fetching swift-clocks, swift-docc-plugin, xctest-dynamic-overlay, swift-syntax
[10556/83175] Fetching swift-clocks, swift-docc-plugin, xctest-dynamic-overlay, swift-syntax, combine-schedulers
[10605/84053] Fetching swift-clocks, swift-docc-plugin, xctest-dynamic-overlay, swift-syntax, combine-schedulers, swift-concurrency-extras
Fetched https://github.com/apple/swift-docc-plugin from cache (1.08s)
[15350/81959] Fetching swift-clocks, xctest-dynamic-overlay, swift-syntax, combine-schedulers, swift-concurrency-extras
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.63s)
[14147/79542] Fetching swift-clocks, xctest-dynamic-overlay, swift-syntax, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.67s)
[14314/78664] Fetching swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (9.30s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (9.31s)
Fetched https://github.com/swiftlang/swift-syntax from cache (9.35s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (10.00s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.62s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.54s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.55s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.52s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3507] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.15s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.37s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (0.57s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15372] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (4.05s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.6 (4.81s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4598] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.34s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.01s)
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/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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
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-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.3
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.6
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/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/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/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/71] Write sources
[39/71] Compiling _SwiftSyntaxCShims dummy.c
[40/71] Write swift-version-24593BA9C3E375BF.txt
[42/105] Emitting module SwiftSyntax600
[43/105] Emitting module IssueReportingPackageSupport
[44/105] Emitting module SwiftSyntax509
[45/105] Compiling SwiftSyntax509 Empty.swift
[46/106] Emitting module ConcurrencyExtras
[47/106] Compiling ConcurrencyExtras ActorIsolated.swift
[48/106] Compiling ConcurrencyExtras AnyHashableSendable.swift
[49/107] Compiling IssueReportingPackageSupport _Test.swift
[50/108] Compiling SwiftSyntax601 Empty.swift
[51/108] Emitting module SwiftSyntax601
[52/108] Compiling ConcurrencyExtras Result.swift
[53/109] Emitting module SwiftSyntax510
[54/109] Compiling SwiftSyntax510 Empty.swift
[55/110] Compiling SwiftSyntax600 Empty.swift
[56/110] Compiling IssueReportingPackageSupport _Test.swift
[57/111] Emitting module IssueReportingPackageSupport
[63/112] Wrapping AST for SwiftSyntax509 for debugging
[64/112] Wrapping AST for SwiftSyntax601 for debugging
[66/112] Compiling ConcurrencyExtras UncheckedSendable.swift
[66/112] Wrapping AST for SwiftSyntax600 for debugging
[67/138] Wrapping AST for SwiftSyntax510 for debugging
[68/220] Wrapping AST for IssueReportingPackageSupport for debugging
[70/220] Emitting module IssueReportingTestSupport
[70/220] Wrapping AST for IssueReportingPackageSupport for debugging
[72/220] Emitting module IssueReportingTestSupport
[73/220] Compiling IssueReportingTestSupport SwiftTesting.swift
[74/220] Compiling IssueReporting BreakpointReporter.swift
[75/220] Compiling IssueReporting FatalErrorReporter.swift
[76/222] Compiling IssueReporting SwiftTesting.swift
[77/222] Compiling IssueReporting UncheckedSendable.swift
[78/222] Compiling IssueReporting Warn.swift
[79/224] Compiling IssueReporting RuntimeWarningReporter.swift
[80/224] Compiling IssueReporting ReportIssue.swift
[81/224] Compiling IssueReporting TestContext.swift
[82/224] Compiling IssueReporting Unimplemented.swift
[83/224] Emitting module IssueReporting
[84/224] Compiling IssueReporting WithExpectedIssue.swift
[85/224] Compiling IssueReporting WithIssueContext.swift
[88/224] Compiling IssueReportingTestSupport XCTest.swift
[89/224] Compiling IssueReportingTestSupport SwiftTesting.swift
[90/225] Compiling ConcurrencyExtras MainSerialExecutor.swift
[91/225] Compiling ConcurrencyExtras Task.swift
[92/225] Compiling ConcurrencyExtras Result.swift
[93/225] Compiling ConcurrencyExtras LockIsolated.swift
[94/225] Compiling IssueReporting AppHostWarning.swift
[95/225] Compiling IssueReporting Deprecations.swift
[96/226] Compiling IssueReporting Rethrows.swift
[97/226] Compiling IssueReporting ErrorReporting.swift
[99/226] Emitting module ConcurrencyExtras
[100/226] Compiling IssueReporting FailureObserver.swift
[101/226] Compiling IssueReporting LockIsolated.swift
[102/226] Emitting module IssueReporting
[105/226] Wrapping AST for IssueReportingTestSupport for debugging
[106/226] Write Objects.LinkFileList
[112/226] Compiling ConcurrencyExtras UncheckedSendable.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[113/227] 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:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
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/33] Write swift-version-24593BA9C3E375BF.txt
[4/67] Compiling SwiftSyntax600 Empty.swift
[5/67] Emitting module SwiftSyntax510
[6/67] Compiling SwiftSyntax510 Empty.swift
[7/68] Emitting module SwiftSyntax600
[8/69] Compiling SwiftSyntax509 Empty.swift
[9/69] Emitting module SwiftSyntax509
[10/69] Emitting module SwiftSyntax601
[11/70] Compiling IssueReportingPackageSupport _Test.swift
[12/70] Emitting module IssueReportingPackageSupport
[13/71] Compiling SwiftSyntax601 Empty.swift
[14/72] Emitting module IssueReportingPackageSupport
[15/72] Compiling IssueReportingPackageSupport _Test.swift
[16/73] Compiling ConcurrencyExtras Result.swift
[19/72] Compiling ConcurrencyExtras Locking.swift
[20/72] Compiling ConcurrencyExtras UncheckedBox.swift
[21/73] Compiling ConcurrencyExtras Result.swift
[26/69] Compiling ConcurrencyExtras LockIsolated.swift
[27/69] Emitting module ConcurrencyExtras
[28/69] Compiling ConcurrencyExtras AsyncStream.swift
[29/69] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[30/69] Emitting module ConcurrencyExtras
[31/69] Compiling ConcurrencyExtras ActorIsolated.swift
[32/69] Compiling ConcurrencyExtras AnyHashableSendable.swift
[33/69] Compiling ConcurrencyExtras MainSerialExecutor.swift
[34/69] Compiling ConcurrencyExtras Task.swift
[37/69] Compiling ConcurrencyExtras UncheckedSendable.swift
[40/178] Emitting module IssueReportingTestSupport
[41/178] Compiling IssueReportingTestSupport XCTest.swift
[42/178] Compiling SwiftSyntax AbsolutePosition.swift
[43/178] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[44/180] Compiling IssueReportingTestSupport SwiftTesting.swift
[45/181] Compiling IssueReporting TestContext.swift
[46/181] Compiling IssueReporting Unimplemented.swift
[49/182] Write Objects.LinkFileList
[51/182] Compiling IssueReporting RuntimeWarningReporter.swift
[52/182] Compiling IssueReporting ReportIssue.swift
[53/182] Emitting module IssueReporting
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[54/182] Linking libIssueReportingTestSupport.wasm
BUILD FAILURE 6.1 wasm