The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Networking, reference main (3d594b), with Swift 6.1 for macOS (SPM) on 9 Aug 2025 07:41:21 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftyJoeyy/swift-networking.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftyJoeyy/swift-networking
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3d594b8 Update swift.yml
Cloned https://github.com/SwiftyJoeyy/swift-networking.git
Revision (git rev-parse @):
3d594b8c4c49f21a3fae3d32fde4057310ed6ec1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftyJoeyy/swift-networking.git at main
Fetching https://github.com/buildexperience/MacrosKit.git
Fetching https://github.com/swiftlang/swift-syntax.git from cache
[1/150] Fetching macroskit
Fetched https://github.com/buildexperience/MacrosKit.git from cache (0.66s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.66s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/buildexperience/MacrosKit.git
Working copy of https://github.com/buildexperience/MacrosKit.git resolved at 1.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-networking",
      "name": "Networking",
      "url": "https://github.com/SwiftyJoeyy/swift-networking.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-networking",
      "dependencies": [
        {
          "identity": "swift-syntax",
          "name": "swift-syntax",
          "url": "https://github.com/swiftlang/swift-syntax.git",
          "version": "601.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
          "dependencies": [
          ]
        },
        {
          "identity": "macroskit",
          "name": "MacrosKit",
          "url": "https://github.com/buildexperience/MacrosKit.git",
          "version": "1.0.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MacrosKit",
          "dependencies": [
            {
              "identity": "swift-syntax",
              "name": "swift-syntax",
              "url": "https://github.com/swiftlang/swift-syntax.git",
              "version": "601.0.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/SwiftyJoeyy/swift-networking.git
[1/2129] Fetching swift-networking
Fetched https://github.com/SwiftyJoeyy/swift-networking.git from cache (0.85s)
Fetching https://github.com/buildexperience/MacrosKit.git from cache
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/buildexperience/MacrosKit.git from cache (1.42s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.45s)
Computing version for https://github.com/buildexperience/MacrosKit.git
Computed https://github.com/buildexperience/MacrosKit.git at 1.0.2 (1.95s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.63s)
Creating working copy for https://github.com/SwiftyJoeyy/swift-networking.git
Working copy of https://github.com/SwiftyJoeyy/swift-networking.git resolved at main (3d594b8)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/buildexperience/MacrosKit.git
Working copy of https://github.com/buildexperience/MacrosKit.git resolved at 1.0.2
warning: '.resolve-product-dependencies': dependency 'swift-networking' is not used by any target
Found 2 product dependencies
  - swift-syntax
  - MacrosKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SwiftyJoeyy/swift-networking.git
https://github.com/SwiftyJoeyy/swift-networking.git
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "601.0.1",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "macroskit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/buildexperience/MacrosKit.git"
    }
  ],
  "manifest_display_name" : "Networking",
  "name" : "Networking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Networking",
      "targets" : [
        "Networking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NetworkingCore",
      "targets" : [
        "NetworkingCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NetworkingClient",
      "targets" : [
        "NetworkingClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NetworkingCoreMacros",
      "targets" : [
        "NetworkingCoreMacros"
      ],
      "type" : {
        "macro" : null
      }
    },
    {
      "name" : "NetworkingClientMacros",
      "targets" : [
        "NetworkingClientMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NetworkingCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingCoreTests",
      "path" : "Tests/NetworkingCoreTests",
      "sources" : [
        "ConfigurationsPropertyWrapperTests.swift",
        "ConfigurationsTests.swift",
        "NetworkKitTests.swift",
        "Request Modifiers/Body Tests/FormDataBodyTests.swift",
        "Request Modifiers/Body Tests/FormDataFileTests.swift",
        "Request Modifiers/Body Tests/FormDataTests.swift",
        "Request Modifiers/Body Tests/JSONTests.swift",
        "Request Modifiers/Body Tests/RequestBodyTests.swift",
        "Request Modifiers/CommonHeadersTests.swift",
        "Request Modifiers/PathRequestModifierTests.swift",
        "Request Modifiers/RequestHeaderTests.swift",
        "Request Modifiers/RequestModifiersTests.swift",
        "Request Modifiers/RequestParameterTests.swift",
        "Request/AnyRequestTests.swift",
        "Request/HTTPRequestTests.swift",
        "Request/ModifiableRequestTests.swift",
        "Request/RequestTests.swift",
        "Request/RequestsMock.swift",
        "ResultBuilders/HeadersBuilderTests.swift",
        "ResultBuilders/ModifiersBuilderTests.swift",
        "ResultBuilders/ParametersBuilderTests.swift",
        "ResultBuilders/ResultBuildersDynamicConfigurableTests.swift"
      ],
      "target_dependencies" : [
        "NetworkingCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkingCoreMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingCoreMacrosTests",
      "path" : "Tests/NetworkingCoreMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "ConfigurationKeyMacroTests.swift",
        "DynamicConfigDeclFactoryTests.swift",
        "ModifierMacroTests.swift",
        "RequestMacroTests.swift",
        "RequestModifierMacroTests.swift"
      ],
      "target_dependencies" : [
        "NetworkingCoreMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkingCoreMacros",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingCoreMacros",
      "path" : "Sources/NetworkingCoreMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "MacrosKit"
      ],
      "product_memberships" : [
        "Networking",
        "NetworkingCore",
        "NetworkingClient",
        "NetworkingCoreMacros"
      ],
      "sources" : [
        "ConfigurationKeyMacro/ConfigurationKeyMacro.swift",
        "ConfigurationKeyMacro/ConfigurationKeyMacroDeclarationFactory.swift",
        "ConfigurationKeyMacro/ConfigurationKeyMacroDiagnostic.swift",
        "DynamicConfigurionDeclFactory.swift",
        "ModifierMacro.swift",
        "NetworkingCoreMacros.swift",
        "RequestMacro/RequestMacro.swift",
        "RequestMacro/RequestMacroDeclarationsFactory.swift",
        "RequestMacro/RequestMacroModifier.swift",
        "RequestModifierMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "NetworkingCore",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingCore",
      "path" : "Sources/NetworkingCore",
      "product_memberships" : [
        "Networking",
        "NetworkingCore",
        "NetworkingClient"
      ],
      "sources" : [
        "Configurations/Configurable.swift",
        "Configurations/Configurations.swift",
        "Configurations/DynamicConfigurable.swift",
        "Errors/FileError.swift",
        "Errors/NetworkingError.swift",
        "Errors/SerializationError.swift",
        "Macros/ConfigurationMacro.swift",
        "Macros/ModifierMacros.swift",
        "Macros/RequestMacro.swift",
        "NetworkLogger.swift",
        "Request/AnyRequest.swift",
        "Request/HTTPRequest.swift",
        "Request/Never+Request.swift",
        "Request/Request.swift",
        "Request/RequestModifier.swift",
        "Request/_ModifiableRequest.swift",
        "RequestMethod.swift",
        "RequestModifiers/Body/FormData/FormData.swift",
        "RequestModifiers/Body/FormData/FormDataBoundaryFactory.swift",
        "RequestModifiers/Body/FormData/FormDataContent/FormDataBody.swift",
        "RequestModifiers/Body/FormData/FormDataContent/FormDataFile.swift",
        "RequestModifiers/Body/FormData/FormDataItem.swift",
        "RequestModifiers/Body/JSON/DictionaryJSONEncodable.swift",
        "RequestModifiers/Body/JSON/FoundationJSONEncodable.swift",
        "RequestModifiers/Body/JSON/JSON.swift",
        "RequestModifiers/Body/RequestBody.swift",
        "RequestModifiers/CachePolicyRequestModifier.swift",
        "RequestModifiers/HTTPMethodRequestModifier.swift",
        "RequestModifiers/Headers/CommonHeaders.swift",
        "RequestModifiers/Headers/ContentType.swift",
        "RequestModifiers/Headers/Header.swift",
        "RequestModifiers/Headers/RequestHeader.swift",
        "RequestModifiers/Parameters/Parameter.swift",
        "RequestModifiers/Parameters/RequestParameter.swift",
        "RequestModifiers/PathRequestModifier.swift",
        "RequestModifiers/TimeoutRequestModifier.swift",
        "ResultBuilders/FormDataItemBuilder.swift",
        "ResultBuilders/HeadersBuilder.swift",
        "ResultBuilders/ModifiersBuilder.swift",
        "ResultBuilders/ParametersBuilder.swift",
        "ResultBuilders/Shared Modifiers/EmptyModifier.swift",
        "ResultBuilders/Shared Modifiers/_ConditionalModifier.swift",
        "ResultBuilders/Shared Modifiers/_OptionalModifier.swift",
        "ResultBuilders/Shared Modifiers/_TupleModifier.swift",
        "UTTypeSupport.swift"
      ],
      "target_dependencies" : [
        "NetworkingCoreMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NetworkingClientTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingClientTests",
      "path" : "Tests/NetworkingClientTests",
      "sources" : [
        "Configurations/ClientConfigurationsTests.swift",
        "Mocks/MockTask.swift",
        "Mocks/MockTasksStorage.swift",
        "Mocks/MockURLProtocol.swift",
        "Mocks/TestRequest.swift",
        "NetworkTasksStorageTests.swift",
        "Session/SessionDelegateTests.swift",
        "Session/SessionTests.swift",
        "Tasks/DataTaskTests.swift",
        "Tasks/DonwloadTaskTests.swift",
        "Tasks/NetworkTaskStateTests.swift",
        "Tasks/NetworkTaskTests.swift",
        "Tasks/TaskStateTests.swift",
        "Utilities/Logging/CURLLogFactoryTests.swift",
        "Utilities/Logging/DataLogFactoryTests.swift",
        "Utilities/URLResponseExtensionTests.swift",
        "Utilities/URLSessionConfigurationExtensionTests.swift"
      ],
      "target_dependencies" : [
        "NetworkingClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkingClientMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingClientMacrosTests",
      "path" : "Tests/NetworkingClientMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "ClientInitMacroTests.swift",
        "ClientMacroTests.swift"
      ],
      "target_dependencies" : [
        "NetworkingClientMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkingClientMacros",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingClientMacros",
      "path" : "Sources/NetworkingClientMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "MacrosKit"
      ],
      "product_memberships" : [
        "Networking",
        "NetworkingClient",
        "NetworkingClientMacros"
      ],
      "sources" : [
        "ClientMacros/ClientInitMacro.swift",
        "ClientMacros/ClientMacro.swift",
        "ClientMacros/ClientMacroDeclarationsFactory.swift",
        "ClientMacros/ClientMacroDiagnostic.swift",
        "NetworkingClientMacros.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "NetworkingClient",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingClient",
      "path" : "Sources/NetworkingClient",
      "product_memberships" : [
        "Networking",
        "NetworkingClient"
      ],
      "sources" : [
        "ClientMacro.swift",
        "Configurations/Configurable+Extension.swift",
        "Configurations/ConfigurationValues.swift",
        "DefaultClient.swift",
        "Errors/ClientError.swift",
        "Errors/StatusError.swift",
        "Handlers/AuthInterceptor/AuthInterceptor.swift",
        "Handlers/AuthInterceptor/AuthProvider.swift",
        "Handlers/RedirectionHandler.swift",
        "Handlers/RequestInterceptor.swift",
        "Handlers/ResponseCacheHandler.swift",
        "Handlers/RetryInterceptor/DefaultRetryInterceptor.swift",
        "Handlers/RetryInterceptor/RetryInterceptor.swift",
        "Handlers/StatusValidator.swift",
        "Session/NetworkClient.swift",
        "Session/NetworkTasksStorage.swift",
        "Session/ResponseInterceptor.swift",
        "Session/Session.swift",
        "Session/SessionDelegate.swift",
        "Tasks/DataTask.swift",
        "Tasks/DownloadTask.swift",
        "Tasks/NetworkTask.swift",
        "Tasks/NetworkTaskValues.swift",
        "Tasks/NetworkingTask.swift",
        "Tasks/TaskInterceptor.swift",
        "Utilities/Logging/CURLLogFactory.swift",
        "Utilities/Logging/DataLogFactory.swift",
        "Utilities/Logging/NetworkLogger.swift",
        "Utilities/ResponseStatus.swift",
        "Utilities/Result+Extension.swift",
        "Utilities/Task+TypedThrows.swift",
        "Utilities/URLResponse+Extension.swift",
        "Utilities/URLSessionConfiguration+Extension.swift"
      ],
      "target_dependencies" : [
        "NetworkingCore",
        "NetworkingClientMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Networking",
      "module_type" : "SwiftTarget",
      "name" : "Networking",
      "path" : "Sources/Networking",
      "product_memberships" : [
        "Networking"
      ],
      "sources" : [
        "Networking.swift"
      ],
      "target_dependencies" : [
        "NetworkingCore",
        "NetworkingClient"
      ],
      "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
Building for debugging...
[0/29] Write sources
[23/29] Compiling _SwiftSyntaxCShims dummy.c
[24/29] Write swift-version-2F0A5646E1D333AE.txt
[26/37] Emitting module SwiftSyntax601
[27/37] Emitting module SwiftSyntax600
[28/37] Compiling SwiftSyntax600 Empty.swift
[29/37] Emitting module SwiftSyntax509
[30/37] Compiling SwiftSyntax509 Empty.swift
[31/37] Compiling SwiftSyntax601 Empty.swift
[32/37] Emitting module SwiftSyntax510
[33/37] Compiling SwiftSyntax510 Empty.swift
[34/103] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[35/103] Compiling SwiftSyntax SyntaxChildren.swift
[36/103] Compiling SwiftSyntax SyntaxCollection.swift
[37/103] Compiling SwiftSyntax SyntaxHashable.swift
[38/103] Compiling SwiftSyntax SyntaxIdentifier.swift
[39/103] Compiling SwiftSyntax SyntaxNodeFactory.swift
[40/103] Compiling SwiftSyntax SyntaxNodeStructure.swift
[41/110] Compiling SwiftSyntax AbsolutePosition.swift
[42/110] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[43/110] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[44/110] Compiling SwiftSyntax Assert.swift
[45/110] Compiling SwiftSyntax BumpPtrAllocator.swift
[46/110] Compiling SwiftSyntax CommonAncestor.swift
[47/110] Compiling SwiftSyntax Convenience.swift
[48/110] Compiling SwiftSyntax CustomTraits.swift
[49/110] Compiling SwiftSyntax SourceEdit.swift
[50/110] Compiling SwiftSyntax SourceLength.swift
[51/110] Compiling SwiftSyntax SourceLocation.swift
[52/110] Compiling SwiftSyntax SourcePresence.swift
[53/110] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[54/110] Compiling SwiftSyntax Syntax.swift
[55/110] Compiling SwiftSyntax SyntaxArena.swift
[56/110] Compiling SwiftSyntax EditorPlaceholder.swift
[57/110] Compiling SwiftSyntax Identifier.swift
[58/110] Compiling SwiftSyntax MemoryLayout.swift
[59/110] Compiling SwiftSyntax MissingNodeInitializers.swift
[60/110] Compiling SwiftSyntax RawSyntax.swift
[61/110] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[62/110] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[63/110] Compiling SwiftSyntax RawSyntaxTokenView.swift
[64/110] Compiling SwiftSyntax SyntaxProtocol.swift
[65/110] Compiling SwiftSyntax SyntaxText.swift
[66/110] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[67/110] Compiling SwiftSyntax TokenDiagnostic.swift
[68/110] Compiling SwiftSyntax TokenSequence.swift
[69/110] Compiling SwiftSyntax TokenSyntax.swift
[70/110] Compiling SwiftSyntax Trivia.swift
[71/110] Emitting module SwiftSyntax
[72/110] Compiling SwiftSyntax SyntaxCollections.swift
[73/110] Compiling SwiftSyntax SyntaxEnum.swift
[74/110] Compiling SwiftSyntax SyntaxKind.swift
[75/110] Compiling SwiftSyntax SyntaxRewriter.swift
[76/110] Compiling SwiftSyntax SyntaxTraits.swift
[77/110] Compiling SwiftSyntax SyntaxVisitor.swift
[78/110] Compiling SwiftSyntax TokenKind.swift
[79/110] Compiling SwiftSyntax Tokens.swift
[80/110] Compiling SwiftSyntax TriviaPieces.swift
[81/110] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[82/110] Compiling SwiftSyntax RawSyntaxNodesC.swift
[83/110] Compiling SwiftSyntax RawSyntaxNodesD.swift
[84/110] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[85/110] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[86/110] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[87/110] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[88/110] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[89/110] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[90/110] Compiling SwiftSyntax RawSyntaxValidation.swift
[91/110] Compiling SwiftSyntax SyntaxNodesAB.swift
[92/110] Compiling SwiftSyntax SyntaxNodesC.swift
[93/110] Compiling SwiftSyntax Utils.swift
[94/110] Compiling SwiftSyntax ChildNameForKeyPath.swift
[95/110] Compiling SwiftSyntax Keyword.swift
[96/110] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[97/110] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[98/110] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[99/110] Compiling SwiftSyntax SyntaxBaseNodes.swift
[100/110] Compiling SwiftSyntax SyntaxNodesD.swift
[101/110] Compiling SwiftSyntax SyntaxNodesEF.swift
[102/110] Compiling SwiftSyntax SyntaxNodesGHI.swift
[103/110] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[104/110] Compiling SwiftSyntax SyntaxNodesOP.swift
[105/110] Compiling SwiftSyntax SyntaxNodesQRS.swift
[106/110] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[107/169] Compiling SwiftBasicFormat Syntax+Extensions.swift
[108/169] Compiling SwiftDiagnostics Message.swift
[109/170] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[110/170] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[111/170] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[112/170] Emitting module SwiftDiagnostics
[113/170] Compiling SwiftBasicFormat Indenter.swift
[114/170] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[115/170] Compiling SwiftDiagnostics Note.swift
[116/170] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[117/170] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[118/170] Compiling SwiftDiagnostics Convenience.swift
[119/170] Compiling SwiftDiagnostics Diagnostic.swift
[120/170] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[121/170] Compiling SwiftDiagnostics FixIt.swift
[122/170] Compiling SwiftBasicFormat BasicFormat.swift
[123/170] Compiling SwiftBasicFormat InferIndentation.swift
[124/170] Emitting module SwiftBasicFormat
[125/170] Compiling SwiftParser StringLiterals.swift
[126/170] Compiling SwiftParser SwiftParserCompatibility.swift
[127/170] Compiling SwiftParser SwiftVersion.swift
[128/170] Compiling SwiftParser SyntaxUtils.swift
[129/170] Compiling SwiftParser TokenConsumer.swift
[130/170] Compiling SwiftParser TokenPrecedence.swift
[131/170] Compiling SwiftParser TokenSpec.swift
[132/170] Compiling SwiftParser TokenSpecSet.swift
[133/174] Compiling SwiftParser TopLevel.swift
[134/174] Compiling SwiftParser TriviaParser.swift
[135/174] Compiling SwiftParser Types.swift
[136/174] Compiling SwiftParser ExperimentalFeatures.swift
[137/174] Compiling SwiftParser UnicodeScalarExtensions.swift
[138/174] Compiling SwiftParser Lookahead.swift
[139/174] Compiling SwiftParser LoopProgressCondition.swift
[140/174] Compiling SwiftParser Modifiers.swift
[141/174] Compiling SwiftParser Names.swift
[142/174] Compiling SwiftParser Recovery.swift
[143/174] Compiling SwiftParser Specifiers.swift
[144/174] Compiling SwiftParser Statements.swift
[145/174] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[146/174] Compiling SwiftParser Nominals.swift
[147/174] Compiling SwiftParser Parameters.swift
[148/174] Compiling SwiftParser ParseSourceFile.swift
[149/174] Compiling SwiftParser Parser.swift
[150/174] Compiling SwiftParser Patterns.swift
[151/174] Emitting module SwiftParser
[152/174] Compiling SwiftParser Directives.swift
[153/174] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[154/174] Compiling SwiftParser Expressions.swift
[155/174] Compiling SwiftParser IncrementalParseTransition.swift
[156/174] Compiling SwiftParser IsValidIdentifier.swift
[157/174] Compiling SwiftParser Cursor.swift
[158/174] Compiling SwiftParser Lexeme.swift
[159/174] Compiling SwiftParser LexemeSequence.swift
[160/174] Compiling SwiftParser Lexer.swift
[161/174] Compiling SwiftParser RegexLiteralLexer.swift
[162/174] Compiling SwiftParser Attributes.swift
[163/174] Compiling SwiftParser Availability.swift
[164/174] Compiling SwiftParser CharacterInfo.swift
[165/174] Compiling SwiftParser CollectionNodes+Parsable.swift
[166/174] Compiling SwiftParser Declarations.swift
[167/174] Compiling SwiftParser IsLexerClassified.swift
[168/174] Compiling SwiftParser LayoutNodes+Parsable.swift
[169/174] Compiling SwiftParser Parser+TokenSpecSet.swift
[170/174] Compiling SwiftParser TokenSpecStaticMembers.swift
[171/197] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[172/198] Compiling SwiftOperators PrecedenceGraph.swift
[173/199] Compiling SwiftOperators OperatorError.swift
[174/199] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[175/199] Emitting module SwiftOperators
[176/199] Compiling SwiftOperators OperatorTable+Semantics.swift
[177/199] Compiling SwiftOperators PrecedenceGroup.swift
[178/199] Compiling SwiftOperators OperatorTable.swift
[179/199] Compiling SwiftOperators Operator.swift
[180/199] Compiling SwiftOperators OperatorError+Diagnostics.swift
[181/199] Compiling SwiftOperators OperatorTable+Folding.swift
[182/199] Compiling SwiftOperators OperatorTable+Defaults.swift
[183/199] Compiling SwiftOperators SyntaxSynthesis.swift
[184/199] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[185/199] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[186/199] Compiling SwiftParserDiagnostics Utils.swift
[187/199] Emitting module SwiftParserDiagnostics
[188/199] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[189/199] Compiling SwiftParserDiagnostics PresenceUtils.swift
[190/199] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[191/199] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[192/199] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[193/199] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[194/199] Compiling SwiftParserDiagnostics MissingNodesError.swift
[195/199] Compiling SwiftParserDiagnostics MissingTokenError.swift
[196/214] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[197/214] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[198/214] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[199/214] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[200/214] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[201/214] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[202/215] Compiling SwiftSyntaxBuilder Indenter.swift
[203/215] Compiling SwiftSyntaxBuilder ListBuilder.swift
[204/215] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[205/215] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[206/215] Emitting module SwiftSyntaxBuilder
[207/215] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[208/215] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[209/215] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[210/215] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[211/215] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[212/233] Compiling SwiftSyntaxMacros PreambleMacro.swift
[213/234] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[214/234] Compiling SwiftSyntaxMacros Macro+Format.swift
[215/234] Compiling SwiftSyntaxMacros MemberMacro.swift
[216/234] Compiling SwiftSyntaxMacros PeerMacro.swift
[217/234] Compiling SwiftSyntaxMacros Macro.swift
[218/234] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[219/234] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[220/234] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[221/234] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[222/234] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[223/234] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[224/234] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[225/234] Compiling SwiftSyntaxMacros AttachedMacro.swift
[226/234] Compiling SwiftSyntaxMacros BodyMacro.swift
[227/234] Emitting module SwiftSyntaxMacros
[228/234] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[229/234] Compiling SwiftSyntaxMacros AccessorMacro.swift
[230/234] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[231/253] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[232/253] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[233/253] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[234/253] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[235/253] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[236/253] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[237/253] Emitting module SwiftSyntaxMacroExpansion
[238/253] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[239/253] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[240/253] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[241/265] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[242/266] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[243/266] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[244/266] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[245/266] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[246/266] Emitting module SwiftCompilerPluginMessageHandling
[247/266] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[248/266] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[249/266] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[250/266] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[251/266] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[252/266] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[253/266] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[254/268] Emitting module SwiftCompilerPlugin
[255/268] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[256/268] Compiling MacrosKit VariableDeclSyntax+Extensions.swift
[257/268] Compiling MacrosKit MacroArguments.swift
[258/268] Compiling MacrosKit DeclSyntaxProtocol+Extensions.swift
[259/268] Compiling MacrosKit DeclarationSyntaxConformances.swift
[260/268] Compiling MacrosKit DeclarationSyntax.swift
[261/268] Compiling MacrosKit AttributeListSyntax+Extensions.swift
[262/268] Emitting module MacrosKit
[263/268] Compiling MacrosKit AccessLevel.swift
[264/268] Compiling MacrosKit MacroErrorFixItMessage.swift
[265/284] Compiling NetworkingCoreMacros RequestMacroModifier.swift
[266/284] Compiling NetworkingCoreMacros RequestMacroDeclarationsFactory.swift
[267/284] Compiling NetworkingCoreMacros RequestMacro.swift
[268/285] Compiling NetworkingClientMacros ClientMacroDeclarationsFactory.swift
[269/285] Compiling NetworkingClientMacros NetworkingClientMacros.swift
[270/285] Compiling NetworkingClientMacros ClientMacroDiagnostic.swift
[271/285] Emitting module NetworkingCoreMacros
[272/285] Compiling NetworkingCoreMacros RequestModifierMacro.swift
[273/285] Emitting module NetworkingClientMacros
[274/285] Compiling NetworkingClientMacros ClientMacro.swift
[275/285] Compiling NetworkingClientMacros ClientInitMacro.swift
[275/285] Write Objects.LinkFileList
[277/285] Compiling NetworkingCoreMacros ConfigurationKeyMacro.swift
[278/285] Compiling NetworkingCoreMacros NetworkingCoreMacros.swift
[279/285] Compiling NetworkingCoreMacros ConfigurationKeyMacroDeclarationFactory.swift
[280/285] Compiling NetworkingCoreMacros ModifierMacro.swift
[281/285] Compiling NetworkingCoreMacros ConfigurationKeyMacroDiagnostic.swift
[282/285] Compiling NetworkingCoreMacros DynamicConfigurionDeclFactory.swift
[282/285] Write Objects.LinkFileList
[283/285] Linking NetworkingClientMacros-tool
[284/285] Linking NetworkingCoreMacros-tool
[286/369] Compiling NetworkingCore ModifiersBuilder.swift
[287/369] Compiling NetworkingCore ParametersBuilder.swift
[288/369] Compiling NetworkingCore EmptyModifier.swift
[289/369] Compiling NetworkingCore Configurable.swift
[290/373] Compiling NetworkingCore _ModifiableRequest.swift
[291/373] Compiling NetworkingCore RequestMethod.swift
[292/373] Compiling NetworkingCore FormData.swift
[293/373] Compiling NetworkingCore FormDataBoundaryFactory.swift
[294/373] Compiling NetworkingCore FormDataBody.swift
[295/377] Compiling NetworkingCore SerializationError.swift
[296/377] Compiling NetworkingCore ConfigurationMacro.swift
[297/377] Compiling NetworkingCore ModifierMacros.swift
[298/377] Compiling NetworkingCore RequestMacro.swift
[299/377] Compiling NetworkingCore NetworkLogger.swift
[300/377] Compiling NetworkingCore FormDataFile.swift
[301/377] Compiling NetworkingCore FormDataItem.swift
[302/377] Compiling NetworkingCore DictionaryJSONEncodable.swift
[303/377] Compiling NetworkingCore FoundationJSONEncodable.swift
[304/377] Compiling NetworkingCore JSON.swift
[305/377] Compiling NetworkingCore RequestParameter.swift
[306/377] Compiling NetworkingCore PathRequestModifier.swift
[307/377] Compiling NetworkingCore TimeoutRequestModifier.swift
[308/377] Compiling NetworkingCore FormDataItemBuilder.swift
macro expansion @Config:1:20: warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:154:61: note: expanded code originates here
152 |     ///
153 |     /// This value is used by any request that expects to parse a response into a decodable type.
154 |     @Config public internal(set) var decoder = JSONDecoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_decoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONDecoder')
    |2 |     fileprivate static let defaultValue = JSONDecoder()
    |3 | }
    +-------------------------------------------------------------------
155 |
156 |     /// The encoder used to encode request bodies.
macro expansion @Config:1:20: warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:159:61: note: expanded code originates here
157 |     ///
158 |     /// This value is used when serializing a request's body from an encodable value.
159 |     @Config public internal(set) var encoder = JSONEncoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_encoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONEncoder')
    |2 |     fileprivate static let defaultValue = JSONEncoder()
    |3 | }
    +-------------------------------------------------------------------
160 |
161 |     /// The base URL used to resolve relative paths.
macro expansion @Config:1:20: warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:154:61: note: expanded code originates here
152 |     ///
153 |     /// This value is used by any request that expects to parse a response into a decodable type.
154 |     @Config public internal(set) var decoder = JSONDecoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_decoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONDecoder')
    |2 |     fileprivate static let defaultValue = JSONDecoder()
    |3 | }
    +-------------------------------------------------------------------
155 |
156 |     /// The encoder used to encode request bodies.
macro expansion @Config:1:20: warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:159:61: note: expanded code originates here
157 |     ///
158 |     /// This value is used when serializing a request's body from an encodable value.
159 |     @Config public internal(set) var encoder = JSONEncoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_encoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONEncoder')
    |2 |     fileprivate static let defaultValue = JSONEncoder()
    |3 | }
    +-------------------------------------------------------------------
160 |
161 |     /// The base URL used to resolve relative paths.
macro expansion @Config:1:20: warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:154:61: note: expanded code originates here
152 |     ///
153 |     /// This value is used by any request that expects to parse a response into a decodable type.
154 |     @Config public internal(set) var decoder = JSONDecoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_decoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONDecoder')
    |2 |     fileprivate static let defaultValue = JSONDecoder()
    |3 | }
    +-------------------------------------------------------------------
155 |
156 |     /// The encoder used to encode request bodies.
macro expansion @Config:1:20: warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:159:61: note: expanded code originates here
157 |     ///
158 |     /// This value is used when serializing a request's body from an encodable value.
159 |     @Config public internal(set) var encoder = JSONEncoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_encoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONEncoder')
    |2 |     fileprivate static let defaultValue = JSONEncoder()
    |3 | }
    +-------------------------------------------------------------------
160 |
161 |     /// The base URL used to resolve relative paths.
macro expansion @Config:1:20: warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:154:61: note: expanded code originates here
152 |     ///
153 |     /// This value is used by any request that expects to parse a response into a decodable type.
154 |     @Config public internal(set) var decoder = JSONDecoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_decoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONDecoder')
    |2 |     fileprivate static let defaultValue = JSONDecoder()
    |3 | }
    +-------------------------------------------------------------------
155 |
156 |     /// The encoder used to encode request bodies.
macro expansion @Config:1:20: warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:159:61: note: expanded code originates here
157 |     ///
158 |     /// This value is used when serializing a request's body from an encodable value.
159 |     @Config public internal(set) var encoder = JSONEncoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_encoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONEncoder')
    |2 |     fileprivate static let defaultValue = JSONEncoder()
    |3 | }
    +-------------------------------------------------------------------
160 |
161 |     /// The base URL used to resolve relative paths.
macro expansion @Config:1:20: warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:154:61: note: expanded code originates here
152 |     ///
153 |     /// This value is used by any request that expects to parse a response into a decodable type.
154 |     @Config public internal(set) var decoder = JSONDecoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_decoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONDecoder')
    |2 |     fileprivate static let defaultValue = JSONDecoder()
    |3 | }
    +-------------------------------------------------------------------
155 |
156 |     /// The encoder used to encode request bodies.
macro expansion @Config:1:20: warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:159:61: note: expanded code originates here
157 |     ///
158 |     /// This value is used when serializing a request's body from an encodable value.
159 |     @Config public internal(set) var encoder = JSONEncoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_encoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONEncoder')
    |2 |     fileprivate static let defaultValue = JSONEncoder()
    |3 | }
    +-------------------------------------------------------------------
