Build Information
Successful build of swift-dependencies, reference 1.9.2 (4c90d6
), with Swift 6.1 for Linux on 1 May 2025 12:51:29 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-dependencies.git
Reference: 1.9.2
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
* tag 1.9.2 -> FETCH_HEAD
HEAD is now at 4c90d6b Allow dependencies test trait to throw. (#359)
Cloned https://github.com/pointfreeco/swift-dependencies.git
Revision (git rev-parse @):
4c90d6b2b9bf0911af87b103bb40f41771891596
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-dependencies.git at 1.9.2
========================================
Build
========================================
Selected platform: linux
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",
"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/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-1":/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 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/swift-clocks
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/868] Fetching swift-macro-testing
[869/2160] Fetching swift-macro-testing, swift-clocks
[947/4209] Fetching swift-macro-testing, swift-clocks, swift-docc-plugin
[974/5061] Fetching swift-macro-testing, swift-clocks, swift-docc-plugin, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.34s)
Fetching https://github.com/pointfreeco/combine-schedulers
[2192/3769] Fetching swift-macro-testing, swift-docc-plugin, swift-concurrency-extras
[2234/9170] Fetching swift-macro-testing, swift-docc-plugin, swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.48s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.48s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.48s)
[3619/5401] Fetching xctest-dynamic-overlay
[3620/7811] Fetching xctest-dynamic-overlay, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.26s)
[1/70291] Fetching swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (4.36s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.40s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (4.96s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.51s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.51s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.52s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.30s)
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.41s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.03s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.76s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.2 (0.54s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13159] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.73s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (2.27s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.32s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.84s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-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/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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/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/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-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.2
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/67] Write sources
[37/67] Compiling _SwiftSyntaxCShims dummy.c
[38/67] Write swift-version-24593BA9C3E375BF.txt
[40/119] Emitting module SwiftSyntax509
[41/119] Emitting module SwiftSyntax510
[42/119] Compiling SwiftSyntax600 Empty.swift
[43/119] Emitting module SwiftSyntax600
[44/120] Compiling IssueReporting TestContext.swift
[45/120] Compiling IssueReporting Unimplemented.swift
[47/122] Compiling SwiftSyntax601 Empty.swift
[48/122] Emitting module SwiftSyntax601
[51/125] Compiling SwiftSyntax509 Empty.swift
[52/126] Compiling SwiftSyntax510 Empty.swift
[55/138] Wrapping AST for SwiftSyntax601 for debugging
[56/149] Wrapping AST for SwiftSyntax600 for debugging
[58/212] Compiling ConcurrencyExtras Result.swift
[58/214] Wrapping AST for SwiftSyntax510 for debugging
[60/214] Compiling SwiftSyntax AbsolutePosition.swift
[61/214] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[62/214] Compiling ConcurrencyExtras Result.swift
[64/215] Wrapping AST for SwiftSyntax509 for debugging
[66/215] Compiling ConcurrencyExtras UncheckedSendable.swift
[68/215] Compiling SwiftSyntax Syntax.swift
[69/215] Compiling SwiftSyntax SyntaxArena.swift
[70/215] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[71/215] Compiling SwiftSyntax SyntaxChildren.swift
[72/215] Compiling SwiftSyntax Identifier.swift
[73/215] Compiling SwiftSyntax MemoryLayout.swift
[74/215] Compiling SwiftSyntax MissingNodeInitializers.swift
[75/215] Compiling SwiftSyntax RawSyntax.swift
[76/215] Emitting module IssueReportingTestSupport
[77/215] Compiling IssueReportingTestSupport SwiftTesting.swift
[78/215] Compiling IssueReportingTestSupport XCTest.swift
[79/215] Compiling ConcurrencyExtras LockIsolated.swift
[80/216] Compiling ConcurrencyExtras MainSerialExecutor.swift
[81/216] Emitting module IssueReportingTestSupport
[82/216] Compiling IssueReportingTestSupport XCTest.swift
[83/216] Compiling IssueReportingTestSupport SwiftTesting.swift
[84/216] Compiling ConcurrencyExtras MainSerialExecutor.swift
[88/217] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[89/217] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[92/217] Emitting module ConcurrencyExtras
[93/217] Compiling ConcurrencyExtras LockIsolated.swift
[97/217] Emitting module IssueReporting
[102/217] Emitting module ConcurrencyExtras
[108/217] Emitting module IssueReporting
[109/217] Compiling ConcurrencyExtras Task.swift
[117/218] Compiling SwiftSyntax RawSyntaxTokenView.swift
[118/218] Compiling SwiftSyntax SourceEdit.swift
[119/218] Compiling SwiftSyntax SourceLength.swift
[120/218] Compiling SwiftSyntax SourceLocation.swift
[121/218] Compiling SwiftSyntax SourcePresence.swift
[122/218] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[123/219] Compiling ConcurrencyExtras Task.swift
[130/221] Wrapping AST for IssueReportingTestSupport for debugging
[131/221] Write Objects.LinkFileList
[133/221] Wrapping AST for IssueReportingTestSupport for debugging
[134/221] Write Objects.LinkFileList
[137/226] Wrapping AST for IssueReporting for debugging
[139/246] Compiling XCTestDynamicOverlay Exports.swift
[140/246] Emitting module DependenciesTestObserver
[141/246] Compiling DependenciesTestObserver TestObserver.swift
[142/250] Emitting module CombineSchedulers
[142/250] Linking libIssueReportingTestSupport.so
[144/251] Compiling CombineSchedulers AnyScheduler.swift
[145/251] Compiling CombineSchedulers Concurrency.swift
[146/251] Compiling CombineSchedulers ImmediateScheduler.swift
[147/251] Compiling CombineSchedulers Deprecations.swift
[147/251] Linking libIssueReportingTestSupport-tool.so
[149/251] Compiling CombineSchedulers UIScheduler.swift
[150/251] Compiling Clocks Timer.swift
[151/252] Compiling CombineSchedulers SwiftUI.swift
[152/252] Compiling CombineSchedulers TestScheduler.swift
[153/252] Compiling Clocks Lock.swift
[154/252] Compiling CombineSchedulers Timer.swift
[155/252] Compiling CombineSchedulers UIKit.swift
[157/252] Compiling CombineSchedulers Lock.swift
[158/252] Compiling CombineSchedulers NSRecursiveLock.swift
[159/252] Compiling XCTestDynamicOverlay Exports.swift
[160/252] Compiling CombineSchedulers UnimplementedScheduler.swift
[161/253] Compiling Clocks ImmediateClock.swift
[162/273] Emitting module Clocks
[163/273] Compiling Clocks AnyClock.swift
[164/273] Wrapping AST for DependenciesTestObserver for debugging
[165/273] Write Objects.LinkFileList
[167/273] Compiling XCTestDynamicOverlay Deprecations.swift
[168/273] Emitting module XCTestDynamicOverlay
[169/274] Compiling CombineSchedulers ImmediateScheduler.swift
[170/274] Compiling CombineSchedulers Deprecations.swift
[171/274] Compiling CombineSchedulers Lock.swift
[172/274] Compiling CombineSchedulers NSRecursiveLock.swift
[173/275] Emitting module CombineSchedulers
[174/275] Compiling CombineSchedulers AnyScheduler.swift
[175/275] Compiling CombineSchedulers Concurrency.swift
[176/275] Compiling CombineSchedulers SwiftUI.swift
[177/275] Compiling CombineSchedulers TestScheduler.swift
[178/275] Compiling CombineSchedulers Timer.swift
[179/275] Compiling CombineSchedulers UIScheduler.swift
[180/275] Compiling CombineSchedulers UIKit.swift
[181/275] Compiling Clocks Timer.swift
[182/276] Compiling Clocks AnyClock.swift
[183/276] Compiling CombineSchedulers UnimplementedScheduler.swift
[184/277] Compiling Clocks UnimplementedClock.swift
[186/277] Emitting module XCTestDynamicOverlay
[187/277] Compiling XCTestDynamicOverlay Deprecations.swift
[189/278] Compiling Clocks _AsyncTimerSequence.swift
[190/278] Compiling Clocks SwiftUI.swift
[191/278] Compiling Clocks TestClock.swift
[192/279] Emitting module Clocks
[193/279] Compiling Clocks ImmediateClock.swift
[194/279] Compiling Clocks Lock.swift
[195/279] Compiling Clocks _AsyncTimerSequence.swift
[196/279] Linking libDependenciesTestObserver.so
[199/279] Compiling Clocks SwiftUI.swift
[200/279] Compiling Clocks TestClock.swift
[201/279] Compiling Clocks UnimplementedClock.swift
[203/326] Compiling Dependencies UUID.swift
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:29:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
27 | // MARK: -
28 |
29 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
30 | @available(
31 | *,
[204/326] Compiling Dependencies WithRandomNumberGenerator.swift
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:29:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
27 | // MARK: -
28 |
29 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
30 | @available(
31 | *,
[205/326] Compiling Dependencies AppEntryPoint.swift
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:29:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
27 | // MARK: -
28 |
29 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
30 | @available(
31 | *,
[206/326] Compiling Dependencies Context.swift
[207/326] Compiling Dependencies Date.swift
[208/326] Compiling Dependencies FireAndForget.swift
[209/329] Compiling Dependencies Dependency.swift
[210/329] Compiling Dependencies DependencyContext.swift
[211/329] Compiling Dependencies DependencyKey.swift
[212/329] Emitting module Dependencies
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:29:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
27 | // MARK: -
28 |
29 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
30 | @available(
31 | *,
[213/329] Compiling Dependencies Locale.swift
[214/329] Compiling Dependencies MainQueue.swift
[215/329] Compiling Dependencies MainRunLoop.swift
[216/329] Compiling Dependencies OpenURL.swift
[217/329] Compiling Dependencies TimeZone.swift
[218/329] Compiling Dependencies URLSession.swift
[219/329] Compiling Dependencies Deprecations.swift
[220/329] Compiling Dependencies Exports.swift
[221/329] Compiling Dependencies TypeName.swift
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:29:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
27 | // MARK: -
28 |
29 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
30 | @available(
31 | *,
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:29:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
27 | // MARK: -
28 |
29 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
30 | @available(
31 | *,
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:29:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
27 | // MARK: -
28 |
29 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
30 | @available(
31 | *,
[232/332] Compiling Dependencies PreviewTrait.swift
[233/332] Compiling Dependencies TestTrait.swift
[234/332] Compiling Dependencies WithDependencies.swift
[235/332] Compiling SwiftSyntax CustomTraits.swift
[236/332] Compiling SwiftSyntax EditorPlaceholder.swift
[249/332] Compiling Dependencies DependencyValues.swift
[250/332] Compiling Dependencies Assert.swift
[251/332] Compiling Dependencies Calendar.swift
[252/332] Compiling Dependencies Clocks.swift
[275/342] Emitting module Dependencies
/host/spi-builder-workspace/Sources/Dependencies/Internal/Deprecations.swift:29:11: warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
27 | // MARK: -
28 |
29 | extension ActorIsolated {
| `- warning: 'ActorIsolated' is deprecated: Use 'LockIsolated' instead.
30 | @available(
31 | *,
[284/345] Emitting module DependenciesTestSupport
[285/345] Compiling DependenciesTestSupport TestTrait.swift
[288/348] Emitting module DependenciesTestSupport
[290/349] Emitting module SwiftSyntax
[291/349] Compiling SwiftSyntax SyntaxEnum.swift
[292/349] Compiling SwiftSyntax SyntaxKind.swift
[293/349] Compiling SwiftSyntax SyntaxRewriter.swift
[294/349] Compiling SwiftSyntax SyntaxTraits.swift
[295/349] Compiling SwiftSyntax SyntaxVisitor.swift
[296/349] Compiling SwiftSyntax TokenKind.swift
[297/349] Compiling SwiftSyntax Tokens.swift
[298/349] Compiling SwiftSyntax TriviaPieces.swift
[299/349] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[300/349] Compiling SwiftSyntax RawSyntaxNodesC.swift
[301/349] Compiling SwiftSyntax RawSyntaxNodesD.swift
[302/349] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[303/349] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[304/349] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[305/349] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[306/349] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[307/349] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[308/349] Compiling SwiftSyntax RawSyntaxValidation.swift
[309/349] Compiling SwiftSyntax Trivia.swift
[310/349] Compiling SwiftSyntax Utils.swift
[311/349] Compiling SwiftSyntax ChildNameForKeyPath.swift
[312/349] Compiling SwiftSyntax Keyword.swift
[313/349] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[314/349] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[315/349] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[316/349] Compiling SwiftSyntax SyntaxBaseNodes.swift
[317/349] Compiling SwiftSyntax SyntaxCollections.swift
[318/349] Compiling SwiftSyntax SyntaxIdentifier.swift
[319/349] Compiling SwiftSyntax SyntaxNodeFactory.swift
[320/349] Compiling SwiftSyntax SyntaxNodeStructure.swift
[321/349] Compiling SwiftSyntax SyntaxProtocol.swift
[322/349] Compiling SwiftSyntax SyntaxText.swift
[323/349] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[324/349] Compiling SwiftSyntax TokenDiagnostic.swift
[325/349] Compiling SwiftSyntax TokenSequence.swift
[326/349] Compiling SwiftSyntax TokenSyntax.swift
[327/349] Compiling SwiftSyntax SyntaxNodesAB.swift
[328/349] Compiling SwiftSyntax SyntaxNodesC.swift
[329/349] Compiling SwiftSyntax SyntaxNodesD.swift
[330/349] Compiling SwiftSyntax SyntaxNodesEF.swift
[331/349] Compiling SwiftSyntax SyntaxNodesGHI.swift
[332/349] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[333/349] Compiling SwiftSyntax SyntaxNodesOP.swift
[334/349] Compiling SwiftSyntax SyntaxNodesQRS.swift
[335/349] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[336/357] Wrapping AST for SwiftSyntax for debugging
[338/408] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[339/408] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[340/409] Compiling SwiftDiagnostics FixIt.swift
[341/409] Compiling SwiftDiagnostics Message.swift
[342/409] Compiling SwiftBasicFormat Indenter.swift
[343/409] Compiling SwiftBasicFormat InferIndentation.swift
[344/409] Compiling SwiftDiagnostics Note.swift
[345/409] Compiling SwiftBasicFormat Syntax+Extensions.swift
[346/409] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[347/409] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[348/409] Emitting module SwiftDiagnostics
[349/409] Compiling SwiftDiagnostics Convenience.swift
[350/409] Compiling SwiftDiagnostics Diagnostic.swift
[351/409] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[352/409] Emitting module SwiftBasicFormat
[353/409] Compiling SwiftBasicFormat BasicFormat.swift
[354/410] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[355/410] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[357/411] Wrapping AST for SwiftDiagnostics for debugging
[358/411] Wrapping AST for SwiftBasicFormat for debugging
[360/411] Compiling SwiftParser SwiftParserCompatibility.swift
[361/411] Compiling SwiftParser SwiftVersion.swift
[362/411] Compiling SwiftParser SyntaxUtils.swift
[363/411] Compiling SwiftParser TokenConsumer.swift
[364/411] Compiling SwiftParser TokenPrecedence.swift
[365/411] Compiling SwiftParser TokenSpec.swift
[366/411] Compiling SwiftParser TokenSpecSet.swift
[367/411] Compiling SwiftParser TopLevel.swift
[368/411] Compiling SwiftParser TriviaParser.swift
[369/411] Compiling SwiftParser Types.swift
[370/416] Compiling SwiftParser Modifiers.swift
[371/416] Compiling SwiftParser Names.swift
[372/416] Compiling SwiftParser Nominals.swift
[373/416] Compiling SwiftParser Parameters.swift
[374/416] Compiling SwiftParser ParseSourceFile.swift
[375/416] Compiling SwiftParser Parser.swift
[376/416] Compiling SwiftParser LexemeSequence.swift
[377/416] Compiling SwiftParser Lexer.swift
[378/416] Compiling SwiftParser RegexLiteralLexer.swift
[379/416] Compiling SwiftParser UnicodeScalarExtensions.swift
[380/416] Compiling SwiftParser Lookahead.swift
[381/416] Compiling SwiftParser LoopProgressCondition.swift
[382/416] Compiling SwiftParser Patterns.swift
[383/416] Compiling SwiftParser Recovery.swift
[384/416] Compiling SwiftParser Specifiers.swift
[385/416] Compiling SwiftParser Statements.swift
[386/416] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[387/416] Compiling SwiftParser StringLiterals.swift
[388/416] Emitting module SwiftParser
[389/416] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[390/416] Compiling SwiftParser Expressions.swift
[391/416] Compiling SwiftParser IncrementalParseTransition.swift
[392/416] Compiling SwiftParser IsValidIdentifier.swift
[393/416] Compiling SwiftParser Cursor.swift
[394/416] Compiling SwiftParser Lexeme.swift
[399/416] Compiling SwiftParser Declarations.swift
[400/416] Compiling SwiftParser Directives.swift
[401/416] Compiling SwiftParser ExperimentalFeatures.swift
[402/416] Compiling SwiftParser IsLexerClassified.swift
[403/416] Compiling SwiftParser LayoutNodes+Parsable.swift
[404/416] Compiling SwiftParser Parser+TokenSpecSet.swift
[405/416] Compiling SwiftParser TokenSpecStaticMembers.swift
[406/417] Wrapping AST for SwiftParser for debugging
[408/440] Compiling SwiftOperators PrecedenceGroup.swift
[409/441] Compiling SwiftOperators Operator.swift
[410/441] Compiling SwiftOperators OperatorError+Diagnostics.swift
[411/441] Compiling SwiftOperators PrecedenceGraph.swift
[412/441] Compiling SwiftOperators OperatorTable.swift
[413/441] Compiling SwiftOperators OperatorTable+Semantics.swift
[414/441] Compiling SwiftOperators SyntaxSynthesis.swift
[415/441] Emitting module SwiftOperators
[416/441] Compiling SwiftOperators OperatorTable+Folding.swift
[417/441] Compiling SwiftOperators OperatorError.swift
[418/441] Compiling SwiftOperators OperatorTable+Defaults.swift
[420/442] Emitting module SwiftParserDiagnostics
[420/443] Wrapping AST for SwiftOperators for debugging
[422/443] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[423/443] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[424/443] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[425/443] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[426/443] Compiling SwiftParserDiagnostics PresenceUtils.swift
[431/443] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[432/443] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[433/443] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[434/443] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[435/444] Wrapping AST for SwiftParserDiagnostics for debugging
[437/459] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[438/459] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[439/460] Compiling SwiftSyntaxBuilder Indenter.swift
[440/460] Compiling SwiftSyntaxBuilder ListBuilder.swift
[441/460] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[442/460] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[443/460] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[444/460] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[445/460] Emitting module SwiftSyntaxBuilder
[446/460] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[447/460] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[448/460] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[449/460] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[450/460] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[451/460] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[452/460] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[453/461] Wrapping AST for SwiftSyntaxBuilder for debugging
[455/478] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[456/478] Compiling SwiftSyntaxMacros Macro+Format.swift
[457/480] Emitting module SwiftSyntaxMacros
[458/480] Compiling SwiftSyntaxMacros MemberMacro.swift
[459/480] Compiling SwiftSyntaxMacros PeerMacro.swift
[460/480] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[461/480] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[462/480] Compiling SwiftSyntaxMacros Macro.swift
[463/480] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[464/480] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[465/480] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[466/480] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[467/480] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[468/480] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[469/480] Compiling SwiftSyntaxMacros AccessorMacro.swift
[470/480] Compiling SwiftSyntaxMacros AttachedMacro.swift
[471/480] Compiling SwiftSyntaxMacros BodyMacro.swift
[472/480] Compiling SwiftSyntaxMacros PreambleMacro.swift
[473/480] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[474/481] Wrapping AST for SwiftSyntaxMacros for debugging
[476/490] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[477/491] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[478/491] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[479/491] Emitting module SwiftSyntaxMacroExpansion
[480/491] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[481/491] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[482/491] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[483/491] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[484/491] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[485/491] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[486/492] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[488/504] Emitting module SwiftCompilerPluginMessageHandling
[489/505] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[490/505] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[491/505] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[492/505] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[493/505] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[494/505] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[495/505] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[496/505] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[497/505] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[498/505] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[499/505] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[500/505] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[501/506] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[503/508] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[504/508] Emitting module SwiftCompilerPlugin
[505/509] Wrapping AST for SwiftCompilerPlugin for debugging
[507/514] Compiling DependenciesMacrosPlugin Plugins.swift
[508/514] Compiling DependenciesMacrosPlugin Support.swift
[509/514] 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,
[510/514] 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,
[511/514] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
[512/515] Wrapping AST for DependenciesMacrosPlugin for debugging
[513/515] Write Objects.LinkFileList
[514/515] Linking DependenciesMacrosPlugin-tool
[516/521] Compiling DependenciesMacros Exports.swift
[518/521] Compiling DependenciesMacros Macros.swift
[519/521] Emitting module DependenciesMacros
[521/522] Compiling DependenciesMacros Macros.swift
Build complete! (127.99s)
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",
"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/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"
}
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.