The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build swift-html-to-pdf, reference main (445d92), with Swift 6.1 for Wasm on 30 May 2025 12:12:58 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/coenttb/swift-html-to-pdf.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/coenttb/swift-html-to-pdf
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 445d920 This commit makes several key improvements to the PDF generation functionality:
Cloned https://github.com/coenttb/swift-html-to-pdf.git
Revision (git rev-parse @):
445d920c28b4b62d3208763511794253fd7c9e15
SUCCESS checkout https://github.com/coenttb/swift-html-to-pdf.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/coenttb/swift-html-to-pdf.git
https://github.com/coenttb/swift-html-to-pdf.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    }
  ],
  "manifest_display_name" : "swift-html-to-pdf",
  "name" : "swift-html-to-pdf",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "HtmlToPdf",
      "targets" : [
        "HtmlToPdf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "HtmlToPdfTests",
      "module_type" : "SwiftTarget",
      "name" : "HtmlToPdfTests",
      "path" : "Tests/HtmlToPdfTests",
      "sources" : [
        "HtmlToPdfTests.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "HtmlToPdf"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HtmlToPdf",
      "module_type" : "SwiftTarget",
      "name" : "HtmlToPdf",
      "path" : "Sources/HtmlToPdf",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "HtmlToPdf"
      ],
      "sources" : [
        "HtmlToPdf-AsyncStream.swift",
        "HtmlToPdf.swift",
        "NSPrintOperation.swift",
        "UIPrintPageRenderer.swift",
        "WebViewPool.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
[1/6249] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.53s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (2.52s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-clocks
[1/852] Fetching swift-concurrency-extras
[726/2144] Fetching swift-concurrency-extras, swift-clocks
[1073/4554] Fetching swift-concurrency-extras, swift-clocks, combine-schedulers
[4543/10012] Fetching swift-concurrency-extras, swift-clocks, combine-schedulers, xctest-dynamic-overlay
[10001/80508] Fetching swift-concurrency-extras, swift-clocks, combine-schedulers, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.45s)
[12245/79216] Fetching swift-concurrency-extras, combine-schedulers, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.47s)
[7492/73758] Fetching swift-concurrency-extras, combine-schedulers, swift-syntax
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (7.62s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (7.62s)
Fetched https://github.com/swiftlang/swift-syntax from cache (7.73s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (8.72s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.94s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.98s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.94s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (4.45s)
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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/38] Emitting module IssueReporting
[10/40] Compiling IssueReporting XCTest.swift
[11/40] Compiling IssueReporting IsTesting.swift
[12/40] Compiling IssueReporting IssueReporter.swift
[13/40] Compiling IssueReporting WithExpectedIssue.swift
[14/40] Compiling IssueReporting WithIssueContext.swift
[15/40] Compiling IssueReporting TestContext.swift
[16/40] Compiling IssueReporting Unimplemented.swift
[19/41] Compiling IssueReporting Deprecations.swift
[21/41] Compiling IssueReporting ErrorReporting.swift
[22/41] Compiling IssueReporting AppHostWarning.swift
[23/41] Emitting module ConcurrencyExtras
[24/41] Compiling ConcurrencyExtras LockIsolated.swift
[25/41] Compiling ConcurrencyExtras Result.swift
[26/41] Compiling ConcurrencyExtras MainSerialExecutor.swift
[27/41] Compiling ConcurrencyExtras Task.swift
[31/41] Compiling IssueReporting SwiftTesting.swift
[32/41] Compiling IssueReporting UncheckedSendable.swift
[33/41] Compiling IssueReporting Warn.swift
[34/41] Compiling IssueReporting FailureObserver.swift
[35/41] Compiling IssueReporting LockIsolated.swift
[36/41] Compiling IssueReporting Rethrows.swift
[37/41] Compiling IssueReporting BreakpointReporter.swift
[38/41] Compiling IssueReporting FatalErrorReporter.swift
[39/41] Compiling IssueReporting RuntimeWarningReporter.swift
[40/41] Compiling IssueReporting ReportIssue.swift
[41/42] Compiling ConcurrencyExtras UncheckedSendable.swift
[44/53] Compiling XCTestDynamicOverlay Exports.swift
[45/66] Emitting module CombineSchedulers
[46/66] Compiling Clocks SwiftUI.swift
[47/68] Compiling Clocks Timer.swift
[48/68] Compiling CombineSchedulers ImmediateScheduler.swift
[49/68] Compiling CombineSchedulers Deprecations.swift
[50/68] Compiling CombineSchedulers AnyScheduler.swift
[51/68] Compiling CombineSchedulers Concurrency.swift
[52/68] Compiling CombineSchedulers UIKit.swift
[53/68] Compiling CombineSchedulers UIScheduler.swift
[54/68] Compiling CombineSchedulers Lock.swift
[55/68] Compiling CombineSchedulers NSRecursiveLock.swift
[56/68] Compiling CombineSchedulers SwiftUI.swift
[57/68] Compiling CombineSchedulers TestScheduler.swift
[58/68] Compiling CombineSchedulers Timer.swift
[59/68] Emitting module Clocks
[60/68] Compiling CombineSchedulers UnimplementedScheduler.swift
[61/69] Compiling Clocks AnyClock.swift
[63/69] Emitting module XCTestDynamicOverlay
[64/69] Compiling XCTestDynamicOverlay Deprecations.swift
[65/70] Compiling Clocks ImmediateClock.swift
[67/70] Compiling Clocks _AsyncTimerSequence.swift
[68/70] Compiling Clocks TestClock.swift
[69/70] Compiling Clocks Lock.swift
[70/70] Compiling Clocks UnimplementedClock.swift
[72/94] Compiling Dependencies Locale.swift
[73/94] Compiling Dependencies MainQueue.swift
[74/94] Compiling Dependencies MainRunLoop.swift
[75/94] 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/94] 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/94] 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"
error: emit-module command failed with exit code 1 (use -v to see invocation)
[78/97] 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"
[79/97] Compiling Dependencies OpenURL.swift
[80/97] Compiling Dependencies TimeZone.swift
[81/97] Compiling Dependencies URLSession.swift
[82/97] Compiling Dependencies Context.swift
[83/97] Compiling Dependencies Date.swift
[84/97] Compiling Dependencies FireAndForget.swift
[85/97] Compiling Dependencies Assert.swift
[86/97] Compiling Dependencies Calendar.swift
[87/97] Compiling Dependencies Clocks.swift
[88/97] Compiling Dependencies Deprecations.swift
[89/97] Compiling Dependencies Exports.swift
[90/97] Compiling Dependencies TypeName.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-4606859-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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/HtmlToPdfTests/HtmlToPdf.xctestplan
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/31] Compiling ConcurrencyExtras MainSerialExecutor.swift
[3/31] Compiling ConcurrencyExtras Result.swift
[4/31] Compiling ConcurrencyExtras LockIsolated.swift
[5/31] Compiling ConcurrencyExtras Task.swift
[6/32] Compiling IssueReporting LockIsolated.swift
[7/32] Compiling IssueReporting Rethrows.swift
[8/32] Compiling IssueReporting Deprecations.swift
[9/32] Compiling IssueReporting FailureObserver.swift
[10/32] Emitting module ConcurrencyExtras
[11/32] Compiling IssueReporting ErrorReporting.swift
[12/32] Compiling IssueReporting AppHostWarning.swift
[13/32] Emitting module IssueReporting
[20/34] Compiling ConcurrencyExtras UncheckedSendable.swift
[21/35] Compiling IssueReporting XCTest.swift
[22/35] Compiling IssueReporting IsTesting.swift
[23/35] Compiling IssueReporting IssueReporter.swift
[25/35] Compiling IssueReporting RuntimeWarningReporter.swift
[26/35] Compiling IssueReporting ReportIssue.swift
[27/35] Compiling IssueReporting BreakpointReporter.swift
[28/35] Compiling IssueReporting FatalErrorReporter.swift
[29/35] Compiling IssueReporting TestContext.swift
[30/35] Compiling IssueReporting Unimplemented.swift
[31/35] Compiling IssueReporting SwiftTesting.swift
[32/35] Compiling IssueReporting UncheckedSendable.swift
[33/35] Compiling IssueReporting Warn.swift
[34/35] Compiling IssueReporting WithExpectedIssue.swift
[35/35] Compiling IssueReporting WithIssueContext.swift
[37/59] Compiling XCTestDynamicOverlay Exports.swift
[38/59] Emitting module CombineSchedulers
[39/60] Compiling CombineSchedulers UnimplementedScheduler.swift
[40/60] Emitting module XCTestDynamicOverlay
[41/60] Compiling XCTestDynamicOverlay Deprecations.swift
[42/61] Compiling CombineSchedulers Timer.swift
[43/61] Compiling CombineSchedulers SwiftUI.swift
[44/61] Compiling CombineSchedulers TestScheduler.swift
[45/61] Compiling CombineSchedulers UIKit.swift
[46/61] Compiling CombineSchedulers UIScheduler.swift
[48/61] Compiling CombineSchedulers Lock.swift
[49/61] Compiling CombineSchedulers NSRecursiveLock.swift
[50/61] Compiling CombineSchedulers AnyScheduler.swift
[51/61] Compiling CombineSchedulers Concurrency.swift
[52/61] Compiling CombineSchedulers ImmediateScheduler.swift
[53/61] Compiling CombineSchedulers Deprecations.swift
[54/62] Compiling Clocks Timer.swift
[55/63] Compiling Clocks ImmediateClock.swift
[56/63] Emitting module Clocks
[57/63] Compiling Clocks AnyClock.swift
[59/63] Compiling Clocks Lock.swift
[60/63] Compiling Clocks SwiftUI.swift
[61/63] Compiling Clocks _AsyncTimerSequence.swift
[62/63] Compiling Clocks TestClock.swift
[63/63] Compiling Clocks UnimplementedClock.swift
[65/87] 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"
[66/87] 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"
[67/87] 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"
[68/90] Compiling Dependencies OpenURL.swift
[69/90] Compiling Dependencies TimeZone.swift
[70/90] Compiling Dependencies URLSession.swift
[71/90] Compiling Dependencies Locale.swift
[72/90] Compiling Dependencies MainQueue.swift
[73/90] Compiling Dependencies MainRunLoop.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[74/90] 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"
[75/90] Compiling Dependencies Context.swift
[76/90] Compiling Dependencies Date.swift
[77/90] Compiling Dependencies FireAndForget.swift
[78/90] Compiling Dependencies Deprecations.swift
[79/90] Compiling Dependencies Exports.swift
[80/90] Compiling Dependencies TypeName.swift
[81/90] Compiling Dependencies Assert.swift
[82/90] Compiling Dependencies Calendar.swift
[83/90] Compiling Dependencies Clocks.swift
[84/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 |           }
[85/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 |           }
[86/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 |           }
[87/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 |           }
[88/90] Compiling Dependencies PreviewTrait.swift
[89/90] Compiling Dependencies TestTrait.swift
[90/90] Compiling Dependencies WithDependencies.swift
BUILD FAILURE 6.1 wasm