160 |
161 |     /// The base URL used to resolve relative paths.
[314/377] Emitting module NetworkingCore
macro expansion @Config:1:20: warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:154:61: note: expanded code originates here
152 |     ///
153 |     /// This value is used by any request that expects to parse a response into a decodable type.
154 |     @Config public internal(set) var decoder = JSONDecoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_decoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONDecoder')
    |2 |     fileprivate static let defaultValue = JSONDecoder()
    |3 | }
    +-------------------------------------------------------------------
155 |
156 |     /// The encoder used to encode request bodies.
macro expansion @Config:1:20: warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:159:61: note: expanded code originates here
157 |     ///
158 |     /// This value is used when serializing a request's body from an encodable value.
159 |     @Config public internal(set) var encoder = JSONEncoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_encoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONEncoder')
    |2 |     fileprivate static let defaultValue = JSONEncoder()
    |3 | }
    +-------------------------------------------------------------------
160 |
161 |     /// The base URL used to resolve relative paths.
[315/377] Compiling NetworkingCore RequestBody.swift
[316/377] Compiling NetworkingCore CachePolicyRequestModifier.swift
[317/377] Compiling NetworkingCore HTTPMethodRequestModifier.swift
[318/377] Compiling NetworkingCore CommonHeaders.swift
[319/377] Emitting module NetworkingCore
macro expansion @Config:1:20: warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:154:61: note: expanded code originates here
152 |     ///
153 |     /// This value is used by any request that expects to parse a response into a decodable type.
154 |     @Config public internal(set) var decoder = JSONDecoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_decoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONDecoder')
    |2 |     fileprivate static let defaultValue = JSONDecoder()
    |3 | }
    +-------------------------------------------------------------------
