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 (e32c6b), with Swift 6.1 for macOS (SPM) on 9 Jun 2025 11:01: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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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 e32c6bb Fix dependencies indentation.
Cloned https://github.com/SwiftyJoeyy/swift-networking.git
Revision (git rev-parse @):
e32c6bbfa4cb33e4d0a232c71b6149d7783a078e
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/139] Fetching macroskit
Fetched https://github.com/buildexperience/MacrosKit.git from cache (0.63s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.42s)
Computing version for https://github.com/buildexperience/MacrosKit.git
Computed https://github.com/buildexperience/MacrosKit.git at 1.0.1 (1.94s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (3.33s)
Creating working copy for https://github.com/buildexperience/MacrosKit.git
Working copy of https://github.com/buildexperience/MacrosKit.git resolved at 1.0.1
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
========================================
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.1",
          "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/1390] Fetching swift-networking
Fetched https://github.com/SwiftyJoeyy/swift-networking.git from cache (0.82s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetching https://github.com/buildexperience/MacrosKit.git from cache
Fetched https://github.com/buildexperience/MacrosKit.git from cache (0.89s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.91s)
Computing version for https://github.com/buildexperience/MacrosKit.git
Computed https://github.com/buildexperience/MacrosKit.git at 1.0.1 (0.98s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (0.03s)
Creating working copy for https://github.com/SwiftyJoeyy/swift-networking.git
Working copy of https://github.com/SwiftyJoeyy/swift-networking.git resolved at main (e32c6bb)
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.1
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.1",
            "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" : [
        "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/PathRequestModifierTests.swift",
        "Request Modifiers/RequestHeaderTests.swift",
        "Request Modifiers/RequestModifiersTests.swift",
        "Request Modifiers/RequestParameterTests.swift",
        "Request/AnyRequestTests.swift",
        "Request/HTTPRequestTests.swift",
        "Request/ModifiedRequestTests.swift",
        "Request/RequestTests.swift",
        "Request/RequestsMock.swift",
        "ResultBuilders/HeadersBuilderTests.swift",
        "ResultBuilders/ModifiersBuilderTests.swift",
        "ResultBuilders/ParametersBuilderTests.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/ConfigurationMacroError.swift",
        "DynamicConfigurionDeclFactory.swift",
        "ModifierMacro.swift",
        "NetworkingCoreMacros.swift",
        "RequestMacro/RequestMacro.swift",
        "RequestMacro/RequestMacroDeclarationsFactory.swift",
        "RequestMacro/RequestMacroDiagnostic.swift",
        "RequestMacro/RequestMacroModifier.swift",
        "RequestModifierMacro/RequestModifierMacro.swift",
        "RequestModifierMacro/RequestModifierMacroError.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/FormDataError.swift",
        "Errors/JSONError.swift",
        "Errors/NetworkingError.swift",
        "Macros/ConfigurationMacro.swift",
        "Macros/ModifierMacros.swift",
        "Macros/RequestMacro.swift",
        "Request/AnyRequest.swift",
        "Request/HTTPRequest.swift",
        "Request/ModifiableRequest.swift",
        "Request/Never+Request.swift",
        "Request/Request.swift",
        "Request/RequestModifier.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/CodableJSONEncoder.swift",
        "RequestModifiers/Body/JSON/DictionaryJSONEncoder.swift",
        "RequestModifiers/Body/JSON/JSON.swift",
        "RequestModifiers/Body/RequestBody.swift",
        "RequestModifiers/CachePolicyRequestModifier.swift",
        "RequestModifiers/HTTPMethodRequestModifier.swift",
        "RequestModifiers/Headers/AcceptLanguage.swift",
        "RequestModifiers/Headers/ContentDisposition.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/NetworkTaskTests.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",
        "Diagnostics.swift",
        "NetworkingClientMacros.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "NetworkingClient",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingClient",
      "path" : "Sources/NetworkingClient",
      "product_memberships" : [
        "Networking",
        "NetworkingClient"
      ],
      "sources" : [
        "ClientError.swift",
        "ClientMacro.swift",
        "ConfigurationValues.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/NetworkTaskState.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/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" : "5.9"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/29] Write sources
[23/29] Compiling _SwiftSyntaxCShims dummy.c
[24/29] Write swift-version-2F0A5646E1D333AE.txt
[26/37] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/37] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/37] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/37] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/37] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/37] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/37] Emitting module SwiftSyntax601
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/37] Compiling SwiftSyntax601 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/103] Compiling SwiftSyntax AbsolutePosition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/103] Compiling SwiftSyntax AbsoluteRawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/103] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/103] Compiling SwiftSyntax Assert.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/103] Compiling SwiftSyntax BumpPtrAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/103] Compiling SwiftSyntax CommonAncestor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/103] Compiling SwiftSyntax Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/103] Compiling SwiftSyntax CustomTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/110] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/110] Compiling SwiftSyntax SyntaxChildren.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/110] Compiling SwiftSyntax SyntaxCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/110] Compiling SwiftSyntax SyntaxHashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/110] Compiling SwiftSyntax SyntaxIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/110] Compiling SwiftSyntax SyntaxNodeFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/110] Compiling SwiftSyntax SyntaxNodeStructure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/110] Compiling SwiftSyntax SyntaxProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/110] Compiling SwiftSyntax SyntaxText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/110] Compiling SwiftSyntax SyntaxTreeViewMode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/110] Compiling SwiftSyntax TokenDiagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/110] Compiling SwiftSyntax TokenSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/110] Compiling SwiftSyntax TokenSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/110] Compiling SwiftSyntax Trivia.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/110] Emitting module SwiftSyntax
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/110] Compiling SwiftSyntax SyntaxCollections.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/110] Compiling SwiftSyntax SyntaxEnum.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/110] Compiling SwiftSyntax SyntaxKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/110] Compiling SwiftSyntax SyntaxRewriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/110] Compiling SwiftSyntax SyntaxTraits.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/110] Compiling SwiftSyntax SyntaxVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/110] Compiling SwiftSyntax TokenKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/110] Compiling SwiftSyntax Tokens.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/110] Compiling SwiftSyntax TriviaPieces.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/110] Compiling SwiftSyntax RawSyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/110] Compiling SwiftSyntax RawSyntaxNodesC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/110] Compiling SwiftSyntax RawSyntaxNodesD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/110] Compiling SwiftSyntax RawSyntaxNodesEF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/110] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/110] Compiling SwiftSyntax SourceEdit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/110] Compiling SwiftSyntax SourceLength.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/110] Compiling SwiftSyntax SourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/110] Compiling SwiftSyntax SourcePresence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/110] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/110] Compiling SwiftSyntax Syntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/110] Compiling SwiftSyntax SyntaxArena.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/110] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/110] Compiling SwiftSyntax RawSyntaxNodesOP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/110] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/110] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/110] Compiling SwiftSyntax RawSyntaxValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/110] Compiling SwiftSyntax SyntaxNodesAB.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/110] Compiling SwiftSyntax SyntaxNodesC.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/110] Compiling SwiftSyntax Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/110] Compiling SwiftSyntax ChildNameForKeyPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/110] Compiling SwiftSyntax Keyword.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/110] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/110] Compiling SwiftSyntax RenamedNodesCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/110] Compiling SwiftSyntax SyntaxAnyVisitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/110] Compiling SwiftSyntax SyntaxBaseNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/110] Compiling SwiftSyntax EditorPlaceholder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/110] Compiling SwiftSyntax Identifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/110] Compiling SwiftSyntax MemoryLayout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/110] Compiling SwiftSyntax MissingNodeInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/110] Compiling SwiftSyntax RawSyntax.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/110] Compiling SwiftSyntax RawSyntaxLayoutView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/110] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/110] Compiling SwiftSyntax RawSyntaxTokenView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/110] Compiling SwiftSyntax SyntaxNodesD.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/110] Compiling SwiftSyntax SyntaxNodesEF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/110] Compiling SwiftSyntax SyntaxNodesGHI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/110] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/110] Compiling SwiftSyntax SyntaxNodesOP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/110] Compiling SwiftSyntax SyntaxNodesQRS.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/110] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/169] Compiling SwiftDiagnostics Message.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/170] Compiling SwiftBasicFormat Syntax+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/170] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/170] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/170] Emitting module SwiftDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/170] Compiling SwiftDiagnostics FixIt.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/170] Compiling SwiftDiagnostics Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/170] Compiling SwiftDiagnostics Note.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/170] Compiling SwiftDiagnostics GroupedDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/170] Compiling SwiftDiagnostics DiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/170] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/170] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/170] Compiling SwiftDiagnostics Diagnostic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/170] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/170] Compiling SwiftBasicFormat InferIndentation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/170] Compiling SwiftBasicFormat BasicFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/170] Compiling SwiftBasicFormat Indenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/170] Emitting module SwiftBasicFormat
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[125/170] Compiling SwiftParser StringLiterals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/170] Compiling SwiftParser SwiftParserCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[127/170] Compiling SwiftParser SwiftVersion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[128/170] Compiling SwiftParser SyntaxUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[129/174] Compiling SwiftParser UnicodeScalarExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[130/174] Compiling SwiftParser Lookahead.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/174] Compiling SwiftParser LoopProgressCondition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/174] Compiling SwiftParser Modifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/174] Compiling SwiftParser Names.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/174] Compiling SwiftParser Recovery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[135/174] Compiling SwiftParser Specifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[136/174] Compiling SwiftParser Statements.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/174] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/174] Compiling SwiftParser TokenConsumer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[139/174] Compiling SwiftParser TokenPrecedence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[140/174] Compiling SwiftParser TokenSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[141/174] Compiling SwiftParser TokenSpecSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[142/174] Compiling SwiftParser Nominals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/174] Compiling SwiftParser Parameters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/174] Compiling SwiftParser ParseSourceFile.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/174] Compiling SwiftParser Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/174] Compiling SwiftParser Patterns.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/174] Compiling SwiftParser TopLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/174] Compiling SwiftParser TriviaParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[149/174] Compiling SwiftParser Types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[150/174] Compiling SwiftParser ExperimentalFeatures.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/174] Compiling SwiftParser Directives.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/174] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/174] Compiling SwiftParser Expressions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[154/174] Compiling SwiftParser IncrementalParseTransition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[155/174] Compiling SwiftParser IsValidIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[156/174] Compiling SwiftParser Cursor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[157/174] Compiling SwiftParser Lexeme.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[158/174] Compiling SwiftParser LexemeSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[159/174] Compiling SwiftParser Lexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[160/174] Compiling SwiftParser RegexLiteralLexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[161/174] Emitting module SwiftParser
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[162/174] Compiling SwiftParser Attributes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[163/174] Compiling SwiftParser Availability.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[164/174] Compiling SwiftParser CharacterInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[165/174] Compiling SwiftParser CollectionNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[166/174] Compiling SwiftParser Declarations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[167/174] Compiling SwiftParser IsLexerClassified.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[168/174] Compiling SwiftParser LayoutNodes+Parsable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[169/174] Compiling SwiftParser Parser+TokenSpecSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[170/174] Compiling SwiftParser TokenSpecStaticMembers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[171/197] Compiling SwiftOperators PrecedenceGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[172/198] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[173/199] Compiling SwiftOperators PrecedenceGraph.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[174/199] Compiling SwiftOperators OperatorTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[175/199] Compiling SwiftOperators Operator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[176/199] Compiling SwiftOperators OperatorTable+Semantics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[177/199] Compiling SwiftOperators OperatorTable+Defaults.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[178/199] Compiling SwiftOperators OperatorError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[179/199] Emitting module SwiftOperators
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[180/199] Compiling SwiftOperators OperatorTable+Folding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[181/199] Compiling SwiftOperators OperatorError+Diagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[182/199] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[183/199] Compiling SwiftOperators SyntaxSynthesis.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[184/199] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[185/199] Compiling SwiftParserDiagnostics Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[186/199] Compiling SwiftParserDiagnostics PresenceUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[187/199] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[188/199] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[189/199] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[190/199] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[191/199] Emitting module SwiftParserDiagnostics
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[192/199] Compiling SwiftParserDiagnostics MissingNodesError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[193/199] Compiling SwiftParserDiagnostics MissingTokenError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[194/199] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[195/199] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[196/214] Compiling SwiftSyntaxBuilder BuildableNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[197/214] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[198/214] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[199/214] Compiling SwiftSyntaxBuilder ResultBuilders.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[200/215] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[201/215] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[202/215] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[203/215] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[204/215] Compiling SwiftSyntaxBuilder Indenter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[205/215] Compiling SwiftSyntaxBuilder ListBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[206/215] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[207/215] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[208/215] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[209/215] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[210/215] Emitting module SwiftSyntaxBuilder
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[211/215] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[212/233] Compiling SwiftSyntaxMacros AttachedMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[213/233] Compiling SwiftSyntaxMacros BodyMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[214/233] Emitting module SwiftSyntaxMacros
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[215/233] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[216/233] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[217/234] Compiling SwiftSyntaxMacros ExpressionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/234] Compiling SwiftSyntaxMacros ExtensionMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[219/234] Compiling SwiftSyntaxMacros MemberMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[220/234] Compiling SwiftSyntaxMacros PeerMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[221/234] Compiling SwiftSyntaxMacros Macro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/234] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[223/234] Compiling SwiftSyntaxMacros FreestandingMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[224/234] Compiling SwiftSyntaxMacros Macro+Format.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[225/234] Compiling SwiftSyntaxMacros CodeItemMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[226/234] Compiling SwiftSyntaxMacros DeclarationMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[227/234] Compiling SwiftSyntaxMacros PreambleMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[228/234] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[229/234] Compiling SwiftSyntaxMacros AccessorMacro.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[230/234] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[231/253] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[232/253] Emitting module SwiftSyntaxMacroExpansion
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[233/253] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[234/253] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[235/253] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[236/253] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[237/253] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[238/253] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[239/253] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[240/253] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[241/265] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[242/265] Compiling SwiftCompilerPluginMessageHandling JSON.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[243/265] Emitting module SwiftCompilerPluginMessageHandling
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[244/266] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[245/266] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[246/266] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[247/266] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[248/266] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[249/266] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[250/266] Compiling SwiftCompilerPluginMessageHandling Macros.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[251/266] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[252/266] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[253/266] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[254/268] Compiling SwiftCompilerPlugin CompilerPlugin.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[255/268] Emitting module SwiftCompilerPlugin
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[256/268] Emitting module MacrosKit
[257/268] Compiling MacrosKit VariableDeclSyntax+Extensions.swift
[258/268] Compiling MacrosKit MacroArguments.swift
[259/268] Compiling MacrosKit DeclarationSyntaxConformances.swift
[260/268] Compiling MacrosKit DeclSyntaxProtocol+Extensions.swift
[261/268] Compiling MacrosKit AccessLevel.swift
[262/268] Compiling MacrosKit MacroErrorFixItMessage.swift
[263/268] Compiling MacrosKit AttributeListSyntax+Extensions.swift
[264/268] Compiling MacrosKit DeclarationSyntax.swift
[265/287] Compiling NetworkingCoreMacros RequestModifierMacro.swift
[266/288] Compiling NetworkingClientMacros Diagnostics.swift
[267/288] Compiling NetworkingClientMacros ClientMacroDiagnostic.swift
[268/288] Compiling NetworkingClientMacros NetworkingClientMacros.swift
[269/288] Compiling NetworkingCoreMacros RequestMacroDeclarationsFactory.swift
[270/288] Compiling NetworkingCoreMacros RequestMacroDiagnostic.swift
[271/288] Compiling NetworkingCoreMacros RequestMacroModifier.swift
[272/288] Compiling NetworkingClientMacros ClientMacroDeclarationsFactory.swift
[273/288] Compiling NetworkingCoreMacros RequestModifierMacroError.swift
[274/288] Compiling NetworkingCoreMacros NetworkingCoreMacros.swift
[275/288] Compiling NetworkingCoreMacros ConfigurationMacroError.swift
[276/288] Compiling NetworkingCoreMacros DynamicConfigurionDeclFactory.swift
[277/288] Compiling NetworkingCoreMacros RequestMacro.swift
[278/288] Compiling NetworkingCoreMacros ModifierMacro.swift
[279/288] Compiling NetworkingClientMacros ClientMacro.swift
[280/288] Compiling NetworkingClientMacros ClientInitMacro.swift
[281/288] Emitting module NetworkingClientMacros
[281/288] Write Objects.LinkFileList
[283/288] Emitting module NetworkingCoreMacros
[284/288] Compiling NetworkingCoreMacros ConfigurationKeyMacro.swift
[285/288] Compiling NetworkingCoreMacros ConfigurationKeyMacroDeclarationFactory.swift
[285/288] Write Objects.LinkFileList
[286/288] Linking NetworkingClientMacros-tool
[287/288] Linking NetworkingCoreMacros-tool
[289/372] Compiling NetworkingCore Configurations.swift
[290/372] Compiling NetworkingCore DynamicConfigurable.swift
[291/372] Compiling NetworkingCore FormDataError.swift
[292/372] Compiling NetworkingCore JSONError.swift
[293/372] Compiling NetworkingCore NetworkingError.swift
[294/372] Compiling NetworkingCore ConfigurationMacro.swift
[295/372] Compiling NetworkingCore ModifierMacros.swift
[296/372] Compiling NetworkingCore RequestMacro.swift
[297/372] Compiling NetworkingCore AnyRequest.swift
[303/380] Compiling NetworkingCore RequestMethod.swift
[304/380] Compiling NetworkingCore FormData.swift
[305/380] Compiling NetworkingCore FormDataBoundaryFactory.swift
[306/380] Compiling NetworkingCore FormDataBody.swift
[307/380] Compiling NetworkingCore FormDataItem.swift
[308/380] Compiling NetworkingCore CodableJSONEncoder.swift
[309/380] Compiling NetworkingCore DictionaryJSONEncoder.swift
[310/380] Compiling NetworkingCore JSON.swift
[311/380] Compiling NetworkingCore RequestBody.swift
[312/380] 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: 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: 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.
[313/380] Compiling NetworkingCore Configurable.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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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.
[318/380] Compiling NetworkingCore ContentType.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: 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: 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.
[319/380] Compiling NetworkingCore Header.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: 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: 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/380] Compiling NetworkingCore RequestHeader.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: 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: 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.
[321/380] Compiling NetworkingCore Parameter.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: 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: 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: 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: 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.
[323/380] 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: 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: 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.
[324/380] Compiling NetworkingCore _ConditionalModifier.swift
[325/380] Compiling NetworkingCore _OptionalModifier.swift
[326/380] Compiling NetworkingCore _TupleModifier.swift
[327/380] Compiling NetworkingCore UTTypeSupport.swift
[332/380] Compiling NetworkingCore HeadersBuilder.swift
[333/380] Compiling NetworkingCore ModifiersBuilder.swift
[334/380] Compiling NetworkingCore ParametersBuilder.swift
[335/380] Compiling NetworkingCore RequestMethod.swift
[336/380] Compiling NetworkingCore NetworkingError.swift
[337/380] Compiling NetworkingCore ConfigurationMacro.swift
[338/380] Compiling NetworkingCore ModifierMacros.swift
[339/380] Compiling NetworkingCore RequestMacro.swift
[340/380] Compiling NetworkingCore AnyRequest.swift
[341/380] Compiling NetworkingCore RequestParameter.swift
[342/380] Compiling NetworkingCore PathRequestModifier.swift
[343/380] Compiling NetworkingCore TimeoutRequestModifier.swift
[345/380] Compiling NetworkingCore HeadersBuilder.swift
[347/380] Compiling NetworkingCore ContentType.swift
[349/380] Compiling NetworkingCore Header.swift
[351/380] Compiling NetworkingCore RequestHeader.swift
[352/380] Compiling NetworkingCore Parameter.swift
[362/380] Compiling NetworkingCore RequestParameter.swift
[381/436] Compiling NetworkingClient AuthInterceptor.swift
[382/436] Compiling NetworkingClient AuthProvider.swift
[383/436] Compiling NetworkingClient RedirectionHandler.swift
[384/438] Compiling NetworkingClient RequestInterceptor.swift
[385/438] Compiling NetworkingClient ResponseCacheHandler.swift
[386/438] Compiling NetworkingClient DefaultRetryInterceptor.swift
[387/438] Compiling NetworkingClient RetryInterceptor.swift
[388/438] Compiling NetworkingClient StatusValidator.swift
[389/438] Compiling NetworkingClient NetworkClient.swift
[393/440] Compiling NetworkingClient NetworkTasksStorage.swift
[394/440] Compiling NetworkingClient ResponseInterceptor.swift
[395/440] Compiling NetworkingClient Session.swift
[396/440] Compiling NetworkingClient TaskInterceptor.swift
[397/440] Compiling NetworkingClient CURLLogFactory.swift
[398/440] Compiling NetworkingClient DataLogFactory.swift
[399/440] Compiling NetworkingClient ClientError.swift
[400/440] Compiling NetworkingClient ClientMacro.swift
[401/440] Compiling NetworkingClient ConfigurationValues.swift
[402/440] Compiling NetworkingClient URLResponse+Extension.swift
[403/440] Compiling NetworkingClient URLSessionConfiguration+Extension.swift
[407/440] Compiling NetworkingClient NetworkTask.swift
[408/440] Compiling NetworkingClient NetworkTaskState.swift
[409/440] Compiling NetworkingClient NetworkingTask.swift
[410/440] Compiling NetworkingClient SessionDelegate.swift
[411/440] Compiling NetworkingClient DataTask.swift
[412/440] Compiling NetworkingClient DownloadTask.swift
[422/440] Emitting module NetworkingClient
[427/440] Compiling NetworkingClient NetworkLogger.swift
[428/440] Compiling NetworkingClient ResponseStatus.swift
[429/440] Compiling NetworkingClient Result+Extension.swift
[441/442] Compiling Networking Networking.swift
[442/442] Emitting module Networking
Build complete! (33.50s)
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.1",
            "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" : [
        "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/PathRequestModifierTests.swift",
        "Request Modifiers/RequestHeaderTests.swift",
        "Request Modifiers/RequestModifiersTests.swift",
        "Request Modifiers/RequestParameterTests.swift",
        "Request/AnyRequestTests.swift",
        "Request/HTTPRequestTests.swift",
        "Request/ModifiedRequestTests.swift",
        "Request/RequestTests.swift",
        "Request/RequestsMock.swift",
        "ResultBuilders/HeadersBuilderTests.swift",
        "ResultBuilders/ModifiersBuilderTests.swift",
        "ResultBuilders/ParametersBuilderTests.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/ConfigurationMacroError.swift",
        "DynamicConfigurionDeclFactory.swift",
        "ModifierMacro.swift",
        "NetworkingCoreMacros.swift",
        "RequestMacro/RequestMacro.swift",
        "RequestMacro/RequestMacroDeclarationsFactory.swift",
        "RequestMacro/RequestMacroDiagnostic.swift",
        "RequestMacro/RequestMacroModifier.swift",
        "RequestModifierMacro/RequestModifierMacro.swift",
        "RequestModifierMacro/RequestModifierMacroError.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/FormDataError.swift",
        "Errors/JSONError.swift",
        "Errors/NetworkingError.swift",
        "Macros/ConfigurationMacro.swift",
        "Macros/ModifierMacros.swift",
        "Macros/RequestMacro.swift",
        "Request/AnyRequest.swift",
        "Request/HTTPRequest.swift",
        "Request/ModifiableRequest.swift",
        "Request/Never+Request.swift",
        "Request/Request.swift",
        "Request/RequestModifier.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/CodableJSONEncoder.swift",
        "RequestModifiers/Body/JSON/DictionaryJSONEncoder.swift",
        "RequestModifiers/Body/JSON/JSON.swift",
        "RequestModifiers/Body/RequestBody.swift",
        "RequestModifiers/CachePolicyRequestModifier.swift",
        "RequestModifiers/HTTPMethodRequestModifier.swift",
        "RequestModifiers/Headers/AcceptLanguage.swift",
        "RequestModifiers/Headers/ContentDisposition.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/NetworkTaskTests.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",
        "Diagnostics.swift",
        "NetworkingClientMacros.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "NetworkingClient",
      "module_type" : "SwiftTarget",
      "name" : "NetworkingClient",
      "path" : "Sources/NetworkingClient",
      "product_memberships" : [
        "Networking",
        "NetworkingClient"
      ],
      "sources" : [
        "ClientError.swift",
        "ClientMacro.swift",
        "ConfigurationValues.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/NetworkTaskState.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/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" : "5.9"
}
Done.