The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EZNetworking, reference 5.5.2 (a4fb94), with Swift 6.1 for visionOS using Xcode 16.3 on 17 Apr 2026 08:14:12 UTC.

Swift 6 data race errors: 27

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme EZNetworking -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Aldo10012/EZNetworking.git
Reference: 5.5.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Aldo10012/EZNetworking
 * tag               5.5.2      -> FETCH_HEAD
HEAD is now at a4fb94f Merge pull request #130 from Aldo10012/refactor_FileDownloader_injection
Cloned https://github.com/Aldo10012/EZNetworking.git
Revision (git rev-parse @):
a4fb94f0bec40265883af1104ae420bbb0ef0517
SUCCESS checkout https://github.com/Aldo10012/EZNetworking.git at 5.5.2
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Aldo10012/EZNetworking.git
https://github.com/Aldo10012/EZNetworking.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EZNetworking",
  "name" : "EZNetworking",
  "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"
    }
  ],
  "products" : [
    {
      "name" : "EZNetworking",
      "targets" : [
        "EZNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EZNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "EZNetworkingTests",
      "path" : "Tests/EZNetworkingTests",
      "sources" : [
        "Decoding/EZJSONDecoderTests.swift",
        "Error/HTTPResponse/HTTPResponseTests.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPClientErrorStatusTests.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPInformationalStatusTests.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPRedirectionStatusTests.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPServerErrorStatusTests.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPSuccessStatusTests.swift",
        "Error/NetworkFailureReason/DecodingFailureReasonTests.swift",
        "Error/NetworkFailureReason/DownloadFailureReasonTests.swift",
        "Error/NetworkFailureReason/RequestFailureReasonTests.swift",
        "Error/NetworkFailureReason/ResponseValidationFailureReasonTests.swift",
        "Error/NetworkFailureReason/SendableError/SendableErrorTests.swift",
        "Error/NetworkFailureReason/ServerSentEvenFailureReasonTests.swift",
        "Error/NetworkFailureReason/URLBuildFailureReasonTests.swift",
        "Error/NetworkFailureReason/WebSocketFailureReasonTests.swift",
        "Error/NetworkingErrorTests.swift",
        "HTTP/Body/HTTPBodyTests.swift",
        "HTTP/Body/MultipartFormData/MultipartFormDataTests.swift",
        "HTTP/Body/MultipartFormData/MultipartFormPartTests.swift",
        "HTTP/Headers/AuthorizationTypeTests.swift",
        "HTTP/Headers/HTTPHeaderApplierTests.swift",
        "HTTP/Headers/HTTPHeaderTests.swift",
        "HTTP/Headers/MimeTypeTests.swift",
        "HTTP/Methods/HTTPMethodTests.swift",
        "HTTP/Parameters/HTTPParameterApplierTests.swift",
        "HTTP/Parameters/HTTPParameterTests.swift",
        "Mocks/Mock-Codeable.swift",
        "Mocks/Mock-JSON.swift",
        "Mocks/MockSession.swift",
        "Mocks/MockURLResponseValidator.swift",
        "Other/CancellableRequestTests.swift",
        "Other/Extensions/AsyncSequence-extTests.swift",
        "Other/Extensions/Data-extTests.swift",
        "Other/Extensions/String-extTests.swift",
        "Other/RetryPolicyTests.swift",
        "Other/TaskBoxTests.swift",
        "Request/Creational/RequestBuilderTests.swift",
        "Request/Creational/RequestFactoryTests.swift",
        "Request/Creational/URLBuilderTests.swift",
        "Request/RequestTests.swift",
        "Request/SpecializedRequests/DownloadRequestTests.swift",
        "Request/SpecializedRequests/SSERequestTests.swift",
        "Request/SpecializedRequests/WebSocketRequestTests.swift",
        "Session/Interceptors/DefaultInterceptors/DefaultDownloadTaskInterceptorTests.swift",
        "Session/Interceptors/DefaultInterceptors/DefaultUploadTaskInterceptor.swift",
        "Session/Interceptors/DefaultInterceptors/DefaultWebSocketTaskInterceptorTests.swift",
        "Session/SessionTests.swift",
        "Session/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDataDelegate+Tests.swift",
        "Session/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDelegate+Tests.swift",
        "Session/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDownloadDelegate+Tests.swift",
        "Session/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionStreamDelegate+Tests.swift",
        "Session/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionTaskDelegate+Tests.swift",
        "Session/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionWebSocketDelegate+Tests.swift",
        "Session/URLSessionProtocols/URLSessionDownloadTaskProtocolTests.swift",
        "Session/URLSessionProtocols/URLSessionWebSocketTaskProtocolTest.swift",
        "SwiftTestingHelpers/Expectation.swift",
        "SwiftTestingHelpers/ExpectationTests.swift",
        "Util/Downloader/FileDownloaderCoreFunctionalityTests.swift",
        "Util/Downloader/FileDownloaderInvalidStateTests.swift",
        "Util/Downloader/FileDownloaderPauseResumeTests.swift",
        "Util/Downloader/FileDownloaderTaskCancellationTests.swift",
        "Util/Downloader/Helpers/DownloadEventTests.swift",
        "Util/Downloader/Mocks/MockDownloadTask.swift",
        "Util/Downloader/Mocks/MockDownloadTaskInterceptor.swift",
        "Util/Downloader/Mocks/MockFileDownloaderURLSession.swift",
        "Util/Performers/Mocks/MockRequestPerformerURLSession.swift",
        "Util/Performers/RequestPerformable_asyncAwait_Tests.swift",
        "Util/Performers/RequestPerformable_callbacks_Tests.swift",
        "Util/Performers/RequestPerformable_publisher_Tests.swift",
        "Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapterTests.swift",
        "Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapterTests.swift",
        "Util/ServerSentEvent/Core/ServerSentEventManagerTests.swift",
        "Util/ServerSentEvent/Core/ServerSentEventManagerWithRetryTests.swift",
        "Util/ServerSentEvent/Helpers/SSEConnectionStateTests.swift",
        "Util/ServerSentEvent/Helpers/SSEParserTests.swift",
        "Util/ServerSentEvent/Helpers/ServerSentEventTests.swift",
        "Util/ServerSentEvent/Mocks/MockSSEURLSession.swift",
        "Util/Uploader/DataUploader/DataUploader_asyncAwait_Tests.swift",
        "Util/Uploader/DataUploader/DataUploader_asyncStream_Tests.swift",
        "Util/Uploader/DataUploader/DataUploader_callbacks_Tests.swift",
        "Util/Uploader/DataUploader/DataUploader_publisher_Tests.swift",
        "Util/Uploader/DataUploader/Mocks/MockDataUploaderURLSession.swift",
        "Util/Uploader/FileUploader/FileUploader_asyncAwait_Tests.swift",
        "Util/Uploader/FileUploader/FileUploader_asyncStream_Tests.swift",
        "Util/Uploader/FileUploader/FileUploader_callbacks_Tests.swift",
        "Util/Uploader/FileUploader/FileUploader_publisher_Tests.swift",
        "Util/Uploader/FileUploader/Mocks/MockFileUploaderURLSession.swift",
        "Util/Uploader/Mocks/MockUploadTaskInterceptor.swift",
        "Util/WebSocket/Adaptors/WebSocketCallbackAdapterTests.swift",
        "Util/WebSocket/Adaptors/WebSocketPublisherAdapterTests.swift",
        "Util/WebSocket/Core/WebSocket_Connect_Tests.swift",
        "Util/WebSocket/Core/WebSocket_Disconnect_Tests.swift",
        "Util/WebSocket/Core/WebSocket_Messages_Tests.swift",
        "Util/WebSocket/Core/WebSocket_Send_Tests.swift",
        "Util/WebSocket/Core/WebSocket_StateEvents_Tests.swift",
        "Util/WebSocket/Helpers/PingConfigTests.swift",
        "Util/WebSocket/Helpers/WebSocketConnectionStateTests.swift",
        "Util/WebSocket/Mocks/MockURLSessionWebSocketTask.swift",
        "Util/WebSocket/Mocks/MockWebSockerURLSession.swift",
        "Util/WebSocket/Mocks/MockWebSocketTaskInterceptor.swift",
        "Validator/ResponseValidatorTests.swift"
      ],
      "target_dependencies" : [
        "EZNetworking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EZNetworking",
      "module_type" : "SwiftTarget",
      "name" : "EZNetworking",
      "path" : "Sources/EZNetworking",
      "product_memberships" : [
        "EZNetworking"
      ],
      "sources" : [
        "Decoding/EZJSONDecoder.swift",
        "Error/HTTPResponse/HTTPResponse.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPClientErrorStatus.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPInformationalStatus.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPRedirectionStatus.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPServerErrorStatus.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPSuccessStatus.swift",
        "Error/NetworkFailureReason/DecodingFailureReason.swift",
        "Error/NetworkFailureReason/DownloadFailureReason.swift",
        "Error/NetworkFailureReason/RequestFailureReason.swift",
        "Error/NetworkFailureReason/ResponseValidationFailureReason.swift",
        "Error/NetworkFailureReason/SendableError/SendableError.swift",
        "Error/NetworkFailureReason/ServerSentEvenFailureReason.swift",
        "Error/NetworkFailureReason/URLBuildFailureReason.swift",
        "Error/NetworkFailureReason/WebSocketFailureReason.swift",
        "Error/NetworkingError.swift",
        "HTTP/Body/HTTPBody.swift",
        "HTTP/Body/MultipartFormData/MultipartFormData.swift",
        "HTTP/Body/MultipartFormData/MultipartFormPart.swift",
        "HTTP/Headers/AuthorizationType.swift",
        "HTTP/Headers/HTTPHeader.swift",
        "HTTP/Headers/HTTPHeaderApplier.swift",
        "HTTP/Headers/MimeType.swift",
        "HTTP/Methods/HTTPMethod.swift",
        "HTTP/Parameters/HTTPParameter.swift",
        "HTTP/Parameters/HTTPParameterApplier.swift",
        "Other/CancellableRequest.swift",
        "Other/EmptyResponse.swift",
        "Other/Extensions/AsyncSequence-ext.swift",
        "Other/Extensions/Data-ext.swift",
        "Other/Extensions/String-ext.swift",
        "Other/RetryPolicy.swift",
        "Other/TaskBox.swift",
        "Request/Creational/RequestBuilder.swift",
        "Request/Creational/RequestFactory.swift",
        "Request/Creational/URLBuilder.swift",
        "Request/Request.swift",
        "Request/SpecializedRequests/DownloadRequest.swift",
        "Request/SpecializedRequests/EZRequest.swift",
        "Request/SpecializedRequests/SSERequest.swift",
        "Request/SpecializedRequests/WebSocketRequest.swift",
        "Session/Interceptors/DefaultInterceptors/DefaultDownloadTaskInterceptor.swift",
        "Session/Interceptors/DefaultInterceptors/DefaultUploadTaskInterceptor.swift",
        "Session/Interceptors/DefaultInterceptors/DefaultWebSocketTaskInterceptor.swift",
        "Session/Interceptors/Protocols/AuthenticationInterceptor.swift",
        "Session/Interceptors/Protocols/CacheInterceptor.swift",
        "Session/Interceptors/Protocols/DataTaskInterceptor.swift",
        "Session/Interceptors/Protocols/DownloadTaskInterceptor.swift",
        "Session/Interceptors/Protocols/MetricsInterceptor.swift",
        "Session/Interceptors/Protocols/RedirectInterceptor.swift",
        "Session/Interceptors/Protocols/StreamTaskInterceptor.swift",
        "Session/Interceptors/Protocols/TaskLifecycleInterceptor.swift",
        "Session/Interceptors/Protocols/UploadTaskInterceptor.swift",
        "Session/Interceptors/Protocols/WebSocketTaskInterceptor.swift",
        "Session/Session.swift",
        "Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift",
        "Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift",
        "Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift",
        "Session/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift",
        "Session/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift",
        "Session/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift",
        "Session/SessionDelegate.swift",
        "Session/URLSessionProtocols/URLSessionDownloadTaskProtocol.swift",
        "Session/URLSessionProtocols/URLSessionProtocol.swift",
        "Session/URLSessionProtocols/URLSessionWebSocketTaskProtocol.swift",
        "Util/Downloader/FileDownloader.swift",
        "Util/Downloader/Helpers/DownloadEvent.swift",
        "Util/Downloader/Protocols/FileDownloadable.swift",
        "Util/Performers/Protocols/RequestPerformable.swift",
        "Util/Performers/RequestPerformer.swift",
        "Util/ServerSentEvent/Adaptors/Protocols/ServerSentEventCallbackClient.swift",
        "Util/ServerSentEvent/Adaptors/Protocols/ServerSentEventPublisherClient.swift",
        "Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift",
        "Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift",
        "Util/ServerSentEvent/Core/Protocols/ServerSentEventClient.swift",
        "Util/ServerSentEvent/Core/ServerSentEventManager.swift",
        "Util/ServerSentEvent/Helpers/SSEConnectionState.swift",
        "Util/ServerSentEvent/Helpers/SSEParser.swift",
        "Util/ServerSentEvent/Helpers/ServerSentEvent.swift",
        "Util/Uploader/DataUploader/DataUploader.swift",
        "Util/Uploader/DataUploader/Protocols/DataUploadable.swift",
        "Util/Uploader/FileUploader/FileUploader.swift",
        "Util/Uploader/FileUploader/Protocols/FileUploadable.swift",
        "Util/Uploader/Shared/UploadStreamEvent.swift",
        "Util/Uploader/Shared/UploadTypealias.swift",
        "Util/WebSocket/Adaptors/Protocols/WebSocketCallbackClient.swift",
        "Util/WebSocket/Adaptors/Protocols/WebSocketPublisherClient.swift",
        "Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift",
        "Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift",
        "Util/WebSocket/Core/Protocols/WebSocketClient.swift",
        "Util/WebSocket/Core/WebSocket.swift",
        "Util/WebSocket/Helpers/PingConfig.swift",
        "Util/WebSocket/Helpers/WebSocketConnectionState.swift",
        "Validator/ResponseValidator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  EZNetworking: /Users/admin/builder/spi-builder-workspace
resolved source packages: EZNetworking
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EZNetworking",
  "name" : "EZNetworking",
  "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"
    }
  ],
  "products" : [
    {
      "name" : "EZNetworking",
      "targets" : [
        "EZNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EZNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "EZNetworkingTests",
      "path" : "Tests/EZNetworkingTests",
      "sources" : [
        "Decoding/EZJSONDecoderTests.swift",
        "Error/HTTPResponse/HTTPResponseTests.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPClientErrorStatusTests.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPInformationalStatusTests.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPRedirectionStatusTests.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPServerErrorStatusTests.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPSuccessStatusTests.swift",
        "Error/NetworkFailureReason/DecodingFailureReasonTests.swift",
        "Error/NetworkFailureReason/DownloadFailureReasonTests.swift",
        "Error/NetworkFailureReason/RequestFailureReasonTests.swift",
        "Error/NetworkFailureReason/ResponseValidationFailureReasonTests.swift",
        "Error/NetworkFailureReason/SendableError/SendableErrorTests.swift",
        "Error/NetworkFailureReason/ServerSentEvenFailureReasonTests.swift",
        "Error/NetworkFailureReason/URLBuildFailureReasonTests.swift",
        "Error/NetworkFailureReason/WebSocketFailureReasonTests.swift",
        "Error/NetworkingErrorTests.swift",
        "HTTP/Body/HTTPBodyTests.swift",
        "HTTP/Body/MultipartFormData/MultipartFormDataTests.swift",
        "HTTP/Body/MultipartFormData/MultipartFormPartTests.swift",
        "HTTP/Headers/AuthorizationTypeTests.swift",
        "HTTP/Headers/HTTPHeaderApplierTests.swift",
        "HTTP/Headers/HTTPHeaderTests.swift",
        "HTTP/Headers/MimeTypeTests.swift",
        "HTTP/Methods/HTTPMethodTests.swift",
        "HTTP/Parameters/HTTPParameterApplierTests.swift",
        "HTTP/Parameters/HTTPParameterTests.swift",
        "Mocks/Mock-Codeable.swift",
        "Mocks/Mock-JSON.swift",
        "Mocks/MockSession.swift",
        "Mocks/MockURLResponseValidator.swift",
        "Other/CancellableRequestTests.swift",
        "Other/Extensions/AsyncSequence-extTests.swift",
        "Other/Extensions/Data-extTests.swift",
        "Other/Extensions/String-extTests.swift",
        "Other/RetryPolicyTests.swift",
        "Other/TaskBoxTests.swift",
        "Request/Creational/RequestBuilderTests.swift",
        "Request/Creational/RequestFactoryTests.swift",
        "Request/Creational/URLBuilderTests.swift",
        "Request/RequestTests.swift",
        "Request/SpecializedRequests/DownloadRequestTests.swift",
        "Request/SpecializedRequests/SSERequestTests.swift",
        "Request/SpecializedRequests/WebSocketRequestTests.swift",
        "Session/Interceptors/DefaultInterceptors/DefaultDownloadTaskInterceptorTests.swift",
        "Session/Interceptors/DefaultInterceptors/DefaultUploadTaskInterceptor.swift",
        "Session/Interceptors/DefaultInterceptors/DefaultWebSocketTaskInterceptorTests.swift",
        "Session/SessionTests.swift",
        "Session/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDataDelegate+Tests.swift",
        "Session/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDelegate+Tests.swift",
        "Session/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDownloadDelegate+Tests.swift",
        "Session/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionStreamDelegate+Tests.swift",
        "Session/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionTaskDelegate+Tests.swift",
        "Session/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionWebSocketDelegate+Tests.swift",
        "Session/URLSessionProtocols/URLSessionDownloadTaskProtocolTests.swift",
        "Session/URLSessionProtocols/URLSessionWebSocketTaskProtocolTest.swift",
        "SwiftTestingHelpers/Expectation.swift",
        "SwiftTestingHelpers/ExpectationTests.swift",
        "Util/Downloader/FileDownloaderCoreFunctionalityTests.swift",
        "Util/Downloader/FileDownloaderInvalidStateTests.swift",
        "Util/Downloader/FileDownloaderPauseResumeTests.swift",
        "Util/Downloader/FileDownloaderTaskCancellationTests.swift",
        "Util/Downloader/Helpers/DownloadEventTests.swift",
        "Util/Downloader/Mocks/MockDownloadTask.swift",
        "Util/Downloader/Mocks/MockDownloadTaskInterceptor.swift",
        "Util/Downloader/Mocks/MockFileDownloaderURLSession.swift",
        "Util/Performers/Mocks/MockRequestPerformerURLSession.swift",
        "Util/Performers/RequestPerformable_asyncAwait_Tests.swift",
        "Util/Performers/RequestPerformable_callbacks_Tests.swift",
        "Util/Performers/RequestPerformable_publisher_Tests.swift",
        "Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapterTests.swift",
        "Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapterTests.swift",
        "Util/ServerSentEvent/Core/ServerSentEventManagerTests.swift",
        "Util/ServerSentEvent/Core/ServerSentEventManagerWithRetryTests.swift",
        "Util/ServerSentEvent/Helpers/SSEConnectionStateTests.swift",
        "Util/ServerSentEvent/Helpers/SSEParserTests.swift",
        "Util/ServerSentEvent/Helpers/ServerSentEventTests.swift",
        "Util/ServerSentEvent/Mocks/MockSSEURLSession.swift",
        "Util/Uploader/DataUploader/DataUploader_asyncAwait_Tests.swift",
        "Util/Uploader/DataUploader/DataUploader_asyncStream_Tests.swift",
        "Util/Uploader/DataUploader/DataUploader_callbacks_Tests.swift",
        "Util/Uploader/DataUploader/DataUploader_publisher_Tests.swift",
        "Util/Uploader/DataUploader/Mocks/MockDataUploaderURLSession.swift",
        "Util/Uploader/FileUploader/FileUploader_asyncAwait_Tests.swift",
        "Util/Uploader/FileUploader/FileUploader_asyncStream_Tests.swift",
        "Util/Uploader/FileUploader/FileUploader_callbacks_Tests.swift",
        "Util/Uploader/FileUploader/FileUploader_publisher_Tests.swift",
        "Util/Uploader/FileUploader/Mocks/MockFileUploaderURLSession.swift",
        "Util/Uploader/Mocks/MockUploadTaskInterceptor.swift",
        "Util/WebSocket/Adaptors/WebSocketCallbackAdapterTests.swift",
        "Util/WebSocket/Adaptors/WebSocketPublisherAdapterTests.swift",
        "Util/WebSocket/Core/WebSocket_Connect_Tests.swift",
        "Util/WebSocket/Core/WebSocket_Disconnect_Tests.swift",
        "Util/WebSocket/Core/WebSocket_Messages_Tests.swift",
        "Util/WebSocket/Core/WebSocket_Send_Tests.swift",
        "Util/WebSocket/Core/WebSocket_StateEvents_Tests.swift",
        "Util/WebSocket/Helpers/PingConfigTests.swift",
        "Util/WebSocket/Helpers/WebSocketConnectionStateTests.swift",
        "Util/WebSocket/Mocks/MockURLSessionWebSocketTask.swift",
        "Util/WebSocket/Mocks/MockWebSockerURLSession.swift",
        "Util/WebSocket/Mocks/MockWebSocketTaskInterceptor.swift",
        "Validator/ResponseValidatorTests.swift"
      ],
      "target_dependencies" : [
        "EZNetworking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EZNetworking",
      "module_type" : "SwiftTarget",
      "name" : "EZNetworking",
      "path" : "Sources/EZNetworking",
      "product_memberships" : [
        "EZNetworking"
      ],
      "sources" : [
        "Decoding/EZJSONDecoder.swift",
        "Error/HTTPResponse/HTTPResponse.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPClientErrorStatus.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPInformationalStatus.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPRedirectionStatus.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPServerErrorStatus.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPSuccessStatus.swift",
        "Error/NetworkFailureReason/DecodingFailureReason.swift",
        "Error/NetworkFailureReason/DownloadFailureReason.swift",
        "Error/NetworkFailureReason/RequestFailureReason.swift",
        "Error/NetworkFailureReason/ResponseValidationFailureReason.swift",
        "Error/NetworkFailureReason/SendableError/SendableError.swift",
        "Error/NetworkFailureReason/ServerSentEvenFailureReason.swift",
        "Error/NetworkFailureReason/URLBuildFailureReason.swift",
        "Error/NetworkFailureReason/WebSocketFailureReason.swift",
        "Error/NetworkingError.swift",
        "HTTP/Body/HTTPBody.swift",
        "HTTP/Body/MultipartFormData/MultipartFormData.swift",
        "HTTP/Body/MultipartFormData/MultipartFormPart.swift",
        "HTTP/Headers/AuthorizationType.swift",
        "HTTP/Headers/HTTPHeader.swift",
        "HTTP/Headers/HTTPHeaderApplier.swift",
        "HTTP/Headers/MimeType.swift",
        "HTTP/Methods/HTTPMethod.swift",
        "HTTP/Parameters/HTTPParameter.swift",
        "HTTP/Parameters/HTTPParameterApplier.swift",
        "Other/CancellableRequest.swift",
        "Other/EmptyResponse.swift",
        "Other/Extensions/AsyncSequence-ext.swift",
        "Other/Extensions/Data-ext.swift",
        "Other/Extensions/String-ext.swift",
        "Other/RetryPolicy.swift",
        "Other/TaskBox.swift",
        "Request/Creational/RequestBuilder.swift",
        "Request/Creational/RequestFactory.swift",
        "Request/Creational/URLBuilder.swift",
        "Request/Request.swift",
        "Request/SpecializedRequests/DownloadRequest.swift",
        "Request/SpecializedRequests/EZRequest.swift",
        "Request/SpecializedRequests/SSERequest.swift",
        "Request/SpecializedRequests/WebSocketRequest.swift",
        "Session/Interceptors/DefaultInterceptors/DefaultDownloadTaskInterceptor.swift",
        "Session/Interceptors/DefaultInterceptors/DefaultUploadTaskInterceptor.swift",
        "Session/Interceptors/DefaultInterceptors/DefaultWebSocketTaskInterceptor.swift",
        "Session/Interceptors/Protocols/AuthenticationInterceptor.swift",
        "Session/Interceptors/Protocols/CacheInterceptor.swift",
        "Session/Interceptors/Protocols/DataTaskInterceptor.swift",
        "Session/Interceptors/Protocols/DownloadTaskInterceptor.swift",
        "Session/Interceptors/Protocols/MetricsInterceptor.swift",
        "Session/Interceptors/Protocols/RedirectInterceptor.swift",
        "Session/Interceptors/Protocols/StreamTaskInterceptor.swift",
        "Session/Interceptors/Protocols/TaskLifecycleInterceptor.swift",
        "Session/Interceptors/Protocols/UploadTaskInterceptor.swift",
        "Session/Interceptors/Protocols/WebSocketTaskInterceptor.swift",
        "Session/Session.swift",
        "Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift",
        "Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift",
        "Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift",
        "Session/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift",
        "Session/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift",
        "Session/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift",
        "Session/SessionDelegate.swift",
        "Session/URLSessionProtocols/URLSessionDownloadTaskProtocol.swift",
        "Session/URLSessionProtocols/URLSessionProtocol.swift",
        "Session/URLSessionProtocols/URLSessionWebSocketTaskProtocol.swift",
        "Util/Downloader/FileDownloader.swift",
        "Util/Downloader/Helpers/DownloadEvent.swift",
        "Util/Downloader/Protocols/FileDownloadable.swift",
        "Util/Performers/Protocols/RequestPerformable.swift",
        "Util/Performers/RequestPerformer.swift",
        "Util/ServerSentEvent/Adaptors/Protocols/ServerSentEventCallbackClient.swift",
        "Util/ServerSentEvent/Adaptors/Protocols/ServerSentEventPublisherClient.swift",
        "Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift",
        "Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift",
        "Util/ServerSentEvent/Core/Protocols/ServerSentEventClient.swift",
        "Util/ServerSentEvent/Core/ServerSentEventManager.swift",
        "Util/ServerSentEvent/Helpers/SSEConnectionState.swift",
        "Util/ServerSentEvent/Helpers/SSEParser.swift",
        "Util/ServerSentEvent/Helpers/ServerSentEvent.swift",
        "Util/Uploader/DataUploader/DataUploader.swift",
        "Util/Uploader/DataUploader/Protocols/DataUploadable.swift",
        "Util/Uploader/FileUploader/FileUploader.swift",
        "Util/Uploader/FileUploader/Protocols/FileUploadable.swift",
        "Util/Uploader/Shared/UploadStreamEvent.swift",
        "Util/Uploader/Shared/UploadTypealias.swift",
        "Util/WebSocket/Adaptors/Protocols/WebSocketCallbackClient.swift",
        "Util/WebSocket/Adaptors/Protocols/WebSocketPublisherClient.swift",
        "Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift",
        "Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift",
        "Util/WebSocket/Core/Protocols/WebSocketClient.swift",
        "Util/WebSocket/Core/WebSocket.swift",
        "Util/WebSocket/Helpers/PingConfig.swift",
        "Util/WebSocket/Helpers/WebSocketConnectionState.swift",
        "Validator/ResponseValidator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "EZNetworking"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme EZNetworking -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme EZNetworking -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  EZNetworking: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'EZNetworking' in project 'EZNetworking'
        ➜ Explicit dependency on target 'EZNetworking' in project 'EZNetworking'
    Target 'EZNetworking' in project 'EZNetworking' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: f625e83ed1734af16fa8bfad109ad9f0
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f625e83ed1734af16fa8bfad109ad9f0.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/EZNetworking.DependencyMetadataFileList (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/EZNetworking.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/EZNetworking.modulemap (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/EZNetworking.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/EZNetworking.DependencyStaticMetadataFileList (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/EZNetworking.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.LinkFileList (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking-OutputFileMap.json (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftFileList (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftConstValuesFileList (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/EZNetworking.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/EZNetworking.modulemap (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/EZNetworking.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver EZNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name EZNetworking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ EZJSONDecoder.swift,\ HTTPResponse.swift,\ HTTPClientErrorStatus.swift,\ HTTPInformationalStatus.swift,\ HTTPRedirectionStatus.swift,\ HTTPServerErrorStatus.swift,\ HTTPSuccessStatus.swift,\ DecodingFailureReason.swift,\ DownloadFailureReason.swift,\ RequestFailureReason.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Decoding/EZJSONDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPResponse/HTTPResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPResponse/StatusCodeTypes/HTTPClientErrorStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPResponse/StatusCodeTypes/HTTPInformationalStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPResponse/StatusCodeTypes/HTTPRedirectionStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPResponse/StatusCodeTypes/HTTPServerErrorStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPResponse/StatusCodeTypes/HTTPSuccessStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkFailureReason/DecodingFailureReason.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkFailureReason/DownloadFailureReason.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkFailureReason/RequestFailureReason.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Decoding/EZJSONDecoder.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPResponse/HTTPResponse.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPResponse/StatusCodeTypes/HTTPClientErrorStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPResponse/StatusCodeTypes/HTTPInformationalStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPResponse/StatusCodeTypes/HTTPRedirectionStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPResponse/StatusCodeTypes/HTTPServerErrorStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPResponse/StatusCodeTypes/HTTPSuccessStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkFailureReason/DecodingFailureReason.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkFailureReason/DownloadFailureReason.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkFailureReason/RequestFailureReason.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SessionDelegate+URLSessionStreamDelegate.swift,\ SessionDelegate+URLSessionTaskDelegate.swift,\ SessionDelegate+URLSessionWebSocketDelegate.swift,\ SessionDelegate.swift,\ URLSessionDownloadTaskProtocol.swift,\ URLSessionProtocol.swift,\ URLSessionWebSocketTaskProtocol.swift,\ FileDownloader.swift,\ DownloadEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/URLSessionProtocols/URLSessionDownloadTaskProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/URLSessionProtocols/URLSessionProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/URLSessionProtocols/URLSessionWebSocketTaskProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Helpers/DownloadEvent.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/URLSessionProtocols/URLSessionDownloadTaskProtocol.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/URLSessionProtocols/URLSessionProtocol.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/URLSessionProtocols/URLSessionWebSocketTaskProtocol.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:24:13: warning: 'nonisolated' can not be applied to variable with non-'Sendable' type 'DefaultDownloadTaskInterceptor'; this is an error in the Swift 6 language mode
    private nonisolated let fallbackDownloadTaskInterceptor: DefaultDownloadTaskInterceptor
            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/DefaultInterceptors/DefaultDownloadTaskInterceptor.swift:4:7: note: class 'DefaultDownloadTaskInterceptor' does not conform to the 'Sendable' protocol
class DefaultDownloadTaskInterceptor: DownloadTaskInterceptor {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:195:56: warning: non-sendable type 'DefaultDownloadTaskInterceptor' of property 'fallbackDownloadTaskInterceptor' cannot exit nonisolated context; this is an error in the Swift 6 language mode
            session.delegate.downloadTaskInterceptor = fallbackDownloadTaskInterceptor
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/DefaultInterceptors/DefaultDownloadTaskInterceptor.swift:4:7: note: class 'DefaultDownloadTaskInterceptor' does not conform to the 'Sendable' protocol
class DefaultDownloadTaskInterceptor: DownloadTaskInterceptor {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:200:60: warning: capture of 'event' with non-sendable type 'DownloadTaskInterceptorEvent' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                await self?.handleDownloadInterceptorEvent(event)
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/DownloadTaskInterceptor.swift:3:13: note: consider making enum 'DownloadTaskInterceptorEvent' conform to the 'Sendable' protocol
public enum DownloadTaskInterceptorEvent {
            ^
                                         : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:56:9: warning: cannot access property 'session' with a non-sendable type 'any NetworkSession' from nonisolated deinit; this is an error in the Swift 6 language mode
        session.delegate.downloadTaskInterceptor?.onEvent = { _ in }
        ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Session.swift:3:17: note: protocol 'NetworkSession' does not conform to the 'Sendable' protocol
public protocol NetworkSession {
                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Helpers/DownloadEvent.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ WebSocketRequest.swift,\ DefaultDownloadTaskInterceptor.swift,\ DefaultUploadTaskInterceptor.swift,\ DefaultWebSocketTaskInterceptor.swift,\ AuthenticationInterceptor.swift,\ CacheInterceptor.swift,\ DataTaskInterceptor.swift,\ DownloadTaskInterceptor.swift,\ MetricsInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/SpecializedRequests/WebSocketRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/DefaultInterceptors/DefaultDownloadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/DefaultInterceptors/DefaultUploadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/DefaultInterceptors/DefaultWebSocketTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/AuthenticationInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/CacheInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/DataTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/DownloadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/MetricsInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/SpecializedRequests/WebSocketRequest.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/DefaultInterceptors/DefaultDownloadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/DefaultInterceptors/DefaultUploadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/DefaultInterceptors/DefaultWebSocketTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/AuthenticationInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/CacheInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/DataTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/DownloadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/MetricsInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HTTPHeader.swift,\ HTTPHeaderApplier.swift,\ MimeType.swift,\ HTTPMethod.swift,\ HTTPParameter.swift,\ HTTPParameterApplier.swift,\ CancellableRequest.swift,\ EmptyResponse.swift,\ AsyncSequence-ext.swift,\ Data-ext.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/HTTPHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/HTTPHeaderApplier.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/MimeType.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Methods/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Parameters/HTTPParameter.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Parameters/HTTPParameterApplier.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/CancellableRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/EmptyResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/AsyncSequence-ext.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/Data-ext.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/HTTPHeader.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/HTTPHeaderApplier.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/MimeType.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Methods/HTTPMethod.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Parameters/HTTPParameter.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Parameters/HTTPParameterApplier.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/CancellableRequest.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/EmptyResponse.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/AsyncSequence-ext.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/AsyncSequence-ext.swift:15:29: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            let task = Task {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/AsyncSequence-ext.swift:18:43: note: closure captures 'self' which is accessible to code in the current task
                    for try await byte in self {
                                          ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/Data-ext.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FileDownloadable.swift,\ RequestPerformable.swift,\ RequestPerformer.swift,\ ServerSentEventCallbackClient.swift,\ ServerSentEventPublisherClient.swift,\ ServerSentEventCallbackAdapter.swift,\ ServerSentEventPublisherAdapter.swift,\ ServerSentEventClient.swift,\ ServerSentEventManager.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/Protocols/RequestPerformable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/Protocols/ServerSentEventCallbackClient.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/Protocols/ServerSentEventPublisherClient.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Core/Protocols/ServerSentEventClient.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Core/ServerSentEventManager.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/Protocols/RequestPerformable.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:49:28: warning: capture of 'self' with non-sendable type 'RequestPerformer' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            taskBox.task = createTaskAndPerform(request: request, decodeTo: decodableObject, completion: completion)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:4:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:49:58: warning: capture of 'request' with non-sendable type 'any Request' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            taskBox.task = createTaskAndPerform(request: request, decodeTo: decodableObject, completion: completion)
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Request.swift:3:17: note: protocol 'Request' does not conform to the 'Sendable' protocol
public protocol Request {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:49:106: warning: capture of 'completion' with non-sendable type '(Result<T, NetworkingError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            taskBox.task = createTaskAndPerform(request: request, decodeTo: decodableObject, completion: completion)
                                                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:49:106: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            taskBox.task = createTaskAndPerform(request: request, decodeTo: decodableObject, completion: completion)
                                                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:82:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:84:40: note: closure captures non-Sendable 'self'
                let result = try await perform(request: request, decodeTo: decodableObject)
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:84:57: note: closure captures non-Sendable 'request'
                let result = try await perform(request: request, decodeTo: decodableObject)
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:86:17: note: closure captures non-Sendable 'completion'
                completion(.success(result))
                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/Protocols/ServerSentEventCallbackClient.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/Protocols/ServerSentEventPublisherClient.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:27:36: warning: sending 'request' risks causing data races; this is an error in the Swift 6 language mode
            serverSentEventClient: ServerSentEventManager(request: request, session: session, retryPolicy: retryPolicy, responseValidator: responseValidator)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:27:36: note: sending task-isolated 'request' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
            serverSentEventClient: ServerSentEventManager(request: request, session: session, retryPolicy: retryPolicy, responseValidator: responseValidator)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:27:36: warning: sending 'session' risks causing data races; this is an error in the Swift 6 language mode
            serverSentEventClient: ServerSentEventManager(request: request, session: session, retryPolicy: retryPolicy, responseValidator: responseValidator)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:27:36: note: sending task-isolated 'session' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
            serverSentEventClient: ServerSentEventManager(request: request, session: session, retryPolicy: retryPolicy, responseValidator: responseValidator)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:27:36: warning: sending 'responseValidator' risks causing data races; this is an error in the Swift 6 language mode
            serverSentEventClient: ServerSentEventManager(request: request, session: session, retryPolicy: retryPolicy, responseValidator: responseValidator)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:27:36: note: sending task-isolated 'responseValidator' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
            serverSentEventClient: ServerSentEventManager(request: request, session: session, retryPolicy: retryPolicy, responseValidator: responseValidator)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:37:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:39:27: note: closure captures 'self' which is accessible to code in the current task
                try await actor.connect()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:48:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:50:27: note: closure captures 'self' which is accessible to code in the current task
                try await actor.disconnect()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:59:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task { await actor.terminate() }
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:59:22: note: closure captures 'self' which is accessible to code in the current task
        Task { await actor.terminate() }
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:65:26: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        eventTask = Task {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:66:38: note: closure captures 'self' which is accessible to code in the current task
            for await event in await actor.events {
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:75:26: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        stateTask = Task {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:76:38: note: closure captures 'self' which is accessible to code in the current task
            for await state in await actor.stateEvents {
                                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:79:26: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        eventTask = Task { [weak self] in
                         ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:80:23: note: closure captures 'self' which is accessible to code in the current task
            guard let self else { return }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:89:26: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        stateTask = Task { [weak self] in
                         ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:90:23: note: closure captures 'self' which is accessible to code in the current task
            guard let self else { return }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:28:36: warning: sending 'request' risks causing data races; this is an error in the Swift 6 language mode
            serverSentEventClient: ServerSentEventManager(request: request, session: session, retryPolicy: retryPolicy, responseValidator: responseValidator)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:28:36: note: sending task-isolated 'request' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
            serverSentEventClient: ServerSentEventManager(request: request, session: session, retryPolicy: retryPolicy, responseValidator: responseValidator)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:28:36: warning: sending 'session' risks causing data races; this is an error in the Swift 6 language mode
            serverSentEventClient: ServerSentEventManager(request: request, session: session, retryPolicy: retryPolicy, responseValidator: responseValidator)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:28:36: note: sending task-isolated 'session' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
            serverSentEventClient: ServerSentEventManager(request: request, session: session, retryPolicy: retryPolicy, responseValidator: responseValidator)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:28:36: warning: sending 'responseValidator' risks causing data races; this is an error in the Swift 6 language mode
            serverSentEventClient: ServerSentEventManager(request: request, session: session, retryPolicy: retryPolicy, responseValidator: responseValidator)
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:28:36: note: sending task-isolated 'responseValidator' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
            serverSentEventClient: ServerSentEventManager(request: request, session: session, retryPolicy: retryPolicy, responseValidator: responseValidator)
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:41:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            Task {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:44:21: note: closure captures 'promise' which is accessible to code in the current task
                    promise(.success(()))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:54:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            Task {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:57:21: note: closure captures 'promise' which is accessible to code in the current task
                    promise(.success(()))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:66:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task { await actor.terminate() }
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:66:22: note: closure captures 'self' which is accessible to code in the current task
        Task { await actor.terminate() }
                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Core/Protocols/ServerSentEventClient.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Core/ServerSentEventManager.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Core/ServerSentEventManager.swift:133:72: warning: sending value of non-Sendable type 'any URLSessionProtocol' risks causing data races; this is an error in the Swift 6 language mode
            let (bytesStream, response) = try await session.urlSession.bytes(for: request)
                                                    ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Core/ServerSentEventManager.swift:133:72: note: sending 'self'-isolated value of non-Sendable type 'any URLSessionProtocol' to nonisolated instance method 'bytes(for:)' risks causing races in between 'self'-isolated and nonisolated uses
            let (bytesStream, response) = try await session.urlSession.bytes(for: request)
                                                                       ^
SwiftCompile normal arm64 Compiling\ RedirectInterceptor.swift,\ StreamTaskInterceptor.swift,\ TaskLifecycleInterceptor.swift,\ UploadTaskInterceptor.swift,\ WebSocketTaskInterceptor.swift,\ Session.swift,\ SessionDelegate+URLSessionDataDelegate.swift,\ SessionDelegate+URLSessionDelegate.swift,\ SessionDelegate+URLSessionDownloadDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/RedirectInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/StreamTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/TaskLifecycleInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/UploadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/WebSocketTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Session.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/RedirectInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/StreamTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/TaskLifecycleInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/UploadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/WebSocketTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Session.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift:3:1: warning: conformance to 'Sendable' must occur in the same source file as class 'SessionDelegate'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
extension SessionDelegate: URLSessionDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate.swift:3:14: warning: non-final class 'SessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
public class SessionDelegate: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate.swift:4:21: warning: stored property 'cacheInterceptor' of 'Sendable'-conforming class 'SessionDelegate' is mutable; this is an error in the Swift 6 language mode
    public weak var cacheInterceptor: CacheInterceptor?
                    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ String-ext.swift,\ RetryPolicy.swift,\ TaskBox.swift,\ RequestBuilder.swift,\ RequestFactory.swift,\ URLBuilder.swift,\ Request.swift,\ DownloadRequest.swift,\ EZRequest.swift,\ SSERequest.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/String-ext.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/RetryPolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/TaskBox.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Creational/RequestBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Creational/RequestFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Creational/URLBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/SpecializedRequests/DownloadRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/SpecializedRequests/EZRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/SpecializedRequests/SSERequest.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/String-ext.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/RetryPolicy.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/TaskBox.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Creational/RequestBuilder.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Creational/RequestFactory.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Creational/URLBuilder.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Request.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/SpecializedRequests/DownloadRequest.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/SpecializedRequests/EZRequest.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/SpecializedRequests/SSERequest.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ WebSocketCallbackClient.swift,\ WebSocketPublisherClient.swift,\ WebSocketCallbackAdapter.swift,\ WebSocketPublisherAdapter.swift,\ WebSocketClient.swift,\ WebSocket.swift,\ PingConfig.swift,\ WebSocketConnectionState.swift,\ ResponseValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/Protocols/WebSocketCallbackClient.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/Protocols/WebSocketPublisherClient.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Core/Protocols/WebSocketClient.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Core/WebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/PingConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/WebSocketConnectionState.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Validator/ResponseValidator.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/Protocols/WebSocketCallbackClient.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/Protocols/WebSocketPublisherClient.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:18:36: warning: sending 'request' risks causing data races; this is an error in the Swift 6 language mode
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:18:36: note: sending task-isolated 'request' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:18:36: warning: sending 'pingConfig' risks causing data races; this is an error in the Swift 6 language mode
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:18:36: note: sending task-isolated 'pingConfig' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:18:36: warning: sending 'session' risks causing data races; this is an error in the Swift 6 language mode
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:18:36: note: sending task-isolated 'session' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:26:36: warning: sending 'request' risks causing data races; this is an error in the Swift 6 language mode
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:26:36: note: sending task-isolated 'request' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:26:36: warning: sending 'pingConfig' risks causing data races; this is an error in the Swift 6 language mode
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:26:36: note: sending task-isolated 'pingConfig' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:26:36: warning: sending 'session' risks causing data races; this is an error in the Swift 6 language mode
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:26:36: note: sending task-isolated 'session' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:35:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:37:27: note: closure captures 'self' which is accessible to code in the current task
                try await actor.connect()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:46:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:48:27: note: closure captures 'self' which is accessible to code in the current task
                try await actor.disconnect()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:57:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task { await actor.terminate() }
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:57:22: note: closure captures 'self' which is accessible to code in the current task
        Task { await actor.terminate() }
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:61:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:63:27: note: closure captures 'self' which is accessible to code in the current task
                try await actor.send(message)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:74:28: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        messageTask = Task {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:75:36: note: closure captures 'self' which is accessible to code in the current task
            for await msg in await actor.messages {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:84:26: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        stateTask = Task {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:85:38: note: closure captures 'self' which is accessible to code in the current task
            for await state in await actor.stateEvents {
                                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:90:28: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        messageTask = Task { [weak self] in
                           ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:91:23: note: closure captures 'self' which is accessible to code in the current task
            guard let self else { return }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:100:26: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        stateTask = Task { [weak self] in
                         ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:101:23: note: closure captures 'self' which is accessible to code in the current task
            guard let self else { return }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:19:36: warning: sending 'request' risks causing data races; this is an error in the Swift 6 language mode
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:19:36: note: sending task-isolated 'request' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:19:36: warning: sending 'pingConfig' risks causing data races; this is an error in the Swift 6 language mode
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:19:36: note: sending task-isolated 'pingConfig' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:19:36: warning: sending 'session' risks causing data races; this is an error in the Swift 6 language mode
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:19:36: note: sending task-isolated 'session' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:27:36: warning: sending 'request' risks causing data races; this is an error in the Swift 6 language mode
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:27:36: note: sending task-isolated 'request' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:27:36: warning: sending 'pingConfig' risks causing data races; this is an error in the Swift 6 language mode
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:27:36: note: sending task-isolated 'pingConfig' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:27:36: warning: sending 'session' risks causing data races; this is an error in the Swift 6 language mode
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:27:36: note: sending task-isolated 'session' to actor-isolated callee risks causing data races between actor-isolated and task-isolated uses
        self.init(webSocketClient: WebSocket(request: request, pingConfig: pingConfig, session: session))
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:39:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            Task {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:42:21: note: closure captures 'promise' which is accessible to code in the current task
                    promise(.success(()))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:52:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            Task {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:55:21: note: closure captures 'promise' which is accessible to code in the current task
                    promise(.success(()))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:64:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task { await actor.terminate() }
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:64:22: note: closure captures 'self' which is accessible to code in the current task
        Task { await actor.terminate() }
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:69:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            Task {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:72:21: note: closure captures 'promise' which is accessible to code in the current task
                    promise(.success(()))
                    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Core/Protocols/WebSocketClient.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Core/WebSocket.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Core/WebSocket.swift:8:13: warning: 'nonisolated' can not be applied to variable with non-'Sendable' type 'any WebSocketTaskInterceptor'; this is an error in the Swift 6 language mode
    private nonisolated let fallbackWebSocketTaskInterceptor: WebSocketTaskInterceptor = DefaultWebSocketTaskInterceptor()
            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/WebSocketTaskInterceptor.swift:4:17: note: protocol 'WebSocketTaskInterceptor' does not conform to the 'Sendable' protocol
public protocol WebSocketTaskInterceptor: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Core/WebSocket.swift:104:57: warning: non-sendable type 'any WebSocketTaskInterceptor' of property 'fallbackWebSocketTaskInterceptor' cannot exit nonisolated context; this is an error in the Swift 6 language mode
            session.delegate.webSocketTaskInterceptor = fallbackWebSocketTaskInterceptor
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/WebSocketTaskInterceptor.swift:4:17: note: protocol 'WebSocketTaskInterceptor' does not conform to the 'Sendable' protocol
public protocol WebSocketTaskInterceptor: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Core/WebSocket.swift:112:61: warning: capture of 'event' with non-sendable type 'WebSocketTaskEvent' in a '@Sendable' closure; this is an error in the Swift 6 language mode
                await self?.handleWebSocketInterceptorEvent(event)
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/WebSocketTaskInterceptor.swift:17:13: note: consider making enum 'WebSocketTaskEvent' conform to the 'Sendable' protocol
public enum WebSocketTaskEvent {
            ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Core/WebSocket.swift:68:9: warning: cannot access property 'session' with a non-sendable type 'any NetworkSession' from nonisolated deinit; this is an error in the Swift 6 language mode
        session.delegate.webSocketTaskInterceptor?.onEvent = nil
        ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Session.swift:3:17: note: protocol 'NetworkSession' does not conform to the 'Sendable' protocol
public protocol NetworkSession {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Core/WebSocket.swift:188:38: warning: sending 'wsTask' risks causing data races; this is an error in the Swift 6 language mode
                    try await wsTask.sendPing()
                              ~~~~~~~^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Core/WebSocket.swift:188:38: note: sending 'self'-isolated 'wsTask' to nonisolated instance method 'sendPing()' risks causing data races between nonisolated and 'self'-isolated uses
                    try await wsTask.sendPing()
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Core/WebSocket.swift:196:34: warning: sending 'self.pingConfig' risks causing data races; this is an error in the Swift 6 language mode
                await pingConfig.waitForPingInterval()
                      ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Core/WebSocket.swift:196:34: note: sending 'self'-isolated 'self.pingConfig' to nonisolated callee risks causing data races between nonisolated and 'self'-isolated uses
                await pingConfig.waitForPingInterval()
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Core/WebSocket.swift:275:30: warning: sending 'wsTask' risks causing data races; this is an error in the Swift 6 language mode
            try await wsTask.send(message)
                      ~~~~~~~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Core/WebSocket.swift:275:30: note: sending 'self'-isolated 'wsTask' to nonisolated instance method 'send' risks causing data races between nonisolated and 'self'-isolated uses
            try await wsTask.send(message)
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Core/WebSocket.swift:291:52: warning: sending 'wsTask' risks causing data races; this is an error in the Swift 6 language mode
                    let message = try await wsTask.receive()
                                            ~~~~~~~^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Core/WebSocket.swift:291:52: note: sending 'self'-isolated 'wsTask' to nonisolated instance method 'receive()' risks causing data races between nonisolated and 'self'-isolated uses
                    let message = try await wsTask.receive()
                                                   ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/PingConfig.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/WebSocketConnectionState.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Validator/ResponseValidator.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SSEConnectionState.swift,\ SSEParser.swift,\ ServerSentEvent.swift,\ DataUploader.swift,\ DataUploadable.swift,\ FileUploader.swift,\ FileUploadable.swift,\ UploadStreamEvent.swift,\ UploadTypealias.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Helpers/SSEConnectionState.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Helpers/SSEParser.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Helpers/ServerSentEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Shared/UploadStreamEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Shared/UploadTypealias.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Helpers/SSEConnectionState.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Helpers/SSEParser.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Helpers/ServerSentEvent.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:71:28: warning: capture of 'self' with non-sendable type 'DataUploader?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            taskBox.task = self?.createTaskAndPerform(data, with: request, progress: progress, completion: completion)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:4:14: note: class 'DataUploader' does not conform to the 'Sendable' protocol
public class DataUploader: DataUploadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:71:67: warning: capture of 'request' with non-sendable type 'any Request' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            taskBox.task = self?.createTaskAndPerform(data, with: request, progress: progress, completion: completion)
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Request.swift:3:17: note: protocol 'Request' does not conform to the 'Sendable' protocol
public protocol Request {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:71:86: warning: capture of 'progress' with non-sendable type 'UploadProgressHandler?' (aka 'Optional<(Double) -> ()>') in a '@Sendable' closure; this is an error in the Swift 6 language mode
            taskBox.task = self?.createTaskAndPerform(data, with: request, progress: progress, completion: completion)
                                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:71:86: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            taskBox.task = self?.createTaskAndPerform(data, with: request, progress: progress, completion: completion)
                                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:71:108: warning: capture of 'completion' with non-sendable type 'UploadCompletionHandler' (aka '(Result<Data, NetworkingError>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
            taskBox.task = self?.createTaskAndPerform(data, with: request, progress: progress, completion: completion)
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:71:108: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            taskBox.task = self?.createTaskAndPerform(data, with: request, progress: progress, completion: completion)
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:45:29: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            let task = Task {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:47:42: note: closure captures non-Sendable 'self'
                    let data = try await uploadData(data, with: request) {
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:47:65: note: closure captures non-Sendable 'request'
                    let data = try await uploadData(data, with: request) {
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:102:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:104:38: note: closure captures 'self' which is accessible to code in the current task
                let data = try await uploadData(data, with: request, progress: progress)
                                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:71:28: warning: capture of 'self' with non-sendable type 'FileUploader?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            taskBox.task = self?.createTaskAndPerform(fileURL, with: request, progress: progress, completion: completion)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:4:14: note: class 'FileUploader' does not conform to the 'Sendable' protocol
public class FileUploader: FileUploadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:71:70: warning: capture of 'request' with non-sendable type 'any Request' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            taskBox.task = self?.createTaskAndPerform(fileURL, with: request, progress: progress, completion: completion)
                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Request.swift:3:17: note: protocol 'Request' does not conform to the 'Sendable' protocol
public protocol Request {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:71:89: warning: capture of 'progress' with non-sendable type 'UploadProgressHandler?' (aka 'Optional<(Double) -> ()>') in a '@Sendable' closure; this is an error in the Swift 6 language mode
            taskBox.task = self?.createTaskAndPerform(fileURL, with: request, progress: progress, completion: completion)
                                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:71:89: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            taskBox.task = self?.createTaskAndPerform(fileURL, with: request, progress: progress, completion: completion)
                                                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:71:111: warning: capture of 'completion' with non-sendable type 'UploadCompletionHandler' (aka '(Result<Data, NetworkingError>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
            taskBox.task = self?.createTaskAndPerform(fileURL, with: request, progress: progress, completion: completion)
                                                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:71:111: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            taskBox.task = self?.createTaskAndPerform(fileURL, with: request, progress: progress, completion: completion)
                                                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:45:29: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            let task = Task {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:47:42: note: closure captures non-Sendable 'self'
                    let data = try await uploadFile(fileURL, with: request) {
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:47:68: note: closure captures non-Sendable 'request'
                    let data = try await uploadFile(fileURL, with: request) {
                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:102:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:104:38: note: closure captures 'self' which is accessible to code in the current task
                let data = try await uploadFile(fileURL, with: request, progress: progress)
                                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Shared/UploadStreamEvent.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Shared/UploadTypealias.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ EZNetworking (in target 'EZNetworking' from project 'EZNetworking')
EmitSwiftModule normal arm64 (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift:3:1: warning: conformance to 'Sendable' must occur in the same source file as class 'SessionDelegate'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
extension SessionDelegate: URLSessionDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate.swift:3:14: warning: non-final class 'SessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
public class SessionDelegate: NSObject {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/SessionDelegate.swift:4:21: warning: stored property 'cacheInterceptor' of 'Sendable'-conforming class 'SessionDelegate' is mutable; this is an error in the Swift 6 language mode
    public weak var cacheInterceptor: CacheInterceptor?
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:24:13: warning: 'nonisolated' can not be applied to variable with non-'Sendable' type 'DefaultDownloadTaskInterceptor'; this is an error in the Swift 6 language mode
    private nonisolated let fallbackDownloadTaskInterceptor: DefaultDownloadTaskInterceptor
            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/DefaultInterceptors/DefaultDownloadTaskInterceptor.swift:4:7: note: class 'DefaultDownloadTaskInterceptor' does not conform to the 'Sendable' protocol
class DefaultDownloadTaskInterceptor: DownloadTaskInterceptor {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Core/WebSocket.swift:8:13: warning: 'nonisolated' can not be applied to variable with non-'Sendable' type 'any WebSocketTaskInterceptor'; this is an error in the Swift 6 language mode
    private nonisolated let fallbackWebSocketTaskInterceptor: WebSocketTaskInterceptor = DefaultWebSocketTaskInterceptor()
            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Session/Interceptors/Protocols/WebSocketTaskInterceptor.swift:4:17: note: protocol 'WebSocketTaskInterceptor' does not conform to the 'Sendable' protocol
public protocol WebSocketTaskInterceptor: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:37:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:39:27: note: closure captures 'self' which is accessible to code in the current task
                try await actor.connect()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:48:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:50:27: note: closure captures 'self' which is accessible to code in the current task
                try await actor.disconnect()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:59:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task { await actor.terminate() }
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:59:22: note: closure captures 'self' which is accessible to code in the current task
        Task { await actor.terminate() }
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:65:26: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        eventTask = Task {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:66:38: note: closure captures 'self' which is accessible to code in the current task
            for await event in await actor.events {
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:75:26: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        stateTask = Task {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift:76:38: note: closure captures 'self' which is accessible to code in the current task
            for await state in await actor.stateEvents {
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:79:26: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        eventTask = Task { [weak self] in
                         ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:80:23: note: closure captures 'self' which is accessible to code in the current task
            guard let self else { return }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:89:26: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        stateTask = Task { [weak self] in
                         ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:90:23: note: closure captures 'self' which is accessible to code in the current task
            guard let self else { return }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:41:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            Task {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:44:21: note: closure captures 'promise' which is accessible to code in the current task
                    promise(.success(()))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:54:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            Task {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:57:21: note: closure captures 'promise' which is accessible to code in the current task
                    promise(.success(()))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:66:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task { await actor.terminate() }
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift:66:22: note: closure captures 'self' which is accessible to code in the current task
        Task { await actor.terminate() }
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:35:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:37:27: note: closure captures 'self' which is accessible to code in the current task
                try await actor.connect()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:46:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:48:27: note: closure captures 'self' which is accessible to code in the current task
                try await actor.disconnect()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:57:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task { await actor.terminate() }
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:57:22: note: closure captures 'self' which is accessible to code in the current task
        Task { await actor.terminate() }
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:61:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:63:27: note: closure captures 'self' which is accessible to code in the current task
                try await actor.send(message)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:74:28: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        messageTask = Task {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:75:36: note: closure captures 'self' which is accessible to code in the current task
            for await msg in await actor.messages {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:84:26: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        stateTask = Task {
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift:85:38: note: closure captures 'self' which is accessible to code in the current task
            for await state in await actor.stateEvents {
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:90:28: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        messageTask = Task { [weak self] in
                           ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:91:23: note: closure captures 'self' which is accessible to code in the current task
            guard let self else { return }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:100:26: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        stateTask = Task { [weak self] in
                         ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:101:23: note: closure captures 'self' which is accessible to code in the current task
            guard let self else { return }
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:39:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            Task {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:42:21: note: closure captures 'promise' which is accessible to code in the current task
                    promise(.success(()))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:52:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            Task {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:55:21: note: closure captures 'promise' which is accessible to code in the current task
                    promise(.success(()))
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:64:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task { await actor.terminate() }
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:64:22: note: closure captures 'self' which is accessible to code in the current task
        Task { await actor.terminate() }
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:69:18: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
            Task {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift:72:21: note: closure captures 'promise' which is accessible to code in the current task
                    promise(.success(()))
                    ^
SwiftCompile normal arm64 Compiling\ ResponseValidationFailureReason.swift,\ SendableError.swift,\ ServerSentEvenFailureReason.swift,\ URLBuildFailureReason.swift,\ WebSocketFailureReason.swift,\ NetworkingError.swift,\ HTTPBody.swift,\ MultipartFormData.swift,\ MultipartFormPart.swift,\ AuthorizationType.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkFailureReason/ResponseValidationFailureReason.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkFailureReason/SendableError/SendableError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkFailureReason/ServerSentEvenFailureReason.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkFailureReason/URLBuildFailureReason.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkFailureReason/WebSocketFailureReason.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkingError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Body/HTTPBody.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Body/MultipartFormData/MultipartFormData.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Body/MultipartFormData/MultipartFormPart.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/AuthorizationType.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkFailureReason/ResponseValidationFailureReason.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkFailureReason/SendableError/SendableError.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkFailureReason/SendableError/SendableError.swift:30:32: warning: conditional cast from 'Self' to 'any SendableError' (aka 'any Error') always succeeds
        if let sendable = self as? SendableError {
                               ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkFailureReason/ServerSentEvenFailureReason.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkFailureReason/URLBuildFailureReason.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkFailureReason/WebSocketFailureReason.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkingError.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Body/HTTPBody.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Body/MultipartFormData/MultipartFormData.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Body/MultipartFormData/MultipartFormPart.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/AuthorizationType.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for EZNetworking (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriver\ Compilation\ Requirements EZNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name EZNetworking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ResponseValidationFailureReason.swift, SendableError.swift, ServerSentEvenFailureReason.swift, URLBuildFailureReason.swift, WebSocketFailureReason.swift, NetworkingError.swift, HTTPBody.swift, MultipartFormData.swift, MultipartFormPart.swift, AuthorizationType.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling SSEConnectionState.swift, SSEParser.swift, ServerSentEvent.swift, DataUploader.swift, DataUploadable.swift, FileUploader.swift, FileUploadable.swift, UploadStreamEvent.swift, UploadTypealias.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/EZNetworking-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking-Swift.h (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/EZNetworking-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/EZNetworking.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftmodule (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/EZNetworking.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/EZNetworking.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftdoc (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/EZNetworking.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/EZNetworking.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.abi.json (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/EZNetworking.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/EZNetworking.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftsourceinfo (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/EZNetworking.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling RedirectInterceptor.swift, StreamTaskInterceptor.swift, TaskLifecycleInterceptor.swift, UploadTaskInterceptor.swift, WebSocketTaskInterceptor.swift, Session.swift, SessionDelegate+URLSessionDataDelegate.swift, SessionDelegate+URLSessionDelegate.swift, SessionDelegate+URLSessionDownloadDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling EZJSONDecoder.swift, HTTPResponse.swift, HTTPClientErrorStatus.swift, HTTPInformationalStatus.swift, HTTPRedirectionStatus.swift, HTTPServerErrorStatus.swift, HTTPSuccessStatus.swift, DecodingFailureReason.swift, DownloadFailureReason.swift, RequestFailureReason.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling WebSocketRequest.swift, DefaultDownloadTaskInterceptor.swift, DefaultUploadTaskInterceptor.swift, DefaultWebSocketTaskInterceptor.swift, AuthenticationInterceptor.swift, CacheInterceptor.swift, DataTaskInterceptor.swift, DownloadTaskInterceptor.swift, MetricsInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling String-ext.swift, RetryPolicy.swift, TaskBox.swift, RequestBuilder.swift, RequestFactory.swift, URLBuilder.swift, Request.swift, DownloadRequest.swift, EZRequest.swift, SSERequest.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPHeader.swift, HTTPHeaderApplier.swift, MimeType.swift, HTTPMethod.swift, HTTPParameter.swift, HTTPParameterApplier.swift, CancellableRequest.swift, EmptyResponse.swift, AsyncSequence-ext.swift, Data-ext.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling WebSocketCallbackClient.swift, WebSocketPublisherClient.swift, WebSocketCallbackAdapter.swift, WebSocketPublisherAdapter.swift, WebSocketClient.swift, WebSocket.swift, PingConfig.swift, WebSocketConnectionState.swift, ResponseValidator.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling FileDownloadable.swift, RequestPerformable.swift, RequestPerformer.swift, ServerSentEventCallbackClient.swift, ServerSentEventPublisherClient.swift, ServerSentEventCallbackAdapter.swift, ServerSentEventPublisherAdapter.swift, ServerSentEventClient.swift, ServerSentEventManager.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling SessionDelegate+URLSessionStreamDelegate.swift, SessionDelegate+URLSessionTaskDelegate.swift, SessionDelegate+URLSessionWebSocketDelegate.swift, SessionDelegate.swift, URLSessionDownloadTaskProtocol.swift, URLSessionProtocol.swift, URLSessionWebSocketTaskProtocol.swift, FileDownloader.swift, DownloadEvent.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriver\ Compilation EZNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name EZNetworking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/EZNetworking.o normal (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/EZNetworking.o
ExtractAppIntentsMetadata (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name EZNetworking --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.EZNetworking --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/EZNetworking.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/EZNetworking.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/EZNetworking.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/EZNetworking.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-xros/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-17 01:14:11.372 appintentsmetadataprocessor[729:4234] Starting appintentsmetadataprocessor export
2026-04-17 01:14:11.412 appintentsmetadataprocessor[729:4234] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/EZNetworking.o (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/EZNetworking.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EZNetworking",
  "name" : "EZNetworking",
  "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"
    }
  ],
  "products" : [
    {
      "name" : "EZNetworking",
      "targets" : [
        "EZNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EZNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "EZNetworkingTests",
      "path" : "Tests/EZNetworkingTests",
      "sources" : [
        "Decoding/EZJSONDecoderTests.swift",
        "Error/HTTPResponse/HTTPResponseTests.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPClientErrorStatusTests.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPInformationalStatusTests.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPRedirectionStatusTests.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPServerErrorStatusTests.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPSuccessStatusTests.swift",
        "Error/NetworkFailureReason/DecodingFailureReasonTests.swift",
        "Error/NetworkFailureReason/DownloadFailureReasonTests.swift",
        "Error/NetworkFailureReason/RequestFailureReasonTests.swift",
        "Error/NetworkFailureReason/ResponseValidationFailureReasonTests.swift",
        "Error/NetworkFailureReason/SendableError/SendableErrorTests.swift",
        "Error/NetworkFailureReason/ServerSentEvenFailureReasonTests.swift",
        "Error/NetworkFailureReason/URLBuildFailureReasonTests.swift",
        "Error/NetworkFailureReason/WebSocketFailureReasonTests.swift",
        "Error/NetworkingErrorTests.swift",
        "HTTP/Body/HTTPBodyTests.swift",
        "HTTP/Body/MultipartFormData/MultipartFormDataTests.swift",
        "HTTP/Body/MultipartFormData/MultipartFormPartTests.swift",
        "HTTP/Headers/AuthorizationTypeTests.swift",
        "HTTP/Headers/HTTPHeaderApplierTests.swift",
        "HTTP/Headers/HTTPHeaderTests.swift",
        "HTTP/Headers/MimeTypeTests.swift",
        "HTTP/Methods/HTTPMethodTests.swift",
        "HTTP/Parameters/HTTPParameterApplierTests.swift",
        "HTTP/Parameters/HTTPParameterTests.swift",
        "Mocks/Mock-Codeable.swift",
        "Mocks/Mock-JSON.swift",
        "Mocks/MockSession.swift",
        "Mocks/MockURLResponseValidator.swift",
        "Other/CancellableRequestTests.swift",
        "Other/Extensions/AsyncSequence-extTests.swift",
        "Other/Extensions/Data-extTests.swift",
        "Other/Extensions/String-extTests.swift",
        "Other/RetryPolicyTests.swift",
        "Other/TaskBoxTests.swift",
        "Request/Creational/RequestBuilderTests.swift",
        "Request/Creational/RequestFactoryTests.swift",
        "Request/Creational/URLBuilderTests.swift",
        "Request/RequestTests.swift",
        "Request/SpecializedRequests/DownloadRequestTests.swift",
        "Request/SpecializedRequests/SSERequestTests.swift",
        "Request/SpecializedRequests/WebSocketRequestTests.swift",
        "Session/Interceptors/DefaultInterceptors/DefaultDownloadTaskInterceptorTests.swift",
        "Session/Interceptors/DefaultInterceptors/DefaultUploadTaskInterceptor.swift",
        "Session/Interceptors/DefaultInterceptors/DefaultWebSocketTaskInterceptorTests.swift",
        "Session/SessionTests.swift",
        "Session/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDataDelegate+Tests.swift",
        "Session/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDelegate+Tests.swift",
        "Session/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDownloadDelegate+Tests.swift",
        "Session/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionStreamDelegate+Tests.swift",
        "Session/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionTaskDelegate+Tests.swift",
        "Session/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionWebSocketDelegate+Tests.swift",
        "Session/URLSessionProtocols/URLSessionDownloadTaskProtocolTests.swift",
        "Session/URLSessionProtocols/URLSessionWebSocketTaskProtocolTest.swift",
        "SwiftTestingHelpers/Expectation.swift",
        "SwiftTestingHelpers/ExpectationTests.swift",
        "Util/Downloader/FileDownloaderCoreFunctionalityTests.swift",
        "Util/Downloader/FileDownloaderInvalidStateTests.swift",
        "Util/Downloader/FileDownloaderPauseResumeTests.swift",
        "Util/Downloader/FileDownloaderTaskCancellationTests.swift",
        "Util/Downloader/Helpers/DownloadEventTests.swift",
        "Util/Downloader/Mocks/MockDownloadTask.swift",
        "Util/Downloader/Mocks/MockDownloadTaskInterceptor.swift",
        "Util/Downloader/Mocks/MockFileDownloaderURLSession.swift",
        "Util/Performers/Mocks/MockRequestPerformerURLSession.swift",
        "Util/Performers/RequestPerformable_asyncAwait_Tests.swift",
        "Util/Performers/RequestPerformable_callbacks_Tests.swift",
        "Util/Performers/RequestPerformable_publisher_Tests.swift",
        "Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapterTests.swift",
        "Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapterTests.swift",
        "Util/ServerSentEvent/Core/ServerSentEventManagerTests.swift",
        "Util/ServerSentEvent/Core/ServerSentEventManagerWithRetryTests.swift",
        "Util/ServerSentEvent/Helpers/SSEConnectionStateTests.swift",
        "Util/ServerSentEvent/Helpers/SSEParserTests.swift",
        "Util/ServerSentEvent/Helpers/ServerSentEventTests.swift",
        "Util/ServerSentEvent/Mocks/MockSSEURLSession.swift",
        "Util/Uploader/DataUploader/DataUploader_asyncAwait_Tests.swift",
        "Util/Uploader/DataUploader/DataUploader_asyncStream_Tests.swift",
        "Util/Uploader/DataUploader/DataUploader_callbacks_Tests.swift",
        "Util/Uploader/DataUploader/DataUploader_publisher_Tests.swift",
        "Util/Uploader/DataUploader/Mocks/MockDataUploaderURLSession.swift",
        "Util/Uploader/FileUploader/FileUploader_asyncAwait_Tests.swift",
        "Util/Uploader/FileUploader/FileUploader_asyncStream_Tests.swift",
        "Util/Uploader/FileUploader/FileUploader_callbacks_Tests.swift",
        "Util/Uploader/FileUploader/FileUploader_publisher_Tests.swift",
        "Util/Uploader/FileUploader/Mocks/MockFileUploaderURLSession.swift",
        "Util/Uploader/Mocks/MockUploadTaskInterceptor.swift",
        "Util/WebSocket/Adaptors/WebSocketCallbackAdapterTests.swift",
        "Util/WebSocket/Adaptors/WebSocketPublisherAdapterTests.swift",
        "Util/WebSocket/Core/WebSocket_Connect_Tests.swift",
        "Util/WebSocket/Core/WebSocket_Disconnect_Tests.swift",
        "Util/WebSocket/Core/WebSocket_Messages_Tests.swift",
        "Util/WebSocket/Core/WebSocket_Send_Tests.swift",
        "Util/WebSocket/Core/WebSocket_StateEvents_Tests.swift",
        "Util/WebSocket/Helpers/PingConfigTests.swift",
        "Util/WebSocket/Helpers/WebSocketConnectionStateTests.swift",
        "Util/WebSocket/Mocks/MockURLSessionWebSocketTask.swift",
        "Util/WebSocket/Mocks/MockWebSockerURLSession.swift",
        "Util/WebSocket/Mocks/MockWebSocketTaskInterceptor.swift",
        "Validator/ResponseValidatorTests.swift"
      ],
      "target_dependencies" : [
        "EZNetworking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EZNetworking",
      "module_type" : "SwiftTarget",
      "name" : "EZNetworking",
      "path" : "Sources/EZNetworking",
      "product_memberships" : [
        "EZNetworking"
      ],
      "sources" : [
        "Decoding/EZJSONDecoder.swift",
        "Error/HTTPResponse/HTTPResponse.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPClientErrorStatus.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPInformationalStatus.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPRedirectionStatus.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPServerErrorStatus.swift",
        "Error/HTTPResponse/StatusCodeTypes/HTTPSuccessStatus.swift",
        "Error/NetworkFailureReason/DecodingFailureReason.swift",
        "Error/NetworkFailureReason/DownloadFailureReason.swift",
        "Error/NetworkFailureReason/RequestFailureReason.swift",
        "Error/NetworkFailureReason/ResponseValidationFailureReason.swift",
        "Error/NetworkFailureReason/SendableError/SendableError.swift",
        "Error/NetworkFailureReason/ServerSentEvenFailureReason.swift",
        "Error/NetworkFailureReason/URLBuildFailureReason.swift",
        "Error/NetworkFailureReason/WebSocketFailureReason.swift",
        "Error/NetworkingError.swift",
        "HTTP/Body/HTTPBody.swift",
        "HTTP/Body/MultipartFormData/MultipartFormData.swift",
        "HTTP/Body/MultipartFormData/MultipartFormPart.swift",
        "HTTP/Headers/AuthorizationType.swift",
        "HTTP/Headers/HTTPHeader.swift",
        "HTTP/Headers/HTTPHeaderApplier.swift",
        "HTTP/Headers/MimeType.swift",
        "HTTP/Methods/HTTPMethod.swift",
        "HTTP/Parameters/HTTPParameter.swift",
        "HTTP/Parameters/HTTPParameterApplier.swift",
        "Other/CancellableRequest.swift",
        "Other/EmptyResponse.swift",
        "Other/Extensions/AsyncSequence-ext.swift",
        "Other/Extensions/Data-ext.swift",
        "Other/Extensions/String-ext.swift",
        "Other/RetryPolicy.swift",
        "Other/TaskBox.swift",
        "Request/Creational/RequestBuilder.swift",
        "Request/Creational/RequestFactory.swift",
        "Request/Creational/URLBuilder.swift",
        "Request/Request.swift",
        "Request/SpecializedRequests/DownloadRequest.swift",
        "Request/SpecializedRequests/EZRequest.swift",
        "Request/SpecializedRequests/SSERequest.swift",
        "Request/SpecializedRequests/WebSocketRequest.swift",
        "Session/Interceptors/DefaultInterceptors/DefaultDownloadTaskInterceptor.swift",
        "Session/Interceptors/DefaultInterceptors/DefaultUploadTaskInterceptor.swift",
        "Session/Interceptors/DefaultInterceptors/DefaultWebSocketTaskInterceptor.swift",
        "Session/Interceptors/Protocols/AuthenticationInterceptor.swift",
        "Session/Interceptors/Protocols/CacheInterceptor.swift",
        "Session/Interceptors/Protocols/DataTaskInterceptor.swift",
        "Session/Interceptors/Protocols/DownloadTaskInterceptor.swift",
        "Session/Interceptors/Protocols/MetricsInterceptor.swift",
        "Session/Interceptors/Protocols/RedirectInterceptor.swift",
        "Session/Interceptors/Protocols/StreamTaskInterceptor.swift",
        "Session/Interceptors/Protocols/TaskLifecycleInterceptor.swift",
        "Session/Interceptors/Protocols/UploadTaskInterceptor.swift",
        "Session/Interceptors/Protocols/WebSocketTaskInterceptor.swift",
        "Session/Session.swift",
        "Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift",
        "Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift",
        "Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift",
        "Session/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift",
        "Session/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift",
        "Session/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift",
        "Session/SessionDelegate.swift",
        "Session/URLSessionProtocols/URLSessionDownloadTaskProtocol.swift",
        "Session/URLSessionProtocols/URLSessionProtocol.swift",
        "Session/URLSessionProtocols/URLSessionWebSocketTaskProtocol.swift",
        "Util/Downloader/FileDownloader.swift",
        "Util/Downloader/Helpers/DownloadEvent.swift",
        "Util/Downloader/Protocols/FileDownloadable.swift",
        "Util/Performers/Protocols/RequestPerformable.swift",
        "Util/Performers/RequestPerformer.swift",
        "Util/ServerSentEvent/Adaptors/Protocols/ServerSentEventCallbackClient.swift",
        "Util/ServerSentEvent/Adaptors/Protocols/ServerSentEventPublisherClient.swift",
        "Util/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift",
        "Util/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift",
        "Util/ServerSentEvent/Core/Protocols/ServerSentEventClient.swift",
        "Util/ServerSentEvent/Core/ServerSentEventManager.swift",
        "Util/ServerSentEvent/Helpers/SSEConnectionState.swift",
        "Util/ServerSentEvent/Helpers/SSEParser.swift",
        "Util/ServerSentEvent/Helpers/ServerSentEvent.swift",
        "Util/Uploader/DataUploader/DataUploader.swift",
        "Util/Uploader/DataUploader/Protocols/DataUploadable.swift",
        "Util/Uploader/FileUploader/FileUploader.swift",
        "Util/Uploader/FileUploader/Protocols/FileUploadable.swift",
        "Util/Uploader/Shared/UploadStreamEvent.swift",
        "Util/Uploader/Shared/UploadTypealias.swift",
        "Util/WebSocket/Adaptors/Protocols/WebSocketCallbackClient.swift",
        "Util/WebSocket/Adaptors/Protocols/WebSocketPublisherClient.swift",
        "Util/WebSocket/Adaptors/WebSocketCallbackAdapter.swift",
        "Util/WebSocket/Adaptors/WebSocketPublisherAdapter.swift",
        "Util/WebSocket/Core/Protocols/WebSocketClient.swift",
        "Util/WebSocket/Core/WebSocket.swift",
        "Util/WebSocket/Helpers/PingConfig.swift",
        "Util/WebSocket/Helpers/WebSocketConnectionState.swift",
        "Validator/ResponseValidator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.