155 |
156 |     /// The encoder used to encode request bodies.
macro expansion @Config:1:20: warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:159:61: note: expanded code originates here
157 |     ///
158 |     /// This value is used when serializing a request's body from an encodable value.
159 |     @Config public internal(set) var encoder = JSONEncoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_encoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONEncoder')
    |2 |     fileprivate static let defaultValue = JSONEncoder()
    |3 | }
    +-------------------------------------------------------------------
160 |
161 |     /// The base URL used to resolve relative paths.
[320/377] Compiling NetworkingCore _ConditionalModifier.swift
[321/377] Compiling NetworkingCore _OptionalModifier.swift
[322/377] Compiling NetworkingCore _TupleModifier.swift
[323/377] Compiling NetworkingCore UTTypeSupport.swift
[328/377] Compiling NetworkingCore Configurations.swift
[329/377] Compiling NetworkingCore DynamicConfigurable.swift
[330/377] Compiling NetworkingCore FileError.swift
[331/377] Compiling NetworkingCore NetworkingError.swift
[332/377] Compiling NetworkingCore AnyRequest.swift
[333/377] Compiling NetworkingCore HTTPRequest.swift
[334/377] Compiling NetworkingCore Never+Request.swift
[335/377] Compiling NetworkingCore Request.swift
[336/377] Compiling NetworkingCore RequestModifier.swift
[337/377] Compiling NetworkingCore ContentType.swift
[338/377] Compiling NetworkingCore Header.swift
[339/377] Compiling NetworkingCore RequestHeader.swift
[340/377] Compiling NetworkingCore Parameter.swift
[345/377] Compiling NetworkingCore HeadersBuilder.swift
macro expansion @Config:1:20: warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:154:61: note: expanded code originates here
152 |     ///
153 |     /// This value is used by any request that expects to parse a response into a decodable type.
154 |     @Config public internal(set) var decoder = JSONDecoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_decoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONDecoder')
    |2 |     fileprivate static let defaultValue = JSONDecoder()
    |3 | }
    +-------------------------------------------------------------------
