Build Information
Successful build of swift-dependencies, reference 1.12.0 (706feb), with Swift 6.1 for macOS (SPM) on 27 Mar 2026 06:07:11 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-dependencies.git
Reference: 1.12.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/swift-dependencies
* tag 1.12.0 -> FETCH_HEAD
HEAD is now at 706feb7 Support swift-syntax 605. (#416)
Cloned https://github.com/pointfreeco/swift-dependencies.git
Revision (git rev-parse @):
706feb7858a7f6c242879d137b8ee30926aa5b26
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-dependencies.git at 1.12.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/pointfreeco/swift-dependencies.git
https://github.com/pointfreeco/swift-dependencies.git
{
"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" : "605.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" : "/Users/admin/builder/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" : "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",
"DependencyTestExtensionTests.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" : [
"Dependency+TestExtension.swift",
"TestTrait.swift"
],
"target_dependencies" : [
"Dependencies"
],
"type" : "library"
},
{
"c99name" : "DependenciesTestObserver",
"module_type" : "SwiftTarget",
"name" : "DependenciesTestObserver",
"path" : "Sources/DependenciesTestObserver",
"product_dependencies" : [
"IssueReporting"
],
"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/SendableKeyPath.swift",
"Internal/TypeName.swift",
"Traits/PreviewTrait.swift",
"Traits/TestTrait.swift",
"WithDependencies.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/48] Write sources
[40/48] Write swift-version-2F0A5646E1D333AE.txt
[42/84] Emitting module SwiftSyntax602
[43/84] Compiling SwiftSyntax510 Empty.swift
[44/84] Emitting module SwiftSyntax600
[45/84] Compiling SwiftSyntax600 Empty.swift
[46/84] Emitting module SwiftSyntax510
[47/84] Compiling SwiftSyntax602 Empty.swift
[48/84] Emitting module IssueReportingPackageSupport
[49/84] Compiling IssueReportingPackageSupport _Test.swift
[50/84] Compiling SwiftSyntax601 Empty.swift
[51/84] Emitting module SwiftSyntax601
[52/84] Emitting module IssueReportingPackageSupport
[53/84] Compiling IssueReportingPackageSupport _Test.swift
[54/84] Emitting module SwiftSyntax509
[55/84] Compiling SwiftSyntax509 Empty.swift
[55/84] Compiling _SwiftSyntaxCShims PlatformMutex.c
[57/194] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[58/194] Compiling SwiftSyntax RawSyntaxTokenView.swift
[59/196] Compiling SwiftSyntax SourceEdit.swift
[60/196] Compiling SwiftSyntax SourceLength.swift
[65/198] Emitting module IssueReporting
[67/198] Compiling IssueReporting WithExpectedIssue.swift
[68/198] Compiling IssueReporting WithIssueContext.swift
[71/198] Compiling ConcurrencyExtras Result.swift
[72/198] Compiling ConcurrencyExtras Task.swift
[73/198] Compiling ConcurrencyExtras UncheckedBox.swift
[74/198] Compiling ConcurrencyExtras LockIsolated.swift
[75/198] Compiling ConcurrencyExtras MainSerialExecutor.swift
[76/199] Compiling ConcurrencyExtras Locking.swift
[77/199] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[78/199] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[79/199] Compiling SwiftSyntax RawSyntax.swift
[80/199] Compiling SwiftSyntax RawSyntaxArena.swift
[81/199] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[82/199] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[83/199] Compiling ConcurrencyExtras Task.swift
[84/199] Compiling ConcurrencyExtras Locking.swift
[85/199] Compiling ConcurrencyExtras MainSerialExecutor.swift
[86/200] Compiling ConcurrencyExtras Result.swift
[87/200] Compiling ConcurrencyExtras UncheckedBox.swift
[88/200] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[89/200] Compiling SwiftSyntax CustomTraits.swift
[90/200] Compiling SwiftSyntax EditorPlaceholder.swift
[91/200] Emitting module ConcurrencyExtras
[92/200] Compiling ConcurrencyExtras AsyncStream.swift
[93/200] Compiling ConcurrencyExtras LockIsolated.swift
[94/200] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[97/200] Emitting module ConcurrencyExtras
[98/200] Compiling ConcurrencyExtras AsyncStream.swift
[99/200] Compiling SwiftSyntax RawSyntaxValidation.swift
[100/200] Compiling SwiftSyntax SyntaxNodesAB.swift
[101/200] Compiling SwiftSyntax SyntaxNodesC.swift
[102/200] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[105/200] Compiling SwiftSyntax Identifier.swift
[106/200] Compiling SwiftSyntax MemoryLayout.swift
[107/200] Compiling SwiftSyntax MissingNodeInitializers.swift
[123/200] Compiling ConcurrencyExtras UncheckedSendable.swift
[125/252] Compiling XCTestDynamicOverlay Exports.swift
[126/252] Compiling XCTestDynamicOverlay Deprecations.swift
[127/252] Compiling XCTestDynamicOverlay Exports.swift
[128/252] Emitting module XCTestDynamicOverlay
[130/252] Compiling XCTestDynamicOverlay Deprecations.swift
[131/252] Emitting module SwiftSyntax
[132/259] Compiling SwiftSyntax AbsolutePosition.swift
[133/259] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[134/259] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[135/259] Compiling SwiftSyntax Assert.swift
[136/259] Compiling SwiftSyntax BumpPtrAllocator.swift
[137/259] Compiling SwiftSyntax CommonAncestor.swift
[138/259] Compiling SwiftSyntax Convenience.swift
[139/259] Compiling SwiftSyntax Tokens.swift
[140/259] Compiling SwiftSyntax TriviaPieces.swift
[141/259] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[142/259] Compiling SwiftSyntax RawSyntaxNodesC.swift
[143/259] Compiling SwiftSyntax RawSyntaxNodesD.swift
[144/259] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[145/259] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[146/259] Compiling SwiftSyntax SyntaxCollections.swift
[147/259] Compiling SwiftSyntax SyntaxEnum.swift
[148/259] Compiling SwiftSyntax SyntaxKind.swift
[149/259] Compiling SwiftSyntax SyntaxRewriter.swift
[150/259] Compiling SwiftSyntax SyntaxTraits.swift
[151/259] Compiling SwiftSyntax SyntaxVisitor.swift
[152/259] Compiling SwiftSyntax TokenKind.swift
[160/259] Compiling CombineSchedulers UIKit.swift
[161/260] Compiling CombineSchedulers UIScheduler.swift
[162/260] Compiling CombineSchedulers Timer.swift
[163/260] Compiling CombineSchedulers UIKit.swift
[164/260] Compiling CombineSchedulers UIScheduler.swift
[165/261] Compiling Clocks Timer.swift
[166/261] Compiling Clocks UnimplementedClock.swift
[167/261] Compiling CombineSchedulers Lock.swift
[168/261] Compiling CombineSchedulers NSRecursiveLock.swift
[169/261] Compiling CombineSchedulers TestScheduler.swift
[170/261] Compiling CombineSchedulers AnyScheduler.swift
[171/261] Compiling CombineSchedulers Concurrency.swift
[172/261] Compiling CombineSchedulers Timer.swift
[173/261] Compiling CombineSchedulers ImmediateScheduler.swift
[174/261] Compiling CombineSchedulers Deprecations.swift
[175/261] Emitting module CombineSchedulers
[176/261] Compiling Clocks UnimplementedClock.swift
[177/261] Compiling Clocks Timer.swift
[178/261] Compiling CombineSchedulers Platform.swift
[179/261] Compiling CombineSchedulers TestScheduler.swift
[180/261] Compiling Clocks TestClock.swift
[182/261] Compiling CombineSchedulers UnimplementedScheduler.swift
[198/261] Compiling IssueReportingTestSupport SwiftTesting.swift
[199/261] Emitting module IssueReportingTestSupport
[200/261] Compiling IssueReportingTestSupport SwiftTesting.swift
[201/261] Emitting module IssueReportingTestSupport
[202/261] Compiling IssueReportingTestSupport XCTest.swift
[204/261] Compiling DependenciesTestObserver TestObserver.swift
[205/261] Emitting module DependenciesTestObserver
[205/261] Write Objects.LinkFileList
[208/261] Compiling Clocks _AsyncTimerSequence.swift
[209/261] Compiling Clocks AnyClock.swift
[210/261] Emitting module Clocks
[211/261] Compiling Clocks Lock.swift
[212/261] Compiling Clocks _AsyncTimerSequence.swift
[213/261] Compiling Clocks ImmediateClock.swift
[214/261] Emitting module Clocks
[215/261] Compiling Clocks SwiftUI.swift
[216/261] Compiling Clocks AnyClock.swift
[217/261] Compiling Clocks ImmediateClock.swift
[218/261] Compiling Clocks SwiftUI.swift
[219/261] Compiling Clocks Lock.swift
[226/261] Emitting module CombineSchedulers
[227/261] Compiling CombineSchedulers Platform.swift
[228/261] Compiling CombineSchedulers SwiftUI.swift
[229/261] Linking libIssueReportingTestSupport-tool.dylib
[230/261] Linking libIssueReportingTestSupport.dylib
[232/313] Emitting module Dependencies
[233/315] Compiling Dependencies Clocks.swift
[234/315] Compiling Dependencies Context.swift
[235/315] Compiling Dependencies Date.swift
[236/317] Compiling Dependencies FireAndForget.swift
[237/317] Compiling Dependencies Locale.swift
[238/317] Compiling Dependencies MainQueue.swift
[239/317] Compiling Dependencies DependencyValues.swift
[240/317] Compiling Dependencies Assert.swift
[241/317] Compiling Dependencies Calendar.swift
[242/317] Emitting module Dependencies
[243/317] Compiling Dependencies MainRunLoop.swift
[244/317] Compiling Dependencies NotificationCenter.swift
[245/317] Compiling Dependencies OpenURL.swift
[246/317] Compiling Dependencies TypeName.swift
[247/317] Compiling Dependencies PreviewTrait.swift
[248/317] Compiling Dependencies Dependency.swift
[249/317] Compiling Dependencies DependencyContext.swift
[250/317] Compiling Dependencies DependencyKey.swift
[256/317] Compiling Dependencies Exports.swift
[257/317] Compiling Dependencies SendableKeyPath.swift
[266/317] Compiling Dependencies TimeZone.swift
[267/317] Compiling Dependencies URLSession.swift
[268/317] Compiling Dependencies UUID.swift
[269/317] Compiling Dependencies WithRandomNumberGenerator.swift
[270/317] Compiling Dependencies AppEntryPoint.swift
[271/317] Compiling Dependencies Deprecations.swift
[284/317] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[285/317] Compiling SwiftSyntax Syntax.swift
[286/317] Compiling SwiftSyntax SyntaxChildren.swift
[287/317] Compiling SwiftSyntax SyntaxCollection.swift
[288/317] Compiling SwiftSyntax SyntaxHashable.swift
[289/317] Compiling SwiftSyntax SyntaxIdentifier.swift
[290/317] Compiling SwiftSyntax SyntaxNodeStructure.swift
[291/317] Compiling SwiftSyntax SyntaxProtocol.swift
[292/317] Compiling SwiftSyntax SyntaxText.swift
[293/317] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[294/317] Compiling SwiftSyntax TokenDiagnostic.swift
[295/317] Compiling SwiftSyntax TokenSequence.swift
[296/317] Compiling SwiftSyntax TokenSyntax.swift
[297/317] Compiling SwiftSyntax Trivia.swift
[298/317] Compiling SwiftSyntax Utils.swift
[299/317] Compiling SwiftSyntax ChildNameForKeyPath.swift
[300/317] Compiling SwiftSyntax Keyword.swift
[301/317] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[302/317] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[303/317] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[304/317] Compiling SwiftSyntax SyntaxBaseNodes.swift
[305/317] Compiling Dependencies TestTrait.swift
[306/317] Compiling Dependencies WithDependencies.swift
[309/323] Emitting module DependenciesTestSupport
[310/323] Compiling DependenciesTestSupport TestTrait.swift
[311/323] Compiling DependenciesTestSupport Dependency+TestExtension.swift
[312/323] Emitting module DependenciesTestSupport
[313/323] Compiling DependenciesTestSupport Dependency+TestExtension.swift
[314/323] Compiling DependenciesTestSupport TestTrait.swift
[315/323] Compiling SwiftSyntax SyntaxNodesD.swift
[316/323] Compiling SwiftSyntax SyntaxNodesEF.swift
[317/323] Compiling SwiftSyntax SyntaxNodesGHI.swift
[318/323] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[319/323] Compiling SwiftSyntax SyntaxNodesOP.swift
[320/323] Compiling SwiftSyntax SyntaxNodesQRS.swift
[321/323] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[322/383] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[323/383] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[324/383] Compiling SwiftDiagnostics FixIt.swift
[325/384] Compiling SwiftDiagnostics Note.swift
[326/384] Compiling SwiftBasicFormat Syntax+Extensions.swift
[327/384] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[328/384] Compiling SwiftBasicFormat BasicFormat.swift
[329/384] Compiling SwiftDiagnostics Message.swift
[330/384] Compiling SwiftBasicFormat Indenter.swift
[331/384] Compiling SwiftBasicFormat InferIndentation.swift
[332/384] Emitting module SwiftBasicFormat
[333/384] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[334/384] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[335/384] Compiling SwiftDiagnostics Diagnostic.swift
[336/384] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[337/384] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[338/384] Compiling SwiftDiagnostics Convenience.swift
[339/384] Emitting module SwiftDiagnostics
[340/384] Compiling SwiftParser StringLiterals.swift
[341/384] Compiling SwiftParser SwiftParserCompatibility.swift
[342/384] Compiling SwiftParser SwiftVersion.swift
[343/384] Compiling SwiftParser SyntaxUtils.swift
[344/384] Compiling SwiftParser TopLevel.swift
[345/384] Compiling SwiftParser TriviaParser.swift
[346/384] Compiling SwiftParser Types.swift
[347/384] Compiling SwiftParser ExperimentalFeatures.swift
[348/384] Compiling SwiftParser TokenConsumer.swift
[349/384] Compiling SwiftParser TokenPrecedence.swift
[350/384] Compiling SwiftParser TokenSpec.swift
[351/384] Compiling SwiftParser TokenSpecSet.swift
[352/388] Compiling SwiftParser RegexLiteralLexer.swift
[353/388] Compiling SwiftParser UnicodeScalarExtensions.swift
[354/388] Compiling SwiftParser Lookahead.swift
[355/388] Compiling SwiftParser LoopProgressCondition.swift
[356/388] Compiling SwiftParser Modifiers.swift
[357/388] Emitting module SwiftParser
[358/388] Compiling SwiftParser Patterns.swift
[359/388] Compiling SwiftParser Recovery.swift
[360/388] Compiling SwiftParser Specifiers.swift
[361/388] Compiling SwiftParser Statements.swift
[362/388] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[363/388] Compiling SwiftParser Names.swift
[364/388] Compiling SwiftParser Nominals.swift
[365/388] Compiling SwiftParser Parameters.swift
[366/388] Compiling SwiftParser ParseSourceFile.swift
[367/388] Compiling SwiftParser Parser.swift
[368/388] Compiling SwiftParser IsValidIdentifier.swift
[369/388] Compiling SwiftParser Cursor.swift
[370/388] Compiling SwiftParser Lexeme.swift
[371/388] Compiling SwiftParser LexemeSequence.swift
[372/388] Compiling SwiftParser Lexer.swift
[373/388] Compiling SwiftParser Declarations.swift
[374/388] Compiling SwiftParser Directives.swift
[375/388] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[376/388] Compiling SwiftParser Expressions.swift
[377/388] Compiling SwiftParser IncrementalParseTransition.swift
[378/388] Compiling SwiftParser Attributes.swift
[379/388] Compiling SwiftParser Availability.swift
[380/388] Compiling SwiftParser CharacterInfo.swift
[381/388] Compiling SwiftParser CollectionNodes+Parsable.swift
[382/388] Compiling SwiftParser CompilerFiles.swift
[383/388] Compiling SwiftParser IsLexerClassified.swift
[384/388] Compiling SwiftParser LayoutNodes+Parsable.swift
[385/388] Compiling SwiftParser Parser+TokenSpecSet.swift
[386/388] Compiling SwiftParser TokenSpecStaticMembers.swift
[387/411] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[388/412] Compiling SwiftOperators OperatorTable.swift
[389/412] Compiling SwiftOperators PrecedenceGraph.swift
[390/412] Compiling SwiftOperators OperatorTable+Defaults.swift
[391/412] Compiling SwiftOperators PrecedenceGroup.swift
[392/413] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[393/413] Compiling SwiftParserDiagnostics Utils.swift
[394/413] Compiling SwiftOperators OperatorTable+Semantics.swift
[395/413] Compiling SwiftOperators OperatorError+Diagnostics.swift
[396/413] Compiling SwiftOperators OperatorError.swift
[397/413] Emitting module SwiftOperators
[398/413] Compiling SwiftOperators OperatorTable+Folding.swift
[399/413] Compiling SwiftOperators Operator.swift
[400/413] Compiling SwiftOperators SyntaxSynthesis.swift
[401/413] Compiling SwiftParserDiagnostics PresenceUtils.swift
[402/413] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[403/413] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[404/413] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[405/413] Compiling SwiftParserDiagnostics MissingNodesError.swift
[406/413] Compiling SwiftParserDiagnostics MissingTokenError.swift
[407/413] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[408/413] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[409/413] Emitting module SwiftParserDiagnostics
[410/413] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[411/413] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[412/428] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[413/428] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[414/428] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[415/428] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[416/429] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[417/429] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[418/429] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[419/429] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[420/429] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[421/429] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[422/429] Compiling SwiftSyntaxBuilder Indenter.swift
[423/429] Compiling SwiftSyntaxBuilder ListBuilder.swift
[424/429] Emitting module SwiftSyntaxBuilder
[425/429] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[426/429] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[427/429] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[428/447] Compiling SwiftSyntaxMacros PreambleMacro.swift
[429/447] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[430/447] Compiling SwiftSyntaxMacros Macro+Format.swift
[431/447] Compiling SwiftSyntaxMacros AttachedMacro.swift
[432/447] Compiling SwiftSyntaxMacros BodyMacro.swift
[433/447] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[434/447] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[435/447] Compiling SwiftSyntaxMacros MemberMacro.swift
[436/447] Compiling SwiftSyntaxMacros PeerMacro.swift
[437/447] Compiling SwiftSyntaxMacros Macro.swift
[438/447] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[439/447] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[440/447] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[441/448] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[442/448] Compiling SwiftSyntaxMacros AccessorMacro.swift
[443/448] Emitting module SwiftSyntaxMacros
[444/448] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[445/448] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[446/448] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[447/458] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[448/458] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[449/458] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[450/458] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[451/458] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[452/458] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[453/458] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[454/458] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[455/458] Emitting module SwiftSyntaxMacroExpansion
[456/458] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[457/470] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[458/471] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[459/471] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[460/471] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[461/471] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[462/471] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[463/471] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[464/471] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[465/471] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[466/471] Emitting module SwiftCompilerPluginMessageHandling
[467/471] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[468/471] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[469/471] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[470/473] Emitting module SwiftCompilerPlugin
[471/473] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[472/478] Compiling DependenciesMacrosPlugin Plugins.swift
[473/478] Compiling DependenciesMacrosPlugin Support.swift
[474/478] Compiling DependenciesMacrosPlugin DependencyClientMacro.swift
[475/478] Emitting module DependenciesMacrosPlugin
[476/478] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
[476/478] Write Objects.LinkFileList
[477/478] Linking DependenciesMacrosPlugin-tool
[479/484] Compiling DependenciesMacros Exports.swift
[480/484] Emitting module DependenciesMacros
[481/484] Compiling DependenciesMacros Macros.swift
[482/484] Compiling DependenciesMacros Exports.swift
[483/484] Compiling DependenciesMacros Macros.swift
[484/484] Emitting module DependenciesMacros
Build complete! (81.27s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetching https://github.com/pointfreeco/combine-schedulers from cache
[1/2171] Fetching swift-docc-plugin
[88/3132] Fetching swift-docc-plugin, swift-macro-testing
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.64s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.83s)
[236/2171] Fetching swift-docc-plugin
Fetched https://github.com/pointfreeco/combine-schedulers from cache (3.11s)
Fetched https://github.com/swiftlang/swift-syntax from cache (3.19s)
Fetched https://github.com/apple/swift-docc-plugin from cache (4.45s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (4.47s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (4.48s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (4.98s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.49s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.18s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (4.58s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.48s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.59s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.88s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.56s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.48s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (0.66s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.5 (0.48s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.57s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.00s)
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.00s)
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (0.00s)
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.00s)
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.00s)
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.00s)
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.00s)
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.67s)
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.5 (0.00s)
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.1 (0.00s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.92s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (1.42s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
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.1.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.2
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
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.6
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.5.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.5
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.19.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
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" : "605.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" : "/Users/admin/builder/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" : "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",
"DependencyTestExtensionTests.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" : [
"Dependency+TestExtension.swift",
"TestTrait.swift"
],
"target_dependencies" : [
"Dependencies"
],
"type" : "library"
},
{
"c99name" : "DependenciesTestObserver",
"module_type" : "SwiftTarget",
"name" : "DependenciesTestObserver",
"path" : "Sources/DependenciesTestObserver",
"product_dependencies" : [
"IssueReporting"
],
"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/SendableKeyPath.swift",
"Internal/TypeName.swift",
"Traits/PreviewTrait.swift",
"Traits/TestTrait.swift",
"WithDependencies.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.