Build Information
Failed to build swift-dependencies, reference main (7dc037
), with Swift 6.1 for Wasm on 30 May 2025 21:41:53 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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: 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 7dc0370 Remove outdated warmning. (#374)
Cloned https://github.com/pointfreeco/swift-dependencies.git
Revision (git rev-parse @):
7dc03704f892cfdaa22ac3213fed5ce6bf8a831f
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",
"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-0":/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/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-macro-testing
[1/908] Fetching swift-macro-testing
[909/1760] Fetching swift-macro-testing, swift-concurrency-extras
[1753/3052] Fetching swift-macro-testing, swift-concurrency-extras, swift-clocks
[1934/5101] Fetching swift-macro-testing, swift-concurrency-extras, swift-clocks, swift-docc-plugin
[5094/10559] Fetching swift-macro-testing, swift-concurrency-extras, swift-clocks, swift-docc-plugin, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.49s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.49s)
[6505/8415] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/combine-schedulers
[8416/10825] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay, combine-schedulers
[10826/81366] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay, combine-schedulers, swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.26s)
[9826/78956] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (5.35s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (5.36s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (5.36s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.40s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (5.90s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.49s)
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.5.2 (0.45s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (3.95s)
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.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.24s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.68s)
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/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.43s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (3.06s)
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.50s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.31s)
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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/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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.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/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/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
[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/111] Emitting module SwiftSyntax509
[41/111] Compiling SwiftSyntax509 Empty.swift
[42/112] Compiling SwiftSyntax600 Empty.swift
[43/112] Emitting module SwiftSyntax600
[45/113] Emitting module SwiftSyntax510
[46/113] Compiling SwiftSyntax510 Empty.swift
[47/113] Emitting module SwiftSyntax601
[48/113] Compiling SwiftSyntax601 Empty.swift
[50/115] Emitting module ConcurrencyExtras
[52/116] Compiling IssueReporting TestContext.swift
[53/116] Compiling IssueReporting Unimplemented.swift
[54/137] Wrapping AST for SwiftSyntax600 for debugging
[55/148] Wrapping AST for SwiftSyntax601 for debugging
[57/148] Compiling ConcurrencyExtras UncheckedSendable.swift
[57/212] Wrapping AST for SwiftSyntax510 for debugging
[58/212] Wrapping AST for SwiftSyntax509 for debugging
[60/212] Compiling SwiftSyntax SourceLocation.swift
[61/212] Compiling SwiftSyntax SourcePresence.swift
[62/212] Compiling SwiftSyntax Assert.swift
[63/212] Compiling SwiftSyntax BumpPtrAllocator.swift
[64/212] Compiling SwiftSyntax CommonAncestor.swift
[65/212] Compiling ConcurrencyExtras Result.swift
[66/212] Compiling ConcurrencyExtras Task.swift
[67/212] Compiling SwiftSyntax Identifier.swift
[68/212] Compiling SwiftSyntax MemoryLayout.swift
[69/212] Compiling SwiftSyntax MissingNodeInitializers.swift
[70/212] Compiling IssueReportingTestSupport SwiftTesting.swift
[71/212] Emitting module IssueReportingTestSupport
[72/212] Compiling IssueReportingTestSupport XCTest.swift
[73/213] Compiling SwiftSyntax Convenience.swift
[74/213] Compiling SwiftSyntax CustomTraits.swift
[75/213] Compiling SwiftSyntax EditorPlaceholder.swift
[78/213] Compiling ConcurrencyExtras LockIsolated.swift
[79/213] Compiling SwiftSyntax AbsolutePosition.swift
[80/213] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[82/213] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[84/213] Emitting module IssueReporting
[88/213] Compiling ConcurrencyExtras MainSerialExecutor.swift
[99/223] Compiling SwiftSyntax RawSyntax.swift
[100/223] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[101/223] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[102/223] Compiling SwiftSyntax RawSyntaxTokenView.swift
[102/224] Wrapping AST for IssueReportingTestSupport for debugging
[103/224] Write Objects.LinkFileList
[106/245] Emitting module ConcurrencyExtras
[107/248] Emitting module CombineSchedulers
[110/249] Compiling SwiftSyntax SourceEdit.swift
[111/249] Compiling SwiftSyntax SourceLength.swift
[112/251] Compiling CombineSchedulers UIScheduler.swift
[113/251] Compiling ConcurrencyExtras MainSerialExecutor.swift
[114/251] Compiling CombineSchedulers AnyScheduler.swift
[115/251] Compiling CombineSchedulers Concurrency.swift
[116/251] Compiling CombineSchedulers UIKit.swift
[117/251] Compiling CombineSchedulers ImmediateScheduler.swift
[118/251] Compiling CombineSchedulers Deprecations.swift
[119/251] Compiling Clocks Timer.swift
[120/252] Compiling CombineSchedulers Lock.swift
[121/252] Compiling CombineSchedulers NSRecursiveLock.swift
[122/252] Compiling CombineSchedulers SwiftUI.swift
[123/252] Compiling CombineSchedulers TestScheduler.swift
[123/252] Linking libIssueReportingTestSupport-tool.so
[125/252] Compiling XCTestDynamicOverlay Exports.swift
[126/252] Compiling CombineSchedulers Timer.swift
[127/252] Compiling Clocks Lock.swift
[128/252] Compiling CombineSchedulers UnimplementedScheduler.swift
[129/252] Compiling ConcurrencyExtras UncheckedSendable.swift
[139/253] Compiling Clocks ImmediateClock.swift
[141/253] Emitting module Clocks
[142/253] Compiling Clocks AnyClock.swift
[143/253] Compiling Clocks _AsyncTimerSequence.swift
[144/253] Compiling Clocks UnimplementedClock.swift
[145/253] Emitting module XCTestDynamicOverlay
[146/253] Compiling XCTestDynamicOverlay Deprecations.swift
[147/254] Compiling Clocks TestClock.swift
[148/254] Compiling Clocks SwiftUI.swift
[154/255] Compiling ConcurrencyExtras Result.swift
[155/255] Compiling ConcurrencyExtras Task.swift
[161/255] Compiling IssueReporting WithExpectedIssue.swift
[162/255] Compiling IssueReporting WithIssueContext.swift
[168/266] Compiling ConcurrencyExtras LockIsolated.swift
[169/272] Compiling Dependencies Assert.swift
[170/272] Compiling Dependencies Calendar.swift
[171/272] Compiling Dependencies DependencyKey.swift
[172/272] Compiling Dependencies DependencyValues.swift
[174/279] Emitting module IssueReporting
[178/280] Compiling IssueReportingTestSupport XCTest.swift
[179/280] Compiling IssueReportingTestSupport SwiftTesting.swift
[180/280] Emitting module IssueReportingTestSupport
[183/281] Emitting module Dependencies
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:108:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
106 | // MARK: -
107 |
108 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
109 | @available(
110 | *,
[186/284] Compiling Dependencies Clocks.swift
[187/284] Compiling Dependencies UUID.swift
[188/284] Compiling Dependencies WithRandomNumberGenerator.swift
[189/284] Compiling Dependencies AppEntryPoint.swift
[190/284] Compiling Dependencies Deprecations.swift
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:108:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
106 | // MARK: -
107 |
108 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
109 | @available(
110 | *,
[191/284] Compiling Dependencies Exports.swift
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:108:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
106 | // MARK: -
107 |
108 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
109 | @available(
110 | *,
[192/284] Compiling Dependencies TypeName.swift
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:108:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
106 | // MARK: -
107 |
108 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
109 | @available(
110 | *,
[192/284] Wrapping AST for IssueReportingTestSupport for debugging
[193/284] Write Objects.LinkFileList
[194/293] Wrapping AST for IssueReporting for debugging
[200/300] Compiling Dependencies PreviewTrait.swift
[201/300] Compiling Dependencies TestTrait.swift
[202/300] Compiling Dependencies WithDependencies.swift
[203/300] Compiling SwiftSyntax SyntaxCollection.swift
[204/300] Compiling SwiftSyntax SyntaxHashable.swift
[205/302] Compiling CombineSchedulers NSRecursiveLock.swift
[206/302] Compiling Dependencies Date.swift
[207/302] Compiling Dependencies FireAndForget.swift
[208/302] Compiling Dependencies Locale.swift
[209/302] Compiling Dependencies MainQueue.swift
[210/302] Compiling Dependencies MainRunLoop.swift
[211/302] Compiling Dependencies OpenURL.swift
[212/302] Compiling Dependencies TimeZone.swift
[213/302] Compiling Dependencies URLSession.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[213/307] Linking libIssueReportingTestSupport.wasm
[214/307] Compiling SwiftSyntax SyntaxIdentifier.swift
[215/307] Compiling SwiftSyntax SyntaxNodeFactory.swift
[216/307] Compiling SwiftSyntax SyntaxNodeStructure.swift
[217/307] Compiling SwiftSyntax SyntaxProtocol.swift
[218/307] Compiling SwiftSyntax SyntaxText.swift
[219/307] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[220/307] Compiling SwiftSyntax TokenDiagnostic.swift
[221/307] Compiling SwiftSyntax TokenSequence.swift
[222/307] Compiling SwiftSyntax TokenSyntax.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/68] Compiling SwiftSyntax601 Empty.swift
[5/80] Emitting module SwiftSyntax601
[6/85] Compiling SwiftSyntax509 Empty.swift
[7/85] Compiling ConcurrencyExtras MainSerialExecutor.swift
[8/86] Emitting module SwiftSyntax509
[9/87] Compiling SwiftSyntax510 Empty.swift
[10/87] Emitting module SwiftSyntax510
[11/88] Compiling IssueReportingTestSupport XCTest.swift
[12/88] Emitting module IssueReportingTestSupport
[14/88] Compiling ConcurrencyExtras AsyncStream.swift
[15/88] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[16/87] Compiling IssueReportingTestSupport XCTest.swift
[18/86] Compiling IssueReporting BreakpointReporter.swift
[19/86] Compiling IssueReporting FatalErrorReporter.swift
[20/88] Compiling ConcurrencyExtras LockIsolated.swift
[21/88] Compiling ConcurrencyExtras Result.swift
[22/88] Compiling ConcurrencyExtras Task.swift
[25/90] Compiling ConcurrencyExtras Result.swift
[26/107] Compiling ConcurrencyExtras MainSerialExecutor.swift
[27/107] Compiling IssueReportingTestSupport SwiftTesting.swift
[28/108] Compiling IssueReporting IsTesting.swift
[29/108] Compiling IssueReporting IssueReporter.swift
[30/108] Compiling ConcurrencyExtras LockIsolated.swift
[31/108] Emitting module IssueReportingTestSupport
[32/108] Compiling IssueReportingTestSupport SwiftTesting.swift
[34/109] Compiling IssueReporting BreakpointReporter.swift
[35/109] Compiling IssueReporting FatalErrorReporter.swift
[36/109] Compiling IssueReporting UncheckedSendable.swift
[37/109] Compiling IssueReporting Warn.swift
[38/109] Compiling IssueReporting ErrorReporting.swift
[39/109] Compiling IssueReporting AppHostWarning.swift
[40/109] Emitting module ConcurrencyExtras
[42/108] Write Objects.LinkFileList
[46/107] Compiling ConcurrencyExtras UncheckedSendable.swift
[47/108] Compiling IssueReporting Deprecations.swift
[48/108] Compiling IssueReporting XCTest.swift
[52/108] Emitting module ConcurrencyExtras
[55/110] Compiling IssueReporting TestContext.swift
[56/110] Compiling IssueReporting Unimplemented.swift
[57/110] Compiling IssueReporting SwiftTesting.swift
[60/112] Linking libIssueReportingTestSupport-tool.so
[62/112] Compiling SwiftSyntax600 Empty.swift
[64/112] Compiling ConcurrencyExtras UncheckedSendable.swift
error: dynamic libraries are unsupported for target 'wasm32-unknown-wasi'
[64/113] Linking libIssueReportingTestSupport.wasm
BUILD FAILURE 6.1 wasm