The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-networking, reference main (19ffc3), with Swift 6.1 for macOS (SPM) on 2 Apr 2026 22:54:30 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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danthorpe/swift-networking.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danthorpe/swift-networking
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 19ffc31 bot: bump github.com/pointfreeco/swift-dependencies (#147)
Cloned https://github.com/danthorpe/swift-networking.git
Revision (git rev-parse @):
19ffc3133a8a550709f4632ed27ef099566c1faf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/danthorpe/swift-networking.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/danthorpe/swift-networking.git
https://github.com/danthorpe/swift-networking.git
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    },
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    },
    {
      "identity" : "swift-utilities",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/danthorpe/swift-utilities"
    },
    {
      "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" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "identity" : "swift-tagged",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-tagged"
    }
  ],
  "manifest_display_name" : "swift-networking",
  "name" : "swift-networking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "NetworkClient",
      "targets" : [
        "NetworkClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NetworkClientLive",
      "targets" : [
        "NetworkClientLive"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Networking",
      "targets" : [
        "Networking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OAuth",
      "targets" : [
        "OAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TestSupport",
      "targets" : [
        "TestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "TestSupport",
      "module_type" : "SwiftTarget",
      "name" : "TestSupport",
      "path" : "Sources/TestSupport",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "TestSupport"
      ],
      "sources" : [
        "BytesReceived+.swift",
        "Logger+.swift",
        "Measuring.swift",
        "Mocked.swift",
        "NetworkEnvironmentReporter.swift",
        "NetworkingTestCase.swift",
        "Reported.swift",
        "RetryingMock.swift",
        "StubbedNetworkError.swift",
        "StubbedResponseStream.swift",
        "TerminalNetworkingComponent.swift",
        "TestAuthenticationDelegate.swift",
        "TestableNetwork.swift",
        "URL+.swift"
      ],
      "target_dependencies" : [
        "Networking"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OAuthTests",
      "module_type" : "SwiftTarget",
      "name" : "OAuthTests",
      "path" : "Tests/OAuthTests",
      "product_dependencies" : [
        "AssertionExtras",
        "ConcurrencyExtras",
        "Numerics"
      ],
      "sources" : [
        "OAuthDelegateTests.swift",
        "OAuthProxyTests.swift",
        "OAuthSystemPKCETests.swift",
        "SpotifyTests.swift",
        "StandardOAuthSystemTests.swift",
        "StubOAuthSystem.swift"
      ],
      "target_dependencies" : [
        "OAuth",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OAuth",
      "module_type" : "SwiftTarget",
      "name" : "OAuth",
      "path" : "Sources/OAuth",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "OAuth"
      ],
      "sources" : [
        "ASWebAuthenticationSession+.swift",
        "NetworkingComponent+OAuth.swift",
        "OAuth.swift",
        "OAuthCredentials.swift",
        "OAuthDelegate.swift",
        "OAuthError.swift",
        "OAuthInstalledSystems.swift",
        "OAuthProxy.swift",
        "OAuthSystem+PKCE.swift",
        "OAuthSystem.swift",
        "StandardOAuthSystem.swift",
        "Systems/Spotify.swift",
        "WebAuthenticationSessionClient.swift"
      ],
      "target_dependencies" : [
        "Helpers",
        "Networking"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingTests",
      "path" : "Tests/NetworkingTests",
      "product_dependencies" : [
        "AssertionExtras",
        "ConcurrencyExtras"
      ],
      "sources" : [
        "Bodies/DataBodyTests.swift",
        "Bodies/EmptyBodyTests.swift",
        "Components/Authentication/AuthenticationTests.swift",
        "Components/Authentication/BasicCredentialsTests.swift",
        "Components/Authentication/BearerCredentialsTests.swift",
        "Components/Authentication/Delegates/ThreadSafeAuthenticationDelegateTests.swift",
        "Components/CachedTests.swift",
        "Components/CheckedStatusCodeTests.swift",
        "Components/DuplicatesRemovedTests.swift",
        "Components/LoggedTests.swift",
        "Components/MetricsTests.swift",
        "Components/NumberedTests.swift",
        "Components/RetryTests.swift",
        "Components/ServerTests.swift",
        "Components/ThrottledTests.swift",
        "Components/TracedTests.swift",
        "Core/BytesReceivedTests.swift",
        "Core/CacheTests.swift",
        "Core/ErrorTests.swift",
        "Core/ExpectedContentLengthOptionTests.swift",
        "Core/HTTPRequestDataTests.swift",
        "Core/HTTPResponseDataTests.swift",
        "Core/NetworkingComponent+DataTests.swift",
        "Core/NetworkingComponent+RequestTests.swift",
        "Core/NetworkingComponent+ValueTests.swift",
        "Core/PartialTests.swift",
        "Core/ProgessTrackerTests.swift",
        "Core/RequestTimeoutOptionTests.swift",
        "Errors/NetworkingErrorDecodingTests.swift",
        "Tags.swift"
      ],
      "target_dependencies" : [
        "Networking",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Networking",
      "module_type" : "SwiftTarget",
      "name" : "Networking",
      "path" : "Sources/Networking",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "ConcurrencyExtras",
        "Algorithms",
        "AsyncAlgorithms",
        "HTTPTypes",
        "HTTPTypesFoundation",
        "Protected",
        "ShortID",
        "Tagged"
      ],
      "product_memberships" : [
        "NetworkClient",
        "NetworkClientLive",
        "Networking",
        "OAuth",
        "TestSupport"
      ],
      "sources" : [
        "Bodies/DataBody.swift",
        "Bodies/EmptyBody.swift",
        "Bodies/JSONBody.swift",
        "Components/Authentication/Authentication.swift",
        "Components/Authentication/AuthenticationDelegate.swift",
        "Components/Authentication/AuthenticationMethod.swift",
        "Components/Authentication/BasicAuthentication.swift",
        "Components/Authentication/BearerAuthentication.swift",
        "Components/Authentication/Delegates/AnyAuthenticationDelegate.swift",
        "Components/Authentication/Delegates/StreamingAuthenticationDelegate.swift",
        "Components/Authentication/Delegates/ThreadSafeAuthenticationDelegate.swift",
        "Components/Authentication/HTTPRequestData+Authentication.swift",
        "Components/Cached.swift",
        "Components/CheckedStatusCode.swift",
        "Components/Delayed.swift",
        "Components/DuplicatesRemoved.swift",
        "Components/Logged.swift",
        "Components/Metrics.swift",
        "Components/Numbered.swift",
        "Components/Retry.swift",
        "Components/Server/Server+Authority.swift",
        "Components/Server/Server+Headers.swift",
        "Components/Server/Server+Path.swift",
        "Components/Server/Server+Scheme.swift",
        "Components/Server/Server.swift",
        "Components/Throttled.swift",
        "Components/Traced.swift",
        "Components/URLSession.swift",
        "Components/UnimplementedNetwork.swift",
        "Core/ActiveRequests.swift",
        "Core/BytesReceived.swift",
        "Core/Cache.swift",
        "Core/Coding.swift",
        "Core/HTTPFieldName+.swift",
        "Core/HTTPFields+.swift",
        "Core/HTTPRequestBody.swift",
        "Core/HTTPRequestData+Foundation.swift",
        "Core/HTTPRequestData.swift",
        "Core/HTTPRequestDataOption.swift",
        "Core/HTTPResponseData.swift",
        "Core/HTTPResponseMetadata.swift",
        "Core/NetworkEnvironment.swift",
        "Core/NetworkingComponent+Data.swift",
        "Core/NetworkingComponent+Metadata.swift",
        "Core/NetworkingComponent+Request.swift",
        "Core/NetworkingComponent+Value.swift",
        "Core/NetworkingComponent.swift",
        "Core/NetworkingComponentBuilder.swift",
        "Core/NetworkingModifier.swift",
        "Core/Partial.swift",
        "Core/ProgressTracker.swift",
        "Core/Request.swift",
        "Errors/Error+.swift",
        "Errors/NetworkingError+Decoding.swift",
        "Errors/NetworkingError.swift",
        "Errors/StackError+NetworkingError.swift",
        "Errors/StackError.swift",
        "Errors/URLError+.swift",
        "Options/ExpectedContentLength.swift",
        "Options/QueryItemsAllowedCharacters.swift",
        "Options/RequestTimeout.swift"
      ],
      "target_dependencies" : [
        "Helpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NetworkClientLive",
      "module_type" : "SwiftTarget",
      "name" : "NetworkClientLive",
      "path" : "Sources/NetworkClientLive",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "NetworkClientLive"
      ],
      "sources" : [
        "NetworkClient+Live.swift"
      ],
      "target_dependencies" : [
        "NetworkClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NetworkClient",
      "module_type" : "SwiftTarget",
      "name" : "NetworkClient",
      "path" : "Sources/NetworkClient",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "NetworkClient",
        "NetworkClientLive"
      ],
      "sources" : [
        "NetworkClient.swift"
      ],
      "target_dependencies" : [
        "Networking"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HelpersTests",
      "module_type" : "SwiftTarget",
      "name" : "HelpersTests",
      "path" : "Tests/HelpersTests",
      "sources" : [
        "MutexTests.swift"
      ],
      "target_dependencies" : [
        "Helpers",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Helpers",
      "module_type" : "SwiftTarget",
      "name" : "Helpers",
      "path" : "Sources/Helpers",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "NetworkClient",
        "NetworkClientLive",
        "Networking",
        "OAuth",
        "TestSupport"
      ],
      "sources" : [
        "AnySendable.swift",
        "AsyncSequence+.swift",
        "AsyncSequence+Shared.swift",
        "Collection+.swift",
        "Data+.swift",
        "Data+Crypto.swift",
        "ErrorMessage.swift",
        "IsEqual.swift",
        "KeyPath+Sendable.swift",
        "Mutex.swift",
        "Optional+.swift",
        "RangeReplaceableCollection+.swift",
        "Task+Timeout.swift",
        "UniqueIdentifier.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
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/54] Write sources
[49/54] Compiling _NumericsShims _NumericsShims.c
[50/54] Write swift-version-2F0A5646E1D333AE.txt
[51/99] Compiling _SwiftSyntaxCShims PlatformMutex.c
[53/101] Compiling SwiftSyntax510 Empty.swift
[54/101] Emitting module SwiftSyntax510
[55/101] Emitting module SwiftSyntax602
[56/101] Compiling SwiftSyntax602 Empty.swift
[57/101] Emitting module SwiftSyntax600
[58/101] Compiling SwiftSyntax600 Empty.swift
[59/101] Compiling SwiftSyntax601 Empty.swift
[60/101] Emitting module SwiftSyntax601
[61/101] Emitting module SwiftSyntax603
[62/101] Compiling SwiftSyntax603 Empty.swift
[63/101] Emitting module SwiftSyntax509
[64/101] Compiling SwiftSyntax509 Empty.swift
[65/101] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[66/101] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/102] Compiling RealModule RealFunctions.swift
[68/103] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[69/103] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[70/103] Emitting module InternalCollectionsUtilities
[71/103] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[72/103] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[73/103] Compiling InternalCollectionsUtilities UInt+reversed.swift
[74/103] Compiling RealModule Real.swift
[75/113] Compiling RealModule RelaxedArithmetic.swift
[76/126] Compiling ConcurrencyExtras ActorIsolated.swift
[77/126] Compiling ConcurrencyExtras AnyHashableSendable.swift
[78/126] Compiling RealModule Float80+Real.swift
[79/126] Compiling RealModule Float16+Real.swift
[80/126] Compiling IssueReportingPackageSupport _Test.swift
[81/126] Emitting module IssueReportingPackageSupport
[82/190] Compiling RealModule ElementaryFunctions.swift
[83/190] Compiling RealModule Float+Real.swift
[84/190] Compiling RealModule AugmentedArithmetic.swift
[85/190] Compiling RealModule Double+Real.swift
[86/190] Emitting module RealModule
[87/190] Compiling SwiftSyntax Tokens.swift
[88/190] Compiling SwiftSyntax TriviaPieces.swift
[89/190] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[90/190] Compiling SwiftSyntax RawSyntaxNodesC.swift
[91/190] Compiling SwiftSyntax CustomTraits.swift
[92/190] Compiling SwiftSyntax EditorPlaceholder.swift
[93/236] Compiling Algorithms FlattenCollection.swift
[94/236] Compiling Algorithms Grouped.swift
[95/236] Compiling Algorithms Indexed.swift
[96/236] Compiling Algorithms Intersperse.swift
[97/236] Compiling Algorithms Joined.swift
[98/236] Compiling Algorithms Keyed.swift
[99/245] Compiling Algorithms Suffix.swift
[100/245] Compiling Algorithms Trim.swift
[101/328] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[102/328] Compiling OrderedCollections OrderedSet+Codable.swift
[103/328] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[104/328] Compiling OrderedCollections OrderedDictionary+Values.swift
[105/328] Compiling OrderedCollections OrderedDictionary.swift
[106/328] Compiling OrderedCollections OrderedSet+Hashable.swift
[107/328] Compiling OrderedCollections OrderedSet+Initializers.swift
[108/328] Compiling OrderedCollections OrderedSet+Insertions.swift
[109/328] Compiling OrderedCollections OrderedSet+Invariants.swift
[110/328] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[111/331] Compiling OrderedCollections _HashTable+Testing.swift
[112/331] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[113/331] Compiling OrderedCollections _HashTable.swift
[114/331] Compiling OrderedCollections OrderedDictionary+Elements.swift
[115/331] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[116/331] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[117/331] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[118/331] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[119/331] Compiling OrderedCollections _Hashtable+Header.swift
[120/331] Compiling OrderedCollections OrderedDictionary+Codable.swift
[121/331] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[122/331] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[123/331] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[124/331] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[125/331] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[126/331] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[127/331] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[128/331] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[129/331] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[130/331] Emitting module ContainersPreview
[131/331] Compiling OrderedCollections _HashTable+Bucket.swift
[132/331] Compiling OrderedCollections _HashTable+BucketIterator.swift
[133/331] Compiling OrderedCollections _HashTable+Constants.swift
[134/331] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[135/331] Compiling ContainersPreview Inout.swift
[136/331] Compiling ContainersPreview InputSpan.swift
[137/331] Compiling ContainersPreview Shared.swift
[138/372] Compiling DequeModule RigidDeque+Hashable.swift
[139/372] Compiling DequeModule RigidDeque+Initializers.swift
[140/372] Compiling DequeModule RigidDeque+Insertions.swift
[141/372] Compiling DequeModule RigidDeque+Prepend.swift
[142/376] Compiling DequeModule UniqueDeque+Insertions.swift
[143/376] Compiling DequeModule UniqueDeque+Prepend.swift
[144/376] Compiling DequeModule UniqueDeque+Removals.swift
[145/376] Compiling DequeModule UniqueDeque+Replacements.swift
[146/376] Compiling DequeModule UniqueDeque+Append.swift
[147/376] Compiling DequeModule UniqueDeque+Consumption.swift
[148/376] Compiling DequeModule UniqueDeque+Container.swift
[149/376] Compiling DequeModule UniqueDeque+Descriptions.swift
[150/376] Compiling DequeModule RigidDeque+Consumption.swift
[151/376] Compiling DequeModule RigidDeque+Container.swift
[152/376] Compiling DequeModule RigidDeque+Descriptions.swift
[153/376] Compiling DequeModule RigidDeque+Equatable.swift
[154/376] Compiling DequeModule RigidDeque+Experimental.swift
[155/376] Compiling DequeModule RigidDeque+Removals.swift
[156/376] Compiling DequeModule RigidDeque+Replacements.swift
[157/376] Compiling DequeModule RigidDeque+Testing.swift
[158/376] Compiling DequeModule RigidDeque.swift
[168/376] Compiling DequeModule UniqueDeque.swift
[169/376] Compiling DequeModule _DequeSlot.swift
[170/376] Compiling DequeModule _UnsafeDequeHandle.swift
[171/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[172/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[173/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[174/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[175/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[176/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[177/382] Compiling DequeModule _UnsafeDequeSegments.swift
[178/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[179/382] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[180/382] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[181/382] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[182/382] Compiling OrderedCollections OrderedSet+Sendable.swift
[185/382] Compiling DequeModule Deque+Descriptions.swift
[186/382] Compiling DequeModule Deque+Equatable.swift
[187/382] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[188/382] Compiling DequeModule Deque+Extras.swift
[189/382] Compiling DequeModule Deque+Hashable.swift
[190/382] Compiling DequeModule Deque+Testing.swift
[191/382] Compiling DequeModule UniqueDeque+Initializers.swift
[192/382] Compiling DequeModule Deque+Codable.swift
[193/382] Compiling DequeModule Deque+Collection.swift
[196/382] Compiling DequeModule Deque._Storage.swift
[197/382] Compiling DequeModule Deque._UnsafeHandle.swift
[198/382] Compiling DequeModule Deque.swift
[199/382] Compiling DequeModule _DequeBuffer.swift
[200/382] Compiling DequeModule _DequeBufferHeader.swift
[201/382] Compiling DequeModule RigidDeque+Append.swift
[205/382] Compiling DequeModule Deque+CustomReflectable.swift
[239/382] Compiling DequeModule UniqueDeque+Equatable.swift
[240/382] Compiling DequeModule UniqueDeque+Experimental.swift
[241/382] Compiling DequeModule UniqueDeque+Hashable.swift
[258/382] Compiling OrderedCollections OrderedSet+SubSequence.swift
[259/382] Compiling OrderedCollections OrderedSet+Testing.swift
[260/382] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[261/382] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[262/382] Compiling OrderedCollections OrderedSet.swift
[263/382] Compiling OrderedCollections _UnsafeBitset.swift
[264/382] Compiling HTTPTypes ISOLatin1String.swift
[265/382] Emitting module OrderedCollections
[270/382] Emitting module DequeModule
[271/437] Emitting module Algorithms
[272/437] Compiling HTTPTypes NIOLock.swift
[273/437] Compiling HTTPTypes HTTPRequest.swift
[274/437] Compiling HTTPTypes HTTPResponse.swift
[275/437] Compiling HTTPTypes HTTPField.swift
[276/437] Compiling HTTPTypes HTTPFields.swift
[277/437] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[278/437] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[279/437] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[280/437] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[281/439] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[282/439] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[283/439] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[284/439] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[285/439] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[286/439] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[287/444] Emitting module IssueReporting
[288/444] Compiling IssueReporting WithExpectedIssue.swift
[289/444] Compiling IssueReporting WithIssueContext.swift
[290/444] Compiling HTTPTypes HTTPFieldName.swift
[291/444] Compiling HTTPTypes HTTPParsedFields.swift
[292/444] Emitting module HTTPTypes
[293/444] Compiling HTTPTypes HTTPRequest+URL.swift
[294/444] Compiling Tagged UUID.swift
[295/444] Emitting module Tagged
[296/444] Compiling Tagged Tagged.swift
[297/450] Emitting module Protected
[298/450] Compiling Protected Protected.swift
[299/450] Emitting module AsyncAlgorithms
[300/450] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[301/450] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[302/450] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[303/450] Compiling AsyncAlgorithms CombineLatestStorage.swift
[304/450] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[305/450] Compiling AsyncAlgorithms DebounceStateMachine.swift
[306/450] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[307/450] Emitting module HTTPTypesFoundation
[308/450] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[309/450] Compiling HTTPTypesFoundation HTTPTypesFoundation.swift
[310/450] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[311/450] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[312/450] Compiling AsyncAlgorithms UnsafeTransfer.swift
[313/450] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[314/450] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[315/450] Compiling AsyncAlgorithms ZipStateMachine.swift
[316/450] Compiling AsyncAlgorithms ZipStorage.swift
[317/450] Compiling ConcurrencyExtras Result.swift
[318/450] Compiling ConcurrencyExtras Task.swift
[319/450] Compiling ConcurrencyExtras MainSerialExecutor.swift
[320/450] Compiling ConcurrencyExtras UncheckedBox.swift
[321/450] Compiling ConcurrencyExtras LockIsolated.swift
[322/451] Compiling ConcurrencyExtras Locking.swift
[325/451] Emitting module ConcurrencyExtras
[326/451] Compiling ConcurrencyExtras AsyncStream.swift
[327/451] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[328/451] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[329/451] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[331/451] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[343/451] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[344/451] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[345/451] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[346/451] Compiling AsyncAlgorithms AsyncShareSequence.swift
[347/451] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[348/451] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[349/451] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[350/451] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[351/451] Compiling AsyncAlgorithms AsyncChannel.swift
[352/451] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[353/451] Compiling AsyncAlgorithms ChannelStateMachine.swift
[354/451] Compiling AsyncAlgorithms ChannelStorage.swift
[358/451] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[359/451] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[360/451] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[361/451] Compiling AsyncAlgorithms DebounceStorage.swift
[362/451] Compiling AsyncAlgorithms Dictionary.swift
[363/451] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
[364/451] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
[365/451] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[366/451] Compiling AsyncAlgorithms Disconnected.swift
[367/451] Compiling AsyncAlgorithms _TinyArray.swift
[368/451] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[369/451] Compiling AsyncAlgorithms Locking.swift
[370/451] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[371/451] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[372/451] Compiling AsyncAlgorithms MergeStateMachine.swift
[379/451] Compiling AsyncAlgorithms MergeStorage.swift
[380/451] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[381/451] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[382/451] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[383/451] Compiling AsyncAlgorithms Rethrow.swift
[384/451] Compiling AsyncAlgorithms SetAlgebra.swift
[385/451] Compiling ConcurrencyExtras UncheckedSendable.swift
[386/476] Emitting module XCTestDynamicOverlay
[387/476] Compiling XCTestDynamicOverlay Exports.swift
[388/476] Compiling XCTestDynamicOverlay Deprecations.swift
[389/476] Compiling CombineSchedulers AnyScheduler.swift
[390/476] Compiling CombineSchedulers Concurrency.swift
[391/476] Compiling CombineSchedulers ImmediateScheduler.swift
[392/476] Compiling CombineSchedulers Deprecations.swift
[393/476] Compiling CombineSchedulers Lock.swift
[394/476] Compiling CombineSchedulers NSRecursiveLock.swift
[396/483] Compiling CombineSchedulers UIScheduler.swift
[399/484] Compiling CombineSchedulers UIKit.swift
[402/484] Compiling Clocks Timer.swift
[403/484] Compiling Clocks UnimplementedClock.swift
[411/484] Compiling CombineSchedulers Timer.swift
[412/484] Compiling Clocks TestClock.swift
[413/484] Emitting module CombineSchedulers
[416/484] Compiling CombineSchedulers TestScheduler.swift
[417/484] Compiling CombineSchedulers UnimplementedScheduler.swift
[432/484] Emitting module SwiftSyntax
[438/484] Compiling SwiftSyntax SyntaxNodesAB.swift
[439/484] Compiling SwiftSyntax SyntaxNodesC.swift
[440/484] Compiling CombineSchedulers Platform.swift
[441/484] Compiling CombineSchedulers SwiftUI.swift
[442/484] Compiling Clocks ImmediateClock.swift
[443/484] Compiling Clocks Lock.swift
[444/484] Emitting module Clocks
[445/484] Compiling Clocks AnyClock.swift
[446/484] Compiling Clocks SwiftUI.swift
[447/484] Compiling Clocks _AsyncTimerSequence.swift
[448/510] Compiling Dependencies TypeName.swift
[449/510] Compiling Dependencies PreviewTrait.swift
[450/512] Emitting module Dependencies
[451/512] Compiling Dependencies Dependency.swift
[452/512] Compiling Dependencies DependencyContext.swift
[453/512] Compiling Dependencies DependencyKey.swift
[454/512] Compiling Dependencies MainRunLoop.swift
[455/512] Compiling Dependencies NotificationCenter.swift
[456/512] Compiling Dependencies OpenURL.swift
[457/512] Compiling Dependencies TimeZone.swift
[458/512] Compiling Dependencies URLSession.swift
[459/512] Compiling Dependencies UUID.swift
[460/512] Compiling Dependencies WithRandomNumberGenerator.swift
[461/512] Compiling Dependencies AppEntryPoint.swift
[462/512] Compiling Dependencies Deprecations.swift
[463/512] Compiling Dependencies Exports.swift
[464/512] Compiling Dependencies SendableKeyPath.swift
[465/512] Compiling Dependencies FireAndForget.swift
[466/512] Compiling Dependencies Locale.swift
[467/512] Compiling Dependencies MainQueue.swift
[468/512] Compiling Dependencies Clocks.swift
[469/512] Compiling Dependencies Context.swift
[470/512] Compiling Dependencies Date.swift
[471/512] Compiling Dependencies DependencyValues.swift
[472/512] Compiling Dependencies Assert.swift
[473/512] Compiling Dependencies Calendar.swift
[474/512] Compiling Dependencies TestTrait.swift
[475/512] Compiling Dependencies WithDependencies.swift
[504/515] Compiling ShortID ShortID+Dependencies.swift
[505/515] Emitting module ShortID
[506/515] Compiling ShortID ShortID.swift
[507/515] Compiling SwiftSyntax SyntaxNodesD.swift
[508/515] Compiling SwiftSyntax SyntaxNodesEF.swift
[509/515] Compiling SwiftSyntax SyntaxNodesGHI.swift
[510/515] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[511/515] Compiling SwiftSyntax SyntaxNodesOP.swift
[512/515] Compiling SwiftSyntax SyntaxNodesQRS.swift
[513/515] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[514/575] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[515/575] Compiling SwiftDiagnostics Message.swift
[516/576] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[517/576] Compiling SwiftDiagnostics Convenience.swift
[518/576] Emitting module SwiftDiagnostics
[519/576] Compiling SwiftDiagnostics Note.swift
[520/576] Compiling SwiftDiagnostics FixIt.swift
[521/576] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[522/576] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[523/576] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[524/576] Compiling SwiftDiagnostics Diagnostic.swift
[525/576] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[526/576] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[527/576] Compiling SwiftBasicFormat Syntax+Extensions.swift
[528/576] Emitting module SwiftBasicFormat
[529/576] Compiling SwiftBasicFormat InferIndentation.swift
[530/576] Compiling SwiftBasicFormat Indenter.swift
[531/576] Compiling SwiftBasicFormat BasicFormat.swift
[532/576] Compiling SwiftParser TopLevel.swift
[533/576] Compiling SwiftParser TriviaParser.swift
[534/576] Compiling SwiftParser Types.swift
[535/576] Compiling SwiftParser ExperimentalFeatures.swift
[536/580] Compiling SwiftParser StringLiterals.swift
[537/580] Compiling SwiftParser SwiftParserCompatibility.swift
[538/580] Compiling SwiftParser SwiftVersion.swift
[539/580] Compiling SwiftParser SyntaxUtils.swift
[540/580] Compiling SwiftParser TokenConsumer.swift
[541/580] Compiling SwiftParser TokenPrecedence.swift
[542/580] Compiling SwiftParser TokenSpec.swift
[543/580] Compiling SwiftParser TokenSpecSet.swift
[544/580] Compiling SwiftParser RegexLiteralLexer.swift
[545/580] Compiling SwiftParser UnicodeScalarExtensions.swift
[546/580] Compiling SwiftParser Lookahead.swift
[547/580] Compiling SwiftParser LoopProgressCondition.swift
[548/580] Compiling SwiftParser Modifiers.swift
[549/580] Emitting module SwiftParser
[550/580] Compiling SwiftParser Patterns.swift
[551/580] Compiling SwiftParser Recovery.swift
[552/580] Compiling SwiftParser Specifiers.swift
[553/580] Compiling SwiftParser Statements.swift
[554/580] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[555/580] Compiling SwiftParser Names.swift
[556/580] Compiling SwiftParser Nominals.swift
[557/580] Compiling SwiftParser Parameters.swift
[558/580] Compiling SwiftParser ParseSourceFile.swift
[559/580] Compiling SwiftParser Parser.swift
[560/580] Compiling SwiftParser IsValidIdentifier.swift
[561/580] Compiling SwiftParser Cursor.swift
[562/580] Compiling SwiftParser Lexeme.swift
[563/580] Compiling SwiftParser LexemeSequence.swift
[564/580] Compiling SwiftParser Lexer.swift
[565/580] Compiling SwiftParser Attributes.swift
[566/580] Compiling SwiftParser Availability.swift
[567/580] Compiling SwiftParser CharacterInfo.swift
[568/580] Compiling SwiftParser CollectionNodes+Parsable.swift
[569/580] Compiling SwiftParser CompilerFiles.swift
[570/580] Compiling SwiftParser Declarations.swift
[571/580] Compiling SwiftParser Directives.swift
[572/580] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[573/580] Compiling SwiftParser Expressions.swift
[574/580] Compiling SwiftParser IncrementalParseTransition.swift
[575/580] Compiling SwiftParser IsLexerClassified.swift
[576/580] Compiling SwiftParser LayoutNodes+Parsable.swift
[577/580] Compiling SwiftParser Parser+TokenSpecSet.swift
[578/580] Compiling SwiftParser TokenSpecStaticMembers.swift
[579/603] Compiling SwiftOperators OperatorTable.swift
[580/604] Compiling SwiftOperators PrecedenceGroup.swift
[581/604] Compiling SwiftOperators PrecedenceGraph.swift
[582/604] Compiling SwiftOperators OperatorTable+Semantics.swift
[583/604] Compiling SwiftOperators OperatorTable+Defaults.swift
[584/604] Compiling SwiftOperators OperatorError.swift
[585/604] Compiling SwiftOperators OperatorError+Diagnostics.swift
[586/604] Emitting module SwiftOperators
[587/604] Compiling SwiftOperators Operator.swift
[588/604] Compiling SwiftOperators OperatorTable+Folding.swift
[589/604] Compiling SwiftOperators SyntaxSynthesis.swift
[590/604] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[591/604] Compiling SwiftParserDiagnostics Utils.swift
[592/604] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[593/604] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[594/605] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[595/605] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[596/605] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[597/605] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[598/605] Compiling SwiftParserDiagnostics MissingNodesError.swift
[599/605] Compiling SwiftParserDiagnostics MissingTokenError.swift
[600/605] Compiling SwiftParserDiagnostics PresenceUtils.swift
[601/605] Emitting module SwiftParserDiagnostics
[602/605] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[603/605] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[604/620] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[605/620] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[606/620] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[607/620] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[608/620] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[609/620] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[610/620] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[611/620] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[612/620] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[613/620] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[614/620] Emitting module SwiftSyntaxBuilder
[615/620] Compiling SwiftSyntaxBuilder Indenter.swift
[616/620] Compiling SwiftSyntaxBuilder ListBuilder.swift
[617/620] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[618/620] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[619/621] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[620/636] Compiling SwiftIfConfig SyntaxProtocol+IfConfig.swift
[621/637] Compiling SwiftIfConfig VersionTuple.swift
[622/637] Compiling SwiftIfConfig SyntaxLiteralUtils.swift
[623/637] Compiling SwiftIfConfig VersionTuple+Parsing.swift
[624/637] Compiling SwiftIfConfig ConfiguredRegions.swift
[625/637] Compiling SwiftIfConfig IfConfigDecl+IfConfig.swift
[626/637] Compiling SwiftIfConfig StaticBuildConfiguration.swift
[627/637] Compiling SwiftIfConfig IfConfigFunctions.swift
[628/637] Compiling SwiftIfConfig IfConfigRegionState.swift
[629/637] Compiling SwiftIfConfig ActiveClauseEvaluator.swift
[630/637] Compiling SwiftIfConfig ActiveSyntaxRewriter.swift
[631/637] Compiling SwiftIfConfig ActiveSyntaxVisitor.swift
[632/637] Compiling SwiftIfConfig BuildConfiguration.swift
[633/637] Emitting module SwiftIfConfig
[634/637] Compiling SwiftIfConfig IfConfigDiagnostic.swift
[635/637] Compiling SwiftIfConfig IfConfigEvaluation.swift
[636/655] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[637/655] Compiling SwiftSyntaxMacros Macro+Format.swift
[638/655] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[639/655] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[640/655] Compiling SwiftSyntaxMacros PreambleMacro.swift
[641/655] Compiling SwiftSyntaxMacros Macro.swift
[642/655] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[643/655] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[644/655] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[645/655] Compiling SwiftSyntaxMacros MemberMacro.swift
[646/655] Compiling SwiftSyntaxMacros PeerMacro.swift
[647/656] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[648/656] Compiling SwiftSyntaxMacros AccessorMacro.swift
[649/656] Compiling SwiftSyntaxMacros AttachedMacro.swift
[650/656] Compiling SwiftSyntaxMacros BodyMacro.swift
[651/656] Emitting module SwiftSyntaxMacros
[652/656] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[653/656] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[654/656] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[655/666] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[656/666] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[657/666] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[658/666] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[659/666] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[660/666] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[661/666] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[662/666] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[663/666] Emitting module SwiftSyntaxMacroExpansion
[664/666] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[665/678] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[666/679] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[667/679] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[668/679] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[669/679] Emitting module SwiftCompilerPluginMessageHandling
[670/679] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[671/679] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[672/679] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[673/679] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[674/679] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[675/679] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[676/679] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[677/679] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[678/681] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[679/681] Emitting module SwiftCompilerPlugin
[680/686] Compiling DependenciesMacrosPlugin Plugins.swift
[681/686] Compiling DependenciesMacrosPlugin Support.swift
[682/686] Compiling DependenciesMacrosPlugin DependencyClientMacro.swift
[683/686] Emitting module DependenciesMacrosPlugin
[684/686] Compiling DependenciesMacrosPlugin DependencyEndpointMacro.swift
[684/686] Write Objects.LinkFileList
[685/686] Linking DependenciesMacrosPlugin-tool
[687/689] Compiling DependenciesMacros Macros.swift
[688/689] Compiling DependenciesMacros Exports.swift
[689/689] Emitting module DependenciesMacros
[690/703] Compiling Helpers Task+Timeout.swift
[691/703] Compiling Helpers Optional+.swift
[692/703] Compiling Helpers ErrorMessage.swift
[693/703] Compiling Helpers IsEqual.swift
[694/703] Compiling Helpers KeyPath+Sendable.swift
[695/703] Compiling Helpers Mutex.swift
[696/703] Compiling Helpers AsyncSequence+Shared.swift
[697/703] Compiling Helpers Collection+.swift
[698/703] Compiling Helpers RangeReplaceableCollection+.swift
[699/704] Compiling Helpers UniqueIdentifier.swift
[700/704] Compiling Helpers AnySendable.swift
[701/704] Compiling Helpers AsyncSequence+.swift
[702/704] Emitting module Helpers
[703/704] Compiling Helpers Data+.swift
[704/704] Compiling Helpers Data+Crypto.swift
[705/760] Compiling Networking DataBody.swift
[706/760] Compiling Networking EmptyBody.swift
[707/760] Compiling Networking JSONBody.swift
[708/760] Compiling Networking Authentication.swift
[709/760] Compiling Networking AuthenticationDelegate.swift
[710/760] Compiling Networking AuthenticationMethod.swift
[711/760] Compiling Networking BasicAuthentication.swift
[712/766] Emitting module Networking
[713/766] Compiling Networking BearerAuthentication.swift
[714/766] Compiling Networking AnyAuthenticationDelegate.swift
[715/766] Compiling Networking StreamingAuthenticationDelegate.swift
[716/766] Compiling Networking ThreadSafeAuthenticationDelegate.swift
[717/766] Compiling Networking HTTPRequestData+Authentication.swift
[718/766] Compiling Networking Cached.swift
[719/766] Compiling Networking Partial.swift
[720/766] Compiling Networking ProgressTracker.swift
[721/766] Compiling Networking Request.swift
[722/766] Compiling Networking Error+.swift
[723/766] Compiling Networking NetworkingError+Decoding.swift
[724/766] Compiling Networking NetworkingError.swift
[725/766] Compiling Networking Throttled.swift
[726/766] Compiling Networking Traced.swift
[727/766] Compiling Networking URLSession.swift
[728/766] Compiling Networking UnimplementedNetwork.swift
[729/766] Compiling Networking ActiveRequests.swift
[730/766] Compiling Networking BytesReceived.swift
[731/766] Compiling Networking CheckedStatusCode.swift
[732/766] Compiling Networking Delayed.swift
[733/766] Compiling Networking DuplicatesRemoved.swift
[734/766] Compiling Networking Logged.swift
[735/766] Compiling Networking Metrics.swift
[736/766] Compiling Networking Numbered.swift
[737/766] Compiling Networking Cache.swift
[738/766] Compiling Networking Coding.swift
[739/766] Compiling Networking HTTPFieldName+.swift
[740/766] Compiling Networking HTTPFields+.swift
[741/766] Compiling Networking HTTPRequestBody.swift
[742/766] Compiling Networking HTTPRequestData+Foundation.swift
[743/766] Compiling Networking Retry.swift
[744/766] Compiling Networking Server+Authority.swift
[745/766] Compiling Networking Server+Headers.swift
[746/766] Compiling Networking Server+Path.swift
[747/766] Compiling Networking Server+Scheme.swift
[748/766] Compiling Networking Server.swift
[749/766] Compiling Networking NetworkingComponent+Metadata.swift
[750/766] Compiling Networking NetworkingComponent+Request.swift
[751/766] Compiling Networking NetworkingComponent+Value.swift
[752/766] Compiling Networking NetworkingComponent.swift
[753/766] Compiling Networking NetworkingComponentBuilder.swift
[754/766] Compiling Networking NetworkingModifier.swift
[755/766] Compiling Networking HTTPRequestData.swift
[756/766] Compiling Networking HTTPRequestDataOption.swift
[757/766] Compiling Networking HTTPResponseData.swift
[758/766] Compiling Networking HTTPResponseMetadata.swift
[759/766] Compiling Networking NetworkEnvironment.swift
[760/766] Compiling Networking NetworkingComponent+Data.swift
[761/766] Compiling Networking StackError+NetworkingError.swift
[762/766] Compiling Networking StackError.swift
[763/766] Compiling Networking URLError+.swift
[764/766] Compiling Networking ExpectedContentLength.swift
[765/766] Compiling Networking QueryItemsAllowedCharacters.swift
[766/766] Compiling Networking RequestTimeout.swift
[767/795] Compiling NetworkClient NetworkClient.swift
[768/795] Emitting module NetworkClient
[769/797] Compiling NetworkClientLive NetworkClient+Live.swift
[770/797] Emitting module NetworkClientLive
[771/797] Compiling OAuth OAuthProxy.swift
[772/798] Compiling OAuth OAuthSystem+PKCE.swift
[773/798] Compiling TestSupport Measuring.swift
[774/798] Compiling TestSupport Mocked.swift
[775/798] Compiling OAuth OAuthInstalledSystems.swift
[776/798] Emitting module OAuth
[777/798] Compiling TestSupport BytesReceived+.swift
[778/798] Compiling TestSupport Logger+.swift
[779/798] Compiling OAuth Spotify.swift
[780/798] Compiling OAuth OAuthDelegate.swift
[781/798] Compiling OAuth OAuthError.swift
[782/798] Compiling OAuth StandardOAuthSystem.swift
[783/798] Compiling OAuth OAuthSystem.swift
[784/798] Compiling OAuth WebAuthenticationSessionClient.swift
[785/798] Compiling TestSupport TestAuthenticationDelegate.swift
[786/798] Compiling TestSupport TestableNetwork.swift
[787/799] Compiling TestSupport StubbedResponseStream.swift
[788/799] Compiling TestSupport StubbedNetworkError.swift
[789/799] Compiling TestSupport Reported.swift
[790/799] Compiling TestSupport RetryingMock.swift
[791/799] Compiling TestSupport TerminalNetworkingComponent.swift
[792/799] Compiling TestSupport URL+.swift
[797/799] Emitting module TestSupport
Build complete! (81.20s)
Fetching https://github.com/pointfreeco/swift-tagged
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/danthorpe/swift-utilities
Fetching https://github.com/apple/swift-http-types from cache
Fetching https://github.com/apple/swift-numerics from cache
Fetching https://github.com/pointfreeco/swift-dependencies from cache
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
[1/1218] Fetching swift-tagged
[111/2636] Fetching swift-tagged, swift-utilities
[239/4807] Fetching swift-tagged, swift-utilities, swift-docc-plugin
Fetched https://github.com/pointfreeco/swift-tagged from cache (0.76s)
Fetching https://github.com/apple/swift-async-algorithms
[481/3589] Fetching swift-utilities, swift-docc-plugin
Fetched https://github.com/danthorpe/swift-utilities from cache (0.92s)
Fetched https://github.com/apple/swift-http-types from cache (0.92s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetching https://github.com/apple/swift-algorithms from cache
[261/2171] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-numerics from cache (1.17s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.17s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.18s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.18s)
[1/6224] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (0.66s)
Fetched https://github.com/apple/swift-async-algorithms from cache (1.09s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.28s)
Computing version for https://github.com/pointfreeco/swift-tagged
Computed https://github.com/pointfreeco/swift-tagged at 0.10.0 (5.38s)
Computing version for https://github.com/danthorpe/swift-utilities
Computed https://github.com/danthorpe/swift-utilities at 0.7.0 (0.76s)
Fetching http://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetching https://github.com/apple/swift-collections from cache
[1/5723] Fetching xctest-dynamic-overlay
Fetched http://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.48s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.49s)
Fetched https://github.com/apple/swift-collections from cache (1.53s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (2.17s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.47s)
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.84s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.50s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.1.3 (0.55s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.47s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.47s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (0.57s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.49s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.12.0 (0.50s)
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetching https://github.com/pointfreeco/combine-schedulers from cache
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.74s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.75s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.82s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (2.36s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (0.48s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.15s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (1.76s)
Computing version for http://github.com/pointfreeco/xctest-dynamic-overlay
Computed http://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 603.0.0 (0.65s)
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.1.3
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/pointfreeco/swift-tagged
Working copy of https://github.com/pointfreeco/swift-tagged resolved at 0.10.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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Creating working copy for http://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of http://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.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/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.12.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.0
Creating working copy for https://github.com/danthorpe/swift-utilities
Working copy of https://github.com/danthorpe/swift-utilities resolved at 0.7.0
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/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
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
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-algorithms"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-http-types",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-http-types"
    },
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    },
    {
      "identity" : "swift-utilities",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/danthorpe/swift-utilities"
    },
    {
      "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" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    },
    {
      "identity" : "swift-tagged",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-tagged"
    }
  ],
  "manifest_display_name" : "swift-networking",
  "name" : "swift-networking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "NetworkClient",
      "targets" : [
        "NetworkClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NetworkClientLive",
      "targets" : [
        "NetworkClientLive"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Networking",
      "targets" : [
        "Networking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OAuth",
      "targets" : [
        "OAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TestSupport",
      "targets" : [
        "TestSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "TestSupport",
      "module_type" : "SwiftTarget",
      "name" : "TestSupport",
      "path" : "Sources/TestSupport",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "TestSupport"
      ],
      "sources" : [
        "BytesReceived+.swift",
        "Logger+.swift",
        "Measuring.swift",
        "Mocked.swift",
        "NetworkEnvironmentReporter.swift",
        "NetworkingTestCase.swift",
        "Reported.swift",
        "RetryingMock.swift",
        "StubbedNetworkError.swift",
        "StubbedResponseStream.swift",
        "TerminalNetworkingComponent.swift",
        "TestAuthenticationDelegate.swift",
        "TestableNetwork.swift",
        "URL+.swift"
      ],
      "target_dependencies" : [
        "Networking"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OAuthTests",
      "module_type" : "SwiftTarget",
      "name" : "OAuthTests",
      "path" : "Tests/OAuthTests",
      "product_dependencies" : [
        "AssertionExtras",
        "ConcurrencyExtras",
        "Numerics"
      ],
      "sources" : [
        "OAuthDelegateTests.swift",
        "OAuthProxyTests.swift",
        "OAuthSystemPKCETests.swift",
        "SpotifyTests.swift",
        "StandardOAuthSystemTests.swift",
        "StubOAuthSystem.swift"
      ],
      "target_dependencies" : [
        "OAuth",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OAuth",
      "module_type" : "SwiftTarget",
      "name" : "OAuth",
      "path" : "Sources/OAuth",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "OAuth"
      ],
      "sources" : [
        "ASWebAuthenticationSession+.swift",
        "NetworkingComponent+OAuth.swift",
        "OAuth.swift",
        "OAuthCredentials.swift",
        "OAuthDelegate.swift",
        "OAuthError.swift",
        "OAuthInstalledSystems.swift",
        "OAuthProxy.swift",
        "OAuthSystem+PKCE.swift",
        "OAuthSystem.swift",
        "StandardOAuthSystem.swift",
        "Systems/Spotify.swift",
        "WebAuthenticationSessionClient.swift"
      ],
      "target_dependencies" : [
        "Helpers",
        "Networking"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingTests",
      "path" : "Tests/NetworkingTests",
      "product_dependencies" : [
        "AssertionExtras",
        "ConcurrencyExtras"
      ],
      "sources" : [
        "Bodies/DataBodyTests.swift",
        "Bodies/EmptyBodyTests.swift",
        "Components/Authentication/AuthenticationTests.swift",
        "Components/Authentication/BasicCredentialsTests.swift",
        "Components/Authentication/BearerCredentialsTests.swift",
        "Components/Authentication/Delegates/ThreadSafeAuthenticationDelegateTests.swift",
        "Components/CachedTests.swift",
        "Components/CheckedStatusCodeTests.swift",
        "Components/DuplicatesRemovedTests.swift",
        "Components/LoggedTests.swift",
        "Components/MetricsTests.swift",
        "Components/NumberedTests.swift",
        "Components/RetryTests.swift",
        "Components/ServerTests.swift",
        "Components/ThrottledTests.swift",
        "Components/TracedTests.swift",
        "Core/BytesReceivedTests.swift",
        "Core/CacheTests.swift",
        "Core/ErrorTests.swift",
        "Core/ExpectedContentLengthOptionTests.swift",
        "Core/HTTPRequestDataTests.swift",
        "Core/HTTPResponseDataTests.swift",
        "Core/NetworkingComponent+DataTests.swift",
        "Core/NetworkingComponent+RequestTests.swift",
        "Core/NetworkingComponent+ValueTests.swift",
        "Core/PartialTests.swift",
        "Core/ProgessTrackerTests.swift",
        "Core/RequestTimeoutOptionTests.swift",
        "Errors/NetworkingErrorDecodingTests.swift",
        "Tags.swift"
      ],
      "target_dependencies" : [
        "Networking",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Networking",
      "module_type" : "SwiftTarget",
      "name" : "Networking",
      "path" : "Sources/Networking",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "ConcurrencyExtras",
        "Algorithms",
        "AsyncAlgorithms",
        "HTTPTypes",
        "HTTPTypesFoundation",
        "Protected",
        "ShortID",
        "Tagged"
      ],
      "product_memberships" : [
        "NetworkClient",
        "NetworkClientLive",
        "Networking",
        "OAuth",
        "TestSupport"
      ],
      "sources" : [
        "Bodies/DataBody.swift",
        "Bodies/EmptyBody.swift",
        "Bodies/JSONBody.swift",
        "Components/Authentication/Authentication.swift",
        "Components/Authentication/AuthenticationDelegate.swift",
        "Components/Authentication/AuthenticationMethod.swift",
        "Components/Authentication/BasicAuthentication.swift",
        "Components/Authentication/BearerAuthentication.swift",
        "Components/Authentication/Delegates/AnyAuthenticationDelegate.swift",
        "Components/Authentication/Delegates/StreamingAuthenticationDelegate.swift",
        "Components/Authentication/Delegates/ThreadSafeAuthenticationDelegate.swift",
        "Components/Authentication/HTTPRequestData+Authentication.swift",
        "Components/Cached.swift",
        "Components/CheckedStatusCode.swift",
        "Components/Delayed.swift",
        "Components/DuplicatesRemoved.swift",
        "Components/Logged.swift",
        "Components/Metrics.swift",
        "Components/Numbered.swift",
        "Components/Retry.swift",
        "Components/Server/Server+Authority.swift",
        "Components/Server/Server+Headers.swift",
        "Components/Server/Server+Path.swift",
        "Components/Server/Server+Scheme.swift",
        "Components/Server/Server.swift",
        "Components/Throttled.swift",
        "Components/Traced.swift",
        "Components/URLSession.swift",
        "Components/UnimplementedNetwork.swift",
        "Core/ActiveRequests.swift",
        "Core/BytesReceived.swift",
        "Core/Cache.swift",
        "Core/Coding.swift",
        "Core/HTTPFieldName+.swift",
        "Core/HTTPFields+.swift",
        "Core/HTTPRequestBody.swift",
        "Core/HTTPRequestData+Foundation.swift",
        "Core/HTTPRequestData.swift",
        "Core/HTTPRequestDataOption.swift",
        "Core/HTTPResponseData.swift",
        "Core/HTTPResponseMetadata.swift",
        "Core/NetworkEnvironment.swift",
        "Core/NetworkingComponent+Data.swift",
        "Core/NetworkingComponent+Metadata.swift",
        "Core/NetworkingComponent+Request.swift",
        "Core/NetworkingComponent+Value.swift",
        "Core/NetworkingComponent.swift",
        "Core/NetworkingComponentBuilder.swift",
        "Core/NetworkingModifier.swift",
        "Core/Partial.swift",
        "Core/ProgressTracker.swift",
        "Core/Request.swift",
        "Errors/Error+.swift",
        "Errors/NetworkingError+Decoding.swift",
        "Errors/NetworkingError.swift",
        "Errors/StackError+NetworkingError.swift",
        "Errors/StackError.swift",
        "Errors/URLError+.swift",
        "Options/ExpectedContentLength.swift",
        "Options/QueryItemsAllowedCharacters.swift",
        "Options/RequestTimeout.swift"
      ],
      "target_dependencies" : [
        "Helpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NetworkClientLive",
      "module_type" : "SwiftTarget",
      "name" : "NetworkClientLive",
      "path" : "Sources/NetworkClientLive",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "NetworkClientLive"
      ],
      "sources" : [
        "NetworkClient+Live.swift"
      ],
      "target_dependencies" : [
        "NetworkClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NetworkClient",
      "module_type" : "SwiftTarget",
      "name" : "NetworkClient",
      "path" : "Sources/NetworkClient",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "NetworkClient",
        "NetworkClientLive"
      ],
      "sources" : [
        "NetworkClient.swift"
      ],
      "target_dependencies" : [
        "Networking"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HelpersTests",
      "module_type" : "SwiftTarget",
      "name" : "HelpersTests",
      "path" : "Tests/HelpersTests",
      "sources" : [
        "MutexTests.swift"
      ],
      "target_dependencies" : [
        "Helpers",
        "TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Helpers",
      "module_type" : "SwiftTarget",
      "name" : "Helpers",
      "path" : "Sources/Helpers",
      "product_dependencies" : [
        "Dependencies",
        "DependenciesMacros",
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "NetworkClient",
        "NetworkClientLive",
        "Networking",
        "OAuth",
        "TestSupport"
      ],
      "sources" : [
        "AnySendable.swift",
        "AsyncSequence+.swift",
        "AsyncSequence+Shared.swift",
        "Collection+.swift",
        "Data+.swift",
        "Data+Crypto.swift",
        "ErrorMessage.swift",
        "IsEqual.swift",
        "KeyPath+Sendable.swift",
        "Mutex.swift",
        "Optional+.swift",
        "RangeReplaceableCollection+.swift",
        "Task+Timeout.swift",
        "UniqueIdentifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.