155 |
156 |     /// The encoder used to encode request bodies.
macro expansion @Config:1:20: warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:159:61: note: expanded code originates here
157 |     ///
158 |     /// This value is used when serializing a request's body from an encodable value.
159 |     @Config public internal(set) var encoder = JSONEncoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_encoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONEncoder')
    |2 |     fileprivate static let defaultValue = JSONEncoder()
    |3 | }
    +-------------------------------------------------------------------
160 |
161 |     /// The base URL used to resolve relative paths.
macro expansion @Config:1:20: warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:154:61: note: expanded code originates here
152 |     ///
153 |     /// This value is used by any request that expects to parse a response into a decodable type.
154 |     @Config public internal(set) var decoder = JSONDecoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_decoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONDecoder')
    |2 |     fileprivate static let defaultValue = JSONDecoder()
    |3 | }
    +-------------------------------------------------------------------
155 |
156 |     /// The encoder used to encode request bodies.
macro expansion @Config:1:20: warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:159:61: note: expanded code originates here
157 |     ///
158 |     /// This value is used when serializing a request's body from an encodable value.
159 |     @Config public internal(set) var encoder = JSONEncoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_encoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONEncoder')
    |2 |     fileprivate static let defaultValue = JSONEncoder()
    |3 | }
    +-------------------------------------------------------------------
