Build Information
Successful build of swift-dependencies, reference 1.9.2 (4c90d6
), with Swift 6.0 for Linux on 22 Apr 2025 21:43:46 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.60.2
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.0
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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/swiftlang/swift-syntax
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/xctest-dynamic-overlay
[1/2049] Fetching swift-docc-plugin
[227/3341] Fetching swift-docc-plugin, swift-clocks
[357/4204] Fetching swift-docc-plugin, swift-clocks, swift-macro-testing
[1266/5056] Fetching swift-docc-plugin, swift-clocks, swift-macro-testing, swift-concurrency-extras
[1927/10444] Fetching swift-docc-plugin, swift-clocks, swift-macro-testing, swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.38s)
[4254/9152] Fetching swift-docc-plugin, swift-macro-testing, swift-concurrency-extras, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/combine-schedulers
[9153/11562] Fetching swift-docc-plugin, swift-macro-testing, swift-concurrency-extras, xctest-dynamic-overlay, combine-schedulers
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.78s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.78s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.78s)
[7750/7798] Fetching xctest-dynamic-overlay, combine-schedulers
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.79s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.44s)
[1/70187] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.13s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.53s)
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.53s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.51s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.38s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3366] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.31s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.56s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.82s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.2 (0.74s)
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.72s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (0.51s)
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.28s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.52s)
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.2
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/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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/59] Write sources
[29/59] Compiling _SwiftSyntaxCShims dummy.c
[30/59] Write swift-version-24593BA9C3E375BF.txt
[32/103] Emitting module SwiftSyntax601
[33/103] Emitting module SwiftSyntax510
[34/103] Emitting module IssueReportingTestSupport
[35/103] Compiling IssueReporting TestContext.swift
[36/103] Compiling IssueReporting Unimplemented.swift
[37/105] Compiling ConcurrencyExtras Result.swift
[38/106] Compiling SwiftSyntax509 Empty.swift
[39/106] Emitting module SwiftSyntax509
[40/107] Compiling SwiftSyntax601 Empty.swift
[41/108] Emitting module SwiftSyntax600
[42/108] Compiling SwiftSyntax600 Empty.swift
[44/109] Compiling SwiftSyntax510 Empty.swift
[47/110] Wrapping AST for SwiftSyntax509 for debugging
[48/110] Wrapping AST for SwiftSyntax601 for debugging
[49/110] Wrapping AST for SwiftSyntax510 for debugging
[50/110] Wrapping AST for SwiftSyntax600 for debugging
[52/110] Compiling ConcurrencyExtras UncheckedSendable.swift
[53/174] Compiling SwiftSyntax SourceLocation.swift
[54/174] Compiling SwiftSyntax SourcePresence.swift
[55/174] Compiling IssueReportingTestSupport SwiftTesting.swift
[56/174] Compiling IssueReportingTestSupport XCTest.swift
[57/175] Compiling SwiftSyntax CustomTraits.swift
[58/175] Compiling SwiftSyntax EditorPlaceholder.swift
[59/175] Compiling SwiftSyntax Assert.swift
[60/175] Compiling SwiftSyntax BumpPtrAllocator.swift
[61/175] Compiling SwiftSyntax AbsolutePosition.swift
[62/175] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[63/175] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[64/175] Emitting module IssueReporting
[65/175] Compiling SwiftSyntax Identifier.swift
[66/175] Compiling SwiftSyntax MemoryLayout.swift
[67/175] Compiling SwiftSyntax MissingNodeInitializers.swift
[69/175] Compiling ConcurrencyExtras LockIsolated.swift
[70/175] Emitting module ConcurrencyExtras
[74/175] Compiling SwiftSyntax RawSyntax.swift
[75/175] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[76/175] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[77/175] Compiling ConcurrencyExtras MainSerialExecutor.swift
[78/175] Compiling IssueReportingTestSupport SwiftTesting.swift
[79/175] Compiling IssueReportingTestSupport XCTest.swift
[80/175] Emitting module IssueReportingTestSupport
[80/176] Wrapping AST for IssueReportingTestSupport for debugging
[81/176] Write Objects.LinkFileList
[83/176] Compiling SwiftSyntax RawSyntaxTokenView.swift
[84/176] Compiling SwiftSyntax SourceEdit.swift
[85/176] Compiling SwiftSyntax SourceLength.swift
[90/177] Compiling ConcurrencyExtras Task.swift
[92/178] Wrapping AST for IssueReportingTestSupport for debugging
[93/178] Write Objects.LinkFileList
[94/178] Wrapping AST for IssueReporting for debugging
[95/178] Linking libIssueReportingTestSupport-tool.so
[97/195] Compiling CombineSchedulers UIScheduler.swift
[98/204] Compiling CombineSchedulers Timer.swift
[99/204] Compiling CombineSchedulers UIKit.swift
[100/204] Compiling CombineSchedulers SwiftUI.swift
[101/204] Compiling CombineSchedulers TestScheduler.swift
[102/204] Compiling CombineSchedulers ImmediateScheduler.swift
[103/204] Compiling CombineSchedulers Deprecations.swift
[104/204] Compiling CombineSchedulers Lock.swift
[105/204] Compiling CombineSchedulers NSRecursiveLock.swift
[106/204] Compiling CombineSchedulers AnyScheduler.swift
[107/204] Compiling CombineSchedulers Concurrency.swift
[108/204] Emitting module CombineSchedulers
[109/204] Compiling XCTestDynamicOverlay Exports.swift
[110/204] Compiling CombineSchedulers UnimplementedScheduler.swift
[111/205] Compiling Clocks Timer.swift
[111/205] Linking libIssueReportingTestSupport.so
[114/206] Emitting module DependenciesTestObserver
[115/206] Compiling DependenciesTestObserver TestObserver.swift
[116/207] Emitting module Clocks
[117/207] Compiling Clocks AnyClock.swift
[118/207] Compiling Clocks ImmediateClock.swift
[120/207] Compiling Clocks Lock.swift
[121/207] Compiling Clocks _AsyncTimerSequence.swift
[121/207] Wrapping AST for DependenciesTestObserver for debugging
[122/207] Write Objects.LinkFileList
[124/207] Compiling Clocks UnimplementedClock.swift
[125/207] Compiling Clocks SwiftUI.swift
[126/207] Compiling Clocks TestClock.swift
[127/208] Emitting module XCTestDynamicOverlay
[128/208] Compiling XCTestDynamicOverlay Deprecations.swift
[145/209] Compiling SwiftSyntax CommonAncestor.swift
[146/209] Compiling SwiftSyntax Convenience.swift
[151/209] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[152/209] Compiling SwiftSyntax Syntax.swift
[153/209] Compiling SwiftSyntax SyntaxArena.swift
[154/209] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[155/209] Compiling SwiftSyntax SyntaxChildren.swift
[156/209] Compiling SwiftSyntax SyntaxCollection.swift
[157/209] Compiling SwiftSyntax SyntaxHashable.swift
[157/216] Linking libDependenciesTestObserver.so
[159/241] Compiling Dependencies Context.swift
[160/241] Compiling Dependencies Date.swift
[161/241] Compiling Dependencies FireAndForget.swift
[162/244] Compiling Dependencies Assert.swift
[163/244] Compiling Dependencies Calendar.swift
[164/244] Compiling Dependencies Clocks.swift
[165/244] Compiling Dependencies UUID.swift
[166/244] Compiling Dependencies WithRandomNumberGenerator.swift
[167/244] Compiling Dependencies AppEntryPoint.swift
[168/244] Compiling Dependencies Deprecations.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 | *,
[169/244] Compiling Dependencies Exports.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 | *,
[170/244] 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 | *,
[171/244] 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 | *,
[172/244] Compiling Dependencies Locale.swift
[173/244] Compiling Dependencies MainQueue.swift
[174/244] Compiling Dependencies MainRunLoop.swift
[175/244] Compiling Dependencies OpenURL.swift
[176/244] Compiling Dependencies TimeZone.swift
[177/244] Compiling Dependencies URLSession.swift
[178/244] Compiling Dependencies Dependency.swift
[179/244] Compiling Dependencies DependencyContext.swift
[180/244] Compiling Dependencies DependencyKey.swift
[181/244] Compiling Dependencies DependencyValues.swift
[182/244] Compiling Dependencies PreviewTrait.swift
[183/244] Compiling Dependencies TestTrait.swift
[184/244] Compiling Dependencies WithDependencies.swift
[186/247] Emitting module DependenciesTestSupport
[187/247] Compiling DependenciesTestSupport TestTrait.swift
[189/248] Emitting module SwiftSyntax
[190/248] Compiling SwiftSyntax SyntaxEnum.swift
[191/248] Compiling SwiftSyntax SyntaxKind.swift
[192/248] Compiling SwiftSyntax SyntaxRewriter.swift
[193/248] Compiling SwiftSyntax SyntaxTraits.swift
[194/248] Compiling SwiftSyntax SyntaxVisitor.swift
[195/248] Compiling SwiftSyntax TokenKind.swift
[196/248] Compiling SwiftSyntax Tokens.swift
[197/248] Compiling SwiftSyntax TriviaPieces.swift
[198/248] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[199/248] Compiling SwiftSyntax RawSyntaxNodesC.swift
[200/248] Compiling SwiftSyntax RawSyntaxNodesD.swift
[201/248] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[202/248] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[203/248] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[204/248] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[205/248] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[206/248] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[207/248] Compiling SwiftSyntax RawSyntaxValidation.swift
[208/248] Compiling SwiftSyntax Trivia.swift
[209/248] Compiling SwiftSyntax Utils.swift
[210/248] Compiling SwiftSyntax ChildNameForKeyPath.swift
[211/248] Compiling SwiftSyntax Keyword.swift
[212/248] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[213/248] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[214/248] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[215/248] Compiling SwiftSyntax SyntaxBaseNodes.swift
[216/248] Compiling SwiftSyntax SyntaxCollections.swift
[217/248] Compiling SwiftSyntax SyntaxIdentifier.swift
[218/248] Compiling SwiftSyntax SyntaxNodeFactory.swift
[219/248] Compiling SwiftSyntax SyntaxNodeStructure.swift
[220/248] Compiling SwiftSyntax SyntaxProtocol.swift
[221/248] Compiling SwiftSyntax SyntaxText.swift
[222/248] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[223/248] Compiling SwiftSyntax TokenDiagnostic.swift
[224/248] Compiling SwiftSyntax TokenSequence.swift
[225/248] Compiling SwiftSyntax TokenSyntax.swift
[226/248] Compiling SwiftSyntax SyntaxNodesAB.swift
[227/248] Compiling SwiftSyntax SyntaxNodesC.swift
[228/248] Compiling SwiftSyntax SyntaxNodesD.swift
[229/248] Compiling SwiftSyntax SyntaxNodesEF.swift
[230/248] Compiling SwiftSyntax SyntaxNodesGHI.swift
[231/248] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[232/248] Compiling SwiftSyntax SyntaxNodesOP.swift
[233/248] Compiling SwiftSyntax SyntaxNodesQRS.swift
[234/248] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[235/249] Wrapping AST for SwiftSyntax for debugging
[237/307] Compiling SwiftDiagnostics Message.swift
[238/308] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[239/308] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[240/308] Emitting module SwiftDiagnostics
[241/308] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[242/308] Compiling SwiftParser Expressions.swift
[243/308] Compiling SwiftDiagnostics Note.swift
[244/308] Compiling SwiftBasicFormat Indenter.swift
[245/308] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[246/308] Compiling SwiftDiagnostics FixIt.swift
[247/308] Compiling SwiftParser IncrementalParseTransition.swift
[248/308] Compiling SwiftParser IsValidIdentifier.swift
[249/308] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[250/308] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[252/309] Compiling SwiftBasicFormat Syntax+Extensions.swift
[253/309] Compiling SwiftBasicFormat InferIndentation.swift
[254/309] Emitting module SwiftBasicFormat
[255/309] Compiling SwiftBasicFormat BasicFormat.swift
[255/310] Wrapping AST for SwiftDiagnostics for debugging
[257/310] Wrapping AST for SwiftBasicFormat for debugging
[259/310] Compiling SwiftParser SwiftParserCompatibility.swift
[260/310] Compiling SwiftParser SwiftVersion.swift
[261/310] Compiling SwiftParser SyntaxUtils.swift
[262/310] Compiling SwiftParser TokenConsumer.swift
[263/310] Compiling SwiftParser TokenPrecedence.swift
[264/310] Compiling SwiftParser Modifiers.swift
[265/310] Compiling SwiftParser Names.swift
[266/310] Compiling SwiftParser Nominals.swift
[267/310] Compiling SwiftParser Parameters.swift
[268/310] Compiling SwiftParser ParseSourceFile.swift
[269/310] Compiling SwiftParser Parser.swift
[270/315] Emitting module SwiftParser
[271/315] Compiling SwiftParser TokenSpec.swift
[272/315] Compiling SwiftParser TokenSpecSet.swift
[273/315] Compiling SwiftParser TopLevel.swift
[274/315] Compiling SwiftParser TriviaParser.swift
[275/315] Compiling SwiftParser Types.swift
[276/315] Compiling SwiftParser Attributes.swift
[277/315] Compiling SwiftParser Availability.swift
[278/315] Compiling SwiftParser CharacterInfo.swift
[279/315] Compiling SwiftParser CollectionNodes+Parsable.swift
[280/315] Compiling SwiftParser Declarations.swift
[281/315] Compiling SwiftParser Directives.swift
[282/315] Compiling SwiftParser LexemeSequence.swift
[283/315] Compiling SwiftParser Lexer.swift
[284/315] Compiling SwiftParser RegexLiteralLexer.swift
[285/315] Compiling SwiftParser UnicodeScalarExtensions.swift
[286/315] Compiling SwiftParser Lookahead.swift
[287/315] Compiling SwiftParser LoopProgressCondition.swift
[288/315] Compiling SwiftParser Patterns.swift
[289/315] Compiling SwiftParser Recovery.swift
[290/315] Compiling SwiftParser Specifiers.swift
[291/315] Compiling SwiftParser Statements.swift
[292/315] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[293/315] Compiling SwiftParser StringLiterals.swift
[298/315] Compiling SwiftParser Cursor.swift
[299/315] Compiling SwiftParser Lexeme.swift
[300/315] Compiling SwiftParser ExperimentalFeatures.swift
[301/315] Compiling SwiftParser IsLexerClassified.swift
[302/315] Compiling SwiftParser LayoutNodes+Parsable.swift
[303/315] Compiling SwiftParser Parser+TokenSpecSet.swift
[304/315] Compiling SwiftParser TokenSpecStaticMembers.swift
[305/316] Wrapping AST for SwiftParser for debugging
[307/339] Compiling SwiftOperators PrecedenceGroup.swift
[308/340] Compiling SwiftOperators Operator.swift
[309/340] Compiling SwiftOperators OperatorError+Diagnostics.swift
[310/340] Emitting module SwiftOperators
[311/340] Compiling SwiftOperators SyntaxSynthesis.swift
[312/340] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[313/340] Compiling SwiftParserDiagnostics Utils.swift
[314/340] Compiling SwiftOperators OperatorTable.swift
[315/340] Compiling SwiftOperators OperatorTable+Folding.swift
[316/340] Compiling SwiftOperators OperatorTable+Semantics.swift
[317/340] Compiling SwiftOperators PrecedenceGraph.swift
[320/342] Wrapping AST for SwiftOperators for debugging
[322/342] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[323/342] Emitting module SwiftParserDiagnostics
[326/342] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[327/342] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[328/342] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[329/342] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[330/342] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[331/342] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[332/342] Compiling SwiftParserDiagnostics PresenceUtils.swift
[333/342] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[334/343] Wrapping AST for SwiftParserDiagnostics for debugging
[336/358] Compiling SwiftSyntaxBuilder Indenter.swift
[337/358] Compiling SwiftSyntaxBuilder ListBuilder.swift
[338/359] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[339/359] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[340/359] Emitting module SwiftSyntaxBuilder
[341/359] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[342/359] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[343/359] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[344/359] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[345/359] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[346/359] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[347/359] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[348/359] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[349/359] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[350/359] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[351/359] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[352/360] Wrapping AST for SwiftSyntaxBuilder for debugging
[354/377] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[355/377] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[356/377] Compiling SwiftSyntaxMacros MemberMacro.swift
[357/377] Compiling SwiftSyntaxMacros PeerMacro.swift
[358/377] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[359/377] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[360/377] Compiling SwiftSyntaxMacros AccessorMacro.swift
[361/377] Compiling SwiftSyntaxMacros AttachedMacro.swift
[362/377] Compiling SwiftSyntaxMacros BodyMacro.swift
[363/377] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[364/377] Compiling SwiftSyntaxMacros Macro+Format.swift
[365/377] Compiling SwiftSyntaxMacros Macro.swift
[366/377] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[367/379] Emitting module SwiftSyntaxMacros
[368/379] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[369/379] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[370/379] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[371/379] Compiling SwiftSyntaxMacros PreambleMacro.swift
[372/379] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[373/380] Wrapping AST for SwiftSyntaxMacros for debugging
[375/389] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[376/390] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[377/390] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[378/390] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[379/390] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[380/390] Emitting module SwiftSyntaxMacroExpansion
[381/390] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[382/390] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[383/390] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[384/390] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[385/391] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[387/403] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[388/403] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[389/404] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[390/404] Emitting module SwiftCompilerPluginMessageHandling
[391/404] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[392/404] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[393/404] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[394/404] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[395/404] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[396/404] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[397/404] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[398/404] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[399/404] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[400/405] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[402/407] Emitting module SwiftCompilerPlugin
[403/407] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[404/408] Wrapping AST for SwiftCompilerPlugin for debugging
[406/413] Compiling DependenciesMacrosPlugin Plugins.swift
[407/413] Compiling DependenciesMacrosPlugin Support.swift
[408/413] 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,
[409/413] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
[410/413] 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,
[411/414] Wrapping AST for DependenciesMacrosPlugin for debugging
[412/414] Write Objects.LinkFileList
[413/414] Linking DependenciesMacrosPlugin-tool
[415/417] Compiling DependenciesMacros Exports.swift
[416/417] Emitting module DependenciesMacros
[417/417] Compiling DependenciesMacros Macros.swift
Build complete! (161.81s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.