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-dependencies-additions, reference main (44c054), with Swift 6.1 for Wasm on 10 Jun 2025 20:31:07 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/tgrapperon/swift-dependencies-additions.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/tgrapperon/swift-dependencies-additions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 44c054e Update CI (#106)
Cloned https://github.com/tgrapperon/swift-dependencies-additions.git
Revision (git rev-parse @):
44c054eec44f3373eee69794b706198fb623fcf7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tgrapperon/swift-dependencies-additions.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tgrapperon/swift-dependencies-additions.git
https://github.com/tgrapperon/swift-dependencies-additions.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.5",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "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"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    }
  ],
  "manifest_display_name" : "swift-dependencies-additions",
  "name" : "swift-dependencies-additions",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "DependenciesAdditions",
      "targets" : [
        "DependenciesAdditions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_AppStorageDependency",
      "targets" : [
        "_AppStorageDependency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_CoreDataDependency",
      "targets" : [
        "_CoreDataDependency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_NotificationDependency",
      "targets" : [
        "_NotificationDependency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "_SwiftUIDependency",
      "targets" : [
        "_SwiftUIDependency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_SwiftUIDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "_SwiftUIDependencyTests",
      "path" : "Tests/_SwiftUIDependencyTests",
      "sources" : [
        "SwiftUIEnvironmentTests.swift"
      ],
      "target_dependencies" : [
        "_SwiftUIDependency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "_SwiftUIDependency",
      "module_type" : "SwiftTarget",
      "name" : "_SwiftUIDependency",
      "path" : "Sources/_SwiftUIDependency",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "_SwiftUIDependency"
      ],
      "sources" : [
        "StateObjectDependency.swift",
        "SwiftUIEnvironment.swift"
      ],
      "target_dependencies" : [
        "DependenciesAdditionsBasics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_NotificationDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "_NotificationDependencyTests",
      "path" : "Tests/_NotificationDependencyTests",
      "sources" : [
        "NotificationDependencyTests.swift"
      ],
      "target_dependencies" : [
        "_NotificationDependency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "_NotificationDependency",
      "module_type" : "SwiftTarget",
      "name" : "_NotificationDependency",
      "path" : "Sources/_NotificationDependency",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "_NotificationDependency"
      ],
      "sources" : [
        "NotificationDependency.swift",
        "Notifications/Notifications+Accessibility.swift",
        "Notifications/Notifications+UIKit.swift"
      ],
      "target_dependencies" : [
        "AccessibilityDependency",
        "DependenciesAdditionsBasics",
        "DeviceDependency",
        "NotificationCenterDependency"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_CoreDataDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "_CoreDataDependencyTests",
      "path" : "Tests/_CoreDataDependencyTests",
      "sources" : [
        "CoreDataDependencyTests.swift"
      ],
      "target_dependencies" : [
        "_CoreDataDependency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "_CoreDataDependency",
      "module_type" : "SwiftTarget",
      "name" : "_CoreDataDependency",
      "path" : "Sources/_CoreDataDependency",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "_CoreDataDependency"
      ],
      "sources" : [
        "FetchRequest.swift",
        "PersistentContainer+Additions.swift"
      ],
      "target_dependencies" : [
        "DependenciesAdditionsBasics",
        "PersistentContainerDependency"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_AppStorageDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "_AppStorageDependencyTests",
      "path" : "Tests/_AppStorageDependencyTests",
      "sources" : [
        "AppStorageTests.swift"
      ],
      "target_dependencies" : [
        "_AppStorageDependency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "_AppStorageDependency",
      "module_type" : "SwiftTarget",
      "name" : "_AppStorageDependency",
      "path" : "Sources/_AppStorageDependency",
      "product_dependencies" : [
        "Dependencies",
        "IssueReporting"
      ],
      "product_memberships" : [
        "_AppStorageDependency"
      ],
      "sources" : [
        "AppStorage+Specializations.swift",
        "AppStorage.swift"
      ],
      "target_dependencies" : [
        "DependenciesAdditionsBasics",
        "UserDefaultsDependency"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UserNotificationsDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "UserNotificationsDependencyTests",
      "path" : "Tests/UserNotificationsDependencyTests",
      "sources" : [
        "UserNotificationsDependencyTests.swift"
      ],
      "target_dependencies" : [
        "UserNotificationsDependency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UserNotificationsDependency",
      "module_type" : "SwiftTarget",
      "name" : "UserNotificationsDependency",
      "path" : "Sources/UserNotificationsDependency",
      "product_dependencies" : [
        "Dependencies",
        "IssueReporting"
      ],
      "product_memberships" : [
        "DependenciesAdditions"
      ],
      "sources" : [
        "UserNotificationsDependency.swift"
      ],
      "target_dependencies" : [
        "DependenciesAdditionsBasics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UserDefaultsDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "UserDefaultsDependencyTests",
      "path" : "Tests/UserDefaultsDependencyTests",
      "sources" : [
        "UserDefaultsDependencyTests.swift"
      ],
      "target_dependencies" : [
        "UserDefaultsDependency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UserDefaultsDependency",
      "module_type" : "SwiftTarget",
      "name" : "UserDefaultsDependency",
      "path" : "Sources/UserDefaultsDependency",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "DependenciesAdditions",
        "_AppStorageDependency"
      ],
      "sources" : [
        "UserDefaults+Specializations.swift",
        "UserDefaultsDependency.swift"
      ],
      "target_dependencies" : [
        "DependenciesAdditionsBasics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProcessInfoDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "ProcessInfoDependencyTests",
      "path" : "Tests/ProcessInfoDependencyTests",
      "sources" : [
        "ProcessInfoDependencyTests.swift"
      ],
      "target_dependencies" : [
        "ProcessInfoDependency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProcessInfoDependency",
      "module_type" : "SwiftTarget",
      "name" : "ProcessInfoDependency",
      "path" : "Sources/ProcessInfoDependency",
      "product_dependencies" : [
        "Dependencies",
        "IssueReporting"
      ],
      "product_memberships" : [
        "DependenciesAdditions"
      ],
      "sources" : [
        "ProcessInfoDependency.swift"
      ],
      "target_dependencies" : [
        "DependenciesAdditionsBasics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PersistentContainerDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "PersistentContainerDependencyTests",
      "path" : "Tests/PersistentContainerDependencyTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/PersistentContainerDependencyTests/Model.xcdatamodeld",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "PersistentContainerTests.swift"
      ],
      "target_dependencies" : [
        "PersistentContainerDependency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PersistentContainerDependency",
      "module_type" : "SwiftTarget",
      "name" : "PersistentContainerDependency",
      "path" : "Sources/PersistentContainerDependency",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "DependenciesAdditions",
        "_CoreDataDependency"
      ],
      "sources" : [
        "PersistentContainer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PathDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "PathDependencyTests",
      "path" : "Tests/PathDependencyTests",
      "sources" : [
        "PathDependencyTests.swift"
      ],
      "target_dependencies" : [
        "PathDependency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PathDependency",
      "module_type" : "SwiftTarget",
      "name" : "PathDependency",
      "path" : "Sources/PathDependency",
      "product_dependencies" : [
        "Dependencies",
        "IssueReporting"
      ],
      "product_memberships" : [
        "DependenciesAdditions"
      ],
      "sources" : [
        "PathDependency.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NotificationCenterDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "NotificationCenterDependencyTests",
      "path" : "Tests/NotificationCenterDependencyTests",
      "sources" : [
        "NotificationCenterDependencyTests.swift"
      ],
      "target_dependencies" : [
        "DependenciesAdditionsBasics",
        "NotificationCenterDependency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NotificationCenterDependency",
      "module_type" : "SwiftTarget",
      "name" : "NotificationCenterDependency",
      "path" : "Sources/NotificationCenterDependency",
      "product_dependencies" : [
        "Dependencies",
        "IssueReporting"
      ],
      "product_memberships" : [
        "DependenciesAdditions",
        "_NotificationDependency"
      ],
      "sources" : [
        "NotificationCenterDependency.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LoggerDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "LoggerDependencyTests",
      "path" : "Tests/LoggerDependencyTests",
      "sources" : [
        "LoggerDependencyTests.swift"
      ],
      "target_dependencies" : [
        "LoggerDependency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LoggerDependency",
      "module_type" : "SwiftTarget",
      "name" : "LoggerDependency",
      "path" : "Sources/LoggerDependency",
      "product_dependencies" : [
        "Dependencies",
        "IssueReporting"
      ],
      "product_memberships" : [
        "DependenciesAdditions"
      ],
      "sources" : [
        "Logger.swift"
      ],
      "target_dependencies" : [
        "BundleDependency"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DeviceDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "DeviceDependencyTests",
      "path" : "Tests/DeviceDependencyTests",
      "sources" : [
        "DeviceCheckTests.swift",
        "DeviceDependencyTests.swift"
      ],
      "target_dependencies" : [
        "DeviceDependency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DeviceDependency",
      "module_type" : "SwiftTarget",
      "name" : "DeviceDependency",
      "path" : "Sources/DeviceDependency",
      "product_dependencies" : [
        "Dependencies",
        "IssueReporting"
      ],
      "product_memberships" : [
        "DependenciesAdditions",
        "_NotificationDependency"
      ],
      "sources" : [
        "DeviceCheckDependency.swift",
        "UIDeviceDependency_iOS.swift",
        "UIDeviceDependency_tvOS.swift",
        "WKInterfaceDeviceDependency.swift"
      ],
      "target_dependencies" : [
        "DependenciesAdditionsBasics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DependenciesAdditionsBasicsTests",
      "module_type" : "SwiftTarget",
      "name" : "DependenciesAdditionsBasicsTests",
      "path" : "Tests/DependenciesAdditionsBasicsTests",
      "product_dependencies" : [
        "IssueReporting"
      ],
      "sources" : [
        "ProxiesTests.swift"
      ],
      "target_dependencies" : [
        "DependenciesAdditionsBasics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DependenciesAdditionsBasics",
      "module_type" : "SwiftTarget",
      "name" : "DependenciesAdditionsBasics",
      "path" : "Sources/DependenciesAdditionsBasics",
      "product_dependencies" : [
        "Dependencies",
        "IssueReporting"
      ],
      "product_memberships" : [
        "DependenciesAdditions",
        "_AppStorageDependency",
        "_CoreDataDependency",
        "_NotificationDependency",
        "_SwiftUIDependency"
      ],
      "sources" : [
        "ConcurrencySupport/AnyCancellableTask.swift",
        "ConcurrencySupport/AsyncStream+Additions.swift",
        "ConcurrencySupport/AsyncThrowingStream+Additions.swift",
        "ConcurrencySupport/BroadcastableAsyncSequence.swift",
        "DateGenerator/IncrementingDateGenerator.swift",
        "DateGenerator/TickingDateGenerator.swift",
        "Internal/AsyncSharedSubject.swift",
        "Internal/Exports.swift",
        "Internal/RuntimeWarnings.swift",
        "Proxies+Unimplemented.swift",
        "Proxies.swift",
        "RandomNumberGenerator/RandomNumberGenerator+Addtions.swift",
        "RandomNumberGenerator/SecureRandomNumberGenerator.swift",
        "TestSupport/WithTimeout.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DependenciesAdditions",
      "module_type" : "SwiftTarget",
      "name" : "DependenciesAdditions",
      "path" : "Sources/DependenciesAdditions",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "DependenciesAdditions"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "AccessibilityDependency",
        "ApplicationDependency",
        "BundleDependency",
        "CodableDependency",
        "CompressionDependency",
        "DataDependency",
        "DependenciesAdditionsBasics",
        "DeviceDependency",
        "LoggerDependency",
        "NotificationCenterDependency",
        "PathDependency",
        "PersistentContainerDependency",
        "ProcessInfoDependency",
        "UserDefaultsDependency",
        "UserNotificationsDependency"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DataDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "DataDependencyTests",
      "path" : "Tests/DataDependencyTests",
      "sources" : [
        "DataDependencyTests.swift"
      ],
      "target_dependencies" : [
        "DataDependency",
        "DependenciesAdditionsBasics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DataDependency",
      "module_type" : "SwiftTarget",
      "name" : "DataDependency",
      "path" : "Sources/DataDependency",
      "product_dependencies" : [
        "Dependencies",
        "IssueReporting"
      ],
      "product_memberships" : [
        "DependenciesAdditions"
      ],
      "sources" : [
        "DataDependency.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CompressionDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "CompressionDependencyTests",
      "path" : "Tests/CompressionDependencyTests",
      "sources" : [
        "CompressionDependencyTests.swift"
      ],
      "target_dependencies" : [
        "CompressionDependency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CompressionDependency",
      "module_type" : "SwiftTarget",
      "name" : "CompressionDependency",
      "path" : "Sources/CompressionDependency",
      "product_dependencies" : [
        "Dependencies",
        "IssueReporting"
      ],
      "product_memberships" : [
        "DependenciesAdditions"
      ],
      "sources" : [
        "Compressor.swift",
        "Decompressor.swift",
        "Internal/_Compression.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CodableDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "CodableDependencyTests",
      "path" : "Tests/CodableDependencyTests",
      "sources" : [
        "CodableDependencyTests.swift"
      ],
      "target_dependencies" : [
        "CodableDependency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodableDependency",
      "module_type" : "SwiftTarget",
      "name" : "CodableDependency",
      "path" : "Sources/CodableDependency",
      "product_dependencies" : [
        "Dependencies",
        "IssueReporting"
      ],
      "product_memberships" : [
        "DependenciesAdditions"
      ],
      "sources" : [
        "DataDecoder.swift",
        "DataEncoder.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BundleDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "BundleDependencyTests",
      "path" : "Tests/BundleDependencyTests",
      "sources" : [
        "BundleInfoTests.swift"
      ],
      "target_dependencies" : [
        "BundleDependency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BundleDependency",
      "module_type" : "SwiftTarget",
      "name" : "BundleDependency",
      "path" : "Sources/BundleDependency",
      "product_dependencies" : [
        "Dependencies",
        "IssueReporting"
      ],
      "product_memberships" : [
        "DependenciesAdditions"
      ],
      "sources" : [
        "BundleInfo.swift"
      ],
      "target_dependencies" : [
        "DependenciesAdditionsBasics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ApplicationDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "ApplicationDependencyTests",
      "path" : "Tests/ApplicationDependencyTests",
      "sources" : [
        "ApplicationDependencyTests.swift"
      ],
      "target_dependencies" : [
        "ApplicationDependency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ApplicationDependency",
      "module_type" : "SwiftTarget",
      "name" : "ApplicationDependency",
      "path" : "Sources/ApplicationDependency",
      "product_dependencies" : [
        "IssueReporting",
        "Dependencies"
      ],
      "product_memberships" : [
        "DependenciesAdditions"
      ],
      "sources" : [
        "ApplicationDependency_iOS.swift",
        "ApplicationDependency_tvOS.swift"
      ],
      "target_dependencies" : [
        "DependenciesAdditionsBasics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AccessibilityDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "AccessibilityDependencyTests",
      "path" : "Tests/AccessibilityDependencyTests",
      "sources" : [
        "AccessibilityDependencyTests.swift"
      ],
      "target_dependencies" : [
        "AccessibilityDependency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AccessibilityDependency",
      "module_type" : "SwiftTarget",
      "name" : "AccessibilityDependency",
      "path" : "Sources/AccessibilityDependency",
      "product_dependencies" : [
        "Dependencies",
        "IssueReporting"
      ],
      "product_memberships" : [
        "DependenciesAdditions",
        "_NotificationDependency"
      ],
      "sources" : [
        "AccessibilityDependency_iOS.swift"
      ],
      "target_dependencies" : [
        "DependenciesAdditionsBasics"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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/xctest-dynamic-overlay
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-dependencies
[1/2068] Fetching swift-docc-plugin
[1304/7526] Fetching swift-docc-plugin, xctest-dynamic-overlay
[4144/13775] Fetching swift-docc-plugin, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.64s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.65s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.79s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (3.54s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3408] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.43s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.25s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.68s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.63s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
[1/861] Fetching swift-concurrency-extras
[268/2153] Fetching swift-concurrency-extras, swift-clocks
[2154/4563] Fetching swift-concurrency-extras, swift-clocks, combine-schedulers
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.32s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.34s)
[1/70776] Fetching swift-syntax
Fetched https://github.com/pointfreeco/combine-schedulers from cache (6.20s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.28s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (6.97s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (1.45s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.59s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.98s)
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/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/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/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
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/29] Write sources
[28/29] Write swift-version-24593BA9C3E375BF.txt
[30/59] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/61] Compiling IssueReporting WithExpectedIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/61] Compiling IssueReporting WithIssueContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/61] Compiling IssueReporting XCTest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/61] Compiling IssueReporting IsTesting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/61] Compiling IssueReporting IssueReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/61] Compiling IssueReporting TestContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/61] Compiling IssueReporting Unimplemented.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/61] Emitting module ConcurrencyExtras
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/61] Compiling ConcurrencyExtras AsyncStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/61] Compiling ConcurrencyExtras AsyncThrowingStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/61] Compiling ConcurrencyExtras ActorIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/61] Compiling ConcurrencyExtras AnyHashableSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/62] Compiling ConcurrencyExtras Locking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/62] Compiling ConcurrencyExtras UncheckedBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/62] Compiling ConcurrencyExtras LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/62] Compiling ConcurrencyExtras Task.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/62] Compiling ConcurrencyExtras MainSerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/62] Compiling ConcurrencyExtras Result.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/62] Compiling IssueReporting FailureObserver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/62] Compiling IssueReporting LockIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/62] Compiling IssueReporting Rethrows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/62] Compiling IssueReporting RuntimeWarningReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/62] Compiling IssueReporting ReportIssue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/62] Compiling IssueReporting BreakpointReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/62] Compiling IssueReporting FatalErrorReporter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/63] Compiling ConcurrencyExtras UncheckedSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/75] Compiling XCTestDynamicOverlay Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/87] Compiling CombineSchedulers Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/88] Compiling Clocks Timer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/88] Compiling CombineSchedulers ImmediateScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/88] Compiling CombineSchedulers Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/88] Compiling CombineSchedulers AnyScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/88] Compiling CombineSchedulers Concurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/88] Emitting module CombineSchedulers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/88] Compiling CombineSchedulers SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/88] Compiling CombineSchedulers TestScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/88] Compiling CombineSchedulers UIKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/89] Compiling CombineSchedulers Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/89] Compiling CombineSchedulers NSRecursiveLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/89] Compiling CombineSchedulers UIScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/89] Compiling Clocks AnyClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/89] Compiling CombineSchedulers UnimplementedScheduler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/90] Compiling Clocks Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/90] Emitting module Clocks
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/90] Compiling XCTestDynamicOverlay Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/90] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/91] Compiling Clocks UnimplementedClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/91] Compiling Clocks _AsyncTimerSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/91] Compiling Clocks SwiftUI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/91] Compiling Clocks ImmediateClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/91] Compiling Clocks TestClock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/115] Compiling Dependencies Context.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/115] Compiling Dependencies Date.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/115] Compiling Dependencies FireAndForget.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/118] Compiling Dependencies Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/118] Compiling Dependencies Calendar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/118] Compiling Dependencies Clocks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/118] Compiling Dependencies Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/118] Compiling Dependencies Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/118] Compiling Dependencies TypeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/118] Compiling Dependencies OpenURL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/118] Compiling Dependencies TimeZone.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/118] Compiling Dependencies URLSession.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/118] Compiling Dependencies UUID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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"
[106/118] Compiling Dependencies WithRandomNumberGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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"
[107/118] Compiling Dependencies AppEntryPoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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"
[108/118] Compiling Dependencies Locale.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/118] Compiling Dependencies MainQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/118] Compiling Dependencies MainRunLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/118] Compiling Dependencies Dependency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |           }
[112/118] Compiling Dependencies DependencyContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |           }
[113/118] Compiling Dependencies DependencyKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |           }
[114/118] Compiling Dependencies DependencyValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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 |           }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[115/118] Emitting module Dependencies
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/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"
[116/118] Compiling Dependencies PreviewTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/118] Compiling Dependencies TestTrait.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/118] Compiling Dependencies WithDependencies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
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
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/33] Compiling ConcurrencyExtras Result.swift
[5/33] Compiling ConcurrencyExtras Task.swift
[6/34] Compiling ConcurrencyExtras LockIsolated.swift
[7/34] Emitting module ConcurrencyExtras
[8/34] Compiling ConcurrencyExtras MainSerialExecutor.swift
[9/34] Compiling IssueReporting LockIsolated.swift
[10/34] Compiling IssueReporting Rethrows.swift
[11/34] Compiling IssueReporting ErrorReporting.swift
[12/34] Compiling IssueReporting AppHostWarning.swift
[13/34] Compiling IssueReporting Deprecations.swift
[14/34] Compiling IssueReporting FailureObserver.swift
[15/34] Compiling ConcurrencyExtras UncheckedSendable.swift
[16/35] Compiling IssueReporting XCTest.swift
[17/35] Compiling IssueReporting IsTesting.swift
[18/35] Compiling IssueReporting IssueReporter.swift
[19/37] Compiling IssueReporting TestContext.swift
[20/37] Compiling IssueReporting Unimplemented.swift
[22/37] Compiling IssueReporting BreakpointReporter.swift
[23/37] Compiling IssueReporting FatalErrorReporter.swift
[24/37] Compiling IssueReporting RuntimeWarningReporter.swift
[25/37] Compiling IssueReporting ReportIssue.swift
[26/37] Emitting module IssueReporting
[30/37] Compiling IssueReporting SwiftTesting.swift
[31/37] Compiling IssueReporting UncheckedSendable.swift
[32/37] Compiling IssueReporting Warn.swift
[36/37] Compiling IssueReporting WithExpectedIssue.swift
[37/37] Compiling IssueReporting WithIssueContext.swift
[39/61] Compiling CombineSchedulers UIKit.swift
[40/62] Compiling CombineSchedulers SwiftUI.swift
[41/62] Compiling CombineSchedulers TestScheduler.swift
[42/62] Compiling CombineSchedulers Timer.swift
[43/62] Compiling XCTestDynamicOverlay Exports.swift
[44/62] Compiling CombineSchedulers AnyScheduler.swift
[45/62] Compiling CombineSchedulers Concurrency.swift
[46/62] Emitting module CombineSchedulers
[47/62] Compiling CombineSchedulers UIScheduler.swift
[48/62] Compiling CombineSchedulers UnimplementedScheduler.swift
[49/62] Compiling CombineSchedulers ImmediateScheduler.swift
[50/62] Compiling CombineSchedulers Deprecations.swift
[51/62] Compiling CombineSchedulers Lock.swift
[52/62] Compiling CombineSchedulers NSRecursiveLock.swift
[53/63] Compiling Clocks Timer.swift
[54/64] Compiling Clocks ImmediateClock.swift
[56/64] Emitting module Clocks
[57/64] Compiling Clocks AnyClock.swift
[58/64] Compiling Clocks Lock.swift
[59/64] Compiling XCTestDynamicOverlay Deprecations.swift
[60/64] Emitting module XCTestDynamicOverlay
[62/65] Compiling Clocks SwiftUI.swift
[63/65] Compiling Clocks _AsyncTimerSequence.swift
[64/65] Compiling Clocks TestClock.swift
[65/65] Compiling Clocks UnimplementedClock.swift
[67/89] Compiling Dependencies Locale.swift
[68/89] Compiling Dependencies MainQueue.swift
[69/89] Compiling Dependencies MainRunLoop.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[70/92] 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"
[71/92] 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"
[72/92] 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"
[73/92] 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"
[74/92] Compiling Dependencies Context.swift
[75/92] Compiling Dependencies Date.swift
[76/92] Compiling Dependencies FireAndForget.swift
[77/92] Compiling Dependencies OpenURL.swift
[78/92] Compiling Dependencies TimeZone.swift
[79/92] Compiling Dependencies URLSession.swift
[80/92] Compiling Dependencies Deprecations.swift
[81/92] Compiling Dependencies Exports.swift
[82/92] Compiling Dependencies TypeName.swift
[83/92] Compiling Dependencies Assert.swift
[84/92] Compiling Dependencies Calendar.swift
[85/92] Compiling Dependencies Clocks.swift
[86/92] 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 |           }
[87/92] 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 |           }
[88/92] 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 |           }
[89/92] 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 |           }
[90/92] Compiling Dependencies PreviewTrait.swift
[91/92] Compiling Dependencies TestTrait.swift
[92/92] Compiling Dependencies WithDependencies.swift
BUILD FAILURE 6.1 wasm