160 |
161 |     /// The base URL used to resolve relative paths.
macro expansion @Config:1:20: warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:154:61: note: expanded code originates here
152 |     ///
153 |     /// This value is used by any request that expects to parse a response into a decodable type.
154 |     @Config public internal(set) var decoder = JSONDecoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_decoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONDecoder')
    |2 |     fileprivate static let defaultValue = JSONDecoder()
    |3 | }
    +-------------------------------------------------------------------
155 |
156 |     /// The encoder used to encode request bodies.
macro expansion @Config:1:20: warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:159:61: note: expanded code originates here
157 |     ///
158 |     /// This value is used when serializing a request's body from an encodable value.
159 |     @Config public internal(set) var encoder = JSONEncoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_encoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONEncoder')
    |2 |     fileprivate static let defaultValue = JSONEncoder()
    |3 | }
    +-------------------------------------------------------------------
160 |
161 |     /// The base URL used to resolve relative paths.
macro expansion @Config:1:20: warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:154:61: note: expanded code originates here
152 |     ///
153 |     /// This value is used by any request that expects to parse a response into a decodable type.
154 |     @Config public internal(set) var decoder = JSONDecoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_decoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONDecoder')
    |2 |     fileprivate static let defaultValue = JSONDecoder()
    |3 | }
    +-------------------------------------------------------------------
