Build Information
Successful build of swift-dependencies-additions, reference main (7b1d88
), with Swift 6.1 for Linux on 29 Apr 2025 06:28:57 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
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 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 main
========================================
Build
========================================
Selected platform: linux
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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/2049] Fetching swift-docc-plugin
[2050/7437] Fetching swift-docc-plugin, xctest-dynamic-overlay
[5122/13638] Fetching swift-docc-plugin, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.52s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.52s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.61s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.43s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] 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 (0.93s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.44s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.45s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/852] Fetching swift-concurrency-extras
[853/3262] Fetching swift-concurrency-extras, combine-schedulers
[3263/4554] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
[4555/74799] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks, swift-syntax
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (3.96s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (3.96s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (3.96s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.01s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (4.44s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.42s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.42s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.60s)
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/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/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-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
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 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 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
[32/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
[33/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
[34/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
[35/61] 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
[36/61] 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
[37/61] 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
<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
[40/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
[41/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
[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 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
[45/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
[46/62] 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
[47/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
<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 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
[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 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
[52/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
<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
[56/62] 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
[58/63] 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
[59/63] 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
[60/63] 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
[61/63] Compiling IssueReporting ErrorReporting.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
[62/63] Compiling IssueReporting AppHostWarning.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 IssueReporting 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
[65/87] 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
[66/87] 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
[67/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
[68/88] 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
[69/89] 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
[70/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
[71/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
[72/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
[73/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
[74/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
[75/89] 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
[76/89] 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
[77/89] 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
[78/89] 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
[79/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
[80/89] 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
[81/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
[83/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
[84/90] 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
[85/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
[86/90] 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
[87/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
[88/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
[89/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
[90/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 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
[94/115] 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
[95/115] 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
[96/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
[97/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
[98/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
[99/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
[100/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
[101/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
[102/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
[103/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
[104/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
[105/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
[106/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
[107/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
[108/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
[109/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
[110/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
[111/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
[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
[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
[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
[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
[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
[120/148] Compiling CompressionDependency Compressor.swift
[121/148] Emitting module NotificationCenterDependency
[122/148] Compiling NotificationCenterDependency NotificationCenterDependency.swift
[123/149] Compiling CompressionDependency _Compression.swift
[124/149] Emitting module PersistentContainerDependency
[125/149] Compiling PersistentContainerDependency PersistentContainer.swift
[126/150] Emitting module CompressionDependency
[127/150] Compiling CompressionDependency Decompressor.swift
[131/151] Emitting module PathDependency
[132/151] Compiling CodableDependency DataEncoder.swift
[133/151] Compiling CodableDependency DataDecoder.swift
[134/151] Emitting module CodableDependency
[136/152] Compiling PathDependency PathDependency.swift
[137/153] Emitting module DependenciesAdditionsBasics
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/Internal/RuntimeWarnings.swift:55:79: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
53 | )
54 | #else
55 | fputs("\(formatter.string(from: Date())) [\(category)] \(message)\n", stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
56 | #endif
57 | }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
[139/154] Emitting module DataDependency
[140/154] Compiling DataDependency DataDependency.swift
[141/154] Compiling DependenciesAdditionsBasics SecureRandomNumberGenerator.swift
[142/154] Compiling DependenciesAdditionsBasics Proxies.swift
[143/154] Compiling DependenciesAdditionsBasics RandomNumberGenerator+Addtions.swift
[144/155] Compiling DependenciesAdditionsBasics WithTimeout.swift
[146/155] Compiling DependenciesAdditionsBasics AsyncSharedSubject.swift
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/Internal/AsyncSharedSubject.swift:21:12: warning: capture of 'value' with non-sendable type 'Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
4 | // A type that is able to broadcast continuation messages to an arbitrary number of
5 | // `AsyncStream`s it can generate.
6 | @_spi(Internals) public final class AsyncSharedSubject<Value>: Sendable {
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
7 | public enum Behavior: Sendable {
8 | case replayCurrentValue
:
19 | public func yield(_ value: Value) {
20 | currentValue.withValue {
21 | $0 = value
| `- warning: capture of 'value' with non-sendable type 'Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
22 | }
23 | continuations.withValue {
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/Internal/AsyncSharedSubject.swift:25:28: warning: capture of 'value' with non-sendable type 'Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
4 | // A type that is able to broadcast continuation messages to an arbitrary number of
5 | // `AsyncStream`s it can generate.
6 | @_spi(Internals) public final class AsyncSharedSubject<Value>: Sendable {
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
7 | public enum Behavior: Sendable {
8 | case replayCurrentValue
:
23 | continuations.withValue {
24 | for continuation in $0.values {
25 | continuation.yield(value)
| `- warning: capture of 'value' with non-sendable type 'Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
26 | }
27 | }
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/Internal/AsyncSharedSubject.swift:25:22: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
23 | continuations.withValue {
24 | for continuation in $0.values {
25 | continuation.yield(value)
| |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
| |- note: 'value' used after being passed as a 'sending' parameter; Later uses could race
| `- note: access can happen concurrently
26 | }
27 | }
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/Internal/AsyncSharedSubject.swift:58:26: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
56 | currentValue.withValue { value in
57 | if let value {
58 | continuation.yield(value)
| |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
59 | }
60 | }
[147/155] Compiling DependenciesAdditionsBasics Exports.swift
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/Internal/AsyncSharedSubject.swift:21:12: warning: capture of 'value' with non-sendable type 'Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
4 | // A type that is able to broadcast continuation messages to an arbitrary number of
5 | // `AsyncStream`s it can generate.
6 | @_spi(Internals) public final class AsyncSharedSubject<Value>: Sendable {
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
7 | public enum Behavior: Sendable {
8 | case replayCurrentValue
:
19 | public func yield(_ value: Value) {
20 | currentValue.withValue {
21 | $0 = value
| `- warning: capture of 'value' with non-sendable type 'Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
22 | }
23 | continuations.withValue {
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/Internal/AsyncSharedSubject.swift:25:28: warning: capture of 'value' with non-sendable type 'Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
4 | // A type that is able to broadcast continuation messages to an arbitrary number of
5 | // `AsyncStream`s it can generate.
6 | @_spi(Internals) public final class AsyncSharedSubject<Value>: Sendable {
| `- note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
7 | public enum Behavior: Sendable {
8 | case replayCurrentValue
:
23 | continuations.withValue {
24 | for continuation in $0.values {
25 | continuation.yield(value)
| `- warning: capture of 'value' with non-sendable type 'Value' in a '@Sendable' closure; this is an error in the Swift 6 language mode
26 | }
27 | }
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/Internal/AsyncSharedSubject.swift:25:22: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
23 | continuations.withValue {
24 | for continuation in $0.values {
25 | continuation.yield(value)
| |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
| |- note: 'value' used after being passed as a 'sending' parameter; Later uses could race
| `- note: access can happen concurrently
26 | }
27 | }
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/Internal/AsyncSharedSubject.swift:58:26: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
56 | currentValue.withValue { value in
57 | if let value {
58 | continuation.yield(value)
| |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
| `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
59 | }
60 | }
[148/155] Compiling DependenciesAdditionsBasics IncrementingDateGenerator.swift
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/DateGenerator/TickingDateGenerator.swift:26:17: warning: type 'KeyPath<DependencyValues, any Clock<Duration>>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | with clock: (KeyPath<DependencyValues, any Clock<Duration>>) = \.continuousClock
25 | ) -> DateGenerator {
26 | @Dependency(clock) var clock
| `- warning: type 'KeyPath<DependencyValues, any Clock<Duration>>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
27 | let referenceNow: LockIsolated<(any InstantProtocol)?> = .init(nil)
28 |
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
| `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 | deinit
3 | }
[149/155] Compiling DependenciesAdditionsBasics TickingDateGenerator.swift
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/DateGenerator/TickingDateGenerator.swift:26:17: warning: type 'KeyPath<DependencyValues, any Clock<Duration>>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
24 | with clock: (KeyPath<DependencyValues, any Clock<Duration>>) = \.continuousClock
25 | ) -> DateGenerator {
26 | @Dependency(clock) var clock
| `- warning: type 'KeyPath<DependencyValues, any Clock<Duration>>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
27 | let referenceNow: LockIsolated<(any InstantProtocol)?> = .init(nil)
28 |
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
1 | public class KeyPath<Root, Value> : PartialKeyPath<Root> {
| `- note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
2 | deinit
3 | }
[150/155] Compiling DependenciesAdditionsBasics AsyncThrowingStream+Additions.swift
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncThrowingStream+Additions.swift:11:10: warning: capture of 'iterator' with non-sendable type 'S.AsyncIterator?' in a '@Sendable' closure
9 | var iterator: S.AsyncIterator?
10 | self.init {
11 | if iterator == nil {
| `- warning: capture of 'iterator' with non-sendable type 'S.AsyncIterator?' in a '@Sendable' closure
12 | iterator = try await sequence().makeAsyncIterator()
13 | }
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncThrowingStream+Additions.swift:12:30: warning: capture of 'sequence' with non-sendable type '() async throws -> S' in a '@Sendable' closure
10 | self.init {
11 | if iterator == nil {
12 | iterator = try await sequence().makeAsyncIterator()
| |- warning: capture of 'sequence' with non-sendable type '() async throws -> S' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
13 | }
14 | return try await iterator?.next()
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncThrowingStream+Additions.swift:11:10: warning: reference to captured var 'iterator' in concurrently-executing code
9 | var iterator: S.AsyncIterator?
10 | self.init {
11 | if iterator == nil {
| `- warning: reference to captured var 'iterator' in concurrently-executing code
12 | iterator = try await sequence().makeAsyncIterator()
13 | }
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncThrowingStream+Additions.swift:12:9: warning: mutation of captured var 'iterator' in concurrently-executing code
10 | self.init {
11 | if iterator == nil {
12 | iterator = try await sequence().makeAsyncIterator()
| `- warning: mutation of captured var 'iterator' in concurrently-executing code
13 | }
14 | return try await iterator?.next()
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncThrowingStream+Additions.swift:14:24: warning: mutation of captured var 'iterator' in concurrently-executing code
12 | iterator = try await sequence().makeAsyncIterator()
13 | }
14 | return try await iterator?.next()
| `- warning: mutation of captured var 'iterator' in concurrently-executing code
15 | }
16 | }
[151/155] Compiling DependenciesAdditionsBasics BroadcastableAsyncSequence.swift
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncThrowingStream+Additions.swift:11:10: warning: capture of 'iterator' with non-sendable type 'S.AsyncIterator?' in a '@Sendable' closure
9 | var iterator: S.AsyncIterator?
10 | self.init {
11 | if iterator == nil {
| `- warning: capture of 'iterator' with non-sendable type 'S.AsyncIterator?' in a '@Sendable' closure
12 | iterator = try await sequence().makeAsyncIterator()
13 | }
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncThrowingStream+Additions.swift:12:30: warning: capture of 'sequence' with non-sendable type '() async throws -> S' in a '@Sendable' closure
10 | self.init {
11 | if iterator == nil {
12 | iterator = try await sequence().makeAsyncIterator()
| |- warning: capture of 'sequence' with non-sendable type '() async throws -> S' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
13 | }
14 | return try await iterator?.next()
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncThrowingStream+Additions.swift:11:10: warning: reference to captured var 'iterator' in concurrently-executing code
9 | var iterator: S.AsyncIterator?
10 | self.init {
11 | if iterator == nil {
| `- warning: reference to captured var 'iterator' in concurrently-executing code
12 | iterator = try await sequence().makeAsyncIterator()
13 | }
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncThrowingStream+Additions.swift:12:9: warning: mutation of captured var 'iterator' in concurrently-executing code
10 | self.init {
11 | if iterator == nil {
12 | iterator = try await sequence().makeAsyncIterator()
| `- warning: mutation of captured var 'iterator' in concurrently-executing code
13 | }
14 | return try await iterator?.next()
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncThrowingStream+Additions.swift:14:24: warning: mutation of captured var 'iterator' in concurrently-executing code
12 | iterator = try await sequence().makeAsyncIterator()
13 | }
14 | return try await iterator?.next()
| `- warning: mutation of captured var 'iterator' in concurrently-executing code
15 | }
16 | }
[152/155] Compiling DependenciesAdditionsBasics AnyCancellableTask.swift
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncStream+Additions.swift:11:10: warning: capture of 'iterator' with non-sendable type 'S.AsyncIterator?' in a '@Sendable' closure
9 | var iterator: S.AsyncIterator?
10 | self.init {
11 | if iterator == nil {
| `- warning: capture of 'iterator' with non-sendable type 'S.AsyncIterator?' in a '@Sendable' closure
12 | iterator = try? await sequence().makeAsyncIterator()
13 | }
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncStream+Additions.swift:12:31: warning: capture of 'sequence' with non-sendable type '() async throws -> S' in a '@Sendable' closure
10 | self.init {
11 | if iterator == nil {
12 | iterator = try? await sequence().makeAsyncIterator()
| |- warning: capture of 'sequence' with non-sendable type '() async throws -> S' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
13 | }
14 | return try? await iterator?.next()
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncStream+Additions.swift:11:10: warning: reference to captured var 'iterator' in concurrently-executing code
9 | var iterator: S.AsyncIterator?
10 | self.init {
11 | if iterator == nil {
| `- warning: reference to captured var 'iterator' in concurrently-executing code
12 | iterator = try? await sequence().makeAsyncIterator()
13 | }
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncStream+Additions.swift:12:9: warning: mutation of captured var 'iterator' in concurrently-executing code
10 | self.init {
11 | if iterator == nil {
12 | iterator = try? await sequence().makeAsyncIterator()
| `- warning: mutation of captured var 'iterator' in concurrently-executing code
13 | }
14 | return try? await iterator?.next()
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncStream+Additions.swift:14:25: warning: mutation of captured var 'iterator' in concurrently-executing code
12 | iterator = try? await sequence().makeAsyncIterator()
13 | }
14 | return try? await iterator?.next()
| `- warning: mutation of captured var 'iterator' in concurrently-executing code
15 | }
16 | }
[153/155] Compiling DependenciesAdditionsBasics AsyncStream+Additions.swift
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncStream+Additions.swift:11:10: warning: capture of 'iterator' with non-sendable type 'S.AsyncIterator?' in a '@Sendable' closure
9 | var iterator: S.AsyncIterator?
10 | self.init {
11 | if iterator == nil {
| `- warning: capture of 'iterator' with non-sendable type 'S.AsyncIterator?' in a '@Sendable' closure
12 | iterator = try? await sequence().makeAsyncIterator()
13 | }
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncStream+Additions.swift:12:31: warning: capture of 'sequence' with non-sendable type '() async throws -> S' in a '@Sendable' closure
10 | self.init {
11 | if iterator == nil {
12 | iterator = try? await sequence().makeAsyncIterator()
| |- warning: capture of 'sequence' with non-sendable type '() async throws -> S' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
13 | }
14 | return try? await iterator?.next()
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncStream+Additions.swift:11:10: warning: reference to captured var 'iterator' in concurrently-executing code
9 | var iterator: S.AsyncIterator?
10 | self.init {
11 | if iterator == nil {
| `- warning: reference to captured var 'iterator' in concurrently-executing code
12 | iterator = try? await sequence().makeAsyncIterator()
13 | }
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncStream+Additions.swift:12:9: warning: mutation of captured var 'iterator' in concurrently-executing code
10 | self.init {
11 | if iterator == nil {
12 | iterator = try? await sequence().makeAsyncIterator()
| `- warning: mutation of captured var 'iterator' in concurrently-executing code
13 | }
14 | return try? await iterator?.next()
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/ConcurrencySupport/AsyncStream+Additions.swift:14:25: warning: mutation of captured var 'iterator' in concurrently-executing code
12 | iterator = try? await sequence().makeAsyncIterator()
13 | }
14 | return try? await iterator?.next()
| `- warning: mutation of captured var 'iterator' in concurrently-executing code
15 | }
16 | }
[154/155] Compiling DependenciesAdditionsBasics RuntimeWarnings.swift
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/Internal/RuntimeWarnings.swift:55:79: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
53 | )
54 | #else
55 | fputs("\(formatter.string(from: Date())) [\(category)] \(message)\n", stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
56 | #endif
57 | }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
[155/155] Compiling DependenciesAdditionsBasics Proxies+Unimplemented.swift
/host/spi-builder-workspace/Sources/DependenciesAdditionsBasics/Internal/RuntimeWarnings.swift:55:79: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
53 | )
54 | #else
55 | fputs("\(formatter.string(from: Date())) [\(category)] \(message)\n", stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
56 | #endif
57 | }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
[157/174] Emitting module UserNotificationsDependency
[158/178] Compiling _CoreDataDependency PersistentContainer+Additions.swift
[159/178] Compiling _CoreDataDependency FetchRequest.swift
[160/178] Emitting module _CoreDataDependency
[161/180] Compiling _SwiftUIDependency StateObjectDependency.swift
[162/180] Compiling DeviceDependency UIDeviceDependency_tvOS.swift
[163/180] Compiling UserNotificationsDependency UserNotificationsDependency.swift
[164/180] Compiling DeviceDependency UIDeviceDependency_iOS.swift
[165/180] Compiling DeviceDependency WKInterfaceDeviceDependency.swift
[166/181] Emitting module ProcessInfoDependency
[167/181] Compiling ProcessInfoDependency ProcessInfoDependency.swift
[168/182] Emitting module ApplicationDependency
[169/182] Emitting module DeviceDependency
[170/182] Compiling DeviceDependency DeviceCheckDependency.swift
[171/182] Emitting module _SwiftUIDependency
[173/183] Emitting module BundleDependency
[174/183] Compiling ApplicationDependency ApplicationDependency_tvOS.swift
[175/183] Compiling ApplicationDependency ApplicationDependency_iOS.swift
[176/183] Compiling _SwiftUIDependency SwiftUIEnvironment.swift
[180/185] Compiling BundleDependency BundleInfo.swift
[184/188] Compiling UserDefaultsDependency UserDefaults+Specializations.swift
/host/spi-builder-workspace/Sources/UserDefaultsDependency/UserDefaults+Specializations.swift:255:8: warning: 'eraseToStream()' is deprecated: Explicitly wrap this async sequence with 'UncheckedSendable' before erasing to stream.
253 | self._values(key, String.self)
254 | .map { ($0 as! String?).flatMap(R.init) }
255 | .eraseToStream()
| `- warning: 'eraseToStream()' is deprecated: Explicitly wrap this async sequence with 'UncheckedSendable' before erasing to stream.
256 | }
257 |
/host/spi-builder-workspace/Sources/UserDefaultsDependency/UserDefaults+Specializations.swift:273:8: warning: 'eraseToStream()' is deprecated: Explicitly wrap this async sequence with 'UncheckedSendable' before erasing to stream.
271 | self._values(key, Int.self)
272 | .map { ($0 as! Int?).flatMap(R.init) }
273 | .eraseToStream()
| `- warning: 'eraseToStream()' is deprecated: Explicitly wrap this async sequence with 'UncheckedSendable' before erasing to stream.
274 | }
275 | }
[185/188] Emitting module UserDefaultsDependency
[186/188] Compiling UserDefaultsDependency UserDefaultsDependency.swift
/host/spi-builder-workspace/Sources/UserDefaultsDependency/UserDefaultsDependency.swift:287:48: warning: 'streamWithContinuation(_:bufferingPolicy:)' is deprecated: renamed to 'makeStream(of:bufferingPolicy:)'
285 | } values: { key, _ in
286 | let id = UUID()
287 | let (stream, continuation) = AsyncStream.streamWithContinuation(
| |- warning: 'streamWithContinuation(_:bufferingPolicy:)' is deprecated: renamed to 'makeStream(of:bufferingPolicy:)'
| `- note: use 'makeStream(of:bufferingPolicy:)' instead
288 | (any Sendable)?.self,
289 | bufferingPolicy: .bufferingNewest(1)
[187/188] Compiling AccessibilityDependency AccessibilityDependency_iOS.swift
[188/188] Emitting module AccessibilityDependency
[191/192] Emitting module LoggerDependency
[192/192] Compiling LoggerDependency Logger.swift
[194/200] Compiling _NotificationDependency NotificationDependency.swift
[195/200] Compiling _NotificationDependency Notifications+UIKit.swift
[196/200] Emitting module _NotificationDependency
[197/200] Compiling _NotificationDependency Notifications+Accessibility.swift
[198/201] Compiling _AppStorageDependency AppStorage+Specializations.swift
[199/201] Compiling _AppStorageDependency AppStorage.swift
[200/201] Emitting module _AppStorageDependency
[203/204] Emitting module DependenciesAdditions
[204/204] Compiling DependenciesAdditions Exports.swift
Build complete! (42.51s)
Build complete.
{
"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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.