Build Information
Failed to build AUv3Controls, reference main (423a28
), with Swift 6.1 for Wasm on 22 Jun 2025 12:50:46 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bradhowes/AUv3Controls.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/bradhowes/AUv3Controls
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 423a281 Use TCA debounce for title change
Updating files: 96% (12728/13145)
Updating files: 97% (12751/13145)
Updating files: 98% (12883/13145)
Updating files: 99% (13014/13145)
Updating files: 100% (13145/13145)
Updating files: 100% (13145/13145), done.
Cloned https://github.com/bradhowes/AUv3Controls.git
Revision (git rev-parse @):
423a2819592b889fc8ccbf27a0d2b3e6ad65d9f0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bradhowes/AUv3Controls.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/bradhowes/AUv3Controls.git
https://github.com/bradhowes/AUv3Controls.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-composable-architecture",
"requirement" : {
"range" : [
{
"lower_bound" : "1.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-composable-architecture"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.18.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
},
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "AUv3Controls",
"name" : "AUv3Controls",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "AUv3Controls",
"targets" : [
"AUv3Controls"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AUv3ControlsTests",
"module_type" : "SwiftTarget",
"name" : "AUv3ControlsTests",
"path" : "Tests/AUv3ControlsTests",
"product_dependencies" : [
"ComposableArchitecture",
"SnapshotTesting"
],
"sources" : [
"AVFoundationTests.swift",
"AngleTests.swift",
"ClampTests.swift",
"ColorTests.swift",
"ControlFeatureTests.swift",
"DemoPreviewTests.swift",
"DualityTests.swift",
"EditorFeatureTests.swift",
"ExtensionsTests.swift",
"KnobFeatureTests.swift",
"LoggerTests.swift",
"NormValueTransformTests.swift",
"ThemeTests.swift",
"TitleFeatureTests.swift",
"ToggleFeatureTests.swift",
"TrackFeatureTests.swift",
"XCTest+Extensions.swift"
],
"target_dependencies" : [
"AUv3Controls"
],
"type" : "test"
},
{
"c99name" : "AUv3Controls",
"module_type" : "SwiftTarget",
"name" : "AUv3Controls",
"path" : "Sources/AUv3Controls",
"product_dependencies" : [
"ComposableArchitecture",
"AsyncAlgorithms"
],
"product_memberships" : [
"AUv3Controls"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/AUv3Controls/Resources/Assets.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"DimmedAppearanceModifier.swift",
"EffectsContainers.swift",
"Examples/Duality.swift",
"Examples/Envelope.swift",
"Extensions/AUParameter.swift",
"Extensions/AUParameterTree.swift",
"Extensions/Angle.swift",
"Extensions/ClosedRange.swift",
"Extensions/Color.swift",
"Extensions/KeyPath.swift",
"Extensions/UUID.swift",
"Extensions/View.swift",
"Knob/ControlFeature.swift",
"Knob/EditorFeature.swift",
"Knob/KnobConfig.swift",
"Knob/KnobFeature.swift",
"Knob/KnobValueFormatter.swift",
"Knob/NormValueTransform.swift",
"Knob/TitleFeature.swift",
"Knob/TrackFeature.swift",
"Support/Logger.swift",
"Theme.swift",
"Toggle/CheckedToggleStyle.swift",
"Toggle/ToggleFeature.swift"
],
"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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-composable-architecture
[1/2082] Fetching swift-docc-plugin
[501/7067] Fetching swift-docc-plugin, swift-async-algorithms
Fetched https://github.com/apple/swift-docc-plugin from cache (0.43s)
[1/13798] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.76s)
[1/303773] Fetching swift-composable-architecture
Fetched https://github.com/apple/swift-async-algorithms from cache (14.12s)
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (14.39s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (14.97s)
Fetching https://github.com/apple/swift-collections.git
[1/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.44s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.20.2 (3.20s)
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-sharing
[1/1411] Fetching swift-perception
[1286/4680] Fetching swift-perception, swift-sharing
[3472/6214] Fetching swift-perception, swift-sharing, swift-identified-collections
[4973/51622] Fetching swift-perception, swift-sharing, swift-identified-collections, swift-navigation
[5428/57089] Fetching swift-perception, swift-sharing, swift-identified-collections, swift-navigation, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-perception from cache (0.79s)
[38878/55678] Fetching swift-sharing, swift-identified-collections, swift-navigation, xctest-dynamic-overlay
[39333/126603] Fetching swift-sharing, swift-identified-collections, swift-navigation, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.80s)
[35228/121136] Fetching swift-sharing, swift-identified-collections, swift-navigation, swift-syntax
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-custom-dump
[62270/125717] Fetching swift-sharing, swift-identified-collections, swift-navigation, swift-syntax, swift-custom-dump
[69688/131966] Fetching swift-sharing, swift-identified-collections, swift-navigation, swift-syntax, swift-custom-dump, swift-dependencies
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.08s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.08s)
[77163/121136] Fetching swift-sharing, swift-identified-collections, swift-navigation, swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-case-paths
[89930/121997] Fetching swift-sharing, swift-identified-collections, swift-navigation, swift-syntax, swift-concurrency-extras
[96465/126391] Fetching swift-sharing, swift-identified-collections, swift-navigation, swift-syntax, swift-concurrency-extras, swift-case-paths
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.26s)
[100054/125530] Fetching swift-sharing, swift-identified-collections, swift-navigation, swift-syntax, swift-case-paths
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.36s)
[102696/121136] Fetching swift-sharing, swift-identified-collections, swift-navigation, swift-syntax
[109789/123546] Fetching swift-sharing, swift-identified-collections, swift-navigation, swift-syntax, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.83s)
Fetched https://github.com/pointfreeco/swift-sharing from cache (5.03s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (5.04s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (5.08s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.09s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.3.1 (5.60s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.44s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.47s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.45s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.51s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (1.20s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.1 (2.02s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.68s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.48s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (0.70s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (4.51s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3415] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.95s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.84s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.54s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.62s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.16s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.5.2 (0.50s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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/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-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.3.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.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/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.1
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-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/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/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.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.4
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/79] Write sources
[2/79] Copying PrivacyInfo.xcprivacy
[2/79] Write sources
[9/79] Copying PrivacyInfo.xcprivacy
[48/79] Copying Assets.xcassets
[49/79] Compiling _SwiftSyntaxCShims dummy.c
[50/79] Compiling UIKitNavigationShim shim.m
[51/79] Write swift-version-24593BA9C3E375BF.txt
[53/122] Emitting module SwiftSyntax509
[54/124] Emitting module Sharing1
[55/124] Compiling Sharing1 Empty.swift
[56/125] Compiling Sharing2 Empty.swift
[57/125] Emitting module Sharing2
[58/126] Compiling IssueReporting XCTest.swift
[59/126] Compiling IssueReporting IsTesting.swift
[60/126] Compiling IssueReporting IssueReporter.swift
[61/126] Compiling SwiftSyntax601 Empty.swift
[62/126] Emitting module SwiftSyntax601
[63/126] Compiling IssueReporting Deprecations.swift
[64/126] Compiling IssueReporting FailureObserver.swift
[66/130] Compiling IssueReporting Warn.swift
[70/130] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/130] Compiling IssueReporting TestContext.swift
[72/130] Compiling IssueReporting Unimplemented.swift
[73/130] Compiling SwiftSyntax509 Empty.swift
[74/131] Compiling IssueReporting SwiftTesting.swift
[75/131] Compiling IssueReporting UncheckedSendable.swift
[77/131] Compiling IssueReporting ErrorReporting.swift
[78/131] Compiling IssueReporting AppHostWarning.swift
[79/131] Emitting module InternalCollectionsUtilities
[81/131] Compiling IssueReporting LockIsolated.swift
[82/131] Compiling IssueReporting Rethrows.swift
[84/142] Emitting module SwiftSyntax600
[85/142] Compiling SwiftSyntax600 Empty.swift
[86/143] Emitting module SwiftSyntax510
[87/143] Compiling SwiftSyntax510 Empty.swift
[88/144] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[91/145] Wrapping AST for SwiftSyntax509 for debugging
[92/145] Wrapping AST for SwiftSyntax601 for debugging
[93/145] Wrapping AST for SwiftSyntax600 for debugging
[94/145] Wrapping AST for SwiftSyntax510 for debugging
[96/179] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[97/179] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[98/279] Compiling SwiftSyntax AbsolutePosition.swift
[99/279] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[100/281] Compiling DequeModule _DequeBuffer.swift
[101/281] Compiling DequeModule _DequeBufferHeader.swift
[102/281] Emitting module IssueReporting
[105/281] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[106/281] Compiling DequeModule Deque+Testing.swift
[107/281] Compiling DequeModule Deque._Storage.swift
[108/281] Compiling SwiftSyntax SourceEdit.swift
[109/281] Compiling SwiftSyntax SourceLength.swift
[110/281] Compiling DequeModule Deque+Extras.swift
[111/281] Compiling DequeModule Deque+Hashable.swift
[112/281] Compiling DequeModule Deque._UnsafeHandle.swift
[113/281] Compiling SwiftSyntax Assert.swift
[114/281] Compiling DequeModule Deque+Equatable.swift
[115/281] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[116/281] Compiling ConcurrencyExtras Result.swift
[117/281] Compiling ConcurrencyExtras MainSerialExecutor.swift
[118/281] Compiling ConcurrencyExtras LockIsolated.swift
[119/281] Compiling ConcurrencyExtras Task.swift
[126/283] Emitting module ConcurrencyExtras
[130/283] Compiling DequeModule _DequeSlot.swift
[131/283] Compiling DequeModule _UnsafeWrappedBuffer.swift
[132/283] Compiling SwiftSyntax SyntaxChildren.swift
[133/283] Compiling SwiftSyntax SyntaxCollection.swift
[134/283] Compiling SwiftSyntax SyntaxHashable.swift
[135/283] Compiling SwiftSyntax SyntaxIdentifier.swift
[136/283] Compiling SwiftSyntax SyntaxNodeFactory.swift
[137/283] Compiling SwiftSyntax SyntaxNodeStructure.swift
[138/283] Compiling SwiftSyntax SyntaxProtocol.swift
[139/283] Compiling SwiftSyntax SyntaxText.swift
[140/290] Compiling ConcurrencyExtras UncheckedSendable.swift
[141/291] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[142/291] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[143/291] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[144/291] Compiling SwiftSyntax SyntaxBaseNodes.swift
[145/291] Compiling SwiftSyntax SyntaxCollections.swift
[146/291] Compiling SwiftSyntax SyntaxEnum.swift
[147/291] Compiling SwiftSyntax SyntaxKind.swift
[148/291] Compiling SwiftSyntax SyntaxRewriter.swift
[149/291] Compiling SwiftSyntax SyntaxTraits.swift
[150/291] Compiling SwiftSyntax SyntaxVisitor.swift
[151/291] Compiling SwiftSyntax TokenKind.swift
[152/291] Compiling SwiftSyntax Tokens.swift
[153/291] Compiling SwiftSyntax TriviaPieces.swift
[154/291] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[156/307] Emitting module DequeModule
[157/307] Compiling PerceptionCore BetaChecking.swift
[158/307] Compiling PerceptionCore Exports.swift
[159/307] Compiling PerceptionCore Locking.swift
[160/307] Compiling PerceptionCore ThreadLocal.swift
[163/307] Compiling PerceptionCore Unchecked.swift
[164/307] Compiling PerceptionCore _PerceptionRegistrar.swift
[165/308] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[166/308] Compiling SwiftSyntax TokenDiagnostic.swift
[167/308] Compiling SwiftSyntax TokenSequence.swift
[168/308] Compiling SwiftSyntax TokenSyntax.swift
[169/308] Compiling SwiftSyntax Trivia.swift
[170/308] Compiling SwiftSyntax Utils.swift
[171/308] Compiling SwiftSyntax ChildNameForKeyPath.swift
[172/308] Compiling SwiftSyntax Keyword.swift
[173/308] Compiling XCTestDynamicOverlay Exports.swift
[185/316] Compiling SwiftSyntax SourceLocation.swift
[186/316] Compiling SwiftSyntax SourcePresence.swift
[187/316] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[188/316] Compiling SwiftSyntax Syntax.swift
[189/316] Compiling SwiftSyntax SyntaxArena.swift
[190/316] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[191/328] Compiling CombineSchedulers UIKit.swift
[192/329] Compiling CombineSchedulers AnyScheduler.swift
[193/329] Compiling CombineSchedulers Concurrency.swift
[194/329] Compiling CombineSchedulers UIScheduler.swift
[195/329] Compiling Clocks Timer.swift
[196/329] Compiling Clocks SwiftUI.swift
[197/329] Emitting module CombineSchedulers
[198/330] Compiling CombineSchedulers ImmediateScheduler.swift
[199/330] Compiling CombineSchedulers Deprecations.swift
[200/330] Compiling CombineSchedulers Timer.swift
[201/330] Compiling CombineSchedulers UnimplementedScheduler.swift
[202/330] Compiling CombineSchedulers Lock.swift
[203/330] Compiling CombineSchedulers NSRecursiveLock.swift
[204/330] Compiling CombineSchedulers SwiftUI.swift
[205/330] Compiling CombineSchedulers TestScheduler.swift
[206/331] Emitting module XCTestDynamicOverlay
[207/331] Compiling XCTestDynamicOverlay Deprecations.swift
[208/332] Emitting module Clocks
[209/332] Compiling Clocks ImmediateClock.swift
[210/332] Compiling Clocks AnyClock.swift
[211/332] Compiling Clocks Lock.swift
[212/332] Compiling Clocks _AsyncTimerSequence.swift
[215/332] Compiling OrderedCollections OrderedSet+Sendable.swift
[216/332] Compiling OrderedCollections OrderedSet+SubSequence.swift
[217/332] Compiling OrderedCollections OrderedSet+Testing.swift
[218/332] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[219/332] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[220/332] Compiling OrderedCollections OrderedSet.swift
[221/332] Compiling OrderedCollections _UnsafeBitset.swift
[222/369] Compiling Clocks TestClock.swift
[223/369] Compiling CasePathsCore AnyCasePath.swift
[224/369] Compiling CasePathsCore CasePathIterable.swift
[225/369] Compiling CasePathsCore CasePathReflectable.swift
[226/369] Compiling CasePathsCore CasePathable.swift
[227/369] Compiling CustomDump GameKit.swift
[228/369] Compiling CustomDump KeyPath.swift
[229/369] Compiling CustomDump Photos.swift
[230/369] Compiling CustomDump Speech.swift
[231/372] Emitting module CasePathsCore
[232/372] Compiling CustomDump CoreImage.swift
[233/372] Compiling CustomDump CoreLocation.swift
[234/372] Compiling CustomDump CoreMotion.swift
[235/372] Compiling CustomDump Foundation.swift
[236/373] Compiling Clocks UnimplementedClock.swift
[237/374] Compiling CasePathsCore KeyPath+Sendable.swift
[238/374] Compiling CasePathsCore UncheckedSendable.swift
[239/374] Compiling CasePathsCore TypeName.swift
[241/374] Compiling CustomDump Identifiable.swift
[242/374] Compiling CustomDump Mirror.swift
[243/374] Compiling CustomDump String.swift
[244/374] Emitting module OrderedCollections
[253/375] Compiling CasePathsCore Never+CasePathable.swift
[254/375] Compiling CasePathsCore Optional+CasePathable.swift
[255/375] Compiling CustomDump Unordered.swift
[256/375] Compiling CustomDump XCTAssertDifference.swift
[257/375] Compiling CustomDump XCTAssertNoDifference.swift
[259/398] Compiling CasePathsCore Result+CasePathable.swift
[260/398] Compiling Dependencies Context.swift
[261/398] Compiling Dependencies Date.swift
[262/398] Compiling Dependencies FireAndForget.swift
[263/398] Compiling Dependencies Dependency.swift
[264/398] Compiling Dependencies DependencyContext.swift
[265/398] Compiling Dependencies DependencyKey.swift
[266/398] Compiling Dependencies DependencyValues.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[267/417] 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"
[269/420] Emitting module CustomDump
[270/465] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[271/465] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[272/465] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[273/465] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[274/465] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[275/466] Emitting module PerceptionCore
[278/466] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[279/466] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[280/466] Compiling PerceptionCore WithPerceptionTracking.swift
[281/466] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[282/466] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[283/466] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[284/466] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[285/466] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[286/466] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[287/466] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.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"
[288/466] Compiling AsyncAlgorithms AsyncSyncSequence.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"
[289/466] Compiling AsyncAlgorithms AsyncThrottleSequence.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"
[290/466] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[291/466] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[292/466] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[293/466] Compiling PerceptionCore PerceptionTracking.swift
[294/466] 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 | }
[302/468] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[303/468] Compiling AsyncAlgorithms ChannelStateMachine.swift
[304/468] Compiling AsyncAlgorithms ChannelStorage.swift
[305/468] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
[306/468] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
[307/468] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
[308/468] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
[309/468] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
[310/468] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
[334/483] Emitting module IdentifiedCollections
[335/483] Compiling IdentifiedCollections IdentifiedArray.swift
[336/483] Compiling IdentifiedCollections IdentifiedCollection.swift
[337/483] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[338/483] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[339/483] Compiling AsyncAlgorithms CombineLatestStateMachine.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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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/40] Compiling SwiftSyntax509 Empty.swift
[5/42] Emitting module SwiftSyntax600
[6/42] Compiling SwiftSyntax600 Empty.swift
[7/43] Compiling SwiftSyntax510 Empty.swift
[8/43] Emitting module SwiftSyntax510
[9/43] Emitting module Sharing1
[10/43] Compiling Sharing1 Empty.swift
[11/45] Emitting module SwiftSyntax601
[12/45] Compiling SwiftSyntax601 Empty.swift
[13/45] Emitting module SwiftSyntax509
[14/50] Emitting module Sharing2
[15/50] Compiling Sharing2 Empty.swift
[22/77] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/142] Compiling SwiftSyntax MemoryLayout.swift
[24/142] Compiling SwiftSyntax MissingNodeInitializers.swift
[25/142] Compiling SwiftSyntax EditorPlaceholder.swift
[26/142] Compiling SwiftSyntax Identifier.swift
[27/153] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/153] Compiling ConcurrencyExtras ActorIsolated.swift
[29/153] Compiling ConcurrencyExtras AnyHashableSendable.swift
[30/153] Compiling ConcurrencyExtras Locking.swift
[31/153] Compiling ConcurrencyExtras UncheckedBox.swift
[34/154] Compiling ConcurrencyExtras LockIsolated.swift
[35/154] Compiling ConcurrencyExtras MainSerialExecutor.swift
[36/154] Compiling SwiftSyntax SourceEdit.swift
[37/154] Compiling SwiftSyntax SourceLength.swift
[38/154] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[41/156] Compiling SwiftSyntax RawSyntax.swift
[42/156] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[43/156] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[44/156] Compiling SwiftSyntax RawSyntaxTokenView.swift
[45/156] Emitting module InternalCollectionsUtilities
[48/156] Compiling ConcurrencyExtras AsyncStream.swift
[50/156] Emitting module ConcurrencyExtras
[51/156] Compiling ConcurrencyExtras Result.swift
[52/156] Compiling ConcurrencyExtras Task.swift
[53/156] Compiling ConcurrencyExtras UncheckedSendable.swift
[54/157] Emitting module IssueReporting
[55/157] Compiling SwiftSyntax Convenience.swift
[56/157] Compiling SwiftSyntax CustomTraits.swift
[61/188] Compiling OrderedCollections _HashTable+Bucket.swift
[62/189] Compiling OrderedCollections _HashTable+BucketIterator.swift
[63/189] Compiling OrderedCollections _HashTable+Constants.swift
[64/190] Compiling OrderedCollections _HashTable.swift
[65/190] Compiling OrderedCollections _Hashtable+Header.swift
[66/190] Compiling OrderedCollections OrderedDictionary+Codable.swift
[67/190] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[68/190] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[69/190] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[70/228] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[71/228] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[72/229] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[73/229] Compiling OrderedCollections OrderedDictionary+Elements.swift
[75/259] Compiling CombineSchedulers UIScheduler.swift
[76/266] Compiling CombineSchedulers ImmediateScheduler.swift
[77/266] Compiling CombineSchedulers Deprecations.swift
[78/268] Compiling Clocks Timer.swift
[79/269] Compiling CombineSchedulers AnyScheduler.swift
[80/269] Compiling CombineSchedulers Concurrency.swift
[83/270] Compiling CombineSchedulers UnimplementedScheduler.swift
[84/270] Compiling CombineSchedulers SwiftUI.swift
[85/270] Compiling CombineSchedulers TestScheduler.swift
[86/270] Emitting module CombineSchedulers
[87/270] Compiling CombineSchedulers Timer.swift
[88/270] Compiling CombineSchedulers UIKit.swift
[89/270] Compiling CombineSchedulers Lock.swift
[90/270] Compiling CombineSchedulers NSRecursiveLock.swift
[95/271] Compiling XCTestDynamicOverlay Exports.swift
[96/271] Compiling Clocks SwiftUI.swift
[97/271] Emitting module PerceptionCore
[98/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[99/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[100/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[101/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[102/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[103/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[104/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[105/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[106/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[107/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[108/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[109/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[110/271] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[111/271] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[113/278] Compiling PerceptionCore PerceptionTracking.swift
[114/278] Compiling DequeModule _DequeSlot.swift
[115/278] Compiling DequeModule _UnsafeWrappedBuffer.swift
[116/278] Compiling PerceptionCore WithPerceptionTracking.swift
[117/278] Compiling PerceptionCore Perceptible.swift
[118/278] Compiling PerceptionCore PerceptionChecking.swift
[125/278] Compiling Clocks ImmediateClock.swift
[128/278] Compiling PerceptionCore PerceptionRegistrar.swift
[129/278] Emitting module Clocks
[130/278] Compiling Clocks AnyClock.swift
[131/278] Compiling Clocks Lock.swift
[132/278] Compiling Clocks _AsyncTimerSequence.swift
[133/278] Compiling Clocks UnimplementedClock.swift
[134/278] Compiling OrderedCollections OrderedDictionary.swift
[135/278] Compiling OrderedCollections OrderedSet+Codable.swift
[136/278] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[137/278] Compiling OrderedCollections OrderedSet+Descriptions.swift
[138/278] Compiling OrderedCollections OrderedSet+Diffing.swift
[139/278] Compiling OrderedCollections OrderedSet+Equatable.swift
[140/278] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[141/278] Compiling OrderedCollections OrderedSet+Hashable.swift
[142/278] Compiling OrderedCollections OrderedSet+Initializers.swift
[143/278] Compiling OrderedCollections OrderedSet+Insertions.swift
[144/278] Compiling OrderedCollections OrderedSet+Invariants.swift
[145/278] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[146/278] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[147/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[148/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[149/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[160/278] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[161/278] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[164/278] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[165/278] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[166/278] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[167/278] Compiling OrderedCollections OrderedDictionary+Values.swift
[172/279] Emitting module DequeModule
[174/280] Emitting module XCTestDynamicOverlay
[175/280] Compiling XCTestDynamicOverlay Deprecations.swift
[176/281] Compiling Clocks TestClock.swift
[180/342] Compiling CustomDump CoreImage.swift
[181/342] Compiling CustomDump CoreLocation.swift
[182/342] Compiling CustomDump CoreMotion.swift
[183/342] Compiling CustomDump Foundation.swift
[184/342] Compiling CustomDump StoreKit.swift
[185/342] Compiling CustomDump Swift.swift
[186/342] Compiling CustomDump SwiftUI.swift
[187/342] Compiling CustomDump UIKit.swift
[188/342] Compiling OrderedCollections OrderedSet+Sendable.swift
[189/342] Compiling OrderedCollections OrderedSet+SubSequence.swift
[190/342] Compiling OrderedCollections OrderedSet+Testing.swift
[191/342] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[192/342] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[193/342] Compiling OrderedCollections OrderedSet.swift
[194/342] Compiling OrderedCollections _UnsafeBitset.swift
[195/342] Emitting module CasePathsCore
[196/343] Compiling CustomDump CustomDumpStringConvertible.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"
[197/343] Compiling CustomDump Diff.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"
[198/343] Compiling CustomDump Dump.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"
[199/346] Compiling CustomDump GameKit.swift
[200/346] Compiling CustomDump KeyPath.swift
[201/346] Compiling CustomDump Photos.swift
[202/346] Compiling CustomDump Speech.swift
[209/349] Compiling CustomDump UserNotifications.swift
[210/349] Compiling CustomDump UserNotificationsUI.swift
[211/349] Compiling CustomDump CustomDumpReflectable.swift
[212/349] Compiling CustomDump CustomDumpRepresentable.swift
[213/349] Compiling CasePathsCore UncheckedSendable.swift
[214/349] Compiling CasePathsCore TypeName.swift
[215/349] Compiling CasePathsCore KeyPath+Sendable.swift
[220/349] Emitting module OrderedCollections
[221/350] Compiling CasePathsCore Never+CasePathable.swift
[222/350] Compiling CasePathsCore Optional+CasePathable.swift
[231/350] Compiling Dependencies TestTrait.swift
[232/350] Compiling Dependencies WithDependencies.swift
[233/350] Compiling CustomDump String.swift
[237/350] Compiling CasePathsCore Result+CasePathable.swift
[238/350] Compiling CustomDump ExpectDifference.swift
[239/350] Compiling CustomDump ExpectNoDifference.swift
[240/350] Compiling CustomDump AnyType.swift
[243/350] Compiling Dependencies PreviewTrait.swift
[244/351] Compiling CustomDump Unordered.swift
[245/351] Compiling CustomDump XCTAssertDifference.swift
[246/351] Compiling CustomDump XCTAssertNoDifference.swift
[275/360] Emitting module CustomDump
error: emit-module command failed with exit code 1 (use -v to see invocation)
[276/360] 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 | }
[281/417] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[282/417] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[283/417] Compiling AsyncAlgorithms AsyncChannel.swift
[284/423] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[285/423] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[286/423] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[287/423] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
BUILD FAILURE 6.1 wasm