155 |
156 |     /// The encoder used to encode request bodies.
macro expansion @Config:1:20: warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:159:61: note: expanded code originates here
157 |     ///
158 |     /// This value is used when serializing a request's body from an encodable value.
159 |     @Config public internal(set) var encoder = JSONEncoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_encoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONEncoder')
    |2 |     fileprivate static let defaultValue = JSONEncoder()
    |3 | }
    +-------------------------------------------------------------------
160 |
161 |     /// The base URL used to resolve relative paths.
macro expansion @Config:1:20: warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:154:61: note: expanded code originates here
152 |     ///
153 |     /// This value is used by any request that expects to parse a response into a decodable type.
154 |     @Config public internal(set) var decoder = JSONDecoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_decoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONDecoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONDecoder')
    |2 |     fileprivate static let defaultValue = JSONDecoder()
    |3 | }
    +-------------------------------------------------------------------
155 |
156 |     /// The encoder used to encode request bodies.
macro expansion @Config:1:20: warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
`- /Users/admin/builder/spi-builder-workspace/Sources/NetworkingCore/Configurations/Configurations.swift:159:61: note: expanded code originates here
157 |     ///
158 |     /// This value is used when serializing a request's body from an encodable value.
159 |     @Config public internal(set) var encoder = JSONEncoder()
    +--- macro expansion @Config ---------------------------------------
    |1 | fileprivate struct ConfigurationKey_encoder: NetworkingCore.ConfigurationKey {
    |  |                    |- warning: conformance of 'JSONEncoder' to 'Sendable' is only available in macOS 13.0 or newer
    |  |                    |- note: add @available attribute to enclosing struct
    |  |                    `- note: in associated type 'Self.Value' (inferred as 'JSONEncoder')
    |2 |     fileprivate static let defaultValue = JSONEncoder()
    |3 | }
    +-------------------------------------------------------------------
