Build Information
Failed to build tca-composer, reference 0.6.0 (0e9171
), with Swift 6.1 for Wasm on 29 May 2025 20:13:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/mentalflux/tca-composer.git
Reference: 0.6.0
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/mentalflux/tca-composer
* tag 0.6.0 -> FETCH_HEAD
HEAD is now at 0e9171e Merge pull request #12 from mentalflux/swift-6
Cloned https://github.com/mentalflux/tca-composer.git
Revision (git rev-parse @):
0e9171e446e93be4652c420b5d67fe93d3ba4594
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mentalflux/tca-composer.git at 0.6.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mentalflux/tca-composer.git
https://github.com/mentalflux/tca-composer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "601.0.0-prerelease"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swift-case-paths",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-case-paths"
},
{
"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"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing"
},
{
"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"
}
],
"manifest_display_name" : "tca-composer",
"name" : "tca-composer",
"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" : "TCAComposer",
"targets" : [
"TCAComposer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TCAComposerMacros",
"targets" : [
"TCAComposerMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "TCAComposerTests",
"module_type" : "SwiftTarget",
"name" : "TCAComposerTests",
"path" : "Tests/TCAComposerTests",
"sources" : [
"ComposerTests.swift",
"TestReducers.swift"
],
"target_dependencies" : [
"TCAComposer"
],
"type" : "test"
},
{
"c99name" : "TCAComposerMacros",
"module_type" : "SwiftTarget",
"name" : "TCAComposerMacros",
"path" : "Sources/TCAComposerMacros",
"product_dependencies" : [
"CasePaths",
"OrderedCollections",
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"IssueReporting"
],
"product_memberships" : [
"TCAComposer",
"TCAComposerMacros"
],
"sources" : [
"ComposeDirectiveMacro.swift",
"Composer.swift",
"ComposerMacro.swift",
"Composition.swift",
"Constants.swift",
"Extensions.swift",
"Internal/_ComposedActionMacro.swift",
"Internal/_ComposedStateMemberMacro.swift",
"Internal/_ComposerCasePathableActions.swift",
"Internal/_ComposerScopePathableMacro.swift",
"Internal/_ComposerScopeSwitchableMacro.swift",
"Plugin.swift",
"ReducerAnalyzer.swift",
"SharedTypes.swift"
],
"type" : "macro"
},
{
"c99name" : "TCAComposerMacroTests",
"module_type" : "SwiftTarget",
"name" : "TCAComposerMacroTests",
"path" : "Tests/TCAComposerMacroTests",
"product_dependencies" : [
"MacroTesting"
],
"sources" : [
"ComposeNavigationDestinationMacroTests.swift",
"ComposeNavigationPathMacroTests.swift",
"ComposePresentationMacroTests.swift",
"ComposeReducer/ComposeReducerMacroTests.swift",
"ComposeReducer/EnumReducerTests.swift",
"ComposeReducer/EnumeratedReducerOptionTests.swift",
"ComposeReducer/ReducerDiagnosticTests.swift",
"ComposeReducer/ReducerExistingStateActionTests.swift",
"ComposeReducer/ReducerOptionTests.swift",
"ComposedActionMacroTests.swift",
"ComposedStateMemberMacroTests.swift",
"ComposerDirectives/ActionAlertTests.swift",
"ComposerDirectives/ActionCaseTests.swift",
"ComposerDirectives/ActionConfirmationDialogTests.swift",
"ComposerDirectives/BodyActionAlertTests.swift",
"ComposerDirectives/BodyActionCaseTests.swift",
"ComposerDirectives/BodyActionConfirmationDialogTests.swift",
"ComposerDirectives/BodyOnChangeTests.swift",
"ComposerDirectives/BodyTests.swift",
"ComposerDirectives/MacroDirectiveStubs.swift",
"ComposerDirectives/ReducerExistingStateTests.swift",
"ComposerDirectives/ScopePathTests.swift",
"ComposerMacroTests.swift",
"Internals/ComposedStateMacroTests.swift",
"Internals/ComposerScopeSwitchable.swift"
],
"target_dependencies" : [
"TCAComposerMacros"
],
"type" : "test"
},
{
"c99name" : "TCAComposer",
"module_type" : "SwiftTarget",
"name" : "TCAComposer",
"path" : "Sources/TCAComposer",
"product_dependencies" : [
"ComposableArchitecture"
],
"product_memberships" : [
"TCAComposer"
],
"sources" : [
"Macros/ComposeMacros.swift",
"Macros/ComposedReducerChild.swift",
"Macros/ComposerMacro.swift",
"Macros/InternalMacros.swift",
"ReduceAction.swift",
"ScopePathable+Bindable.swift",
"ScopePathable+Store.swift",
"ScopePathable.swift",
"ScopeSwitchable+Store.swift",
"ScopeSwitchable.swift"
],
"target_dependencies" : [
"TCAComposerMacros"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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-case-paths
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/pointfreeco/swift-composable-architecture
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/swiftlang/swift-syntax
[1/908] Fetching swift-macro-testing
[110/5283] Fetching swift-macro-testing, swift-case-paths
[5284/21874] Fetching swift-macro-testing, swift-case-paths, swift-collections
[5948/27332] Fetching swift-macro-testing, swift-case-paths, swift-collections, xctest-dynamic-overlay
[23518/97784] Fetching swift-macro-testing, swift-case-paths, swift-collections, xctest-dynamic-overlay, swift-syntax
[97785/401447] Fetching swift-macro-testing, swift-case-paths, swift-collections, xctest-dynamic-overlay, swift-syntax, swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (6.37s)
[127243/400539] Fetching swift-case-paths, swift-collections, xctest-dynamic-overlay, swift-syntax, swift-composable-architecture
Fetched https://github.com/swiftlang/swift-syntax from cache (6.50s)
[62864/330087] Fetching swift-case-paths, swift-collections, xctest-dynamic-overlay, swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-case-paths from cache (24.92s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (24.96s)
Fetched https://github.com/apple/swift-collections from cache (24.97s)
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (25.36s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (26.59s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.83s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (1.23s)
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.40s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (3.35s)
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.51s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (4.35s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (4.10s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.20.2 (1.00s)
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/3256] Fetching swift-sharing
[522/4667] Fetching swift-sharing, swift-perception
[2421/6201] Fetching swift-sharing, swift-perception, swift-identified-collections
[2666/7053] Fetching swift-sharing, swift-perception, swift-identified-collections, swift-concurrency-extras
[5812/52454] Fetching swift-sharing, swift-perception, swift-identified-collections, swift-concurrency-extras, swift-navigation
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.60s)
[6528/51602] Fetching swift-sharing, swift-perception, swift-identified-collections, swift-navigation
[7167/57851] Fetching swift-sharing, swift-perception, swift-identified-collections, swift-navigation, swift-dependencies
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/pointfreeco/swift-sharing from cache (0.85s)
[9341/54595] Fetching swift-perception, swift-identified-collections, swift-navigation, swift-dependencies
[15098/57005] Fetching swift-perception, swift-identified-collections, swift-navigation, swift-dependencies, combine-schedulers
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.13s)
[13528/50756] Fetching swift-perception, swift-identified-collections, swift-navigation, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.59s)
[12480/48346] Fetching swift-perception, swift-identified-collections, swift-navigation
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (3.42s)
Fetched https://github.com/pointfreeco/swift-perception from cache (3.43s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (3.48s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.3.0 (4.46s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (1.06s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.95s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.87s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (2.51s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.86s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.39s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.55s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.5.2 (0.87s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (4.51s)
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-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/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
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-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/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-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-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
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-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-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/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-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.3.0
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
Building for debugging...
[0/108] Write sources
[0/108] Copying PrivacyInfo.xcprivacy
[1/108] Write sources
[7/108] Copying PrivacyInfo.xcprivacy
[7/108] Write sources
[7/108] Copying PrivacyInfo.xcprivacy
[7/108] Write sources
[69/108] Compiling _SwiftSyntaxCShims dummy.c
[69/108] Compiling UIKitNavigationShim shim.m
[72/108] Write swift-version-24593BA9C3E375BF.txt
[74/141] Emitting module Sharing1
[75/141] Compiling Sharing1 Empty.swift
[76/142] Compiling Sharing2 Empty.swift
[77/142] Emitting module Sharing2
[80/143] Compiling IssueReporting BreakpointReporter.swift
[81/143] Compiling IssueReporting FatalErrorReporter.swift
[82/145] Emitting module SwiftSyntax509
[83/145] Compiling SwiftSyntax509 Empty.swift
[85/146] Compiling IssueReporting TestContext.swift
[86/146] Compiling IssueReporting Unimplemented.swift
[87/146] Compiling SwiftSyntax600 Empty.swift
[88/146] Emitting module SwiftSyntax600
[89/147] Emitting module Sharing1
[90/147] Compiling Sharing1 Empty.swift
[91/155] Emitting module SwiftSyntax510
[92/155] Compiling SwiftSyntax510 Empty.swift
[94/168] Emitting module Sharing2
[95/168] Compiling Sharing2 Empty.swift
[98/208] Wrapping AST for SwiftSyntax600 for debugging
[100/208] Emitting module IssueReporting
[101/218] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[102/220] Compiling ConcurrencyExtras ActorIsolated.swift
[103/220] Compiling ConcurrencyExtras AnyHashableSendable.swift
[104/220] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[105/220] Compiling InternalCollectionsUtilities Debugging.swift
[106/221] Emitting module ConcurrencyExtras
[107/222] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[108/222] Compiling InternalCollectionsUtilities Descriptions.swift
[109/222] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[110/222] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[114/222] Wrapping AST for SwiftSyntax510 for debugging
[116/222] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[117/222] Compiling ConcurrencyExtras UncheckedSendable.swift
[117/223] Wrapping AST for SwiftSyntax509 for debugging
[119/286] Compiling SwiftSyntax BumpPtrAllocator.swift
[120/286] Compiling SwiftSyntax CommonAncestor.swift
[121/286] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[122/286] Compiling SwiftSyntax Assert.swift
[123/286] Compiling SwiftSyntax Convenience.swift
[124/286] Compiling SwiftSyntax CustomTraits.swift
[125/286] Compiling SwiftSyntax SourcePresence.swift
[126/286] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[127/286] Emitting module InternalCollectionsUtilities
[129/287] Compiling SwiftSyntax AbsolutePosition.swift
[130/287] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[131/287] Wrapping AST for InternalCollectionsUtilities for debugging
[133/316] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[134/317] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[135/317] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[136/328] Compiling OrderedCollections _HashTable+Bucket.swift
[137/328] Compiling OrderedCollections _HashTable+BucketIterator.swift
[138/328] Compiling OrderedCollections _HashTable+Constants.swift
[139/328] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[140/342] Compiling OrderedCollections _HashTable.swift
[141/342] Compiling OrderedCollections _Hashtable+Header.swift
[144/342] Compiling OrderedCollections _HashTable+Testing.swift
[145/342] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[150/383] Compiling ConcurrencyExtras Result.swift
[151/383] Compiling ConcurrencyExtras MainSerialExecutor.swift
[152/383] Compiling ConcurrencyExtras Task.swift
[153/398] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[154/398] Compiling OrderedCollections OrderedDictionary+Elements.swift
[155/398] Compiling ConcurrencyExtras LockIsolated.swift
[156/399] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[159/399] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[160/399] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[161/399] Compiling OrderedCollections _HashTable+Bucket.swift
[163/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[164/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[165/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[166/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[167/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[168/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[169/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[170/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[171/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[172/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[173/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[174/399] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[175/399] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[176/399] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[177/406] Compiling OrderedCollections _HashTable.swift
[178/406] Compiling OrderedCollections _Hashtable+Header.swift
[179/407] Compiling OrderedCollections OrderedSet+Initializers.swift
[180/407] Compiling OrderedCollections OrderedSet+Insertions.swift
[181/407] Compiling OrderedCollections OrderedSet+Invariants.swift
[182/407] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[183/407] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[184/407] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[185/407] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[186/407] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[188/423] Compiling OrderedCollections OrderedDictionary.swift
[189/423] Compiling OrderedCollections OrderedSet+Codable.swift
[190/423] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[191/423] Compiling OrderedCollections OrderedSet+Descriptions.swift
[192/423] Compiling OrderedCollections OrderedSet+Diffing.swift
[193/423] Compiling OrderedCollections OrderedSet+Equatable.swift
[194/423] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[195/423] Compiling OrderedCollections OrderedSet+Hashable.swift
[196/435] Compiling XCTestDynamicOverlay Exports.swift
[197/435] Compiling CombineSchedulers UIKit.swift
[198/435] Compiling CombineSchedulers UIScheduler.swift
[199/436] Emitting module CombineSchedulers
[200/436] Compiling PerceptionCore Bindable.swift
[201/436] Compiling PerceptionCore Environment.swift
[202/436] Emitting module XCTestDynamicOverlay
[203/436] Compiling PerceptionCore BetaChecking.swift
[204/436] Compiling PerceptionCore Exports.swift
[205/436] Compiling PerceptionCore Locking.swift
[206/436] Compiling PerceptionCore ThreadLocal.swift
[221/443] Compiling PerceptionCore Unchecked.swift
[222/443] Compiling PerceptionCore _PerceptionRegistrar.swift
[223/443] Compiling CombineSchedulers Timer.swift
[224/443] Compiling CombineSchedulers UnimplementedScheduler.swift
[225/444] Emitting module OrderedCollections
[226/444] Compiling PerceptionCore Perceptible.swift
[227/444] Compiling PerceptionCore PerceptionChecking.swift
[228/444] Compiling OrderedCollections _HashTable+Constants.swift
[229/444] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[230/444] Compiling OrderedCollections _HashTable+Testing.swift
[231/444] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[234/444] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[235/444] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[236/444] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[237/444] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[238/444] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[239/444] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[240/444] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[241/444] Compiling OrderedCollections OrderedDictionary+Values.swift
[243/444] Compiling XCTestDynamicOverlay Deprecations.swift
[244/445] Compiling ConcurrencyExtras MainSerialExecutor.swift
[278/454] Compiling ConcurrencyExtras UncheckedSendable.swift
[279/454] Emitting module ConcurrencyExtras
[280/471] Compiling CustomDump Swift.swift
[281/471] Compiling CustomDump SwiftUI.swift
[282/471] Compiling CustomDump UIKit.swift
[283/473] Compiling Clocks Timer.swift
[284/484] Compiling CustomDump CustomDumpReflectable.swift
[285/484] Compiling CustomDump CustomDumpRepresentable.swift
[286/484] Compiling CustomDump UserNotifications.swift
[287/484] Compiling CustomDump UserNotificationsUI.swift
[290/487] Compiling CustomDump StoreKit.swift
[294/487] Compiling CustomDump GameKit.swift
[295/487] Compiling CustomDump KeyPath.swift
[296/487] Compiling CustomDump Photos.swift
[297/487] Compiling CustomDump Speech.swift
[298/487] Compiling Clocks AnyClock.swift
[299/487] Compiling Clocks ImmediateClock.swift
[300/487] Emitting module Clocks
[301/487] Compiling Clocks UnimplementedClock.swift
[302/487] Compiling Clocks Lock.swift
[303/487] Compiling Clocks _AsyncTimerSequence.swift
[304/487] Emitting module IssueReporting
[305/487] Compiling CustomDump Unordered.swift
[306/487] Compiling CustomDump XCTAssertDifference.swift
[307/487] Compiling CustomDump XCTAssertNoDifference.swift
[308/487] Compiling CustomDump CoreImage.swift
[309/487] Compiling CustomDump CoreLocation.swift
[310/487] Compiling CustomDump CoreMotion.swift
[311/487] Compiling CustomDump Foundation.swift
[316/487] Compiling OrderedCollections OrderedSet+Sendable.swift
[317/487] Compiling OrderedCollections OrderedSet+SubSequence.swift
[318/487] Compiling OrderedCollections OrderedSet+Testing.swift
[319/487] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[320/487] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[321/487] Compiling OrderedCollections OrderedSet.swift
[322/487] Compiling OrderedCollections _UnsafeBitset.swift
[332/488] Compiling CustomDump ExpectNoDifference.swift
[333/488] Compiling CustomDump AnyType.swift
[334/488] Compiling CustomDump CollectionDifference.swift
[335/488] Compiling CustomDump Identifiable.swift
[336/488] Compiling CustomDump Mirror.swift
[337/488] Compiling CustomDump String.swift
[342/488] Compiling ConcurrencyExtras Result.swift
[343/488] Compiling ConcurrencyExtras Task.swift
[346/488] Compiling Clocks SwiftUI.swift
[347/488] Compiling Clocks TestClock.swift
[359/489] Compiling ConcurrencyExtras LockIsolated.swift
[365/490] Emitting module CustomDump
[383/491] Compiling CustomDump CustomDumpStringConvertible.swift
[384/491] Compiling CustomDump Diff.swift
[385/491] Compiling CustomDump Dump.swift
[386/491] Compiling CustomDump ExpectDifference.swift
[388/499] Emitting module OrderedCollections
[392/501] Compiling PerceptionCore WithPerceptionTracking.swift
[393/501] Emitting module PerceptionCore
[420/501] Compiling PerceptionCore PerceptionTracking.swift
[421/501] Compiling PerceptionCore PerceptionRegistrar.swift
[421/502] Wrapping AST for XCTestDynamicOverlay for debugging
[428/560] Emitting module CasePathsCore
[429/571] Compiling XCTestDynamicOverlay Exports.swift
[431/571] Compiling Dependencies URLSession.swift
[432/571] Compiling Dependencies UUID.swift
[433/573] Compiling CasePathsCore UncheckedSendable.swift
[434/573] Compiling CasePathsCore Never+CasePathable.swift
[435/573] Compiling CasePathsCore Optional+CasePathable.swift
[436/573] Compiling PerceptionCore Bindable.swift
[437/573] Compiling PerceptionCore Environment.swift
[438/573] Compiling CasePathsCore Result+CasePathable.swift
[439/573] Compiling CasePathsCore KeyPath+Sendable.swift
[440/573] Compiling PerceptionCore Locking.swift
[441/573] Compiling PerceptionCore ThreadLocal.swift
[442/573] Compiling CasePathsCore TypeName.swift
[443/575] Compiling PerceptionCore _PerceptionRegistrar.swift
[444/575] Compiling PerceptionCore Perceptible.swift
[445/575] Compiling PerceptionCore PerceptionChecking.swift
[446/586] Compiling Dependencies OpenURL.swift
[447/586] Compiling Dependencies TimeZone.swift
[448/595] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[449/595] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[450/607] Emitting module IdentifiedCollections
[451/607] Compiling CombineSchedulers SwiftUI.swift
[452/607] Compiling CombineSchedulers TestScheduler.swift
[453/607] Compiling CombineSchedulers Lock.swift
[455/607] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[456/607] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[458/607] Compiling CombineSchedulers NSRecursiveLock.swift
[459/607] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[460/607] Compiling CombineSchedulers Deprecations.swift
[463/607] Compiling CombineSchedulers AnyScheduler.swift
[464/607] Compiling CombineSchedulers Concurrency.swift
[465/607] Compiling CombineSchedulers ImmediateScheduler.swift
[466/607] Emitting module XCTestDynamicOverlay
[467/607] Compiling XCTestDynamicOverlay Deprecations.swift
[468/608] Compiling IdentifiedCollections IdentifiedArray.swift
[469/608] Compiling IdentifiedCollections IdentifiedCollection.swift
[473/608] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[474/608] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[475/608] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[480/610] Compiling CombineSchedulers UIKit.swift
[481/610] Compiling CombineSchedulers UIScheduler.swift
[484/610] Emitting module CombineSchedulers
[487/612] Compiling CombineSchedulers Timer.swift
[491/612] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[492/612] Compiling IdentifiedCollections IdentifiedArray.swift
[493/612] Compiling IdentifiedCollections IdentifiedCollection.swift
[494/612] Compiling Dependencies Deprecations.swift
[495/612] Compiling Dependencies Exports.swift
[496/612] Compiling Dependencies TypeName.swift
[503/619] Compiling CombineSchedulers UnimplementedScheduler.swift
[508/621] Wrapping AST for OrderedCollections for debugging
[515/621] Compiling Clocks Timer.swift
[516/649] Emitting module IdentifiedCollections
[517/649] Compiling CustomDump CustomDumpReflectable.swift
[518/649] Compiling CustomDump CustomDumpRepresentable.swift
[519/649] Compiling CustomDump CustomDumpStringConvertible.swift
[519/650] Wrapping AST for IssueReporting for debugging
[521/650] Compiling Clocks Lock.swift
[522/660] Compiling CustomDump Foundation.swift
[523/660] Compiling CustomDump Identifiable.swift
[524/660] Compiling CustomDump Mirror.swift
[525/660] Wrapping AST for CasePathsCore for debugging
[527/660] Compiling CustomDump StoreKit.swift
[528/660] Compiling CustomDump Swift.swift
[529/660] Compiling CustomDump SwiftUI.swift
[530/660] Compiling CustomDump UIKit.swift
[533/660] Compiling CustomDump String.swift
[534/663] Emitting module CasePathsCore
[535/664] Emitting module Clocks
[536/664] Compiling Clocks ImmediateClock.swift
[537/664] Compiling Clocks AnyClock.swift
[538/664] Compiling CustomDump CoreImage.swift
[539/664] Compiling CustomDump CoreLocation.swift
[540/664] Compiling CustomDump CoreMotion.swift
[542/664] Compiling CasePathsCore UncheckedSendable.swift
[543/664] Compiling CasePathsCore KeyPath+Sendable.swift
[544/664] Compiling CasePathsCore TypeName.swift
[545/664] Compiling CasePathsCore CasePathReflectable.swift
[546/664] Compiling CasePathsCore CasePathable.swift
[547/664] Compiling CasePathsCore AnyCasePath.swift
[548/664] Compiling CasePathsCore CasePathIterable.swift
[549/664] Emitting module Dependencies
[550/665] Compiling CustomDump ExpectNoDifference.swift
[551/665] Compiling CustomDump AnyType.swift
[552/665] Compiling CustomDump CollectionDifference.swift
[554/665] Compiling CasePathsCore Result+CasePathable.swift
[555/665] Compiling Clocks _AsyncTimerSequence.swift
[556/665] Compiling Clocks TestClock.swift
[557/665] Compiling Clocks SwiftUI.swift
[558/665] Compiling Clocks UnimplementedClock.swift
[563/665] Compiling CasePathsCore Optional+CasePathable.swift
[564/665] Compiling CasePathsCore Never+CasePathable.swift
[565/665] Compiling CustomDump Unordered.swift
[566/665] Compiling CustomDump XCTAssertDifference.swift
[567/665] Compiling CustomDump XCTAssertNoDifference.swift
[570/689] Compiling Sharing Deprecations.swift
[571/689] Compiling Sharing KeyPath+Sendable.swift
[572/690] Compiling Sharing PassthroughRelay.swift
[573/690] Compiling Sharing PersistentReferences.swift
[574/690] Compiling Sharing MutexBackport.swift
[575/690] Compiling Sharing NSRecursiveLock+WithLock.swift
[576/713] Emitting module PerceptionCore
[577/713] Compiling Dependencies Dependency.swift
[578/713] Compiling Dependencies DependencyContext.swift
[579/713] Compiling Dependencies DependencyKey.swift
[580/713] Compiling Dependencies DependencyValues.swift
[581/713] Compiling Dependencies Assert.swift
[582/713] Compiling Dependencies Calendar.swift
[583/715] Compiling PerceptionCore WithPerceptionTracking.swift
[584/715] Compiling Dependencies MainRunLoop.swift
[585/715] Compiling Dependencies UUID.swift
[586/715] Compiling Dependencies WithRandomNumberGenerator.swift
[587/715] Compiling Dependencies Date.swift
[588/715] Compiling Dependencies FireAndForget.swift
[589/715] Compiling Dependencies Clocks.swift
[590/715] Compiling Dependencies Context.swift
[591/715] Compiling PerceptionCore PerceptionTracking.swift
[592/715] Compiling PerceptionCore PerceptionRegistrar.swift
[593/716] Compiling Sharing SwiftUIStateSharing.swift
[594/716] Compiling Sharing resource_bundle_accessor.swift
[596/716] Emitting module Sharing
[597/716] Compiling Dependencies OpenURL.swift
[598/716] Compiling Dependencies TimeZone.swift
[599/716] Compiling Dependencies URLSession.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[600/719] 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"
[601/719] Compiling Dependencies Locale.swift
[602/719] Compiling Dependencies MainQueue.swift
[607/719] Compiling Dependencies AppEntryPoint.swift
[608/719] Compiling Dependencies Deprecations.swift
[609/719] Compiling Dependencies Exports.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"
/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 | }
[637/719] Emitting module CustomDump
[643/720] Compiling Dependencies PreviewTrait.swift
[644/720] Compiling Dependencies TestTrait.swift
[645/720] Compiling Dependencies WithDependencies.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Building for debugging...
[0/36] Write swift-version-24593BA9C3E375BF.txt
[2/93] Emitting module SwiftSyntax600
[3/93] Compiling SwiftSyntax600 Empty.swift
[4/94] Emitting module SwiftSyntax509
[5/94] Compiling SwiftSyntax509 Empty.swift
[6/95] Compiling Sharing2 Empty.swift
[7/95] Emitting module SwiftSyntax510
[8/95] Compiling SwiftSyntax510 Empty.swift
[10/96] Compiling Sharing1 Empty.swift
[12/96] Emitting module Sharing1
[13/96] Emitting module Sharing2
[17/98] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[18/98] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[19/98] Compiling InternalCollectionsUtilities Debugging.swift
[20/98] Compiling InternalCollectionsUtilities Descriptions.swift
[21/98] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/99] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/100] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[24/100] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[25/100] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/100] Compiling InternalCollectionsUtilities UInt+reversed.swift
[27/100] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[28/100] Compiling InternalCollectionsUtilities _SortedCollection.swift
[29/100] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[34/102] Emitting module InternalCollectionsUtilities
[40/102] Compiling InternalCollectionsUtilities Integer rank.swift
[41/101] Emitting module InternalCollectionsUtilities
[42/101] Emitting module IssueReporting
[45/101] Compiling IssueReporting TestContext.swift
[46/101] Compiling IssueReporting Unimplemented.swift
[54/99] Compiling IssueReporting IsTesting.swift
[55/99] Compiling IssueReporting IssueReporter.swift
[56/99] Compiling IssueReporting RuntimeWarningReporter.swift
[57/99] Compiling IssueReporting ReportIssue.swift
[58/99] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/124] Compiling Sharing2 Empty.swift
[68/124] Emitting module Sharing2
[70/147] Compiling ConcurrencyExtras ActorIsolated.swift
[71/147] Compiling ConcurrencyExtras AnyHashableSendable.swift
[72/147] Compiling ConcurrencyExtras AsyncStream.swift
[74/148] Compiling IssueReporting WithExpectedIssue.swift
[75/148] Compiling IssueReporting WithIssueContext.swift
[76/149] Emitting module Sharing1
[77/149] Compiling Sharing1 Empty.swift
[78/150] Compiling ConcurrencyExtras Task.swift
[79/151] Compiling ConcurrencyExtras LockIsolated.swift
[82/151] Compiling ConcurrencyExtras MainSerialExecutor.swift
[83/151] Compiling ConcurrencyExtras Result.swift
[84/151] Compiling ConcurrencyExtras Locking.swift
[85/151] Compiling ConcurrencyExtras UncheckedBox.swift
[86/150] Compiling ConcurrencyExtras MainSerialExecutor.swift
[87/150] Compiling ConcurrencyExtras LockIsolated.swift
[90/160] Compiling IssueReporting TestContext.swift
[91/160] Compiling IssueReporting Unimplemented.swift
[92/161] Compiling SwiftSyntax AbsolutePosition.swift
[93/161] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[94/161] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[95/161] Compiling SwiftSyntax Assert.swift
[96/162] Emitting module ConcurrencyExtras
[97/197] Compiling ConcurrencyExtras Result.swift
[98/197] Compiling ConcurrencyExtras Task.swift
[99/261] Compiling ConcurrencyExtras UncheckedSendable.swift
[100/270] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[101/270] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[103/270] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[104/270] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[105/270] Emitting module ConcurrencyExtras
[106/270] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[107/270] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[108/270] Compiling ConcurrencyExtras UncheckedSendable.swift
[111/338] Compiling OrderedCollections _HashTable+BucketIterator.swift
[112/338] Compiling OrderedCollections _HashTable+Constants.swift
[113/338] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[114/338] Compiling OrderedCollections _HashTable.swift
[115/338] Compiling OrderedCollections _Hashtable+Header.swift
[116/341] Compiling OrderedCollections _HashTable+Testing.swift
[117/341] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[118/343] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[119/343] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[120/343] Emitting module IssueReporting
[121/355] Compiling OrderedCollections _HashTable+Bucket.swift
[123/356] Compiling XCTestDynamicOverlay Exports.swift
[124/364] Compiling CombineSchedulers ImmediateScheduler.swift
[125/364] Compiling CombineSchedulers Deprecations.swift
[126/364] Compiling CombineSchedulers AnyScheduler.swift
[127/364] Compiling CombineSchedulers Concurrency.swift
[128/364] Emitting module CombineSchedulers
[133/364] Compiling CombineSchedulers Lock.swift
[134/364] Compiling CombineSchedulers NSRecursiveLock.swift
[135/364] Compiling CombineSchedulers UIScheduler.swift
[136/365] Compiling PerceptionCore PerceptionRegistrar.swift
[137/365] Compiling CombineSchedulers Timer.swift
[138/365] Compiling CombineSchedulers SwiftUI.swift
[139/365] Compiling CombineSchedulers TestScheduler.swift
[140/365] Compiling CombineSchedulers UIKit.swift
[141/365] Compiling PerceptionCore WithPerceptionTracking.swift
[142/365] Compiling CombineSchedulers UnimplementedScheduler.swift
[143/366] Emitting module PerceptionCore
[144/366] Compiling PerceptionCore PerceptionTracking.swift
[148/366] Compiling Clocks Timer.swift
[149/368] Emitting module Clocks
[151/368] Compiling Clocks ImmediateClock.swift
[152/368] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[153/368] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[154/368] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[155/368] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[156/368] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[157/368] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[158/368] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[159/368] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[160/368] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[161/368] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[162/368] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[163/368] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[164/368] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[165/368] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[166/368] Emitting module XCTestDynamicOverlay
[167/368] Compiling XCTestDynamicOverlay Deprecations.swift
[169/376] Compiling Clocks AnyClock.swift
[170/376] Compiling Clocks Lock.swift
[171/376] Compiling Clocks _AsyncTimerSequence.swift
[172/376] Compiling Clocks SwiftUI.swift
[173/376] Compiling Clocks TestClock.swift
[175/376] Compiling Clocks UnimplementedClock.swift
[202/384] Compiling OrderedCollections OrderedSet+Initializers.swift
[203/384] Compiling OrderedCollections OrderedSet+Insertions.swift
[204/384] Compiling OrderedCollections OrderedSet+Invariants.swift
[205/384] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[206/384] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[207/384] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[208/384] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[209/384] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[210/384] Compiling OrderedCollections OrderedDictionary+Codable.swift
[211/384] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[214/384] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[215/384] Compiling OrderedCollections OrderedDictionary+Elements.swift
[216/384] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[217/384] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[228/400] Compiling OrderedCollections OrderedDictionary.swift
[229/400] Compiling OrderedCollections OrderedSet+Codable.swift
[230/400] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[231/400] Compiling OrderedCollections OrderedSet+Descriptions.swift
[232/400] Compiling OrderedCollections OrderedSet+Diffing.swift
[233/400] Compiling OrderedCollections OrderedSet+Equatable.swift
[234/400] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[235/400] Compiling OrderedCollections OrderedSet+Hashable.swift
[236/400] Compiling PerceptionCore BetaChecking.swift
[237/400] Compiling PerceptionCore Exports.swift
[238/400] Compiling PerceptionCore Bindable.swift
[239/400] Compiling PerceptionCore Environment.swift
[240/400] Compiling PerceptionCore Locking.swift
[241/400] Compiling PerceptionCore ThreadLocal.swift
[242/400] Compiling PerceptionCore Unchecked.swift
[243/400] Compiling PerceptionCore _PerceptionRegistrar.swift
[244/400] Compiling PerceptionCore Perceptible.swift
[245/408] Compiling XCTestDynamicOverlay Exports.swift
[246/420] Compiling CombineSchedulers Lock.swift
[247/420] Compiling CombineSchedulers NSRecursiveLock.swift
[248/420] Compiling CombineSchedulers ImmediateScheduler.swift
[249/420] Compiling CombineSchedulers Deprecations.swift
[250/438] Compiling Dependencies Context.swift
[251/438] Compiling Dependencies Date.swift
[252/438] Compiling Dependencies FireAndForget.swift
[253/438] Compiling Dependencies Assert.swift
[254/438] Compiling Dependencies Calendar.swift
[255/438] Compiling Dependencies Clocks.swift
[256/438] Compiling Dependencies Dependency.swift
[257/438] Compiling Dependencies DependencyContext.swift
[266/444] Compiling Dependencies UUID.swift
[267/444] Compiling Dependencies WithRandomNumberGenerator.swift
[268/444] Compiling Dependencies AppEntryPoint.swift
[269/444] Compiling Dependencies Deprecations.swift
[270/444] Compiling Dependencies Exports.swift
[271/444] Compiling Dependencies TypeName.swift
[282/453] Compiling CombineSchedulers UIScheduler.swift
[283/472] Compiling CombineSchedulers UIKit.swift
[284/472] Emitting module CombineSchedulers
[285/472] Compiling CustomDump CoreImage.swift
[286/472] Compiling CustomDump CoreLocation.swift
[287/472] Compiling CustomDump CoreMotion.swift
[288/472] Compiling CustomDump Foundation.swift
[289/472] Compiling CustomDump GameKit.swift
[290/472] Compiling CustomDump KeyPath.swift
[291/472] Compiling CombineSchedulers Timer.swift
[292/472] Compiling PerceptionCore PerceptionTracking.swift
[293/472] Compiling CustomDump Photos.swift
[294/472] Compiling CustomDump Speech.swift
[295/472] Emitting module PerceptionCore
[296/472] Compiling PerceptionCore WithPerceptionTracking.swift
[297/472] Compiling CombineSchedulers UnimplementedScheduler.swift
[299/473] Compiling CustomDump SwiftUI.swift
[300/473] Compiling CustomDump UIKit.swift
[301/473] Compiling CustomDump UserNotifications.swift
[302/473] Compiling CustomDump UserNotificationsUI.swift
[303/473] Compiling CustomDump CustomDumpReflectable.swift
[304/473] Compiling CustomDump CustomDumpRepresentable.swift
[312/476] Compiling CustomDump StoreKit.swift
[313/476] Compiling CustomDump Swift.swift
[318/476] Compiling PerceptionCore PerceptionRegistrar.swift
[327/480] Compiling CustomDump ExpectDifference.swift
[328/480] Compiling CustomDump ExpectNoDifference.swift
[329/480] Compiling CustomDump AnyType.swift
[330/480] Emitting module XCTestDynamicOverlay
[331/480] Compiling XCTestDynamicOverlay Deprecations.swift
[332/481] Compiling CustomDump Unordered.swift
[333/481] Compiling CustomDump XCTAssertDifference.swift
[334/481] Compiling CustomDump XCTAssertNoDifference.swift
[337/481] Compiling Dependencies PreviewTrait.swift
[338/481] Compiling Dependencies TestTrait.swift
[339/481] Compiling Dependencies WithDependencies.swift
[340/481] Compiling CustomDump String.swift
[341/481] Emitting module Dependencies
[342/485] Compiling CustomDump CustomDumpStringConvertible.swift
[343/485] Compiling CustomDump Diff.swift
[344/485] Compiling CustomDump Dump.swift
[349/488] Compiling OrderedCollections OrderedSet+Sendable.swift
[350/488] Compiling OrderedCollections OrderedSet+SubSequence.swift
[351/488] Compiling OrderedCollections OrderedSet+Testing.swift
[352/488] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[353/488] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[354/488] Compiling OrderedCollections OrderedSet.swift
[355/488] Compiling OrderedCollections _UnsafeBitset.swift
[368/489] Compiling Clocks Lock.swift
[369/490] Compiling Clocks Timer.swift
[371/500] Compiling Clocks AnyClock.swift
[372/500] Emitting module Clocks
[373/500] Emitting module OrderedCollections
[377/502] Emitting module CustomDump
[380/529] Compiling CustomDump GameKit.swift
[381/529] Compiling CustomDump KeyPath.swift
[382/529] Compiling CustomDump Photos.swift
[383/529] Compiling CustomDump Speech.swift
[384/532] Emitting module CasePathsCore
[385/532] Compiling CasePathsCore KeyPath+Sendable.swift
[386/532] Compiling CasePathsCore Optional+CasePathable.swift
[387/532] Compiling CasePathsCore UncheckedSendable.swift
[388/532] Compiling CasePathsCore TypeName.swift
[389/532] Compiling CasePathsCore Never+CasePathable.swift
[390/532] Emitting module OrderedCollections
[391/533] Compiling CustomDump CoreImage.swift
[392/533] Compiling CustomDump CoreLocation.swift
[393/533] Compiling CustomDump CoreMotion.swift
[394/533] Compiling CustomDump Foundation.swift
[395/533] Compiling Clocks ImmediateClock.swift
[400/533] Compiling CasePathsCore Result+CasePathable.swift
[401/534] Compiling CustomDump UserNotifications.swift
[402/534] Compiling CustomDump UserNotificationsUI.swift
[403/534] Compiling CustomDump CustomDumpReflectable.swift
[404/534] Compiling CustomDump CustomDumpRepresentable.swift
[405/534] Compiling CustomDump CustomDumpStringConvertible.swift
[406/534] Compiling CustomDump Diff.swift
[407/534] Compiling CustomDump Dump.swift
[408/534] Compiling CustomDump ExpectDifference.swift
[409/534] Compiling Clocks _AsyncTimerSequence.swift
[417/536] Compiling Clocks SwiftUI.swift
[418/536] Compiling Clocks TestClock.swift
[419/536] Compiling Clocks UnimplementedClock.swift
[423/536] Compiling CustomDump Identifiable.swift
[424/536] Compiling CustomDump Mirror.swift
[425/536] Compiling CustomDump String.swift
[426/536] Compiling CustomDump ExpectNoDifference.swift
[427/536] Compiling CustomDump AnyType.swift
[428/536] Compiling CustomDump CollectionDifference.swift
[430/536] Emitting module CustomDump
[431/543] Compiling CustomDump XCTAssertDifference.swift
[432/543] Compiling CustomDump XCTAssertNoDifference.swift
[448/543] Compiling CustomDump Unordered.swift
[452/563] Compiling CasePathsCore UncheckedSendable.swift
[453/563] Compiling CasePathsCore KeyPath+Sendable.swift
[454/564] Compiling CasePathsCore TypeName.swift
[455/564] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[456/564] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[457/564] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[458/564] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[459/564] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[460/564] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[461/564] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[462/564] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[463/564] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[464/564] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[465/564] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[467/589] Compiling Dependencies Assert.swift
[468/589] Compiling Dependencies Calendar.swift
[469/589] Emitting module CasePathsCore
[470/589] Compiling Dependencies URLSession.swift
[471/589] Compiling Dependencies UUID.swift
[472/601] Compiling Dependencies OpenURL.swift
[473/601] Compiling Dependencies TimeZone.swift
[474/607] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[475/607] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[476/607] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[477/610] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[481/610] 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"
[482/610] Emitting module IdentifiedCollections
[483/610] Compiling Dependencies WithRandomNumberGenerator.swift
[484/610] Compiling Dependencies AppEntryPoint.swift
[485/610] Compiling CasePathsCore Never+CasePathable.swift
[486/610] Compiling CasePathsCore Optional+CasePathable.swift
[487/610] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[488/610] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[489/610] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[490/610] Compiling IdentifiedCollections Identified.swift
[491/610] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[492/610] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[495/611] Compiling CasePathsCore Result+CasePathable.swift
[497/612] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[498/612] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[499/614] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[500/614] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[501/614] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[502/614] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[503/614] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[506/614] Compiling Dependencies Deprecations.swift
[507/614] Compiling Dependencies Exports.swift
[508/614] Compiling Dependencies TypeName.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"
[510/614] Compiling IdentifiedCollections IdentifiedArray.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"
[511/614] Compiling IdentifiedCollections IdentifiedCollection.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/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 | }
[531/614] Emitting module IdentifiedCollections
[537/615] Compiling Dependencies PreviewTrait.swift
[538/615] Compiling Dependencies TestTrait.swift
[539/615] Compiling Dependencies WithDependencies.swift
BUILD FAILURE 6.1 wasm