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.9.4 (a501ee), with Swift 6.1 for Wasm on 20 Aug 2025 03:44:25 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.9.4
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.9.4      -> FETCH_HEAD
HEAD is now at a501eeb Prefer `#if compiler` over `#if swift` (#377)
Cloned https://github.com/pointfreeco/swift-dependencies.git
Revision (git rev-parse @):
a501eebe552fd23691c560adf474fca2169ad8aa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-dependencies.git at 1.9.4
========================================
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",
        "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/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-3":/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/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-syntax
[1/878] Fetching swift-concurrency-extras
[247/2170] Fetching swift-concurrency-extras, swift-clocks
[454/4264] Fetching swift-concurrency-extras, swift-clocks, swift-docc-plugin
[2402/9769] Fetching swift-concurrency-extras, swift-clocks, swift-docc-plugin, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.68s)
[3326/8477] Fetching swift-concurrency-extras, swift-docc-plugin, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/combine-schedulers
[6111/80233] Fetching swift-concurrency-extras, swift-docc-plugin, xctest-dynamic-overlay, swift-syntax
[12784/82650] Fetching swift-concurrency-extras, swift-docc-plugin, xctest-dynamic-overlay, swift-syntax, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.60s)
[17088/80233] Fetching swift-concurrency-extras, swift-docc-plugin, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.40s)
[16928/79355] Fetching swift-docc-plugin, xctest-dynamic-overlay, swift-syntax
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.42s)
[12140/73850] Fetching swift-docc-plugin, swift-syntax
[16447/74758] Fetching swift-docc-plugin, swift-syntax, swift-macro-testing
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.39s)
[19316/73850] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (8.06s)
Fetched https://github.com/swiftlang/swift-syntax from cache (8.13s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (8.65s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.50s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.45s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.47s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.21s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3456] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.92s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.69s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (0.47s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15341] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.82s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.6 (3.30s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4577] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.30s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.04s)
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/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/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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.1
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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
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
[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 SwiftSyntax510
[43/105] Emitting module ConcurrencyExtras
[44/106] Emitting module IssueReportingPackageSupport
[45/106] Compiling IssueReportingPackageSupport _Test.swift
[46/107] Compiling ConcurrencyExtras Result.swift
[47/107] Compiling ConcurrencyExtras MainSerialExecutor.swift
[48/108] Compiling IssueReportingPackageSupport _Test.swift
[49/108] Emitting module IssueReportingPackageSupport
[50/109] Emitting module SwiftSyntax600
[51/109] Compiling SwiftSyntax600 Empty.swift
[52/110] Compiling SwiftSyntax510 Empty.swift
[53/110] Emitting module SwiftSyntax509
[54/110] Compiling SwiftSyntax509 Empty.swift
[55/111] Emitting module SwiftSyntax601
[56/111] Compiling SwiftSyntax601 Empty.swift
[62/113] Compiling ConcurrencyExtras UncheckedSendable.swift
[64/116] Wrapping AST for SwiftSyntax600 for debugging
[65/116] Wrapping AST for SwiftSyntax510 for debugging
[66/157] Wrapping AST for SwiftSyntax601 for debugging
[68/157] Compiling IssueReporting BreakpointReporter.swift
[69/157] Compiling IssueReporting FatalErrorReporter.swift
[70/159] Emitting module IssueReportingTestSupport
[71/159] Compiling IssueReporting TestContext.swift
[72/159] Compiling IssueReporting Unimplemented.swift
[72/161] Wrapping AST for SwiftSyntax509 for debugging
[74/210] Emitting module IssueReportingTestSupport
[75/210] Compiling IssueReportingTestSupport SwiftTesting.swift
[75/225] Wrapping AST for IssueReportingPackageSupport for debugging
[78/225] Compiling SwiftSyntax AbsolutePosition.swift
[79/225] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[80/225] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[81/225] Compiling SwiftSyntax CustomTraits.swift
[82/225] Compiling SwiftSyntax EditorPlaceholder.swift
[83/225] Compiling SwiftSyntax SyntaxIdentifier.swift
[84/225] Compiling SwiftSyntax SyntaxNodeFactory.swift
[85/225] Emitting module IssueReporting
[88/225] Compiling SwiftSyntax Identifier.swift
[89/225] Compiling SwiftSyntax MemoryLayout.swift
[90/225] Compiling SwiftSyntax MissingNodeInitializers.swift
[91/225] Compiling ConcurrencyExtras LockIsolated.swift
[92/225] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[93/225] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[94/225] Compiling ConcurrencyExtras Task.swift
[96/225] Compiling SwiftSyntax RawSyntax.swift
[99/225] Emitting module ConcurrencyExtras
[100/226] Compiling IssueReportingTestSupport SwiftTesting.swift
[101/226] Compiling IssueReportingTestSupport XCTest.swift
[102/227] Compiling SwiftSyntax RawSyntaxTokenView.swift
[103/227] Compiling SwiftSyntax SourceEdit.swift
[104/227] Compiling SwiftSyntax SourceLength.swift
[106/227] Emitting module IssueReporting
[110/227] Compiling SwiftSyntax Assert.swift
[111/227] Compiling SwiftSyntax BumpPtrAllocator.swift
[112/227] Compiling SwiftSyntax CommonAncestor.swift
[113/227] Compiling SwiftSyntax Convenience.swift
[115/228] Wrapping AST for IssueReportingTestSupport for debugging
[117/245] Compiling CombineSchedulers ImmediateScheduler.swift
[118/245] Compiling CombineSchedulers Deprecations.swift
[119/245] Compiling ConcurrencyExtras MainSerialExecutor.swift
[120/245] Compiling ConcurrencyExtras Result.swift
[121/245] Compiling ConcurrencyExtras Task.swift
[122/245] Compiling ConcurrencyExtras LockIsolated.swift
[123/247] Compiling CombineSchedulers AnyScheduler.swift
[124/247] Compiling CombineSchedulers Concurrency.swift
[125/247] Compiling CombineSchedulers Lock.swift
[126/247] Compiling CombineSchedulers NSRecursiveLock.swift
[127/254] Compiling IssueReportingTestSupport XCTest.swift
[131/255] Compiling CombineSchedulers UIScheduler.swift
[132/256] Compiling CombineSchedulers SwiftUI.swift
[133/256] Compiling CombineSchedulers TestScheduler.swift
[133/256] Write Objects.LinkFileList
[137/256] Compiling XCTestDynamicOverlay Exports.swift
[140/256] Compiling CombineSchedulers UIKit.swift
[141/256] Compiling CombineSchedulers Timer.swift
[142/256] Emitting module CombineSchedulers
[145/256] Compiling DependenciesTestObserver TestObserver.swift
[146/256] Compiling Clocks Lock.swift
[147/256] Emitting module DependenciesTestObserver
[148/257] Compiling Clocks Timer.swift
[149/258] Wrapping AST for IssueReporting for debugging
[151/258] Compiling CombineSchedulers UnimplementedScheduler.swift
[153/259] Emitting module Clocks
[154/259] Compiling Clocks AnyClock.swift
[155/259] Compiling Clocks ImmediateClock.swift
[155/259] Wrapping AST for IssueReportingTestSupport for debugging
[156/259] Write Objects.LinkFileList
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[170/259] Linking libIssueReportingTestSupport.wasm
[170/259] Wrapping AST for DependenciesTestObserver for debugging
[171/259] Emitting module XCTestDynamicOverlay
[171/259] Linking libIssueReportingTestSupport-tool.so
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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] Emitting module SwiftSyntax600
[5/67] Compiling SwiftSyntax601 Empty.swift
[6/67] Compiling IssueReportingPackageSupport _Test.swift
[7/67] Emitting module SwiftSyntax601
[8/68] Compiling SwiftSyntax600 Empty.swift
[9/69] Compiling SwiftSyntax510 Empty.swift
[10/69] Emitting module SwiftSyntax510
[11/69] Emitting module IssueReportingPackageSupport
[12/71] Compiling IssueReportingPackageSupport _Test.swift
[13/71] Emitting module IssueReportingPackageSupport
[14/72] Compiling ConcurrencyExtras MainSerialExecutor.swift
[15/73] Emitting module SwiftSyntax509
[16/73] Compiling SwiftSyntax509 Empty.swift
[17/74] Compiling ConcurrencyExtras Result.swift
[23/70] Compiling ConcurrencyExtras AsyncStream.swift
[24/70] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[25/70] Compiling ConcurrencyExtras LockIsolated.swift
[26/69] Compiling ConcurrencyExtras Task.swift
[27/69] Compiling ConcurrencyExtras Locking.swift
[28/69] Compiling ConcurrencyExtras UncheckedBox.swift
[29/69] Emitting module ConcurrencyExtras
[31/70] Compiling ConcurrencyExtras LockIsolated.swift
[32/69] Compiling ConcurrencyExtras ActorIsolated.swift
[33/69] Compiling ConcurrencyExtras AnyHashableSendable.swift
[36/69] Compiling ConcurrencyExtras MainSerialExecutor.swift
[37/69] Compiling ConcurrencyExtras Result.swift
[38/69] Compiling ConcurrencyExtras Task.swift
[39/69] Compiling ConcurrencyExtras UncheckedSendable.swift
[42/70] Emitting module ConcurrencyExtras
[45/95] Compiling ConcurrencyExtras UncheckedSendable.swift
[47/179] Emitting module IssueReportingTestSupport
[49/179] Compiling IssueReportingTestSupport XCTest.swift
[51/179] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[52/179] Compiling SwiftSyntax Syntax.swift
[53/181] Compiling IssueReportingTestSupport SwiftTesting.swift
[54/182] Emitting module IssueReportingTestSupport
[55/182] Compiling IssueReportingTestSupport SwiftTesting.swift
[56/182] Write Objects.LinkFileList
[60/181] Compiling SwiftSyntax SyntaxArena.swift
[61/181] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[62/181] Compiling SwiftSyntax SyntaxCollection.swift
[63/181] Compiling SwiftSyntax SyntaxHashable.swift
[65/181] Compiling SwiftSyntax SyntaxChildren.swift
[68/183] Compiling SwiftSyntax RawSyntaxTokenView.swift
[69/183] Compiling SwiftSyntax SourceEdit.swift
[70/183] Compiling SwiftSyntax SourceLength.swift
[71/183] Compiling SwiftSyntax RawSyntax.swift
[72/183] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[73/183] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[77/183] Compiling SwiftSyntax SourceLocation.swift
[78/183] Compiling SwiftSyntax SourcePresence.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[81/183] Linking libIssueReportingTestSupport.wasm
[82/183] Compiling SwiftSyntax Identifier.swift
[83/183] Compiling SwiftSyntax MemoryLayout.swift
[84/183] Compiling SwiftSyntax MissingNodeInitializers.swift
[84/183] Linking libIssueReportingTestSupport-tool.so
BUILD FAILURE 6.1 wasm