160 |
161 |     /// The base URL used to resolve relative paths.
[378/439] Compiling NetworkingClient RedirectionHandler.swift
[379/439] Compiling NetworkingClient RequestInterceptor.swift
[380/439] Compiling NetworkingClient ResponseCacheHandler.swift
[381/439] Compiling NetworkingClient DefaultRetryInterceptor.swift
[382/442] Compiling NetworkingClient ClientError.swift
[383/442] Compiling NetworkingClient StatusError.swift
[384/442] Compiling NetworkingClient AuthInterceptor.swift
[385/442] Compiling NetworkingClient AuthProvider.swift
[386/442] Compiling NetworkingClient NetworkTask.swift
[387/442] Compiling NetworkingClient NetworkTaskValues.swift
[388/442] Compiling NetworkingClient NetworkingTask.swift
[389/442] Emitting module NetworkingClient
[391/445] Compiling NetworkingClient ClientMacro.swift
[392/445] Compiling NetworkingClient Configurable+Extension.swift
[393/445] Compiling NetworkingClient ConfigurationValues.swift
[394/445] Compiling NetworkingClient DefaultClient.swift
[399/445] Compiling NetworkingClient DownloadTask.swift
[400/445] Compiling NetworkingClient TaskInterceptor.swift
[401/445] Compiling NetworkingClient CURLLogFactory.swift
[402/445] Compiling NetworkingClient DataLogFactory.swift
[403/445] Compiling NetworkingClient NetworkLogger.swift
[404/445] Compiling NetworkingClient ResponseStatus.swift
[405/445] Compiling NetworkingClient Result+Extension.swift
[419/445] Compiling NetworkingClient NetworkClient.swift
[420/445] Compiling NetworkingClient NetworkTasksStorage.swift
[421/445] Compiling NetworkingClient ResponseInterceptor.swift
[422/445] Compiling NetworkingClient Session.swift
[423/445] Compiling NetworkingClient SessionDelegate.swift
[424/445] Compiling NetworkingClient DataTask.swift
[426/445] Compiling NetworkingClient RetryInterceptor.swift
[427/445] Compiling NetworkingClient StatusValidator.swift
[440/445] Compiling NetworkingClient Task+TypedThrows.swift
[441/445] Compiling NetworkingClient URLResponse+Extension.swift
[442/445] Compiling NetworkingClient URLSessionConfiguration+Extension.swift
[446/447] Emitting module Networking
[447/447] Compiling Networking Networking.swift
Build complete! (35.18s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "601.0.1",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "macroskit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/buildexperience/MacrosKit.git"
    }
  ],
  "manifest_display_name" : "Networking",
  "name" : "Networking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Networking",
      "targets" : [
        "Networking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NetworkingCore",
      "targets" : [
        "NetworkingCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NetworkingClient",
      "targets" : [
        "NetworkingClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "NetworkingCoreMacros",
      "targets" : [
        "NetworkingCoreMacros"
      ],
      "type" : {
        "macro" : null
      }
    },
    {
      "name" : "NetworkingClientMacros",
      "targets" : [
        "NetworkingClientMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NetworkingCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingCoreTests",
      "path" : "Tests/NetworkingCoreTests",
      "sources" : [
        "ConfigurationsPropertyWrapperTests.swift",
        "ConfigurationsTests.swift",
        "NetworkKitTests.swift",
        "Request Modifiers/Body Tests/FormDataBodyTests.swift",
        "Request Modifiers/Body Tests/FormDataFileTests.swift",
        "Request Modifiers/Body Tests/FormDataTests.swift",
        "Request Modifiers/Body Tests/JSONTests.swift",
        "Request Modifiers/Body Tests/RequestBodyTests.swift",
        "Request Modifiers/CommonHeadersTests.swift",
        "Request Modifiers/PathRequestModifierTests.swift",
        "Request Modifiers/RequestHeaderTests.swift",
        "Request Modifiers/RequestModifiersTests.swift",
        "Request Modifiers/RequestParameterTests.swift",
        "Request/AnyRequestTests.swift",
        "Request/HTTPRequestTests.swift",
        "Request/ModifiableRequestTests.swift",
        "Request/RequestTests.swift",
        "Request/RequestsMock.swift",
        "ResultBuilders/HeadersBuilderTests.swift",
        "ResultBuilders/ModifiersBuilderTests.swift",
        "ResultBuilders/ParametersBuilderTests.swift",
        "ResultBuilders/ResultBuildersDynamicConfigurableTests.swift"
      ],
      "target_dependencies" : [
        "NetworkingCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkingCoreMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingCoreMacrosTests",
      "path" : "Tests/NetworkingCoreMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "ConfigurationKeyMacroTests.swift",
        "DynamicConfigDeclFactoryTests.swift",
        "ModifierMacroTests.swift",
        "RequestMacroTests.swift",
        "RequestModifierMacroTests.swift"
      ],
      "target_dependencies" : [
        "NetworkingCoreMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkingCoreMacros",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingCoreMacros",
      "path" : "Sources/NetworkingCoreMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "MacrosKit"
      ],
      "product_memberships" : [
        "Networking",
        "NetworkingCore",
        "NetworkingClient",
        "NetworkingCoreMacros"
      ],
      "sources" : [
        "ConfigurationKeyMacro/ConfigurationKeyMacro.swift",
        "ConfigurationKeyMacro/ConfigurationKeyMacroDeclarationFactory.swift",
        "ConfigurationKeyMacro/ConfigurationKeyMacroDiagnostic.swift",
        "DynamicConfigurionDeclFactory.swift",
        "ModifierMacro.swift",
        "NetworkingCoreMacros.swift",
        "RequestMacro/RequestMacro.swift",
        "RequestMacro/RequestMacroDeclarationsFactory.swift",
        "RequestMacro/RequestMacroModifier.swift",
        "RequestModifierMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "NetworkingCore",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingCore",
      "path" : "Sources/NetworkingCore",
      "product_memberships" : [
        "Networking",
        "NetworkingCore",
        "NetworkingClient"
      ],
      "sources" : [
        "Configurations/Configurable.swift",
        "Configurations/Configurations.swift",
        "Configurations/DynamicConfigurable.swift",
        "Errors/FileError.swift",
        "Errors/NetworkingError.swift",
        "Errors/SerializationError.swift",
        "Macros/ConfigurationMacro.swift",
        "Macros/ModifierMacros.swift",
        "Macros/RequestMacro.swift",
        "NetworkLogger.swift",
        "Request/AnyRequest.swift",
        "Request/HTTPRequest.swift",
        "Request/Never+Request.swift",
        "Request/Request.swift",
        "Request/RequestModifier.swift",
        "Request/_ModifiableRequest.swift",
        "RequestMethod.swift",
        "RequestModifiers/Body/FormData/FormData.swift",
        "RequestModifiers/Body/FormData/FormDataBoundaryFactory.swift",
        "RequestModifiers/Body/FormData/FormDataContent/FormDataBody.swift",
        "RequestModifiers/Body/FormData/FormDataContent/FormDataFile.swift",
        "RequestModifiers/Body/FormData/FormDataItem.swift",
        "RequestModifiers/Body/JSON/DictionaryJSONEncodable.swift",
        "RequestModifiers/Body/JSON/FoundationJSONEncodable.swift",
        "RequestModifiers/Body/JSON/JSON.swift",
        "RequestModifiers/Body/RequestBody.swift",
        "RequestModifiers/CachePolicyRequestModifier.swift",
        "RequestModifiers/HTTPMethodRequestModifier.swift",
        "RequestModifiers/Headers/CommonHeaders.swift",
        "RequestModifiers/Headers/ContentType.swift",
        "RequestModifiers/Headers/Header.swift",
        "RequestModifiers/Headers/RequestHeader.swift",
        "RequestModifiers/Parameters/Parameter.swift",
        "RequestModifiers/Parameters/RequestParameter.swift",
        "RequestModifiers/PathRequestModifier.swift",
        "RequestModifiers/TimeoutRequestModifier.swift",
        "ResultBuilders/FormDataItemBuilder.swift",
        "ResultBuilders/HeadersBuilder.swift",
        "ResultBuilders/ModifiersBuilder.swift",
        "ResultBuilders/ParametersBuilder.swift",
        "ResultBuilders/Shared Modifiers/EmptyModifier.swift",
        "ResultBuilders/Shared Modifiers/_ConditionalModifier.swift",
        "ResultBuilders/Shared Modifiers/_OptionalModifier.swift",
        "ResultBuilders/Shared Modifiers/_TupleModifier.swift",
        "UTTypeSupport.swift"
      ],
      "target_dependencies" : [
        "NetworkingCoreMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NetworkingClientTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingClientTests",
      "path" : "Tests/NetworkingClientTests",
      "sources" : [
        "Configurations/ClientConfigurationsTests.swift",
        "Mocks/MockTask.swift",
        "Mocks/MockTasksStorage.swift",
        "Mocks/MockURLProtocol.swift",
        "Mocks/TestRequest.swift",
        "NetworkTasksStorageTests.swift",
        "Session/SessionDelegateTests.swift",
        "Session/SessionTests.swift",
        "Tasks/DataTaskTests.swift",
        "Tasks/DonwloadTaskTests.swift",
        "Tasks/NetworkTaskStateTests.swift",
        "Tasks/NetworkTaskTests.swift",
        "Tasks/TaskStateTests.swift",
        "Utilities/Logging/CURLLogFactoryTests.swift",
        "Utilities/Logging/DataLogFactoryTests.swift",
        "Utilities/URLResponseExtensionTests.swift",
        "Utilities/URLSessionConfigurationExtensionTests.swift"
      ],
      "target_dependencies" : [
        "NetworkingClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkingClientMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingClientMacrosTests",
      "path" : "Tests/NetworkingClientMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "ClientInitMacroTests.swift",
        "ClientMacroTests.swift"
      ],
      "target_dependencies" : [
        "NetworkingClientMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkingClientMacros",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingClientMacros",
      "path" : "Sources/NetworkingClientMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin",
        "MacrosKit"
      ],
      "product_memberships" : [
        "Networking",
        "NetworkingClient",
        "NetworkingClientMacros"
      ],
      "sources" : [
        "ClientMacros/ClientInitMacro.swift",
        "ClientMacros/ClientMacro.swift",
        "ClientMacros/ClientMacroDeclarationsFactory.swift",
        "ClientMacros/ClientMacroDiagnostic.swift",
        "NetworkingClientMacros.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "NetworkingClient",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingClient",
      "path" : "Sources/NetworkingClient",
      "product_memberships" : [
        "Networking",
        "NetworkingClient"
      ],
      "sources" : [
        "ClientMacro.swift",
        "Configurations/Configurable+Extension.swift",
        "Configurations/ConfigurationValues.swift",
        "DefaultClient.swift",
        "Errors/ClientError.swift",
        "Errors/StatusError.swift",
        "Handlers/AuthInterceptor/AuthInterceptor.swift",
        "Handlers/AuthInterceptor/AuthProvider.swift",
        "Handlers/RedirectionHandler.swift",
        "Handlers/RequestInterceptor.swift",
        "Handlers/ResponseCacheHandler.swift",
        "Handlers/RetryInterceptor/DefaultRetryInterceptor.swift",
        "Handlers/RetryInterceptor/RetryInterceptor.swift",
        "Handlers/StatusValidator.swift",
        "Session/NetworkClient.swift",
        "Session/NetworkTasksStorage.swift",
        "Session/ResponseInterceptor.swift",
        "Session/Session.swift",
        "Session/SessionDelegate.swift",
        "Tasks/DataTask.swift",
        "Tasks/DownloadTask.swift",
        "Tasks/NetworkTask.swift",
        "Tasks/NetworkTaskValues.swift",
        "Tasks/NetworkingTask.swift",
        "Tasks/TaskInterceptor.swift",
        "Utilities/Logging/CURLLogFactory.swift",
        "Utilities/Logging/DataLogFactory.swift",
        "Utilities/Logging/NetworkLogger.swift",
        "Utilities/ResponseStatus.swift",
        "Utilities/Result+Extension.swift",
        "Utilities/Task+TypedThrows.swift",
        "Utilities/URLResponse+Extension.swift",
        "Utilities/URLSessionConfiguration+Extension.swift"
      ],
      "target_dependencies" : [
        "NetworkingCore",
        "NetworkingClientMacros"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Networking",
      "module_type" : "SwiftTarget",
      "name" : "Networking",
      "path" : "Sources/Networking",
      "product_memberships" : [
        "Networking"
      ],
      "sources" : [
        "Networking.swift"
      ],
      "target_dependencies" : [
        "NetworkingCore",
        "NetworkingClient"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.