Build Information
Failed to build swift-dependencies-additions, reference 1.1.1 (7b1d88
), with Swift 6.1 for Wasm on 29 May 2025 15:12:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tgrapperon/swift-dependencies-additions.git
Reference: 1.1.1
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
* tag 1.1.1 -> FETCH_HEAD
HEAD is now at 7b1d88e Run swift-format
Cloned https://github.com/tgrapperon/swift-dependencies-additions.git
Revision (git rev-parse @):
7b1d88ec23f80b0b5d4832d51af7647fa5062d8e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tgrapperon/swift-dependencies-additions.git at 1.1.1
========================================
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-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
[1/2049] Fetching swift-docc-plugin
[165/7507] Fetching swift-docc-plugin, xctest-dynamic-overlay
Fetched https://github.com/apple/swift-docc-plugin from cache (0.90s)
Fetching https://github.com/pointfreeco/swift-dependencies
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.13s)
[1/6249] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.86s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (5.73s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.49s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.57s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.58s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.68s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
[1/852] Fetching swift-concurrency-extras
[27/3262] Fetching swift-concurrency-extras, combine-schedulers
[2109/4554] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.38s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.37s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.38s)
[1/70452] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.00s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (5.47s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.48s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.72s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.73s)
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.3
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/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/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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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
[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 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
[31/60] 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
[32/60] 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
[33/60] 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
[34/62] 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
[35/62] 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
[36/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
[37/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
[38/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
[39/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
[40/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
[41/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
[42/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
[43/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
[44/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
[45/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
[46/62] 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
[47/62] 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
[48/62] 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
[49/62] 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
[50/62] 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
[51/62] 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
[52/62] Compiling IssueReporting SwiftTesting.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 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
[54/62] Compiling IssueReporting Warn.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] 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
[56/62] 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
<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
<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
[65/87] 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
[66/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
[67/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
[68/88] 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
[69/88] 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
[70/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
[71/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
[72/88] 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
[73/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
[74/89] 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
[75/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
[76/89] 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
[77/89] 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
[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 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
[80/89] 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
[82/90] 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
[83/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
[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/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
[86/91] 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
[87/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
[88/91] 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
[89/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
[91/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[93/115] 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"
[94/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"
[95/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"
[96/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"
[97/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
[98/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
[99/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
[100/118] 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
[101/118] 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
[102/118] 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
[103/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
[104/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
[105/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
[106/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
[107/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
[108/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
[109/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
[110/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
[111/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
[112/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 | }
[113/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 | }
[114/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 | }
[115/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 | }
[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-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[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 MainSerialExecutor.swift
[5/34] Compiling ConcurrencyExtras Task.swift
[6/34] Compiling ConcurrencyExtras LockIsolated.swift
[7/34] Emitting module ConcurrencyExtras
[8/34] Compiling IssueReporting Warn.swift
[9/34] Compiling IssueReporting FailureObserver.swift
[10/34] Compiling IssueReporting LockIsolated.swift
[11/34] Compiling IssueReporting Rethrows.swift
[12/34] Compiling IssueReporting SwiftTesting.swift
[13/34] Compiling IssueReporting UncheckedSendable.swift
[14/34] Compiling ConcurrencyExtras Result.swift
[15/34] Emitting module IssueReporting
[16/36] Compiling ConcurrencyExtras UncheckedSendable.swift
[18/37] Compiling IssueReporting TestContext.swift
[19/37] Compiling IssueReporting Unimplemented.swift
[20/37] Compiling IssueReporting BreakpointReporter.swift
[21/37] Compiling IssueReporting FatalErrorReporter.swift
[25/37] Compiling IssueReporting RuntimeWarningReporter.swift
[26/37] Compiling IssueReporting ReportIssue.swift
[27/37] Compiling IssueReporting XCTest.swift
[28/37] Compiling IssueReporting IsTesting.swift
[29/37] Compiling IssueReporting IssueReporter.swift
[30/37] Compiling IssueReporting ErrorReporting.swift
[31/37] Compiling IssueReporting AppHostWarning.swift
[32/37] Compiling IssueReporting Deprecations.swift
[36/37] Compiling IssueReporting WithExpectedIssue.swift
[37/37] Compiling IssueReporting WithIssueContext.swift
[39/61] Compiling XCTestDynamicOverlay Exports.swift
[40/61] Compiling Clocks Lock.swift
[41/61] Compiling CombineSchedulers AnyScheduler.swift
[42/61] Compiling CombineSchedulers Concurrency.swift
[43/61] Compiling CombineSchedulers Timer.swift
[44/61] Compiling CombineSchedulers SwiftUI.swift
[45/61] Compiling CombineSchedulers TestScheduler.swift
[46/61] Compiling CombineSchedulers Lock.swift
[47/61] Compiling CombineSchedulers NSRecursiveLock.swift
[48/61] Compiling CombineSchedulers ImmediateScheduler.swift
[49/61] Compiling CombineSchedulers Deprecations.swift
[50/61] Emitting module CombineSchedulers
[51/63] Compiling Clocks Timer.swift
[52/63] Compiling CombineSchedulers UIKit.swift
[53/63] Compiling CombineSchedulers UIScheduler.swift
[54/63] Compiling Clocks AnyClock.swift
[55/63] Compiling Clocks ImmediateClock.swift
[56/63] Emitting module Clocks
[57/63] Compiling CombineSchedulers UnimplementedScheduler.swift
[58/64] Compiling Clocks _AsyncTimerSequence.swift
[60/64] Compiling Clocks TestClock.swift
[61/64] Compiling Clocks SwiftUI.swift
[62/64] Compiling XCTestDynamicOverlay Deprecations.swift
[63/64] Emitting module XCTestDynamicOverlay
[64/65] Compiling Clocks UnimplementedClock.swift
[67/89] 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"
[68/89] 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"
[69/89] 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"
[70/92] Compiling Dependencies OpenURL.swift
[71/92] Compiling Dependencies TimeZone.swift
[72/92] Compiling Dependencies URLSession.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[73/92] Compiling Dependencies Assert.swift
[74/92] Compiling Dependencies Calendar.swift
[75/92] Compiling Dependencies Clocks.swift
[76/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"
[77/92] Compiling Dependencies Locale.swift
[78/92] Compiling Dependencies MainQueue.swift
[79/92] Compiling Dependencies MainRunLoop.swift
[80/92] Compiling Dependencies Context.swift
[81/92] Compiling Dependencies Date.swift
[82/92] Compiling Dependencies FireAndForget.swift
[83/92] Compiling Dependencies Deprecations.swift
[84/92] Compiling Dependencies Exports.swift
[85/92] Compiling Dependencies TypeName.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