Build Information
Failed to build swift-dependencies, reference 1.9.2 (4c90d6
), with Swift 6.1 for Wasm on 30 May 2025 21:41:23 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-dependencies.git
Reference: 1.9.2
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.2 -> FETCH_HEAD
HEAD is now at 4c90d6b Allow dependencies test trait to throw. (#359)
Cloned https://github.com/pointfreeco/swift-dependencies.git
Revision (git rev-parse @):
4c90d6b2b9bf0911af87b103bb40f41771891596
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-dependencies.git at 1.9.2
========================================
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-4606859-2":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/1292] Fetching swift-clocks
[14/2200] Fetching swift-clocks, swift-macro-testing
[731/3052] Fetching swift-clocks, swift-macro-testing, swift-concurrency-extras
[2900/5101] Fetching swift-clocks, swift-macro-testing, swift-concurrency-extras, swift-docc-plugin
[3279/10559] Fetching swift-clocks, swift-macro-testing, swift-concurrency-extras, swift-docc-plugin, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.42s)
[5177/9707] Fetching swift-clocks, swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/combine-schedulers
[9708/12117] Fetching swift-clocks, swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay, combine-schedulers
[12118/82658] Fetching swift-clocks, swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay, combine-schedulers, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.83s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.41s)
[9826/78956] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (5.81s)
Fetched https://github.com/apple/swift-docc-plugin from cache (5.83s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (5.83s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.96s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (7.25s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.51s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.03s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.95s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (3.13s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3392] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.47s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.14s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (2.17s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (2.66s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.84s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (2.48s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.32s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.90s)
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/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-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/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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
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.4
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/67] Write sources
[37/67] Compiling _SwiftSyntaxCShims dummy.c
[38/67] Write swift-version-24593BA9C3E375BF.txt
[40/119] Compiling SwiftSyntax510 Empty.swift
[41/119] Emitting module SwiftSyntax510
[42/120] Emitting module SwiftSyntax600
[43/120] Compiling SwiftSyntax600 Empty.swift
[44/120] Emitting module SwiftSyntax509
[45/120] Compiling SwiftSyntax509 Empty.swift
[46/122] Emitting module SwiftSyntax601
[47/122] Compiling SwiftSyntax601 Empty.swift
[51/123] Wrapping AST for SwiftSyntax600 for debugging
[52/134] Wrapping AST for SwiftSyntax510 for debugging
[54/134] Compiling IssueReporting SwiftTesting.swift
[55/134] Compiling IssueReporting UncheckedSendable.swift
[56/136] Compiling IssueReporting TestContext.swift
[57/136] Compiling IssueReporting Unimplemented.swift
[57/136] Wrapping AST for SwiftSyntax509 for debugging
[59/136] Emitting module ConcurrencyExtras
[60/137] Emitting module IssueReporting
[60/150] Wrapping AST for SwiftSyntax601 for debugging
[62/214] Emitting module ConcurrencyExtras
[63/215] Compiling ConcurrencyExtras UncheckedSendable.swift
[64/215] Compiling SwiftSyntax Trivia.swift
[65/215] Compiling SwiftSyntax Utils.swift
[66/215] Emitting module IssueReportingTestSupport
[67/215] Compiling IssueReportingTestSupport XCTest.swift
[68/215] Compiling IssueReportingTestSupport SwiftTesting.swift
[69/216] Compiling ConcurrencyExtras Result.swift
[70/216] Compiling ConcurrencyExtras Task.swift
[71/216] Compiling ConcurrencyExtras MainSerialExecutor.swift
[72/216] Emitting module IssueReportingTestSupport
[73/216] Compiling ConcurrencyExtras LockIsolated.swift
[74/216] Compiling ConcurrencyExtras UncheckedSendable.swift
[75/216] Compiling SwiftSyntax AbsolutePosition.swift
[76/216] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[77/216] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[78/216] Emitting module IssueReporting
[79/216] Compiling SwiftSyntax SyntaxIdentifier.swift
[80/216] Compiling SwiftSyntax SyntaxNodeFactory.swift
[81/216] Compiling SwiftSyntax SyntaxNodeStructure.swift
[85/216] Compiling SwiftSyntax SyntaxProtocol.swift
[86/216] Compiling SwiftSyntax BumpPtrAllocator.swift
[87/216] Compiling SwiftSyntax CommonAncestor.swift
[88/216] Compiling SwiftSyntax TokenSequence.swift
[89/216] Compiling SwiftSyntax TokenSyntax.swift
[92/216] Compiling SwiftSyntax Assert.swift
[95/217] Wrapping AST for IssueReportingTestSupport for debugging
[96/217] Write Objects.LinkFileList
[101/217] Compiling SwiftSyntax EditorPlaceholder.swift
[104/217] Compiling SwiftSyntax SyntaxText.swift
[105/217] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[106/217] Compiling SwiftSyntax TokenDiagnostic.swift
[107/218] Linking libIssueReportingTestSupport-tool.so
[109/241] Compiling IssueReportingTestSupport SwiftTesting.swift
[110/241] Compiling IssueReportingTestSupport XCTest.swift
[111/242] Compiling CombineSchedulers UIScheduler.swift
[112/242] Emitting module CombineSchedulers
[117/243] Compiling CombineSchedulers UnimplementedScheduler.swift
[118/243] Compiling ConcurrencyExtras Result.swift
[119/243] Compiling ConcurrencyExtras MainSerialExecutor.swift
[120/243] Compiling ConcurrencyExtras Task.swift
[121/243] Compiling CombineSchedulers UIKit.swift
[122/243] Compiling XCTestDynamicOverlay Exports.swift
[123/243] Compiling CombineSchedulers ImmediateScheduler.swift
[124/243] Compiling CombineSchedulers Deprecations.swift
[125/243] Compiling CombineSchedulers AnyScheduler.swift
[126/243] Compiling CombineSchedulers Concurrency.swift
[127/243] Compiling CombineSchedulers Lock.swift
[128/243] Compiling CombineSchedulers NSRecursiveLock.swift
[130/243] Compiling CombineSchedulers SwiftUI.swift
[131/243] Compiling CombineSchedulers TestScheduler.swift
[134/243] Compiling ConcurrencyExtras LockIsolated.swift
[135/243] Compiling Clocks SwiftUI.swift
[142/244] Compiling CombineSchedulers Timer.swift
[147/246] Compiling Clocks Timer.swift
[151/247] Wrapping AST for IssueReportingTestSupport for debugging
[152/247] Write Objects.LinkFileList
[154/247] Compiling XCTestDynamicOverlay Deprecations.swift
[155/247] Emitting module XCTestDynamicOverlay
[158/248] Emitting module Clocks
[159/248] Compiling Clocks ImmediateClock.swift
[160/248] Compiling Clocks AnyClock.swift
[162/248] Compiling Clocks _AsyncTimerSequence.swift
[163/248] Compiling Clocks Lock.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[163/248] Linking libIssueReportingTestSupport.wasm
[163/248] Wrapping AST for IssueReporting for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/31] Write swift-version-24593BA9C3E375BF.txt
[4/40] Emitting module IssueReportingTestSupport
[5/84] Compiling SwiftSyntax601 Empty.swift
[6/84] Compiling IssueReportingTestSupport XCTest.swift
[7/84] Emitting module SwiftSyntax601
[8/84] Emitting module SwiftSyntax510
[9/85] Compiling IssueReportingTestSupport SwiftTesting.swift
[11/86] Compiling ConcurrencyExtras LockIsolated.swift
[13/87] Emitting module IssueReportingTestSupport
[14/87] Compiling ConcurrencyExtras Result.swift
[15/88] Compiling IssueReportingTestSupport SwiftTesting.swift
[16/88] Compiling IssueReportingTestSupport XCTest.swift
[17/88] Compiling ConcurrencyExtras Result.swift
[18/88] Compiling SwiftSyntax600 Empty.swift
[19/88] Emitting module SwiftSyntax600
[20/88] Compiling IssueReporting ErrorReporting.swift
[21/88] Compiling IssueReporting AppHostWarning.swift
[22/88] Compiling ConcurrencyExtras MainSerialExecutor.swift
[23/88] Emitting module IssueReporting
[24/88] Compiling ConcurrencyExtras MainSerialExecutor.swift
[25/91] Compiling IssueReporting LockIsolated.swift
[26/91] Compiling IssueReporting Rethrows.swift
[27/91] Compiling ConcurrencyExtras Task.swift
[28/92] Compiling ConcurrencyExtras UncheckedSendable.swift
[29/92] Compiling IssueReporting Deprecations.swift
[30/92] Compiling IssueReporting FailureObserver.swift
[31/92] Compiling SwiftSyntax510 Empty.swift
[32/92] Compiling IssueReporting TestContext.swift
[33/92] Compiling IssueReporting Unimplemented.swift
[34/92] Emitting module ConcurrencyExtras
[40/93] Compiling ConcurrencyExtras LockIsolated.swift
[41/93] Compiling ConcurrencyExtras Task.swift
[42/94] Compiling ConcurrencyExtras UncheckedSendable.swift
[50/94] Compiling IssueReporting SwiftTesting.swift
[51/94] Compiling IssueReporting UncheckedSendable.swift
[52/94] Compiling IssueReporting Warn.swift
[56/95] Compiling IssueReporting BreakpointReporter.swift
[57/95] Compiling IssueReporting FatalErrorReporter.swift
[58/95] Compiling IssueReporting XCTest.swift
[59/95] Compiling IssueReporting IsTesting.swift
[60/95] Compiling IssueReporting IssueReporter.swift
[61/95] Compiling IssueReporting RuntimeWarningReporter.swift
[62/95] Compiling IssueReporting ReportIssue.swift
[66/95] Compiling IssueReporting WithExpectedIssue.swift
[67/95] Compiling IssueReporting WithIssueContext.swift
[69/97] Compiling SwiftSyntax509 Empty.swift
[70/97] Emitting module SwiftSyntax509
[70/96] Write Objects.LinkFileList
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[73/94] Linking libIssueReportingTestSupport.wasm
[73/94] Linking libIssueReportingTestSupport-tool.so
BUILD FAILURE 6.1 wasm