Build Information
Failed to build swift-composable-loadable, reference main (ca6e46
), with Swift 6.1 for Wasm on 29 May 2025 19:47:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/danthorpe/swift-composable-loadable.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/danthorpe/swift-composable-loadable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ca6e46e chore: add SPI badges (#24)
Cloned https://github.com/danthorpe/swift-composable-loadable.git
Revision (git rev-parse @):
ca6e46e8914e5af00002dd62a99b379b265e7473
SUCCESS checkout https://github.com/danthorpe/swift-composable-loadable.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/danthorpe/swift-composable-loadable.git
https://github.com/danthorpe/swift-composable-loadable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-composable-architecture",
"requirement" : {
"range" : [
{
"lower_bound" : "1.15.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-composable-architecture"
}
],
"manifest_display_name" : "swift-composable-loadable",
"name" : "swift-composable-loadable",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "ComposableLoadable",
"targets" : [
"ComposableLoadable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ComposableLoadableTests",
"module_type" : "SwiftTarget",
"name" : "ComposableLoadableTests",
"path" : "Tests/ComposableLoadableTests",
"sources" : [
"Array+Tests.swift",
"LoadableActionTests.swift",
"LoadableReducerTests.swift",
"LoadableStateTests.swift",
"PaginationFeatureStateTests.swift",
"PaginationFeatureTests.swift"
],
"target_dependencies" : [
"CommonTestHelpers",
"ComposableLoadable"
],
"type" : "test"
},
{
"c99name" : "ComposableLoadable",
"module_type" : "SwiftTarget",
"name" : "ComposableLoadable",
"path" : "Sources/ComposableLoadable",
"product_dependencies" : [
"ComposableArchitecture"
],
"product_memberships" : [
"ComposableLoadable"
],
"sources" : [
"Array+.swift",
"IdentifiedArray+.swift",
"Loadable/Loadable.swift",
"Loadable/LoadableClient.swift",
"Loadable/LoadableState.swift",
"Loadable/LoadingAction.swift",
"Loadable/LoadingReducer.swift",
"Loadable/Typealiases.swift",
"OpenExistential.swift",
"Pagination/PaginationContext.swift",
"Pagination/PaginationDirection.swift",
"Pagination/PaginationFeature+.swift",
"Pagination/PaginationFeature.swift",
"Views/FailureView.swift",
"Views/LoadableView.swift",
"Views/OnAppearView.swift",
"Views/PaginationLoadMore.swift"
],
"type" : "library"
},
{
"c99name" : "CommonTestHelpers",
"module_type" : "SwiftTarget",
"name" : "CommonTestHelpers",
"path" : "Sources/CommonTestHelpers",
"product_dependencies" : [
"ComposableArchitecture"
],
"sources" : [
"CounterFeature.swift",
"Errors.swift",
"KeyPath+.swift",
"ParentFeature.swift",
"TestFeatureClient.swift",
"TestState.swift"
],
"target_dependencies" : [
"ComposableLoadable"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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-composable-architecture
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.48s)
[1/303663] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (16.64s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (20.27s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.52s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.43s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.20.2 (0.72s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/3256] Fetching swift-sharing
[3257/4667] Fetching swift-sharing, swift-perception
[4668/10125] Fetching swift-sharing, swift-perception, xctest-dynamic-overlay
[5214/55526] Fetching swift-sharing, swift-perception, xctest-dynamic-overlay, swift-navigation
[21931/125978] Fetching swift-sharing, swift-perception, xctest-dynamic-overlay, swift-navigation, swift-syntax
Fetched https://github.com/pointfreeco/swift-sharing from cache (3.82s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (3.82s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-dependencies
Fetched https://github.com/pointfreeco/swift-navigation from cache (3.86s)
Fetched https://github.com/pointfreeco/swift-perception from cache (3.86s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-case-paths
[1/4581] Fetching swift-custom-dump
[2/5433] Fetching swift-custom-dump, swift-concurrency-extras
[71/9808] Fetching swift-custom-dump, swift-concurrency-extras, swift-case-paths
[9809/16057] Fetching swift-custom-dump, swift-concurrency-extras, swift-case-paths, swift-dependencies
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.80s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.80s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/apple/swift-collections
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.08s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.08s)
[1/2410] Fetching combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.44s)
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.52s)
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetched https://github.com/swiftlang/swift-syntax from cache (6.41s)
[1/1534] Fetching swift-identified-collections
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.51s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.3.0 (7.47s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.69s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.66s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.78s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.76s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (3.79s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.60s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.74s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (0.61s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.83s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.58s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.22s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.85s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.5.2 (0.56s)
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-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.0
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.5.2
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-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 1.20.2
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-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.3.0
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-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/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/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/77] Write sources
[7/77] Copying PrivacyInfo.xcprivacy
[7/77] Write sources
[47/77] Compiling UIKitNavigationShim shim.m
[48/77] Compiling _SwiftSyntaxCShims dummy.c
[49/77] Write swift-version-24593BA9C3E375BF.txt
[51/110] Emitting module SwiftSyntax600
[52/122] Compiling IssueReporting Deprecations.swift
[53/122] Compiling IssueReporting FailureObserver.swift
[54/123] Compiling IssueReporting FatalErrorReporter.swift
[55/123] Compiling IssueReporting RuntimeWarningReporter.swift
[56/123] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/123] Compiling IssueReporting SwiftTesting.swift
[58/123] Compiling IssueReporting UncheckedSendable.swift
[59/123] Compiling IssueReporting LockIsolated.swift
[60/123] Compiling IssueReporting Rethrows.swift
[61/123] Compiling IssueReporting Warn.swift
[62/123] Compiling IssueReporting BreakpointReporter.swift
[63/123] Compiling IssueReporting ErrorReporting.swift
[64/123] Compiling IssueReporting AppHostWarning.swift
[65/123] Emitting module InternalCollectionsUtilities
[66/123] Compiling IssueReporting TestContext.swift
[67/123] Compiling IssueReporting Unimplemented.swift
[68/123] Emitting module Sharing2
[69/123] Compiling Sharing2 Empty.swift
[70/126] Compiling Sharing1 Empty.swift
[71/126] Emitting module Sharing1
[72/127] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/128] Emitting module SwiftSyntax510
[77/128] Compiling SwiftSyntax510 Empty.swift
[78/129] Compiling SwiftSyntax509 Empty.swift
[79/129] Emitting module SwiftSyntax509
[80/130] Compiling SwiftSyntax600 Empty.swift
[82/131] Emitting module SwiftSyntax601
[83/131] Compiling SwiftSyntax601 Empty.swift
[85/143] Wrapping AST for SwiftSyntax509 for debugging
[86/143] Wrapping AST for SwiftSyntax510 for debugging
[88/198] Wrapping AST for SwiftSyntax600 for debugging
[89/198] Wrapping AST for SwiftSyntax601 for debugging
[91/248] Compiling SwiftSyntax SourceLocation.swift
[92/248] Compiling SwiftSyntax SourcePresence.swift
[93/262] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[94/262] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[95/262] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[96/262] Compiling SwiftSyntax SyntaxBaseNodes.swift
[97/262] Compiling SwiftSyntax SyntaxCollections.swift
[98/262] Compiling SwiftSyntax SyntaxEnum.swift
[99/262] Compiling SwiftSyntax SyntaxKind.swift
[100/262] Compiling SwiftSyntax SyntaxRewriter.swift
[101/262] Compiling SwiftSyntax SyntaxTraits.swift
[102/262] Compiling SwiftSyntax SyntaxVisitor.swift
[103/262] Compiling SwiftSyntax TokenKind.swift
[104/262] Compiling SwiftSyntax Tokens.swift
[105/262] Compiling SwiftSyntax TriviaPieces.swift
[106/262] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[107/269] Compiling SwiftSyntax SyntaxChildren.swift
[108/269] Compiling SwiftSyntax SyntaxCollection.swift
[109/269] Compiling SwiftSyntax SyntaxHashable.swift
[110/269] Compiling SwiftSyntax SyntaxIdentifier.swift
[111/269] Compiling SwiftSyntax SyntaxNodeFactory.swift
[112/269] Compiling SwiftSyntax SyntaxNodeStructure.swift
[113/269] Compiling SwiftSyntax SyntaxProtocol.swift
[114/269] Compiling SwiftSyntax SyntaxText.swift
[115/269] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[116/269] Compiling SwiftSyntax TokenDiagnostic.swift
[117/269] Compiling SwiftSyntax TokenSequence.swift
[118/269] Compiling SwiftSyntax TokenSyntax.swift
[119/269] Compiling SwiftSyntax Trivia.swift
[120/269] Compiling SwiftSyntax Utils.swift
[121/269] Compiling SwiftSyntax ChildNameForKeyPath.swift
[122/269] Compiling SwiftSyntax Keyword.swift
[123/269] Compiling SwiftSyntax BumpPtrAllocator.swift
[124/269] Compiling SwiftSyntax CommonAncestor.swift
[125/269] Compiling SwiftSyntax Convenience.swift
[126/269] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[127/269] Compiling SwiftSyntax Assert.swift
[128/269] Compiling SwiftSyntax AbsolutePosition.swift
[129/269] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[130/269] Emitting module IssueReporting
[131/269] Compiling SwiftSyntax RawSyntaxTokenView.swift
[132/269] Compiling SwiftSyntax SourceEdit.swift
[133/269] Compiling SwiftSyntax SourceLength.swift
[134/269] Compiling SwiftSyntax Identifier.swift
[135/269] Compiling SwiftSyntax MemoryLayout.swift
[136/269] Compiling SwiftSyntax MissingNodeInitializers.swift
[137/269] Compiling SwiftSyntax RawSyntax.swift
[138/269] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[139/269] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[148/269] Compiling SwiftSyntax CustomTraits.swift
[149/269] Compiling SwiftSyntax EditorPlaceholder.swift
[152/269] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[153/269] Compiling SwiftSyntax Syntax.swift
[154/269] Compiling SwiftSyntax SyntaxArena.swift
[155/269] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[156/270] Compiling ConcurrencyExtras Result.swift
[157/270] Compiling ConcurrencyExtras Task.swift
[158/270] Compiling ConcurrencyExtras MainSerialExecutor.swift
[163/271] Emitting module ConcurrencyExtras
[167/271] Compiling ConcurrencyExtras LockIsolated.swift
[168/271] Compiling ConcurrencyExtras UncheckedSendable.swift
[170/300] Compiling XCTestDynamicOverlay Exports.swift
[171/308] Emitting module CombineSchedulers
[172/309] Compiling CombineSchedulers UIScheduler.swift
[173/309] Compiling CombineSchedulers Timer.swift
[174/309] Compiling CombineSchedulers UIKit.swift
[175/309] Compiling CombineSchedulers SwiftUI.swift
[176/309] Compiling CombineSchedulers TestScheduler.swift
[177/309] Compiling Clocks Timer.swift
[178/310] Compiling CombineSchedulers AnyScheduler.swift
[179/310] Compiling CombineSchedulers Concurrency.swift
[180/310] Compiling CombineSchedulers UnimplementedScheduler.swift
[181/310] Compiling CombineSchedulers ImmediateScheduler.swift
[182/310] Compiling CombineSchedulers Deprecations.swift
[183/310] Compiling CombineSchedulers Lock.swift
[184/310] Compiling CombineSchedulers NSRecursiveLock.swift
[194/311] Compiling Clocks ImmediateClock.swift
[195/311] Compiling OrderedCollections OrderedSet+Sendable.swift
[196/311] Compiling OrderedCollections OrderedSet+SubSequence.swift
[197/311] Compiling OrderedCollections OrderedSet+Testing.swift
[198/311] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[199/311] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[200/311] Compiling OrderedCollections OrderedSet.swift
[201/311] Compiling OrderedCollections _UnsafeBitset.swift
[202/311] Emitting module XCTestDynamicOverlay
[203/311] Compiling XCTestDynamicOverlay Deprecations.swift
[204/312] Emitting module Clocks
[205/312] Compiling Clocks AnyClock.swift
[206/312] Emitting module OrderedCollections
[208/313] Compiling Clocks Lock.swift
[210/350] Compiling Clocks UnimplementedClock.swift
[211/368] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[212/368] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[213/368] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[214/368] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[215/371] Compiling IdentifiedCollections Identified.swift
[216/371] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[217/371] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[218/371] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[219/371] Compiling CasePathsCore UncheckedSendable.swift
[220/372] Compiling Clocks SwiftUI.swift
[221/372] Compiling Clocks _AsyncTimerSequence.swift
[222/372] Compiling Clocks TestClock.swift
[223/373] Compiling CasePathsCore KeyPath+Sendable.swift
[224/373] Compiling CasePathsCore TypeName.swift
[225/373] Emitting module CasePathsCore
[226/373] Compiling CustomDump ExpectNoDifference.swift
[227/373] Compiling CustomDump AnyType.swift
[228/373] Compiling CustomDump CollectionDifference.swift
[230/373] Compiling CustomDump Identifiable.swift
[231/373] Compiling CustomDump Mirror.swift
[232/373] Compiling CustomDump String.swift
[233/373] Compiling CasePathsCore Never+CasePathable.swift
[234/373] Compiling CasePathsCore Optional+CasePathable.swift
[235/373] Compiling CasePathsCore Result+CasePathable.swift
[236/373] Compiling CustomDump Unordered.swift
[237/373] Compiling CustomDump XCTAssertDifference.swift
[238/373] Compiling CustomDump XCTAssertNoDifference.swift
[242/375] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[243/375] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[246/376] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[247/376] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[248/380] Compiling Dependencies DependencyKey.swift
[249/380] Compiling Dependencies DependencyValues.swift
[250/380] Compiling Dependencies Dependency.swift
[251/380] Compiling Dependencies DependencyContext.swift
[252/399] Compiling Dependencies Locale.swift
[253/399] Compiling Dependencies MainQueue.swift
[254/399] Compiling Dependencies Date.swift
[255/399] Compiling Dependencies FireAndForget.swift
[256/399] Compiling Dependencies OpenURL.swift
[261/399] Emitting module CustomDump
[262/399] Compiling Dependencies WithRandomNumberGenerator.swift
[263/399] Compiling Dependencies AppEntryPoint.swift
[264/399] Emitting module IdentifiedCollections
[266/400] Compiling Dependencies TimeZone.swift
[267/400] Compiling Dependencies URLSession.swift
[270/403] Compiling Dependencies MainRunLoop.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[271/403] Emitting module Dependencies
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[273/403] Compiling Dependencies Context.swift
[278/404] Compiling Dependencies UUID.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[281/404] Compiling Dependencies Deprecations.swift
[282/404] Compiling Dependencies Exports.swift
[283/404] Compiling Dependencies TypeName.swift
[284/404] Compiling Dependencies Assert.swift
[285/404] Compiling Dependencies Calendar.swift
[286/404] Compiling Dependencies Clocks.swift
[287/404] Compiling PerceptionCore PerceptionTracking.swift
[288/404] Compiling PerceptionCore WithPerceptionTracking.swift
[289/404] Emitting module PerceptionCore
[292/404] Compiling PerceptionCore PerceptionRegistrar.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[304/405] Compiling Dependencies PreviewTrait.swift
[305/405] Compiling Dependencies TestTrait.swift
[306/405] Compiling Dependencies WithDependencies.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/30] Write swift-version-24593BA9C3E375BF.txt
[4/39] Compiling Sharing1 Empty.swift
[5/61] Compiling SwiftSyntax509 Empty.swift
[6/75] Emitting module Sharing1
[7/76] Emitting module SwiftSyntax601
[8/76] Compiling SwiftSyntax601 Empty.swift
[9/77] Emitting module SwiftSyntax509
[10/77] Compiling SwiftSyntax600 Empty.swift
[11/78] Compiling SwiftSyntax510 Empty.swift
[12/78] Emitting module SwiftSyntax510
[14/79] Emitting module SwiftSyntax600
[15/80] Compiling Sharing2 Empty.swift
[16/80] Emitting module Sharing2
[19/81] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[20/81] Compiling InternalCollectionsUtilities Integer rank.swift
[21/81] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[25/83] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/84] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[29/84] Compiling InternalCollectionsUtilities Debugging.swift
[30/84] Compiling InternalCollectionsUtilities Descriptions.swift
[31/84] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[32/84] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[33/84] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[34/84] Compiling IssueReporting BreakpointReporter.swift
[35/84] Compiling IssueReporting FatalErrorReporter.swift
[36/84] Compiling InternalCollectionsUtilities _SortedCollection.swift
[39/84] Compiling InternalCollectionsUtilities UInt+reversed.swift
[40/84] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[41/84] Emitting module IssueReporting
[42/84] Compiling IssueReporting WithExpectedIssue.swift
[43/84] Compiling IssueReporting WithIssueContext.swift
[44/84] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[51/84] Emitting module InternalCollectionsUtilities
[53/118] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[54/118] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[55/118] Compiling SwiftSyntax Assert.swift
[56/118] Compiling SwiftSyntax Convenience.swift
[57/118] Compiling SwiftSyntax CustomTraits.swift
[58/118] Compiling SwiftSyntax EditorPlaceholder.swift
[59/157] Compiling ConcurrencyExtras Result.swift
[60/158] Compiling ConcurrencyExtras LockIsolated.swift
[61/158] Compiling ConcurrencyExtras MainSerialExecutor.swift
[62/158] Compiling ConcurrencyExtras Task.swift
[64/158] Compiling SwiftSyntax MissingNodeInitializers.swift
[65/158] Compiling SwiftSyntax RawSyntax.swift
[66/158] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[67/158] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[68/158] Compiling SwiftSyntax Identifier.swift
[69/158] Compiling SwiftSyntax MemoryLayout.swift
[70/158] Emitting module ConcurrencyExtras
[71/161] Compiling ConcurrencyExtras UncheckedSendable.swift
[73/203] Compiling XCTestDynamicOverlay Exports.swift
[74/230] Emitting module XCTestDynamicOverlay
[75/238] Compiling PerceptionCore PerceptionTracking.swift
[76/251] Compiling CombineSchedulers UIKit.swift
[77/252] Compiling CombineSchedulers AnyScheduler.swift
[78/252] Compiling CombineSchedulers Concurrency.swift
[79/252] Compiling CombineSchedulers UIScheduler.swift
[80/252] Emitting module PerceptionCore
[81/252] Compiling Clocks Lock.swift
[82/253] Compiling PerceptionCore WithPerceptionTracking.swift
[83/253] Compiling Clocks Timer.swift
[86/253] Compiling CombineSchedulers Timer.swift
[87/253] Emitting module CombineSchedulers
[88/253] Compiling CombineSchedulers ImmediateScheduler.swift
[89/253] Compiling CombineSchedulers Deprecations.swift
[90/253] Compiling CombineSchedulers Lock.swift
[91/253] Compiling CombineSchedulers NSRecursiveLock.swift
[92/253] Compiling CombineSchedulers SwiftUI.swift
[93/253] Compiling CombineSchedulers TestScheduler.swift
[94/253] Compiling CombineSchedulers UnimplementedScheduler.swift
[98/254] Compiling PerceptionCore PerceptionRegistrar.swift
[99/254] Compiling Clocks ImmediateClock.swift
[100/254] Compiling XCTestDynamicOverlay Deprecations.swift
[101/255] Compiling PerceptionCore BetaChecking.swift
[102/255] Compiling PerceptionCore Exports.swift
[107/256] Emitting module Clocks
[108/256] Compiling Clocks AnyClock.swift
[111/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[112/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[113/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[114/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[115/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[116/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[117/256] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[118/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[119/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[120/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[121/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[122/263] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[123/263] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[124/263] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[125/263] Compiling Clocks SwiftUI.swift
[126/263] Compiling Clocks _AsyncTimerSequence.swift
[127/263] Compiling Clocks TestClock.swift
[128/263] Compiling OrderedCollections OrderedDictionary.swift
[129/263] Compiling OrderedCollections OrderedSet+Codable.swift
[130/263] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[131/263] Compiling OrderedCollections OrderedSet+Descriptions.swift
[132/263] Compiling OrderedCollections OrderedSet+Diffing.swift
[133/263] Compiling OrderedCollections OrderedSet+Equatable.swift
[134/263] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[135/263] Compiling OrderedCollections OrderedSet+Hashable.swift
[136/263] Compiling Clocks UnimplementedClock.swift
[137/301] Compiling CasePathsCore KeyPath+Sendable.swift
[138/302] Compiling CustomDump Diff.swift
[139/302] Compiling CustomDump Dump.swift
[140/302] Compiling CustomDump ExpectDifference.swift
[141/302] Compiling CustomDump GameKit.swift
[142/302] Compiling CustomDump KeyPath.swift
[143/302] Compiling CustomDump Photos.swift
[144/302] Compiling CustomDump Speech.swift
[145/302] Compiling CustomDump StoreKit.swift
[146/302] Compiling CustomDump Swift.swift
[147/302] Compiling CustomDump SwiftUI.swift
[148/302] Compiling CustomDump UIKit.swift
[149/302] Compiling CustomDump ExpectNoDifference.swift
[150/302] Compiling CustomDump AnyType.swift
[151/302] Compiling CustomDump CollectionDifference.swift
[152/302] Compiling CustomDump UserNotifications.swift
[153/302] Compiling CustomDump UserNotificationsUI.swift
[154/302] Compiling OrderedCollections OrderedSet+Initializers.swift
[155/302] Compiling OrderedCollections OrderedSet+Insertions.swift
[156/302] Compiling OrderedCollections OrderedSet+Invariants.swift
[157/302] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[158/302] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[159/302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[160/302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[161/302] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[163/302] Compiling CasePathsCore Result+CasePathable.swift
[164/302] Compiling CasePathsCore Never+CasePathable.swift
[165/302] Compiling CasePathsCore TypeName.swift
[168/302] Compiling CustomDump CustomDumpReflectable.swift
[169/302] Compiling CustomDump CustomDumpRepresentable.swift
[170/305] Compiling CasePathsCore UncheckedSendable.swift
[171/305] Compiling CasePathsCore Optional+CasePathable.swift
[172/328] Compiling Dependencies Dependency.swift
[173/328] Compiling Dependencies DependencyContext.swift
[174/328] Emitting module CasePathsCore
[175/328] Compiling Dependencies DependencyKey.swift
[176/328] Compiling Dependencies DependencyValues.swift
[181/329] Compiling Dependencies Assert.swift
[182/329] Compiling Dependencies Calendar.swift
[183/329] Compiling Dependencies Clocks.swift
[184/329] Compiling Dependencies Context.swift
[185/329] Compiling CustomDump Unordered.swift
[186/329] Compiling CustomDump XCTAssertDifference.swift
[187/329] Compiling CustomDump XCTAssertNoDifference.swift
[189/329] Emitting module CustomDump
error: emit-module command failed with exit code 1 (use -v to see invocation)
[190/329] Emitting module Dependencies
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[195/332] Compiling OrderedCollections OrderedSet+Sendable.swift
[196/332] Compiling OrderedCollections OrderedSet+SubSequence.swift
[197/332] Compiling OrderedCollections OrderedSet+Testing.swift
[198/332] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[199/332] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[200/332] Compiling OrderedCollections OrderedSet.swift
[201/332] Compiling OrderedCollections _UnsafeBitset.swift
[202/332] Emitting module OrderedCollections
[208/333] Compiling Dependencies Date.swift
[209/333] Compiling Dependencies FireAndForget.swift
[210/333] Compiling Dependencies OpenURL.swift
[211/333] Compiling Dependencies TimeZone.swift
[212/333] Compiling Dependencies URLSession.swift
[213/333] Compiling Dependencies UUID.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[214/333] Compiling Dependencies WithRandomNumberGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[215/333] Compiling Dependencies AppEntryPoint.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[216/333] Compiling Dependencies Locale.swift
[217/333] Compiling Dependencies MainQueue.swift
[218/333] Compiling Dependencies MainRunLoop.swift
[219/333] Compiling Dependencies Deprecations.swift
[220/333] Compiling Dependencies Exports.swift
[221/333] Compiling Dependencies TypeName.swift
[222/351] Compiling Dependencies PreviewTrait.swift
[223/351] Compiling Dependencies TestTrait.swift
[224/351] Compiling Dependencies WithDependencies.swift
[225/351] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[226/351] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[227/351] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[231/351] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[232/351] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[233/351] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[234/351] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
BUILD FAILURE 6.1 wasm