The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-dependencies, reference main (eefddb), with Swift 6.1 for macOS (SPM) on 23 Apr 2026 10:58:52 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 .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-dependencies.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/swift-dependencies
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at eefddbb fix WASI & Android build, add to CI and add `Combine` package trait (#406)
Cloned https://github.com/pointfreeco/swift-dependencies.git
Revision (git rev-parse @):
eefddbb875c521ed06828d219bfe396cf8134f80
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-dependencies.git at main
========================================
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" : "603.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 SwiftSyntax601
[43/84] Compiling SwiftSyntax601 Empty.swift
[44/84] Emitting module SwiftSyntax602
[45/84] Compiling SwiftSyntax602 Empty.swift
[46/84] Compiling SwiftSyntax600 Empty.swift
[47/84] Emitting module SwiftSyntax510
[48/84] Emitting module SwiftSyntax600
[49/84] Compiling SwiftSyntax510 Empty.swift
[50/84] Emitting module SwiftSyntax509
[51/84] Compiling SwiftSyntax509 Empty.swift
[52/84] Emitting module IssueReportingPackageSupport
[53/84] Compiling IssueReportingPackageSupport _Test.swift
[54/84] Emitting module IssueReportingPackageSupport
[55/84] Compiling IssueReportingPackageSupport _Test.swift
[55/91] Compiling _SwiftSyntaxCShims PlatformMutex.c
[57/194] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[58/194] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[59/194] Compiling SwiftSyntax RawSyntaxTokenView.swift
[60/194] Compiling SwiftSyntax SourceEdit.swift
[61/194] Compiling SwiftSyntax SourceLength.swift
[62/194] Compiling SwiftSyntax SourceLocation.swift
[63/194] Compiling SwiftSyntax SourcePresence.swift
[64/201] Compiling SwiftSyntax CustomTraits.swift
[65/201] Compiling SwiftSyntax EditorPlaceholder.swift
[66/201] Compiling SwiftSyntax Identifier.swift
[67/201] Compiling SwiftSyntax MemoryLayout.swift
[68/201] Compiling SwiftSyntax MissingNodeInitializers.swift
[69/201] Compiling SwiftSyntax RawSyntax.swift
[70/201] Compiling SwiftSyntax RawSyntaxArena.swift
[71/201] Compiling SwiftSyntax AbsolutePosition.swift
[72/201] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[73/201] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[74/201] Compiling SwiftSyntax Assert.swift
[75/201] Compiling SwiftSyntax BumpPtrAllocator.swift
[76/201] Compiling SwiftSyntax CommonAncestor.swift
[77/201] Compiling SwiftSyntax Convenience.swift
[78/201] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[79/201] Compiling SwiftSyntax Syntax.swift
[80/201] Compiling SwiftSyntax SyntaxChildren.swift
[81/201] Compiling SwiftSyntax SyntaxCollection.swift
[82/201] Compiling SwiftSyntax SyntaxHashable.swift
[83/201] Compiling SwiftSyntax SyntaxIdentifier.swift
[84/201] Compiling SwiftSyntax SyntaxNodeStructure.swift
[85/201] Compiling SwiftSyntax SyntaxProtocol.swift
[86/201] Compiling SwiftSyntax SyntaxText.swift
[87/201] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[88/201] Compiling SwiftSyntax TokenDiagnostic.swift
[89/201] Compiling SwiftSyntax TokenSequence.swift
[90/201] Compiling SwiftSyntax TokenSyntax.swift
[91/201] Compiling SwiftSyntax Trivia.swift
[92/201] Emitting module ConcurrencyExtras
[94/203] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[95/203] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[100/205] Compiling SwiftSyntax ChildNameForKeyPath.swift
[101/205] Compiling SwiftSyntax Keyword.swift
[105/207] Compiling SwiftSyntax Utils.swift
[106/207] Compiling ConcurrencyExtras UncheckedSendable.swift
[108/207] Emitting module IssueReporting
[109/207] Compiling IssueReporting WithExpectedIssue.swift
[110/207] Compiling IssueReporting WithIssueContext.swift
[113/207] Compiling ConcurrencyExtras Result.swift
[114/207] Compiling ConcurrencyExtras Task.swift
[115/207] Compiling ConcurrencyExtras Locking.swift
[116/207] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[121/207] Compiling ConcurrencyExtras MainSerialExecutor.swift
[122/207] Compiling ConcurrencyExtras UncheckedBox.swift
[123/207] Compiling ConcurrencyExtras LockIsolated.swift
[124/207] Compiling ConcurrencyExtras UncheckedBox.swift
[125/207] Compiling ConcurrencyExtras LockIsolated.swift
[126/207] Compiling ConcurrencyExtras AsyncStream.swift
[127/207] Emitting module IssueReporting
[133/207] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[134/207] Compiling ConcurrencyExtras Locking.swift
[137/207] Compiling ConcurrencyExtras AsyncStream.swift
[151/207] Compiling ConcurrencyExtras Result.swift
[158/207] Compiling ConcurrencyExtras MainSerialExecutor.swift
[159/207] Compiling ConcurrencyExtras Task.swift
[160/259] Compiling XCTestDynamicOverlay Exports.swift
[161/259] Emitting module XCTestDynamicOverlay
[162/259] Compiling XCTestDynamicOverlay Deprecations.swift
[163/259] Compiling XCTestDynamicOverlay Exports.swift
[164/259] Emitting module XCTestDynamicOverlay
[165/259] Compiling XCTestDynamicOverlay Deprecations.swift
[166/259] Emitting module SwiftSyntax
[167/259] Compiling SwiftSyntax Tokens.swift
[168/259] Compiling SwiftSyntax TriviaPieces.swift
[169/259] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[170/259] Compiling SwiftSyntax RawSyntaxNodesC.swift
[171/259] Compiling SwiftSyntax RawSyntaxNodesD.swift
[172/259] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[173/259] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[174/259] Compiling Clocks Lock.swift
[175/259] Compiling CombineSchedulers UIScheduler.swift
[176/260] Compiling CombineSchedulers UIKit.swift
[178/260] Compiling CombineSchedulers UIScheduler.swift
[179/261] Compiling Clocks AnyClock.swift
[180/261] Emitting module Clocks
[181/261] Compiling Clocks ImmediateClock.swift
[182/261] Compiling Clocks Timer.swift
[183/261] Compiling Clocks UnimplementedClock.swift
[185/261] Compiling CombineSchedulers Timer.swift
[186/261] Compiling CombineSchedulers Platform.swift
[187/261] Compiling CombineSchedulers TestScheduler.swift
[188/261] Compiling Clocks AnyClock.swift
[189/261] Compiling Clocks TestClock.swift
[190/261] Compiling CombineSchedulers TestScheduler.swift
[191/261] Compiling CombineSchedulers Timer.swift
[192/261] Compiling CombineSchedulers Platform.swift
[193/261] Compiling SwiftSyntax SyntaxCollections.swift
[194/261] Compiling SwiftSyntax SyntaxEnum.swift
[195/261] Compiling SwiftSyntax SyntaxKind.swift
[196/261] Compiling SwiftSyntax SyntaxRewriter.swift
[197/261] Compiling SwiftSyntax SyntaxTraits.swift
[198/261] Compiling SwiftSyntax SyntaxVisitor.swift
[199/261] Compiling SwiftSyntax TokenKind.swift
[200/261] Compiling CombineSchedulers UnimplementedScheduler.swift
[202/261] Compiling IssueReportingTestSupport SwiftTesting.swift
[203/261] Emitting module IssueReportingTestSupport
[204/261] Compiling IssueReportingTestSupport SwiftTesting.swift
[205/261] Emitting module IssueReportingTestSupport
[206/261] Emitting module DependenciesTestObserver
[207/261] Compiling DependenciesTestObserver TestObserver.swift
[208/261] Compiling IssueReportingTestSupport XCTest.swift
[209/261] Write Objects.LinkFileList
[212/261] Compiling CombineSchedulers ImmediateScheduler.swift
[213/261] Emitting module Clocks
[214/261] Compiling CombineSchedulers Deprecations.swift
[215/261] Compiling CombineSchedulers Lock.swift
[216/261] Compiling CombineSchedulers NSRecursiveLock.swift
[217/261] Compiling Clocks ImmediateClock.swift
[218/261] Compiling CombineSchedulers AnyScheduler.swift
[219/261] Compiling CombineSchedulers Concurrency.swift
[220/261] Compiling Clocks _AsyncTimerSequence.swift
[221/261] Emitting module CombineSchedulers
[222/261] Compiling Clocks Timer.swift
[223/261] Compiling Clocks _AsyncTimerSequence.swift
[224/261] Compiling Clocks Lock.swift
[225/261] Compiling Clocks SwiftUI.swift
[226/261] Compiling CombineSchedulers SwiftUI.swift
[227/261] Compiling Clocks TestClock.swift
[228/261] Compiling Clocks SwiftUI.swift
[235/261] Emitting module CombineSchedulers
[236/261] Compiling CombineSchedulers SwiftUI.swift
[236/261] Linking libIssueReportingTestSupport.dylib
[237/261] Linking libIssueReportingTestSupport-tool.dylib
[239/261] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[240/261] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[241/261] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[242/261] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[243/261] Compiling SwiftSyntax RawSyntaxValidation.swift
[244/261] Compiling SwiftSyntax SyntaxNodesAB.swift
[245/261] Compiling SwiftSyntax SyntaxNodesC.swift
[246/313] Compiling Dependencies AppEntryPoint.swift
[247/313] Compiling Dependencies Deprecations.swift
[248/315] Emitting module Dependencies
[249/315] Compiling Dependencies FireAndForget.swift
[250/315] Compiling Dependencies Locale.swift
[251/315] Compiling Dependencies MainQueue.swift
[252/317] Compiling Dependencies TypeName.swift
[253/317] Compiling Dependencies PreviewTrait.swift
[254/317] Compiling Dependencies Exports.swift
[255/317] Compiling Dependencies SendableKeyPath.swift
[256/317] Emitting module Dependencies
[257/317] Compiling Dependencies Dependency.swift
[258/317] Compiling Dependencies DependencyContext.swift
[259/317] Compiling Dependencies DependencyKey.swift
[260/317] Compiling Dependencies UUID.swift
[261/317] Compiling Dependencies Clocks.swift
[262/317] Compiling Dependencies Context.swift
[264/317] Compiling Dependencies TimeZone.swift
[265/317] Compiling Dependencies URLSession.swift
[270/317] Compiling Dependencies MainRunLoop.swift
[271/317] Compiling Dependencies NotificationCenter.swift
[272/317] Compiling Dependencies OpenURL.swift
[273/317] Compiling Dependencies WithRandomNumberGenerator.swift
[274/317] Compiling Dependencies Calendar.swift
[283/317] Compiling Dependencies Date.swift
[284/317] Compiling Dependencies DependencyValues.swift
[285/317] Compiling Dependencies Assert.swift
[298/317] Compiling Dependencies TestTrait.swift
[299/317] Compiling Dependencies WithDependencies.swift
[309/323] Compiling DependenciesTestSupport TestTrait.swift
[310/323] Emitting module DependenciesTestSupport
[311/323] Compiling DependenciesTestSupport Dependency+TestExtension.swift
[313/323] Emitting module DependenciesTestSupport
[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 SyntaxProtocol+Formatted.swift
[323/383] Compiling SwiftBasicFormat Syntax+Extensions.swift
[324/383] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[325/383] Compiling SwiftDiagnostics Message.swift
[326/384] Compiling SwiftDiagnostics Note.swift
[327/384] Compiling SwiftBasicFormat InferIndentation.swift
[328/384] Compiling SwiftDiagnostics FixIt.swift
[329/384] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[330/384] Emitting module SwiftDiagnostics
[331/384] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[332/384] Compiling SwiftDiagnostics Convenience.swift
[333/384] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[334/384] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[335/384] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[336/384] Compiling SwiftDiagnostics Diagnostic.swift
[337/384] Compiling SwiftBasicFormat Indenter.swift
[338/384] Emitting module SwiftBasicFormat
[339/384] Compiling SwiftBasicFormat BasicFormat.swift
[340/384] Compiling SwiftParser TopLevel.swift
[341/384] Compiling SwiftParser TriviaParser.swift
[342/384] Compiling SwiftParser Types.swift
[343/384] Compiling SwiftParser ExperimentalFeatures.swift
[344/388] Compiling SwiftParser TokenConsumer.swift
[345/388] Compiling SwiftParser TokenPrecedence.swift
[346/388] Compiling SwiftParser TokenSpec.swift
[347/388] Compiling SwiftParser TokenSpecSet.swift
[348/388] Compiling SwiftParser StringLiterals.swift
[349/388] Compiling SwiftParser SwiftParserCompatibility.swift
[350/388] Compiling SwiftParser SwiftVersion.swift
[351/388] Compiling SwiftParser SyntaxUtils.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 Attributes.swift
[374/388] Compiling SwiftParser Availability.swift
[375/388] Compiling SwiftParser CharacterInfo.swift
[376/388] Compiling SwiftParser CollectionNodes+Parsable.swift
[377/388] Compiling SwiftParser CompilerFiles.swift
[378/388] Compiling SwiftParser Declarations.swift
[379/388] Compiling SwiftParser Directives.swift
[380/388] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[381/388] Compiling SwiftParser Expressions.swift
[382/388] Compiling SwiftParser IncrementalParseTransition.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 PrecedenceGroup.swift
[389/413] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[390/413] Compiling SwiftOperators PrecedenceGraph.swift
[391/413] Compiling SwiftOperators OperatorTable.swift
[392/413] Compiling SwiftOperators OperatorTable+Semantics.swift
[393/413] Compiling SwiftOperators OperatorTable+Defaults.swift
[394/413] Compiling SwiftOperators OperatorError.swift
[395/413] Emitting module SwiftOperators
[396/413] Compiling SwiftOperators OperatorError+Diagnostics.swift
[397/413] Compiling SwiftOperators OperatorTable+Folding.swift
[398/413] Compiling SwiftOperators Operator.swift
[399/413] Compiling SwiftOperators SyntaxSynthesis.swift
[400/413] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[401/413] Compiling SwiftParserDiagnostics Utils.swift
[402/413] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[403/413] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[404/413] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[405/413] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[406/413] Compiling SwiftParserDiagnostics MissingNodesError.swift
[407/413] Compiling SwiftParserDiagnostics MissingTokenError.swift
[408/413] Compiling SwiftParserDiagnostics PresenceUtils.swift
[409/413] Emitting module SwiftParserDiagnostics
[410/413] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[411/413] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[412/428] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[413/428] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[414/429] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[415/429] Emitting module SwiftSyntaxBuilder
[416/429] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[417/429] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[418/429] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[419/429] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[420/429] Compiling SwiftSyntaxBuilder Indenter.swift
[421/429] Compiling SwiftSyntaxBuilder ListBuilder.swift
[422/429] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[423/429] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[424/429] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[425/429] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[426/429] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[427/429] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[428/447] Compiling SwiftSyntaxMacros Macro.swift
[429/447] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[430/447] Compiling SwiftSyntaxMacros PreambleMacro.swift
[431/448] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[432/448] Compiling SwiftSyntaxMacros Macro+Format.swift
[433/448] Compiling SwiftSyntaxMacros MemberMacro.swift
[434/448] Compiling SwiftSyntaxMacros PeerMacro.swift
[435/448] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[436/448] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[437/448] Compiling SwiftSyntaxMacros AttachedMacro.swift
[438/448] Compiling SwiftSyntaxMacros BodyMacro.swift
[439/448] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[440/448] Compiling SwiftSyntaxMacros AccessorMacro.swift
[441/448] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[442/448] Compiling SwiftSyntaxMacros DeclarationMacro.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 MacroExpansion.swift
[448/458] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[449/458] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[450/458] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[451/458] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[452/458] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[453/458] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[454/458] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[455/458] Emitting module SwiftSyntaxMacroExpansion
[456/458] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[457/470] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[458/470] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[459/470] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[460/470] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[461/470] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[462/470] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[463/470] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[464/470] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[465/470] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[466/470] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[467/470] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[468/470] Emitting module SwiftCompilerPluginMessageHandling
[469/471] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[470/473] Emitting module SwiftCompilerPlugin
[471/473] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[472/478] Compiling DependenciesMacrosPlugin DependencyClientMacro.swift
[473/478] Emitting module DependenciesMacrosPlugin
[474/478] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
[475/478] Compiling DependenciesMacrosPlugin Support.swift
[476/478] Compiling DependenciesMacrosPlugin Plugins.swift
[476/478] Write Objects.LinkFileList
[477/478] Linking DependenciesMacrosPlugin-tool
[479/484] Compiling DependenciesMacros Exports.swift
[481/484] Compiling DependenciesMacros Macros.swift
[482/484] Emitting module DependenciesMacros
[483/484] Compiling DependenciesMacros Macros.swift
[484/484] Emitting module DependenciesMacros
Build complete! (64.48s)
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetching https://github.com/pointfreeco/combine-schedulers from cache
[1/2277] Fetching swift-docc-plugin
[93/3238] Fetching swift-docc-plugin, swift-macro-testing
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.85s)
[245/2277] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (2.64s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (2.65s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (2.65s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.66s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (2.66s)
Fetched https://github.com/swiftlang/swift-syntax from cache (2.75s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (3.32s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.2.0 (0.50s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.16s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (4.34s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.49s)
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 (0.92s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.59s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.50s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.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 (2.51s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.2 (3.03s)
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.29s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (1.79s)
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/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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.2.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.2
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
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
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.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" : "603.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.