Build Information
Failed to build swift-argument-encoding, reference main (74686c
), with Swift 6.1 for Wasm on 30 May 2025 21:32:01 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MFB-Technologies-Inc/swift-argument-encoding.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/MFB-Technologies-Inc/swift-argument-encoding
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 74686c3 Merge pull request #15 from MFB-Technologies-Inc/feature/init-positional-with-argument-rep
Cloned https://github.com/MFB-Technologies-Inc/swift-argument-encoding.git
Revision (git rev-parse @):
74686c3d2591147632ab9e27c429e5b9eafda5ea
SUCCESS checkout https://github.com/MFB-Technologies-Inc/swift-argument-encoding.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/MFB-Technologies-Inc/swift-argument-encoding.git
https://github.com/MFB-Technologies-Inc/swift-argument-encoding.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies.git"
}
],
"manifest_display_name" : "swift-argument-encoding",
"name" : "swift-argument-encoding",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "ArgumentEncoding",
"targets" : [
"ArgumentEncoding"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ArgumentEncodingTests",
"module_type" : "SwiftTarget",
"name" : "ArgumentEncodingTests",
"path" : "Tests/ArgumentEncodingTests",
"sources" : [
"ArgumentGroupTests.swift",
"CommandRepresentableTests.swift",
"CommandTests.swift",
"FlagTests.swift",
"FormatterTests.swift",
"OptionDecodingTests.swift",
"OptionSetDecodingTests.swift",
"OptionSetTests.swift",
"OptionTests.swift",
"PositionalTests.swift",
"TopLevelCommandRepresentableTests.swift"
],
"target_dependencies" : [
"ArgumentEncoding"
],
"type" : "test"
},
{
"c99name" : "ArgumentEncoding",
"module_type" : "SwiftTarget",
"name" : "ArgumentEncoding",
"path" : "Sources/ArgumentEncoding",
"product_dependencies" : [
"Dependencies"
],
"product_memberships" : [
"ArgumentEncoding"
],
"sources" : [
"ArgumentGroup.swift",
"CaseConverter.swift",
"Command.swift",
"CommandRepresentable.swift",
"DecoderUserInfo+OptionHelpers.swift",
"DecoderUserInfo+OptionSetHelpers.swift",
"Flag.swift",
"FormatterNode.swift",
"Formatters.swift",
"Option.swift",
"OptionSet.swift",
"PositionalArgument.swift",
"StaticString+Constants.swift",
"TopLevelCommandRepresentable.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies.git
[1/6249] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (0.57s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.9.2 (1.10s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/2410] Fetching combine-schedulers
[1110/3262] Fetching combine-schedulers, swift-concurrency-extras
[3246/4554] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks
[4538/10012] Fetching combine-schedulers, swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.42s)
[3328/7602] Fetching swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay
[7586/78143] Fetching swift-concurrency-extras, swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.30s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.30s)
[18156/75999] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.31s)
[13403/70541] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.05s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (5.60s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.46s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.55s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.53s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (3.99s)
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/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-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.9.2
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/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
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/38] Compiling ConcurrencyExtras MainSerialExecutor.swift
[10/39] Compiling ConcurrencyExtras UncheckedSendable.swift
[11/39] Compiling IssueReporting FailureObserver.swift
[12/39] Compiling IssueReporting LockIsolated.swift
[13/39] Compiling IssueReporting BreakpointReporter.swift
[14/39] Compiling IssueReporting FatalErrorReporter.swift
[15/39] Compiling IssueReporting TestContext.swift
[16/39] Compiling IssueReporting Unimplemented.swift
[17/39] Compiling IssueReporting XCTest.swift
[18/39] Compiling IssueReporting IsTesting.swift
[19/39] Compiling IssueReporting IssueReporter.swift
[20/39] Compiling IssueReporting RuntimeWarningReporter.swift
[21/39] Compiling IssueReporting ReportIssue.swift
[22/39] Emitting module IssueReporting
[25/41] Compiling IssueReporting Rethrows.swift
[26/41] Compiling IssueReporting AppHostWarning.swift
[27/41] Compiling IssueReporting Deprecations.swift
[28/41] Compiling ConcurrencyExtras LockIsolated.swift
[30/41] Compiling IssueReporting ErrorReporting.swift
[31/41] Emitting module ConcurrencyExtras
[32/41] Compiling ConcurrencyExtras Result.swift
[33/41] Compiling ConcurrencyExtras Task.swift
[34/42] Compiling IssueReporting SwiftTesting.swift
[35/42] Compiling IssueReporting UncheckedSendable.swift
[36/42] Compiling IssueReporting Warn.swift
[41/42] Compiling IssueReporting WithExpectedIssue.swift
[42/42] Compiling IssueReporting WithIssueContext.swift
[44/66] Compiling CombineSchedulers Timer.swift
[45/66] Compiling CombineSchedulers AnyScheduler.swift
[46/66] Compiling CombineSchedulers Concurrency.swift
[47/67] Compiling CombineSchedulers UIKit.swift
[48/67] Compiling CombineSchedulers UIScheduler.swift
[49/67] Compiling XCTestDynamicOverlay Exports.swift
[50/67] Compiling CombineSchedulers ImmediateScheduler.swift
[51/67] Compiling CombineSchedulers Deprecations.swift
[52/67] Compiling CombineSchedulers Lock.swift
[53/67] Compiling CombineSchedulers NSRecursiveLock.swift
[54/67] Compiling CombineSchedulers SwiftUI.swift
[55/67] Compiling CombineSchedulers TestScheduler.swift
[56/67] Emitting module CombineSchedulers
[57/67] Compiling Clocks Timer.swift
[58/68] Compiling CombineSchedulers UnimplementedScheduler.swift
[59/68] Compiling Clocks _AsyncTimerSequence.swift
[61/69] Compiling Clocks SwiftUI.swift
[62/69] Compiling Clocks Lock.swift
[63/69] Compiling Clocks ImmediateClock.swift
[64/69] Compiling Clocks AnyClock.swift
[65/69] Emitting module Clocks
[66/69] Compiling Clocks TestClock.swift
[67/69] Compiling Clocks UnimplementedClock.swift
[68/70] Emitting module XCTestDynamicOverlay
[69/70] Compiling XCTestDynamicOverlay Deprecations.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[72/94] 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"
[73/94] Compiling Dependencies OpenURL.swift
[74/94] Compiling Dependencies TimeZone.swift
[75/94] Compiling Dependencies URLSession.swift
[76/94] Compiling Dependencies Locale.swift
[77/94] Compiling Dependencies MainQueue.swift
[78/94] Compiling Dependencies MainRunLoop.swift
[79/97] Compiling Dependencies UUID.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[80/97] Compiling Dependencies WithRandomNumberGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[81/97] Compiling Dependencies AppEntryPoint.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[82/97] Compiling Dependencies Deprecations.swift
[83/97] Compiling Dependencies Exports.swift
[84/97] Compiling Dependencies TypeName.swift
[85/97] Compiling Dependencies Assert.swift
[86/97] Compiling Dependencies Calendar.swift
[87/97] Compiling Dependencies Clocks.swift
[88/97] Compiling Dependencies Context.swift
[89/97] Compiling Dependencies Date.swift
[90/97] Compiling Dependencies FireAndForget.swift
[91/97] Compiling Dependencies Dependency.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 | }
[92/97] Compiling Dependencies DependencyContext.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 | }
[93/97] Compiling Dependencies DependencyKey.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 | }
[94/97] Compiling Dependencies DependencyValues.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 | }
[95/97] Compiling Dependencies PreviewTrait.swift
[96/97] Compiling Dependencies TestTrait.swift
[97/97] Compiling Dependencies WithDependencies.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/31] Compiling ConcurrencyExtras Result.swift
[3/31] Compiling ConcurrencyExtras MainSerialExecutor.swift
[4/32] Compiling IssueReporting BreakpointReporter.swift
[5/32] Compiling IssueReporting FatalErrorReporter.swift
[6/32] Compiling IssueReporting LockIsolated.swift
[7/32] Compiling IssueReporting Rethrows.swift
[8/32] Compiling ConcurrencyExtras LockIsolated.swift
[9/34] Compiling IssueReporting ErrorReporting.swift
[10/34] Compiling IssueReporting AppHostWarning.swift
[11/34] Compiling IssueReporting Deprecations.swift
[12/34] Compiling IssueReporting FailureObserver.swift
[13/34] Emitting module ConcurrencyExtras
[14/34] Compiling ConcurrencyExtras UncheckedSendable.swift
[15/34] Compiling ConcurrencyExtras Task.swift
[16/35] Compiling IssueReporting TestContext.swift
[17/35] Compiling IssueReporting Unimplemented.swift
[19/35] Compiling IssueReporting RuntimeWarningReporter.swift
[20/35] Compiling IssueReporting ReportIssue.swift
[21/35] Compiling IssueReporting XCTest.swift
[22/35] Compiling IssueReporting IsTesting.swift
[23/35] Compiling IssueReporting IssueReporter.swift
[24/35] Emitting module IssueReporting
[25/35] Compiling IssueReporting WithExpectedIssue.swift
[26/35] Compiling IssueReporting WithIssueContext.swift
[33/35] Compiling IssueReporting SwiftTesting.swift
[34/35] Compiling IssueReporting UncheckedSendable.swift
[35/35] Compiling IssueReporting Warn.swift
[37/59] Emitting module CombineSchedulers
[38/60] Compiling CombineSchedulers UIScheduler.swift
[39/60] Compiling CombineSchedulers ImmediateScheduler.swift
[40/60] Compiling CombineSchedulers Deprecations.swift
[41/60] Compiling XCTestDynamicOverlay Exports.swift
[42/60] Compiling CombineSchedulers UIKit.swift
[43/60] Compiling CombineSchedulers Timer.swift
[44/60] Compiling CombineSchedulers SwiftUI.swift
[45/60] Compiling CombineSchedulers TestScheduler.swift
[46/60] Compiling CombineSchedulers AnyScheduler.swift
[47/60] Compiling CombineSchedulers Concurrency.swift
[48/60] Compiling CombineSchedulers Lock.swift
[49/60] Compiling CombineSchedulers NSRecursiveLock.swift
[50/60] Compiling Clocks Timer.swift
[51/61] Compiling CombineSchedulers UnimplementedScheduler.swift
[52/62] Emitting module Clocks
[53/62] Compiling Clocks ImmediateClock.swift
[54/62] Compiling Clocks AnyClock.swift
[56/62] Compiling Clocks Lock.swift
[57/62] Compiling Clocks _AsyncTimerSequence.swift
[58/62] Compiling XCTestDynamicOverlay Deprecations.swift
[59/62] Emitting module XCTestDynamicOverlay
[60/63] Compiling Clocks TestClock.swift
[61/63] Compiling Clocks UnimplementedClock.swift
[62/63] Compiling Clocks SwiftUI.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[65/87] 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"
[66/90] Compiling Dependencies Assert.swift
[67/90] Compiling Dependencies Calendar.swift
[68/90] Compiling Dependencies Clocks.swift
[69/90] Compiling Dependencies Deprecations.swift
[70/90] Compiling Dependencies Exports.swift
[71/90] Compiling Dependencies TypeName.swift
[72/90] Compiling Dependencies Locale.swift
[73/90] Compiling Dependencies MainQueue.swift
[74/90] Compiling Dependencies MainRunLoop.swift
[75/90] Compiling Dependencies UUID.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[76/90] Compiling Dependencies WithRandomNumberGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[77/90] Compiling Dependencies AppEntryPoint.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[78/90] Compiling Dependencies OpenURL.swift
[79/90] Compiling Dependencies TimeZone.swift
[80/90] Compiling Dependencies URLSession.swift
[81/90] Compiling Dependencies Dependency.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 | }
[82/90] Compiling Dependencies DependencyContext.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 | }
[83/90] Compiling Dependencies DependencyKey.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 | }
[84/90] Compiling Dependencies DependencyValues.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 | }
[85/90] Compiling Dependencies Context.swift
[86/90] Compiling Dependencies Date.swift
[87/90] Compiling Dependencies FireAndForget.swift
[88/90] Compiling Dependencies PreviewTrait.swift
[89/90] Compiling Dependencies TestTrait.swift
[90/90] Compiling Dependencies WithDependencies.swift
BUILD FAILURE 6.1 wasm