Build Information
Successful build of swift-dependencies, reference main (9ef164
), with Swift 6.1 for Android on 8 Sep 2025 23:53:56 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-dependencies.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/pointfreeco/swift-dependencies
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9ef1643 Add `NotificationCenter` dependency (#385)
Cloned https://github.com/pointfreeco/swift-dependencies.git
Revision (git rev-parse @):
9ef164301d051bb7a639196ea9c30d77d7adcc1e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-dependencies.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/pointfreeco/swift-dependencies.git
https://github.com/pointfreeco/swift-dependencies.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "combine-schedulers",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/combine-schedulers"
},
{
"identity" : "swift-clocks",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-clocks"
},
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing"
},
{
"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"
}
],
"manifest_display_name" : "swift-dependencies",
"name" : "swift-dependencies",
"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" : "Dependencies",
"targets" : [
"Dependencies"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DependenciesMacros",
"targets" : [
"DependenciesMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DependenciesTestSupport",
"targets" : [
"DependenciesTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DependenciesTestObserver",
"targets" : [
"DependenciesTestObserver"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "DependenciesMacrosPlugin",
"targets" : [
"DependenciesMacrosPlugin"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "DependenciesTests",
"module_type" : "SwiftTarget",
"name" : "DependenciesTests",
"path" : "Tests/DependenciesTests",
"product_dependencies" : [
"IssueReportingTestSupport"
],
"sources" : [
"AssertTests.swift",
"BaseTestCaseTests.swift",
"CacheTests.swift",
"DateTests.swift",
"DependencyKeyTests.swift",
"DependencyTests.swift",
"DependencyValuesTests.swift",
"FireAndForgetTests.swift",
"Internal/XCTTODO.swift",
"InvokeTestTests.swift",
"NotificationCenterTests.swift",
"PrepareDependenciesTests.swift",
"ResolutionTests.swift",
"RootResettingTests.swift",
"SwiftTestingTests.swift",
"TestTraitTests.swift",
"UUIDTests.swift",
"WithRandomNumberGeneratorTests.swift"
],
"target_dependencies" : [
"Dependencies",
"DependenciesTestSupport"
],
"type" : "test"
},
{
"c99name" : "DependenciesTestSupport",
"module_type" : "SwiftTarget",
"name" : "DependenciesTestSupport",
"path" : "Sources/DependenciesTestSupport",
"product_dependencies" : [
"ConcurrencyExtras",
"IssueReportingTestSupport"
],
"product_memberships" : [
"DependenciesTestSupport"
],
"sources" : [
"TestTrait.swift"
],
"target_dependencies" : [
"Dependencies"
],
"type" : "library"
},
{
"c99name" : "DependenciesTestObserver",
"module_type" : "SwiftTarget",
"name" : "DependenciesTestObserver",
"path" : "Sources/DependenciesTestObserver",
"product_dependencies" : [
"IssueReporting"
],
"product_memberships" : [
"DependenciesTestObserver"
],
"sources" : [
"TestObserver.swift"
],
"type" : "library"
},
{
"c99name" : "DependenciesMacrosPluginTests",
"module_type" : "SwiftTarget",
"name" : "DependenciesMacrosPluginTests",
"path" : "Tests/DependenciesMacrosPluginTests",
"product_dependencies" : [
"MacroTesting"
],
"sources" : [
"DependencyClientMacroTests.swift",
"DependencyClientTests.swift",
"DependencyEndpointMacroTests.swift",
"DependencyEndpointTests.swift",
"Internal/BaseTestCase.swift",
"MacroTests.swift"
],
"target_dependencies" : [
"Dependencies",
"DependenciesMacros",
"DependenciesMacrosPlugin"
],
"type" : "test"
},
{
"c99name" : "DependenciesMacrosPlugin",
"module_type" : "SwiftTarget",
"name" : "DependenciesMacrosPlugin",
"path" : "Sources/DependenciesMacrosPlugin",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"DependenciesMacros",
"DependenciesMacrosPlugin"
],
"sources" : [
"DependencyClientMacro.swift",
"DependencyEndpointMacro.swift",
"Plugins.swift",
"Support.swift"
],
"type" : "macro"
},
{
"c99name" : "DependenciesMacros",
"module_type" : "SwiftTarget",
"name" : "DependenciesMacros",
"path" : "Sources/DependenciesMacros",
"product_dependencies" : [
"IssueReporting",
"XCTestDynamicOverlay"
],
"product_memberships" : [
"DependenciesMacros"
],
"sources" : [
"Internal/Exports.swift",
"Macros.swift"
],
"target_dependencies" : [
"DependenciesMacrosPlugin"
],
"type" : "library"
},
{
"c99name" : "Dependencies",
"module_type" : "SwiftTarget",
"name" : "Dependencies",
"path" : "Sources/Dependencies",
"product_dependencies" : [
"Clocks",
"CombineSchedulers",
"ConcurrencyExtras",
"IssueReporting",
"XCTestDynamicOverlay"
],
"product_memberships" : [
"Dependencies",
"DependenciesTestSupport"
],
"sources" : [
"Dependency.swift",
"DependencyContext.swift",
"DependencyKey.swift",
"DependencyValues.swift",
"DependencyValues/Assert.swift",
"DependencyValues/Calendar.swift",
"DependencyValues/Clocks.swift",
"DependencyValues/Context.swift",
"DependencyValues/Date.swift",
"DependencyValues/FireAndForget.swift",
"DependencyValues/Locale.swift",
"DependencyValues/MainQueue.swift",
"DependencyValues/MainRunLoop.swift",
"DependencyValues/NotificationCenter.swift",
"DependencyValues/OpenURL.swift",
"DependencyValues/TimeZone.swift",
"DependencyValues/URLSession.swift",
"DependencyValues/UUID.swift",
"DependencyValues/WithRandomNumberGenerator.swift",
"Internal/AppEntryPoint.swift",
"Internal/Deprecations.swift",
"Internal/Exports.swift",
"Internal/TypeName.swift",
"Traits/PreviewTrait.swift",
"Traits/TestTrait.swift",
"WithDependencies.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/908] Fetching swift-macro-testing
[909/3002] Fetching swift-macro-testing, swift-docc-plugin
[1140/4294] Fetching swift-macro-testing, swift-docc-plugin, swift-clocks
[2453/5172] Fetching swift-macro-testing, swift-docc-plugin, swift-clocks, swift-concurrency-extras
[3130/10671] Fetching swift-macro-testing, swift-docc-plugin, swift-clocks, swift-concurrency-extras, xctest-dynamic-overlay
[6837/82544] Fetching swift-macro-testing, swift-docc-plugin, swift-clocks, swift-concurrency-extras, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.30s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.31s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.31s)
[17907/78280] Fetching swift-macro-testing, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.34s)
Fetching https://github.com/pointfreeco/combine-schedulers
[13127/72781] Fetching swift-macro-testing, swift-syntax
[15284/75198] Fetching swift-macro-testing, swift-syntax, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.60s)
[19595/72781] Fetching swift-macro-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (9.48s)
Fetched https://github.com/swiftlang/swift-syntax from cache (9.55s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (10.18s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.60s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.54s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.57s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (2.43s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3507] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.17s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.26s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (0.64s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15372] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.44s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.6 (4.10s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4598] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.46s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.13s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
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.2
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.6
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/71] Write sources
[39/71] Compiling _SwiftSyntaxCShims dummy.c
[40/71] Write swift-version-24593BA9C3E375BF.txt
[42/105] Emitting module SwiftSyntax509
[43/105] Emitting module IssueReportingPackageSupport
[45/105] Emitting module ConcurrencyExtras
[46/106] Emitting module SwiftSyntax510
[47/106] Compiling SwiftSyntax510 Empty.swift
[49/107] Compiling ConcurrencyExtras UncheckedSendable.swift
[50/107] Compiling SwiftSyntax509 Empty.swift
[51/108] Compiling SwiftSyntax601 Empty.swift
[52/108] Emitting module SwiftSyntax601
[53/109] Compiling IssueReportingPackageSupport _Test.swift
[54/110] Compiling SwiftSyntax600 Empty.swift
[55/110] Emitting module SwiftSyntax600
[55/111] Wrapping AST for SwiftSyntax510 for debugging
[60/111] Wrapping AST for SwiftSyntax509 for debugging
[61/111] Wrapping AST for IssueReportingPackageSupport for debugging
[62/111] Wrapping AST for SwiftSyntax601 for debugging
[63/133] Wrapping AST for SwiftSyntax600 for debugging
[65/133] Compiling IssueReportingPackageSupport _Test.swift
[66/134] Compiling ConcurrencyExtras MainSerialExecutor.swift
[67/134] Compiling ConcurrencyExtras Result.swift
[68/199] Wrapping AST for IssueReportingPackageSupport for debugging
[70/221] Compiling ConcurrencyExtras UncheckedSendable.swift
[71/221] Compiling IssueReporting RuntimeWarningReporter.swift
[72/221] Compiling IssueReporting ReportIssue.swift
[73/223] Emitting module IssueReporting
[74/223] Emitting module IssueReportingTestSupport
[75/223] Compiling IssueReporting TestContext.swift
[76/223] Compiling IssueReporting Unimplemented.swift
[77/225] Compiling IssueReporting WithExpectedIssue.swift
[78/225] Compiling IssueReporting WithIssueContext.swift
[79/225] Emitting module IssueReporting
[82/225] Compiling IssueReporting BreakpointReporter.swift
[83/225] Compiling IssueReporting FatalErrorReporter.swift
[84/225] Compiling ConcurrencyExtras MainSerialExecutor.swift
[85/225] Compiling ConcurrencyExtras Result.swift
[86/225] Compiling ConcurrencyExtras Task.swift
[87/225] Compiling IssueReportingTestSupport XCTest.swift
[88/225] Compiling IssueReportingTestSupport SwiftTesting.swift
[89/225] Emitting module IssueReportingTestSupport
[92/226] Compiling IssueReporting XCTest.swift
[93/226] Compiling IssueReporting IsTesting.swift
[94/226] Compiling IssueReporting IssueReporter.swift
[95/226] Compiling IssueReporting Warn.swift
[96/226] Compiling IssueReporting FailureObserver.swift
[97/226] Compiling ConcurrencyExtras LockIsolated.swift
[98/226] Compiling IssueReporting LockIsolated.swift
[99/226] Compiling IssueReporting Rethrows.swift
[100/226] Compiling IssueReporting SwiftTesting.swift
[101/226] Compiling IssueReporting UncheckedSendable.swift
[103/227] Wrapping AST for IssueReportingTestSupport for debugging
[104/227] Write Objects.LinkFileList
[112/227] Compiling IssueReporting ErrorReporting.swift
[113/227] Compiling IssueReporting AppHostWarning.swift
[114/227] Compiling IssueReporting Deprecations.swift
[116/241] Compiling CombineSchedulers UIScheduler.swift
[117/249] Emitting module CombineSchedulers
[118/249] Compiling CombineSchedulers UIKit.swift
[119/252] Compiling CombineSchedulers Timer.swift
[120/252] Compiling CombineSchedulers AnyScheduler.swift
[121/252] Compiling CombineSchedulers Concurrency.swift
[122/252] Compiling CombineSchedulers ImmediateScheduler.swift
[123/252] Compiling CombineSchedulers Deprecations.swift
[124/252] Compiling CombineSchedulers Lock.swift
[125/252] Compiling CombineSchedulers NSRecursiveLock.swift
[126/252] Compiling CombineSchedulers SwiftUI.swift
[127/252] Compiling CombineSchedulers TestScheduler.swift
[127/252] Linking libIssueReportingTestSupport-tool.so
[129/252] Compiling CombineSchedulers UnimplementedScheduler.swift
[130/253] Compiling Clocks SwiftUI.swift
[131/254] Compiling Clocks Timer.swift
[132/254] Compiling XCTestDynamicOverlay Exports.swift
[134/254] Compiling Clocks ImmediateClock.swift
[135/254] Compiling Clocks TestClock.swift
[136/254] Emitting module Clocks
[137/254] Compiling Clocks AnyClock.swift
[138/254] Compiling Clocks _AsyncTimerSequence.swift
[139/254] Compiling Clocks Lock.swift
[140/254] Compiling IssueReportingTestSupport SwiftTesting.swift
[141/254] Compiling IssueReportingTestSupport XCTest.swift
[143/255] Compiling ConcurrencyExtras Task.swift
[143/255] Wrapping AST for IssueReportingTestSupport for debugging
[144/255] Write Objects.LinkFileList
[146/255] Compiling Clocks UnimplementedClock.swift
[157/256] Linking libIssueReportingTestSupport.so
[159/256] Emitting module XCTestDynamicOverlay
[160/256] Compiling XCTestDynamicOverlay Deprecations.swift
[161/257] Compiling ConcurrencyExtras LockIsolated.swift
[165/257] Emitting module ConcurrencyExtras
[177/283] Wrapping AST for IssueReporting for debugging
[179/308] Compiling Clocks Timer.swift
[180/309] Compiling Dependencies MainQueue.swift
[181/309] Compiling Dependencies MainRunLoop.swift
[182/309] Compiling Dependencies NotificationCenter.swift
[183/312] Compiling XCTestDynamicOverlay Exports.swift
[184/312] Compiling Clocks SwiftUI.swift
[185/312] Compiling CombineSchedulers AnyScheduler.swift
[186/312] Compiling CombineSchedulers Concurrency.swift
[187/312] Compiling CombineSchedulers ImmediateScheduler.swift
[189/312] Compiling CombineSchedulers Deprecations.swift
[190/313] Emitting module CombineSchedulers
[193/313] Emitting module Dependencies
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:108:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
106 | // MARK: -
107 |
108 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
109 | @available(
110 | *,
[194/313] Emitting module DependenciesTestObserver
[195/313] Compiling DependenciesTestObserver TestObserver.swift
[196/314] Compiling CombineSchedulers Lock.swift
[197/314] Compiling CombineSchedulers NSRecursiveLock.swift
[198/314] Compiling CombineSchedulers SwiftUI.swift
[199/314] Compiling CombineSchedulers TestScheduler.swift
[200/314] Compiling CombineSchedulers Timer.swift
[201/314] Compiling CombineSchedulers UIKit.swift
[202/314] Compiling CombineSchedulers UIScheduler.swift
[203/314] Compiling Clocks Lock.swift
[204/314] Compiling Clocks _AsyncTimerSequence.swift
[205/314] Emitting module Clocks
[206/314] Compiling Clocks AnyClock.swift
[211/314] Compiling CombineSchedulers UnimplementedScheduler.swift
[212/314] Compiling Dependencies UUID.swift
[213/314] Compiling Dependencies WithRandomNumberGenerator.swift
[214/314] Compiling Dependencies AppEntryPoint.swift
[215/314] Compiling Dependencies Deprecations.swift
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:108:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
106 | // MARK: -
107 |
108 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
109 | @available(
110 | *,
[216/314] Compiling Dependencies Exports.swift
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:108:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
106 | // MARK: -
107 |
108 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
109 | @available(
110 | *,
[217/314] Compiling Dependencies TypeName.swift
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:108:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
106 | // MARK: -
107 |
108 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
109 | @available(
110 | *,
[219/315] Compiling Clocks ImmediateClock.swift
[220/315] Compiling Dependencies OpenURL.swift
[221/315] Compiling Dependencies TimeZone.swift
[222/315] Compiling Dependencies URLSession.swift
[231/315] Compiling Dependencies DependencyContext.swift
[232/324] Wrapping AST for DependenciesTestObserver for debugging
[233/324] Write Objects.LinkFileList
[235/324] Compiling Clocks TestClock.swift
[236/324] Compiling Clocks UnimplementedClock.swift
[237/325] Compiling Dependencies PreviewTrait.swift
[238/325] Compiling Dependencies TestTrait.swift
[239/325] Compiling Dependencies WithDependencies.swift
[241/325] Emitting module XCTestDynamicOverlay
[242/325] Compiling XCTestDynamicOverlay Deprecations.swift
[243/326] Linking libDependenciesTestObserver.so
[247/326] Compiling Dependencies DependencyKey.swift
[248/326] Compiling Dependencies DependencyValues.swift
[250/353] Compiling Dependencies Deprecations.swift
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:108:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
106 | // MARK: -
107 |
108 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
109 | @available(
110 | *,
[251/353] Compiling Dependencies Exports.swift
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:108:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
106 | // MARK: -
107 |
108 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
109 | @available(
110 | *,
[252/353] Compiling Dependencies TypeName.swift
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:108:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
106 | // MARK: -
107 |
108 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
109 | @available(
110 | *,
[253/356] Compiling Dependencies Assert.swift
[254/356] Compiling Dependencies Calendar.swift
[255/356] Compiling Dependencies Clocks.swift
[256/356] Compiling Dependencies Context.swift
[257/356] Compiling Dependencies Date.swift
[258/356] Compiling Dependencies FireAndForget.swift
[259/356] Compiling Dependencies Locale.swift
[260/356] Emitting module Dependencies
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:108:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
106 | // MARK: -
107 |
108 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
109 | @available(
110 | *,
[261/356] Emitting module DependenciesTestSupport
[262/356] Compiling DependenciesTestSupport TestTrait.swift
[263/356] Compiling Dependencies OpenURL.swift
[264/356] Compiling Dependencies TimeZone.swift
[265/356] Compiling Dependencies URLSession.swift
[266/356] Compiling Dependencies MainQueue.swift
[267/356] Compiling Dependencies MainRunLoop.swift
[268/356] Compiling Dependencies NotificationCenter.swift
[269/356] Compiling Dependencies UUID.swift
[270/356] Compiling Dependencies WithRandomNumberGenerator.swift
[271/356] Compiling Dependencies AppEntryPoint.swift
[273/357] Compiling Dependencies PreviewTrait.swift
[274/357] Compiling Dependencies TestTrait.swift
[275/357] Compiling Dependencies WithDependencies.swift
[276/357] Compiling Dependencies Dependency.swift
[277/357] Compiling Dependencies DependencyContext.swift
[278/357] Compiling Dependencies DependencyKey.swift
[279/357] Compiling Dependencies DependencyValues.swift
[281/360] Emitting module DependenciesTestSupport
[282/360] Compiling DependenciesTestSupport TestTrait.swift
[284/361] Compiling SwiftSyntax SyntaxEnum.swift
[285/361] Compiling SwiftSyntax SyntaxKind.swift
[286/361] Compiling SwiftSyntax SyntaxRewriter.swift
[287/361] Compiling SwiftSyntax SyntaxTraits.swift
[288/361] Compiling SwiftSyntax SyntaxVisitor.swift
[289/361] Compiling SwiftSyntax TokenKind.swift
[290/361] Compiling SwiftSyntax Tokens.swift
[291/361] Compiling SwiftSyntax TriviaPieces.swift
[292/361] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[293/361] Compiling SwiftSyntax RawSyntaxNodesC.swift
[294/361] Compiling SwiftSyntax RawSyntaxNodesD.swift
[295/361] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[296/361] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[297/361] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[298/361] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[299/361] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[300/361] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[301/361] Compiling SwiftSyntax RawSyntaxValidation.swift
[302/361] Compiling SwiftSyntax AbsolutePosition.swift
[303/361] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[304/361] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[305/361] Compiling SwiftSyntax Assert.swift
[306/361] Compiling SwiftSyntax BumpPtrAllocator.swift
[307/361] Compiling SwiftSyntax CommonAncestor.swift
[308/361] Compiling SwiftSyntax Convenience.swift
[309/361] Compiling SwiftSyntax CustomTraits.swift
[310/361] Compiling SwiftSyntax EditorPlaceholder.swift
[311/361] Emitting module SwiftSyntax
[321/361] Compiling SwiftSyntax Trivia.swift
[322/361] Compiling SwiftSyntax Utils.swift
[323/361] Compiling SwiftSyntax ChildNameForKeyPath.swift
[324/361] Compiling SwiftSyntax Keyword.swift
[325/361] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[326/361] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[327/361] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[328/361] Compiling SwiftSyntax SyntaxBaseNodes.swift
[329/361] Compiling SwiftSyntax SyntaxCollections.swift
[338/361] Compiling SwiftSyntax TokenSyntax.swift
[339/361] Compiling SwiftSyntax SyntaxNodesAB.swift
[340/361] Compiling SwiftSyntax SyntaxNodesC.swift
[341/361] Compiling SwiftSyntax SyntaxNodesD.swift
[342/361] Compiling SwiftSyntax SyntaxNodesEF.swift
[343/361] Compiling SwiftSyntax SyntaxNodesGHI.swift
[344/361] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[345/361] Compiling SwiftSyntax SyntaxNodesOP.swift
[346/361] Compiling SwiftSyntax SyntaxNodesQRS.swift
[347/361] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[348/362] Wrapping AST for SwiftSyntax for debugging
[350/420] Compiling SwiftParser Attributes.swift
[351/420] Compiling SwiftParser Availability.swift
[352/421] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[353/421] Compiling SwiftDiagnostics FixIt.swift
[354/421] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[355/421] Compiling SwiftParser CharacterInfo.swift
[356/421] Compiling SwiftParser CollectionNodes+Parsable.swift
[357/421] Compiling SwiftDiagnostics Message.swift
[358/421] Emitting module SwiftDiagnostics
[359/421] Compiling SwiftDiagnostics Note.swift
[360/421] Compiling SwiftBasicFormat Syntax+Extensions.swift
[361/421] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[362/421] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[363/421] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[364/422] Compiling SwiftBasicFormat Indenter.swift
[365/422] Compiling SwiftBasicFormat InferIndentation.swift
[366/422] Emitting module SwiftBasicFormat
[367/422] Compiling SwiftBasicFormat BasicFormat.swift
[369/423] Wrapping AST for SwiftBasicFormat for debugging
[370/423] Wrapping AST for SwiftDiagnostics for debugging
[372/423] Compiling SwiftParser Modifiers.swift
[373/423] Compiling SwiftParser Names.swift
[374/423] Compiling SwiftParser Nominals.swift
[375/423] Compiling SwiftParser Parameters.swift
[376/423] Compiling SwiftParser ParseSourceFile.swift
[377/423] Compiling SwiftParser Parser.swift
[378/423] Compiling SwiftParser Patterns.swift
[379/423] Compiling SwiftParser Recovery.swift
[380/423] Compiling SwiftParser Specifiers.swift
[381/423] Compiling SwiftParser Statements.swift
[382/423] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[383/423] Compiling SwiftParser StringLiterals.swift
[384/423] Compiling SwiftParser LexemeSequence.swift
[385/423] Compiling SwiftParser Lexer.swift
[386/423] Compiling SwiftParser RegexLiteralLexer.swift
[387/423] Compiling SwiftParser UnicodeScalarExtensions.swift
[388/423] Compiling SwiftParser Lookahead.swift
[389/423] Compiling SwiftParser LoopProgressCondition.swift
[390/428] Compiling SwiftParser SwiftParserCompatibility.swift
[391/428] Compiling SwiftParser SwiftVersion.swift
[392/428] Compiling SwiftParser SyntaxUtils.swift
[393/428] Compiling SwiftParser TokenConsumer.swift
[394/428] Compiling SwiftParser TokenPrecedence.swift
[395/428] Compiling SwiftParser TokenSpec.swift
[396/428] Compiling SwiftParser TokenSpecSet.swift
[397/428] Compiling SwiftParser TopLevel.swift
[398/428] Compiling SwiftParser TriviaParser.swift
[399/428] Compiling SwiftParser Types.swift
[404/428] Compiling SwiftParser Declarations.swift
[405/428] Compiling SwiftParser Directives.swift
[406/428] Emitting module SwiftParser
[407/428] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[408/428] Compiling SwiftParser Expressions.swift
[409/428] Compiling SwiftParser IncrementalParseTransition.swift
[410/428] Compiling SwiftParser IsValidIdentifier.swift
[411/428] Compiling SwiftParser Cursor.swift
[412/428] Compiling SwiftParser Lexeme.swift
[413/428] Compiling SwiftParser ExperimentalFeatures.swift
[414/428] Compiling SwiftParser IsLexerClassified.swift
[415/428] Compiling SwiftParser LayoutNodes+Parsable.swift
[416/428] Compiling SwiftParser Parser+TokenSpecSet.swift
[417/428] Compiling SwiftParser TokenSpecStaticMembers.swift
[418/429] Wrapping AST for SwiftParser for debugging
[420/452] Compiling SwiftOperators PrecedenceGroup.swift
[421/453] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[422/454] Compiling SwiftOperators PrecedenceGraph.swift
[423/454] Compiling SwiftOperators OperatorTable.swift
[424/454] Compiling SwiftOperators SyntaxSynthesis.swift
[425/454] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[426/454] Compiling SwiftOperators OperatorTable+Semantics.swift
[427/454] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[428/454] Compiling SwiftParserDiagnostics Utils.swift
[429/454] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[430/454] Compiling SwiftOperators OperatorError.swift
[431/454] Compiling SwiftOperators OperatorTable+Defaults.swift
[432/454] Compiling SwiftOperators Operator.swift
[433/454] Compiling SwiftOperators OperatorError+Diagnostics.swift
[434/454] Emitting module SwiftOperators
[435/454] Compiling SwiftOperators OperatorTable+Folding.swift
[436/455] Wrapping AST for SwiftOperators for debugging
[440/455] Emitting module SwiftParserDiagnostics
[441/455] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[442/455] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[443/455] Compiling SwiftParserDiagnostics MissingNodesError.swift
[444/455] Compiling SwiftParserDiagnostics MissingTokenError.swift
[447/456] Wrapping AST for SwiftParserDiagnostics for debugging
[449/471] Compiling SwiftSyntaxBuilder Indenter.swift
[450/471] Compiling SwiftSyntaxBuilder ListBuilder.swift
[451/471] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[452/471] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[453/472] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[454/472] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[455/472] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[456/472] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[457/472] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[458/472] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[459/472] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[460/472] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[461/472] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[462/472] Emitting module SwiftSyntaxBuilder
[463/472] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[464/472] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[465/473] Wrapping AST for SwiftSyntaxBuilder for debugging
[467/490] Compiling SwiftSyntaxMacros AccessorMacro.swift
[468/490] Compiling SwiftSyntaxMacros AttachedMacro.swift
[469/490] Compiling SwiftSyntaxMacros BodyMacro.swift
[470/492] Emitting module SwiftSyntaxMacros
[471/492] Compiling SwiftSyntaxMacros MemberMacro.swift
[472/492] Compiling SwiftSyntaxMacros PeerMacro.swift
[473/492] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[474/492] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[475/492] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[476/492] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[477/492] Compiling SwiftSyntaxMacros Macro.swift
[478/492] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[479/492] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[480/492] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[481/492] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[482/492] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[483/492] Compiling SwiftSyntaxMacros Macro+Format.swift
[484/492] Compiling SwiftSyntaxMacros PreambleMacro.swift
[485/492] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[486/493] Wrapping AST for SwiftSyntaxMacros for debugging
[488/502] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[489/503] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[490/503] Emitting module SwiftSyntaxMacroExpansion
[491/503] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[492/503] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[493/503] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[494/503] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[495/503] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[496/503] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[497/503] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[498/504] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[500/516] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[501/516] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[502/516] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[503/517] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[504/517] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[505/517] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[506/517] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[507/517] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[508/517] Emitting module SwiftCompilerPluginMessageHandling
[509/517] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[510/517] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[511/517] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[512/517] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[513/518] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[515/520] Emitting module SwiftCompilerPlugin
[516/520] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[517/521] Wrapping AST for SwiftCompilerPlugin for debugging
[519/526] Compiling DependenciesMacrosPlugin Plugins.swift
[520/526] Compiling DependenciesMacrosPlugin Support.swift
[521/526] Emitting module DependenciesMacrosPlugin
/host/spi-builder-workspace/Sources/DependenciesMacrosPlugin/DependencyClientMacro.swift:11:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
9 | #endif
10 |
11 | public enum DependencyClientMacro: MemberAttributeMacro, MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
12 | public static func expansion<D: DeclGroupSyntax, M: DeclSyntaxProtocol, C: MacroExpansionContext>(
13 | of node: AttributeSyntax,
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 | /// - Returns: the set of member declarations introduced by this macro, which
54 | /// are nested inside the `attachedTo` declaration.
55 | static func expansion(
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 | of node: AttributeSyntax,
57 | providingMembersOf declaration: some DeclGroupSyntax,
:
87 | message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 | )
89 | public static func expansion(
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 | of node: AttributeSyntax,
91 | providingMembersOf declaration: some DeclGroupSyntax,
[522/526] Compiling DependenciesMacrosPlugin DependencyClientMacro.swift
/host/spi-builder-workspace/Sources/DependenciesMacrosPlugin/DependencyClientMacro.swift:11:13: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
9 | #endif
10 |
11 | public enum DependencyClientMacro: MemberAttributeMacro, MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
12 | public static func expansion<D: DeclGroupSyntax, M: DeclSyntaxProtocol, C: MacroExpansionContext>(
13 | of node: AttributeSyntax,
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 | /// - Returns: the set of member declarations introduced by this macro, which
54 | /// are nested inside the `attachedTo` declaration.
55 | static func expansion(
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 | of node: AttributeSyntax,
57 | providingMembersOf declaration: some DeclGroupSyntax,
:
87 | message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 | )
89 | public static func expansion(
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 | of node: AttributeSyntax,
91 | providingMembersOf declaration: some DeclGroupSyntax,
[523/526] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
[524/527] Wrapping AST for DependenciesMacrosPlugin for debugging
[525/527] Write Objects.LinkFileList
[526/527] Linking DependenciesMacrosPlugin-tool
[528/533] Compiling DependenciesMacros Exports.swift
[529/533] Compiling DependenciesMacros Macros.swift
[530/533] Emitting module DependenciesMacros
[531/534] Compiling DependenciesMacros Exports.swift
[532/534] Emitting module DependenciesMacros
[533/534] Compiling DependenciesMacros Macros.swift
Build complete! (225.39s)
Build complete.
{
"dependencies" : [
{
"identity" : "combine-schedulers",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/combine-schedulers"
},
{
"identity" : "swift-clocks",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-clocks"
},
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing"
},
{
"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"
}
],
"manifest_display_name" : "swift-dependencies",
"name" : "swift-dependencies",
"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" : "Dependencies",
"targets" : [
"Dependencies"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DependenciesMacros",
"targets" : [
"DependenciesMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DependenciesTestSupport",
"targets" : [
"DependenciesTestSupport"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DependenciesTestObserver",
"targets" : [
"DependenciesTestObserver"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "DependenciesMacrosPlugin",
"targets" : [
"DependenciesMacrosPlugin"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "DependenciesTests",
"module_type" : "SwiftTarget",
"name" : "DependenciesTests",
"path" : "Tests/DependenciesTests",
"product_dependencies" : [
"IssueReportingTestSupport"
],
"sources" : [
"AssertTests.swift",
"BaseTestCaseTests.swift",
"CacheTests.swift",
"DateTests.swift",
"DependencyKeyTests.swift",
"DependencyTests.swift",
"DependencyValuesTests.swift",
"FireAndForgetTests.swift",
"Internal/XCTTODO.swift",
"InvokeTestTests.swift",
"NotificationCenterTests.swift",
"PrepareDependenciesTests.swift",
"ResolutionTests.swift",
"RootResettingTests.swift",
"SwiftTestingTests.swift",
"TestTraitTests.swift",
"UUIDTests.swift",
"WithRandomNumberGeneratorTests.swift"
],
"target_dependencies" : [
"Dependencies",
"DependenciesTestSupport"
],
"type" : "test"
},
{
"c99name" : "DependenciesTestSupport",
"module_type" : "SwiftTarget",
"name" : "DependenciesTestSupport",
"path" : "Sources/DependenciesTestSupport",
"product_dependencies" : [
"ConcurrencyExtras",
"IssueReportingTestSupport"
],
"product_memberships" : [
"DependenciesTestSupport"
],
"sources" : [
"TestTrait.swift"
],
"target_dependencies" : [
"Dependencies"
],
"type" : "library"
},
{
"c99name" : "DependenciesTestObserver",
"module_type" : "SwiftTarget",
"name" : "DependenciesTestObserver",
"path" : "Sources/DependenciesTestObserver",
"product_dependencies" : [
"IssueReporting"
],
"product_memberships" : [
"DependenciesTestObserver"
],
"sources" : [
"TestObserver.swift"
],
"type" : "library"
},
{
"c99name" : "DependenciesMacrosPluginTests",
"module_type" : "SwiftTarget",
"name" : "DependenciesMacrosPluginTests",
"path" : "Tests/DependenciesMacrosPluginTests",
"product_dependencies" : [
"MacroTesting"
],
"sources" : [
"DependencyClientMacroTests.swift",
"DependencyClientTests.swift",
"DependencyEndpointMacroTests.swift",
"DependencyEndpointTests.swift",
"Internal/BaseTestCase.swift",
"MacroTests.swift"
],
"target_dependencies" : [
"Dependencies",
"DependenciesMacros",
"DependenciesMacrosPlugin"
],
"type" : "test"
},
{
"c99name" : "DependenciesMacrosPlugin",
"module_type" : "SwiftTarget",
"name" : "DependenciesMacrosPlugin",
"path" : "Sources/DependenciesMacrosPlugin",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"DependenciesMacros",
"DependenciesMacrosPlugin"
],
"sources" : [
"DependencyClientMacro.swift",
"DependencyEndpointMacro.swift",
"Plugins.swift",
"Support.swift"
],
"type" : "macro"
},
{
"c99name" : "DependenciesMacros",
"module_type" : "SwiftTarget",
"name" : "DependenciesMacros",
"path" : "Sources/DependenciesMacros",
"product_dependencies" : [
"IssueReporting",
"XCTestDynamicOverlay"
],
"product_memberships" : [
"DependenciesMacros"
],
"sources" : [
"Internal/Exports.swift",
"Macros.swift"
],
"target_dependencies" : [
"DependenciesMacrosPlugin"
],
"type" : "library"
},
{
"c99name" : "Dependencies",
"module_type" : "SwiftTarget",
"name" : "Dependencies",
"path" : "Sources/Dependencies",
"product_dependencies" : [
"Clocks",
"CombineSchedulers",
"ConcurrencyExtras",
"IssueReporting",
"XCTestDynamicOverlay"
],
"product_memberships" : [
"Dependencies",
"DependenciesTestSupport"
],
"sources" : [
"Dependency.swift",
"DependencyContext.swift",
"DependencyKey.swift",
"DependencyValues.swift",
"DependencyValues/Assert.swift",
"DependencyValues/Calendar.swift",
"DependencyValues/Clocks.swift",
"DependencyValues/Context.swift",
"DependencyValues/Date.swift",
"DependencyValues/FireAndForget.swift",
"DependencyValues/Locale.swift",
"DependencyValues/MainQueue.swift",
"DependencyValues/MainRunLoop.swift",
"DependencyValues/NotificationCenter.swift",
"DependencyValues/OpenURL.swift",
"DependencyValues/TimeZone.swift",
"DependencyValues/URLSession.swift",
"DependencyValues/UUID.swift",
"DependencyValues/WithRandomNumberGenerator.swift",
"Internal/AppEntryPoint.swift",
"Internal/Deprecations.swift",
"Internal/Exports.swift",
"Internal/TypeName.swift",
"Traits/PreviewTrait.swift",
"Traits/TestTrait.swift",
"WithDependencies.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.