The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build EZNetworking, reference 4.2.1 (973335), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 15 Dec 2025 04:17:55 UTC.

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 platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Aldo10012/EZNetworking.git
Reference: 4.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Aldo10012/EZNetworking
 * tag               4.2.1      -> FETCH_HEAD
HEAD is now at 9733356 Merge pull request #65 from Aldo10012/fix_SessionDelegate_DI
Cloned https://github.com/Aldo10012/EZNetworking.git
Revision (git rev-parse @):
97333567226e5df6053df89e82f201372eae7ee2
SUCCESS checkout https://github.com/Aldo10012/EZNetworking.git at 4.2.1
========================================
Build
========================================
Selected platform:         macosXcodebuild
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"
    }
  ],
  "products" : [
    {
      "name" : "EZNetworking",
      "targets" : [
        "EZNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EZNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "EZNetworkingTests",
      "path" : "Tests/EZNetworkingTests",
      "sources" : [
        "Decoding/RequestDecoderTests.swift",
        "Encoders/HTTPHeaderEncoderTests.swift",
        "Encoders/HTTPParameterEncoderTests.swift",
        "Error/HTTPError/HTTPErrorTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPClientErrorStatusTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPInformationalStatusTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPRedirectionStatusTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPServerErrorStatusTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPSuccessStatusTests.swift",
        "Error/InternalError/InternalErrorTests.swift",
        "Error/WebSocketError/WebSocketErrorTests.swift",
        "HTTP/Body/HTTPBodyTests.swift",
        "HTTP/Body/MultipartFormData/MultipartFormDataTests.swift",
        "HTTP/Body/MultipartFormData/MultipartFormPartTests.swift",
        "HTTP/Headers/AuthorizationTypeTests.swift",
        "HTTP/Headers/HTTPHeaderTests.swift",
        "HTTP/Headers/MimeTypeTests.swift",
        "HTTP/Methods/HTTPMethodTests.swift",
        "HTTP/Parameters/HTTPParameterTests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDataDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDownloadDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionStreamDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionTaskDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionWebSocketDelegate+Tests.swift",
        "Mocks/Mock-Codeable.swift",
        "Mocks/Mock-JSON.swift",
        "Mocks/MockURLResponseValidator.swift",
        "Other/Extensions/Data-extTests.swift",
        "Other/Extensions/String-extTests.swift",
        "Request/RequestBuilderTests.swift",
        "Request/RequestFactoryTests.swift",
        "Request/RequestTests.swift",
        "Util/Downloader/FileDownloadable_asyncAwait_Tests.swift",
        "Util/Downloader/FileDownloadable_asyncStream_Tests.swift",
        "Util/Downloader/FileDownloadable_callbacks_Tests.swift",
        "Util/Downloader/FileDownloadable_publisher_Tests.swift",
        "Util/Downloader/Helpers/DefaultDownloadTaskInterceptorTests.swift",
        "Util/Downloader/Mocks/FileDownloader_MockDownloadTaskInterceptor.swift",
        "Util/Downloader/Mocks/MockFileDownloaderURLSession.swift",
        "Util/Downloader/Mocks/MockURLSessionDownloadTask.swift",
        "Util/Performers/Mocks/MockRequestPerformerURLSession.swift",
        "Util/Performers/Mocks/MockURLSessionDataTask.swift",
        "Util/Performers/RequestPerformable_asyncAwait_Tests.swift",
        "Util/Performers/RequestPerformable_callbacks_Tests.swift",
        "Util/Performers/RequestPerformable_publisher_Tests.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/Helpers/DefaultUploadTaskInterceptor.swift",
        "Util/Uploader/Mocks/MockURLSessionUploadTask.swift",
        "Util/Uploader/Mocks/MockUploadTaskInterceptor.swift",
        "Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptorTests.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/RequestDecoder.swift",
        "Encoders/HTTPHeaderEncoder.swift",
        "Encoders/HTTPParameterEncoder.swift",
        "Error/HTTPError/HTTPError.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPClientErrorStatus.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPInformationalStatus.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPRedirectionStatus.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPServerErrorStatus.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPSuccessStatus.swift",
        "Error/InternalError/InternalError.swift",
        "Error/NetworkingError.swift",
        "Error/WebSocketError/WebSocketError.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/MimeType.swift",
        "HTTP/Methods/HTTPMethod.swift",
        "HTTP/Parameters/HTTPParameters.swift",
        "Interceptors/Protocols/AuthenticationInterceptor.swift",
        "Interceptors/Protocols/CacheInterceptor.swift",
        "Interceptors/Protocols/DataTaskInterceptor.swift",
        "Interceptors/Protocols/DownloadTaskInterceptor.swift",
        "Interceptors/Protocols/MetricsInterceptor.swift",
        "Interceptors/Protocols/RedirectInterceptor.swift",
        "Interceptors/Protocols/StreamTaskInterceptor.swift",
        "Interceptors/Protocols/TaskLifecycleInterceptor.swift",
        "Interceptors/Protocols/UploadTaskInterceptor.swift",
        "Interceptors/Protocols/WebSocketTaskInterceptor.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift",
        "Interceptors/SessionDelegate.swift",
        "Other/EmptyResponse.swift",
        "Other/Extensions/Data-ext.swift",
        "Other/Extensions/String-ext.swift",
        "Other/URLSessionTaskProtocol.swift",
        "Other/WebSocketTaskProtocol.swift",
        "Request/Request.swift",
        "Request/RequestBuilder.swift",
        "Request/RequestFactory.swift",
        "Util/Downloader/FileDownloader.swift",
        "Util/Downloader/Helpers/DefaultDownloadTaskInterceptor.swift",
        "Util/Downloader/Protocols/FileDownloadable.swift",
        "Util/Performers/Protocols/RequestPerformable.swift",
        "Util/Performers/RequestPerformer.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/Helpers/DefaultUploadTaskInterceptor.swift",
        "Util/Uploader/Helpers/UploadStreamEvent.swift",
        "Util/Uploader/Helpers/UploadTypealias.swift",
        "Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.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"
    }
  ],
  "products" : [
    {
      "name" : "EZNetworking",
      "targets" : [
        "EZNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EZNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "EZNetworkingTests",
      "path" : "Tests/EZNetworkingTests",
      "sources" : [
        "Decoding/RequestDecoderTests.swift",
        "Encoders/HTTPHeaderEncoderTests.swift",
        "Encoders/HTTPParameterEncoderTests.swift",
        "Error/HTTPError/HTTPErrorTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPClientErrorStatusTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPInformationalStatusTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPRedirectionStatusTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPServerErrorStatusTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPSuccessStatusTests.swift",
        "Error/InternalError/InternalErrorTests.swift",
        "Error/WebSocketError/WebSocketErrorTests.swift",
        "HTTP/Body/HTTPBodyTests.swift",
        "HTTP/Body/MultipartFormData/MultipartFormDataTests.swift",
        "HTTP/Body/MultipartFormData/MultipartFormPartTests.swift",
        "HTTP/Headers/AuthorizationTypeTests.swift",
        "HTTP/Headers/HTTPHeaderTests.swift",
        "HTTP/Headers/MimeTypeTests.swift",
        "HTTP/Methods/HTTPMethodTests.swift",
        "HTTP/Parameters/HTTPParameterTests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDataDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDownloadDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionStreamDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionTaskDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionWebSocketDelegate+Tests.swift",
        "Mocks/Mock-Codeable.swift",
        "Mocks/Mock-JSON.swift",
        "Mocks/MockURLResponseValidator.swift",
        "Other/Extensions/Data-extTests.swift",
        "Other/Extensions/String-extTests.swift",
        "Request/RequestBuilderTests.swift",
        "Request/RequestFactoryTests.swift",
        "Request/RequestTests.swift",
        "Util/Downloader/FileDownloadable_asyncAwait_Tests.swift",
        "Util/Downloader/FileDownloadable_asyncStream_Tests.swift",
        "Util/Downloader/FileDownloadable_callbacks_Tests.swift",
        "Util/Downloader/FileDownloadable_publisher_Tests.swift",
        "Util/Downloader/Helpers/DefaultDownloadTaskInterceptorTests.swift",
        "Util/Downloader/Mocks/FileDownloader_MockDownloadTaskInterceptor.swift",
        "Util/Downloader/Mocks/MockFileDownloaderURLSession.swift",
        "Util/Downloader/Mocks/MockURLSessionDownloadTask.swift",
        "Util/Performers/Mocks/MockRequestPerformerURLSession.swift",
        "Util/Performers/Mocks/MockURLSessionDataTask.swift",
        "Util/Performers/RequestPerformable_asyncAwait_Tests.swift",
        "Util/Performers/RequestPerformable_callbacks_Tests.swift",
        "Util/Performers/RequestPerformable_publisher_Tests.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/Helpers/DefaultUploadTaskInterceptor.swift",
        "Util/Uploader/Mocks/MockURLSessionUploadTask.swift",
        "Util/Uploader/Mocks/MockUploadTaskInterceptor.swift",
        "Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptorTests.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/RequestDecoder.swift",
        "Encoders/HTTPHeaderEncoder.swift",
        "Encoders/HTTPParameterEncoder.swift",
        "Error/HTTPError/HTTPError.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPClientErrorStatus.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPInformationalStatus.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPRedirectionStatus.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPServerErrorStatus.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPSuccessStatus.swift",
        "Error/InternalError/InternalError.swift",
        "Error/NetworkingError.swift",
        "Error/WebSocketError/WebSocketError.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/MimeType.swift",
        "HTTP/Methods/HTTPMethod.swift",
        "HTTP/Parameters/HTTPParameters.swift",
        "Interceptors/Protocols/AuthenticationInterceptor.swift",
        "Interceptors/Protocols/CacheInterceptor.swift",
        "Interceptors/Protocols/DataTaskInterceptor.swift",
        "Interceptors/Protocols/DownloadTaskInterceptor.swift",
        "Interceptors/Protocols/MetricsInterceptor.swift",
        "Interceptors/Protocols/RedirectInterceptor.swift",
        "Interceptors/Protocols/StreamTaskInterceptor.swift",
        "Interceptors/Protocols/TaskLifecycleInterceptor.swift",
        "Interceptors/Protocols/UploadTaskInterceptor.swift",
        "Interceptors/Protocols/WebSocketTaskInterceptor.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift",
        "Interceptors/SessionDelegate.swift",
        "Other/EmptyResponse.swift",
        "Other/Extensions/Data-ext.swift",
        "Other/Extensions/String-ext.swift",
        "Other/URLSessionTaskProtocol.swift",
        "Other/WebSocketTaskProtocol.swift",
        "Request/Request.swift",
        "Request/RequestBuilder.swift",
        "Request/RequestFactory.swift",
        "Util/Downloader/FileDownloader.swift",
        "Util/Downloader/Helpers/DefaultDownloadTaskInterceptor.swift",
        "Util/Downloader/Protocols/FileDownloadable.swift",
        "Util/Performers/Protocols/RequestPerformable.swift",
        "Util/Performers/RequestPerformer.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/Helpers/DefaultUploadTaskInterceptor.swift",
        "Util/Uploader/Helpers/UploadStreamEvent.swift",
        "Util/Uploader/Helpers/UploadTypealias.swift",
        "Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.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 platform=macOS,arch=arm64 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 platform=macOS,arch=arm64 "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/MacOSX.platform/Developer/SDKs/MacOSX15.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: 8fb2e11dbacdacdc6a55780acc203bac
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8fb2e11dbacdacdc6a55780acc203bac.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/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/EZNetworking.build/EZNetworking.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/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/EZNetworking.build/EZNetworking.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/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/EZNetworking.build/EZNetworking.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/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/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/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/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/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/EZNetworking.build/Objects-normal/arm64/EZNetworking-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/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/EZNetworking.build/Objects-normal/arm64/EZNetworking.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/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/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/EZNetworking.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/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/EZNetworking.build/EZNetworking.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/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/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/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/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/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/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\ HTTPBody.swift,\ MultipartFormData.swift,\ MultipartFormPart.swift,\ AuthorizationType.swift,\ HTTPHeader.swift,\ MimeType.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 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/HTTPHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/MimeType.swift (in target 'EZNetworking' from project 'EZNetworking')
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

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/MimeType.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SessionDelegate+URLSessionDataDelegate.swift,\ SessionDelegate+URLSessionDelegate.swift,\ SessionDelegate+URLSessionDownloadDelegate.swift,\ SessionDelegate+URLSessionStreamDelegate.swift,\ SessionDelegate+URLSessionTaskDelegate.swift,\ SessionDelegate+URLSessionWebSocketDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/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/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.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/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.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/Interceptors/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/Interceptors/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/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.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')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Decoding/RequestDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Encoders/HTTPHeaderEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Encoders/HTTPParameterEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/HTTPError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPClientErrorStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPInformationalStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPRedirectionStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPServerErrorStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPSuccessStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/InternalError/InternalError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkingError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/WebSocketError/WebSocketError.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 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/HTTPHeader.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/HTTPParameters.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/AuthenticationInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/CacheInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/DataTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/DownloadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/MetricsInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/RedirectInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/StreamTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/TaskLifecycleInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/UploadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/EmptyResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/Data-ext.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/String-ext.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/URLSessionTaskProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/RequestBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/RequestFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Helpers/DefaultDownloadTaskInterceptor.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/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/Helpers/DefaultUploadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/UploadStreamEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/UploadTypealias.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.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 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name EZNetworking -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.4 -target-sdk-name macosx15.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/Objects-normal/arm64/EZNetworking-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/Objects-normal/arm64/EZNetworking-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/Objects-normal/arm64/EZNetworking-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/Objects-normal/arm64/EZNetworking.abi.json
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/Error/HTTPError/HTTPError.swift:5:16: warning: stored property 'headers' of 'Sendable'-conforming struct 'HTTPError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
    public let headers: [AnyHashable: Any]
               ^
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
@frozen public struct Dictionary<Key, Value> where Key : Hashable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/HTTPError.swift:6:16: warning: stored property 'category' of 'Sendable'-conforming struct 'HTTPError' has non-sendable type 'HTTPError.HTTPErrorCategory'; this is an error in the Swift 6 language mode
    public let category: HTTPErrorCategory
               ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/HTTPError.swift:31:17: note: consider making enum 'HTTPErrorCategory' conform to the 'Sendable' protocol
    public enum HTTPErrorCategory {
                ^
                                  : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/WebSocketError/WebSocketError.swift:26:40: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    case unexpectedDisconnection(code: URLSessionWebSocketTask.CloseCode, reason: String?)
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/WebSocketError/WebSocketError.swift:3:13: note: add @available attribute to enclosing enum
public enum WebSocketError: Error {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:8:59: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didOpenWithProtocol protocol: String?)
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:8:10: note: add @available attribute to enclosing instance method
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didOpenWithProtocol protocol: String?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:4:17: note: add @available attribute to enclosing protocol
public protocol WebSocketTaskInterceptor: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:11:59: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didCloseWith closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?)
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:11:10: note: add @available attribute to enclosing instance method
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didCloseWith closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:4:17: note: add @available attribute to enclosing protocol
public protocol WebSocketTaskInterceptor: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:11:108: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didCloseWith closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?)
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:11:10: note: add @available attribute to enclosing instance method
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didCloseWith closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:4:17: note: add @available attribute to enclosing protocol
public protocol WebSocketTaskInterceptor: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:20:25: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    case didClose(code: URLSessionWebSocketTask.CloseCode, reason: Data?)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:17:13: note: add @available attribute to enclosing enum
public enum WebSocketTaskEvent {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/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/Interceptors/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/Interceptors/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? = nil
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift:5:42: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
                          webSocketTask: URLSessionWebSocketTask,
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift:4:17: note: add @available attribute to enclosing instance method
    public func urlSession(_ session: URLSession,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift:3:1: note: add @available attribute to enclosing extension
extension SessionDelegate: URLSessionWebSocketDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift:11:42: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
                          webSocketTask: URLSessionWebSocketTask,
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift:10:17: note: add @available attribute to enclosing instance method
    public func urlSession(_ session: URLSession,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift:3:1: note: add @available attribute to enclosing extension
extension SessionDelegate: URLSessionWebSocketDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift:12:51: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
                          didCloseWith closeCode: URLSessionWebSocketTask.CloseCode,
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift:10:17: note: add @available attribute to enclosing instance method
    public func urlSession(_ session: URLSession,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift:3:1: note: add @available attribute to enclosing extension
extension SessionDelegate: URLSessionWebSocketDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:6:33: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func cancel(with closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:6:10: note: add @available attribute to enclosing instance method
    func cancel(with closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:4:17: note: add @available attribute to enclosing protocol
public protocol WebSocketTaskProtocol {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:9:26: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func send(_ message: URLSessionWebSocketTask.Message) async throws
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:9:10: note: add @available attribute to enclosing instance method
    func send(_ message: URLSessionWebSocketTask.Message) async throws
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:4:17: note: add @available attribute to enclosing protocol
public protocol WebSocketTaskProtocol {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:10:26: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func send(_ message: URLSessionWebSocketTask.Message, completionHandler: @escaping @Sendable (Error?) -> Void)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:10:10: note: add @available attribute to enclosing instance method
    func send(_ message: URLSessionWebSocketTask.Message, completionHandler: @escaping @Sendable (Error?) -> Void)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:4:17: note: add @available attribute to enclosing protocol
public protocol WebSocketTaskProtocol {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:12:36: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func receive() async throws -> URLSessionWebSocketTask.Message
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:12:10: note: add @available attribute to enclosing instance method
    func receive() async throws -> URLSessionWebSocketTask.Message
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:4:17: note: add @available attribute to enclosing protocol
public protocol WebSocketTaskProtocol {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:13:65: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func receive(completionHandler: @escaping @Sendable (Result<URLSessionWebSocketTask.Message, Error>) -> Void)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:13:10: note: add @available attribute to enclosing instance method
    func receive(completionHandler: @escaping @Sendable (Result<URLSessionWebSocketTask.Message, Error>) -> Void)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:4:17: note: add @available attribute to enclosing protocol
public protocol WebSocketTaskProtocol {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:16:1: error: protocol 'WebSocketTaskProtocol' requires 'send' to be available in macOS 10.13 and newer
extension URLSessionWebSocketTask: WebSocketTaskProtocol {}
^
Foundation.URLSessionWebSocketTask.send:2:13: note: 'send' declared here
public func send(_ message: URLSessionWebSocketTask.Message) async throws}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:9:10: note: protocol requirement here
    func send(_ message: URLSessionWebSocketTask.Message) async throws
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:16:1: error: protocol 'WebSocketTaskProtocol' requires 'send(_:completionHandler:)' to be available in macOS 10.13 and newer
extension URLSessionWebSocketTask: WebSocketTaskProtocol {}
^
Foundation.URLSessionWebSocketTask.send:2:29: note: 'send(_:completionHandler:)' declared here
@preconcurrency public func send(_ message: URLSessionWebSocketTask.Message, completionHandler: @escaping @Sendable ((any Error)?) -> Void)}
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:10:10: note: protocol requirement here
    func send(_ message: URLSessionWebSocketTask.Message, completionHandler: @escaping @Sendable (Error?) -> Void)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:16:1: error: protocol 'WebSocketTaskProtocol' requires 'receive()' to be available in macOS 10.13 and newer
extension URLSessionWebSocketTask: WebSocketTaskProtocol {}
^
Foundation.URLSessionWebSocketTask.receive:2:13: note: 'receive()' declared here
public func receive() async throws -> URLSessionWebSocketTask.Message}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:12:10: note: protocol requirement here
    func receive() async throws -> URLSessionWebSocketTask.Message
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:16:1: error: protocol 'WebSocketTaskProtocol' requires 'receive(completionHandler:)' to be available in macOS 10.13 and newer
extension URLSessionWebSocketTask: WebSocketTaskProtocol {}
^
Foundation.URLSessionWebSocketTask.receive:2:29: note: 'receive(completionHandler:)' declared here
@preconcurrency public func receive(completionHandler: @escaping @Sendable (Result<URLSessionWebSocketTask.Message, any Error>) -> Void)}
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:13:10: note: protocol requirement here
    func receive(completionHandler: @escaping @Sendable (Result<URLSessionWebSocketTask.Message, Error>) -> Void)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:16:11: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
extension URLSessionWebSocketTask: WebSocketTaskProtocol {}
          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:16:1: note: add @available attribute to enclosing extension
extension URLSessionWebSocketTask: WebSocketTaskProtocol {}
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:69:99: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    public func downloadFilePublisher(from serverUrl: URL, progress: DownloadProgressHandler?) -> AnyPublisher<URL, NetworkingError> {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:69:17: note: add @available attribute to enclosing instance method
    public func downloadFilePublisher(from serverUrl: URL, progress: DownloadProgressHandler?) -> AnyPublisher<URL, NetworkingError> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:4:14: note: add @available attribute to enclosing class
public class FileDownloader: FileDownloadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:80:60: error: 'AsyncStream' is only available in macOS 10.15 or newer
    public func downloadFileStream(from serverUrl: URL) -> AsyncStream<DownloadStreamEvent> {
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:80:17: note: add @available attribute to enclosing instance method
    public func downloadFileStream(from serverUrl: URL) -> AsyncStream<DownloadStreamEvent> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:4:14: note: add @available attribute to enclosing class
public class FileDownloader: FileDownloadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift:10:92: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    func downloadFilePublisher(from serverUrl: URL, progress: DownloadProgressHandler?) -> AnyPublisher<URL, NetworkingError>
                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift:10:10: note: add @available attribute to enclosing instance method
    func downloadFilePublisher(from serverUrl: URL, progress: DownloadProgressHandler?) -> AnyPublisher<URL, NetworkingError>
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift:7:17: note: add @available attribute to enclosing protocol
public protocol FileDownloadable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift:11:53: error: 'AsyncStream' is only available in macOS 10.15 or newer
    func downloadFileStream(from serverUrl: URL) -> AsyncStream<DownloadStreamEvent>
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift:11:10: note: add @available attribute to enclosing instance method
    func downloadFileStream(from serverUrl: URL) -> AsyncStream<DownloadStreamEvent>
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift:7:17: note: add @available attribute to enclosing protocol
public protocol FileDownloadable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/Protocols/RequestPerformable.swift:7:96: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    func performPublisher<T: Decodable>(request: Request, decodeTo decodableObject: T.Type) -> AnyPublisher<T, NetworkingError>
                                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/Protocols/RequestPerformable.swift:7:10: note: add @available attribute to enclosing instance method
    func performPublisher<T: Decodable>(request: Request, decodeTo decodableObject: T.Type) -> AnyPublisher<T, NetworkingError>
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/Protocols/RequestPerformable.swift:4:17: note: add @available attribute to enclosing protocol
public protocol RequestPerformable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:58:103: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    public func performPublisher<T: Decodable>(request: Request, decodeTo decodableObject: T.Type) -> AnyPublisher<T, NetworkingError> {
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:58:17: note: add @available attribute to enclosing instance method
    public func performPublisher<T: Decodable>(request: Request, decodeTo decodableObject: T.Type) -> AnyPublisher<T, NetworkingError> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:4:15: note: add @available attribute to enclosing struct
public struct RequestPerformer: RequestPerformable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:63:111: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    public func uploadDataPublisher(_ data: Data, with request: Request, progress: UploadProgressHandler?) -> AnyPublisher<Data, NetworkingError> {
                                                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:63:17: note: add @available attribute to enclosing instance method
    public func uploadDataPublisher(_ data: Data, with request: Request, progress: UploadProgressHandler?) -> AnyPublisher<Data, NetworkingError> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:4:14: note: add @available attribute to enclosing class
public class DataUploader: DataUploadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:74:74: error: 'AsyncStream' is only available in macOS 10.15 or newer
    public func uploadDataStream(_ data: Data, with request: Request) -> AsyncStream<UploadStreamEvent> {
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:74:17: note: add @available attribute to enclosing instance method
    public func uploadDataStream(_ data: Data, with request: Request) -> AsyncStream<UploadStreamEvent> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:4:14: note: add @available attribute to enclosing class
public class DataUploader: DataUploadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift:7:104: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    func uploadDataPublisher(_ data: Data, with request: Request, progress: UploadProgressHandler?) -> AnyPublisher<Data, NetworkingError>
                                                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift:7:10: note: add @available attribute to enclosing instance method
    func uploadDataPublisher(_ data: Data, with request: Request, progress: UploadProgressHandler?) -> AnyPublisher<Data, NetworkingError>
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift:4:17: note: add @available attribute to enclosing protocol
public protocol DataUploadable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift:8:67: error: 'AsyncStream' is only available in macOS 10.15 or newer
    func uploadDataStream(_ data: Data, with request: Request) -> AsyncStream<UploadStreamEvent>
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift:8:10: note: add @available attribute to enclosing instance method
    func uploadDataStream(_ data: Data, with request: Request) -> AsyncStream<UploadStreamEvent>
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift:4:17: note: add @available attribute to enclosing protocol
public protocol DataUploadable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:64:117: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    public func uploadFilePublisher(_ fileURL: URL, with request: any Request, progress: UploadProgressHandler?) -> AnyPublisher<Data, NetworkingError> {
                                                                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:64:17: note: add @available attribute to enclosing instance method
    public func uploadFilePublisher(_ fileURL: URL, with request: any Request, progress: UploadProgressHandler?) -> AnyPublisher<Data, NetworkingError> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:4:14: note: add @available attribute to enclosing class
public class FileUploader: FileUploadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:75:80: error: 'AsyncStream' is only available in macOS 10.15 or newer
    public func uploadFileStream(_ fileURL: URL, with request: any Request) -> AsyncStream<UploadStreamEvent> {
                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:75:17: note: add @available attribute to enclosing instance method
    public func uploadFileStream(_ fileURL: URL, with request: any Request) -> AsyncStream<UploadStreamEvent> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:4:14: note: add @available attribute to enclosing class
public class FileUploader: FileUploadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift:7:106: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    func uploadFilePublisher(_ fileURL: URL, with request: Request, progress: UploadProgressHandler?) -> AnyPublisher<Data, NetworkingError>
                                                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift:7:10: note: add @available attribute to enclosing instance method
    func uploadFilePublisher(_ fileURL: URL, with request: Request, progress: UploadProgressHandler?) -> AnyPublisher<Data, NetworkingError>
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift:4:17: note: add @available attribute to enclosing protocol
public protocol FileUploadable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift:8:69: error: 'AsyncStream' is only available in macOS 10.15 or newer
    func uploadFileStream(_ fileURL: URL, with request: Request) -> AsyncStream<UploadStreamEvent>
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift:8:10: note: add @available attribute to enclosing instance method
    func uploadFileStream(_ fileURL: URL, with request: Request) -> AsyncStream<UploadStreamEvent>
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift:4:17: note: add @available attribute to enclosing protocol
public protocol FileUploadable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift:10:59: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didOpenWithProtocol protocol: String?) {
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift:10:10: note: add @available attribute to enclosing instance method
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didOpenWithProtocol protocol: String?) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift:3:16: note: add @available attribute to enclosing class
internal class DefaultWebSocketTaskInterceptor: WebSocketTaskInterceptor {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift:18:59: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didCloseWith closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?) {
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift:18:10: note: add @available attribute to enclosing instance method
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didCloseWith closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift:3:16: note: add @available attribute to enclosing class
internal class DefaultWebSocketTaskInterceptor: WebSocketTaskInterceptor {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift:18:108: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didCloseWith closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?) {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift:18:10: note: add @available attribute to enclosing instance method
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didCloseWith closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift:3:16: note: add @available attribute to enclosing class
internal class DefaultWebSocketTaskInterceptor: WebSocketTaskInterceptor {
               ^
SwiftCompile normal arm64 Compiling\ RequestDecoder.swift,\ HTTPHeaderEncoder.swift,\ HTTPParameterEncoder.swift,\ HTTPError.swift,\ HTTPClientErrorStatus.swift,\ HTTPInformationalStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Decoding/RequestDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Encoders/HTTPHeaderEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Encoders/HTTPParameterEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/HTTPError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPClientErrorStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPInformationalStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Decoding/RequestDecoder.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/Encoders/HTTPHeaderEncoder.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/Encoders/HTTPParameterEncoder.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/HTTPError/HTTPError.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/HTTPError/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/HTTPError/StatusCodeTypes/HTTPInformationalStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HTTPRedirectionStatus.swift,\ HTTPServerErrorStatus.swift,\ HTTPSuccessStatus.swift,\ InternalError.swift,\ NetworkingError.swift,\ WebSocketError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPRedirectionStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPServerErrorStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPSuccessStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/InternalError/InternalError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkingError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/WebSocketError/WebSocketError.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/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/HTTPError/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/HTTPError/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/InternalError/InternalError.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/Error/WebSocketError/WebSocketError.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HTTPMethod.swift,\ HTTPParameters.swift,\ AuthenticationInterceptor.swift,\ CacheInterceptor.swift,\ DataTaskInterceptor.swift,\ DownloadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Methods/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Parameters/HTTPParameters.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/AuthenticationInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/CacheInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/DataTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/DownloadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
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/HTTPParameters.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/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/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/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/Interceptors/Protocols/DownloadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DefaultUploadTaskInterceptor.swift,\ UploadStreamEvent.swift,\ UploadTypealias.swift,\ DefaultWebSocketTaskInterceptor.swift,\ WebSocketConnectionState.swift,\ ResponseValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/DefaultUploadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/UploadStreamEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/UploadTypealias.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.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/Uploader/Helpers/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/Util/Uploader/Helpers/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/Helpers/UploadTypealias.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/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/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\ SessionDelegate.swift,\ EmptyResponse.swift,\ Data-ext.swift,\ String-ext.swift,\ URLSessionTaskProtocol.swift,\ WebSocketTaskProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/EmptyResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/Data-ext.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/String-ext.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/URLSessionTaskProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/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/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/Data-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/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/URLSessionTaskProtocol.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/WebSocketTaskProtocol.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Request.swift,\ RequestBuilder.swift,\ RequestFactory.swift,\ FileDownloader.swift,\ DefaultDownloadTaskInterceptor.swift,\ FileDownloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/RequestBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/RequestFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Helpers/DefaultDownloadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift (in target 'EZNetworking' from project 'EZNetworking')
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/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/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/Util/Downloader/FileDownloader.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/Helpers/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/Util/Downloader/Protocols/FileDownloadable.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RequestPerformable.swift,\ RequestPerformer.swift,\ DataUploader.swift,\ DataUploadable.swift,\ FileUploader.swift,\ FileUploadable.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/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 (in target 'EZNetworking' from project 'EZNetworking')
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

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

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

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 Compiling\ MetricsInterceptor.swift,\ RedirectInterceptor.swift,\ StreamTaskInterceptor.swift,\ TaskLifecycleInterceptor.swift,\ UploadTaskInterceptor.swift,\ WebSocketTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/MetricsInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/RedirectInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/StreamTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/TaskLifecycleInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/UploadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
Command SwiftCompile failed with a nonzero exit code
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:441373f67402aa819b91f53d59f28e4697e9643a, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:441373f67402aa819b91f53d59f28e4697e9643a, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:441373f67402aa819b91f53d59f28e4697e9643a, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:441373f67402aa819b91f53d59f28e4697e9643a, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ EZNetworking (in target 'EZNetworking' from project 'EZNetworking')
	EmitSwiftModule normal arm64 (in target 'EZNetworking' from project 'EZNetworking')
	SwiftCompile normal arm64 Compiling\ MetricsInterceptor.swift,\ RedirectInterceptor.swift,\ StreamTaskInterceptor.swift,\ TaskLifecycleInterceptor.swift,\ UploadTaskInterceptor.swift,\ WebSocketTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/MetricsInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/RedirectInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/StreamTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/TaskLifecycleInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/UploadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
	Building workspace spi-builder-workspace with scheme EZNetworking
(4 failures)
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
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"
    }
  ],
  "products" : [
    {
      "name" : "EZNetworking",
      "targets" : [
        "EZNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EZNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "EZNetworkingTests",
      "path" : "Tests/EZNetworkingTests",
      "sources" : [
        "Decoding/RequestDecoderTests.swift",
        "Encoders/HTTPHeaderEncoderTests.swift",
        "Encoders/HTTPParameterEncoderTests.swift",
        "Error/HTTPError/HTTPErrorTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPClientErrorStatusTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPInformationalStatusTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPRedirectionStatusTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPServerErrorStatusTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPSuccessStatusTests.swift",
        "Error/InternalError/InternalErrorTests.swift",
        "Error/WebSocketError/WebSocketErrorTests.swift",
        "HTTP/Body/HTTPBodyTests.swift",
        "HTTP/Body/MultipartFormData/MultipartFormDataTests.swift",
        "HTTP/Body/MultipartFormData/MultipartFormPartTests.swift",
        "HTTP/Headers/AuthorizationTypeTests.swift",
        "HTTP/Headers/HTTPHeaderTests.swift",
        "HTTP/Headers/MimeTypeTests.swift",
        "HTTP/Methods/HTTPMethodTests.swift",
        "HTTP/Parameters/HTTPParameterTests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDataDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDownloadDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionStreamDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionTaskDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionWebSocketDelegate+Tests.swift",
        "Mocks/Mock-Codeable.swift",
        "Mocks/Mock-JSON.swift",
        "Mocks/MockURLResponseValidator.swift",
        "Other/Extensions/Data-extTests.swift",
        "Other/Extensions/String-extTests.swift",
        "Request/RequestBuilderTests.swift",
        "Request/RequestFactoryTests.swift",
        "Request/RequestTests.swift",
        "Util/Downloader/FileDownloadable_asyncAwait_Tests.swift",
        "Util/Downloader/FileDownloadable_asyncStream_Tests.swift",
        "Util/Downloader/FileDownloadable_callbacks_Tests.swift",
        "Util/Downloader/FileDownloadable_publisher_Tests.swift",
        "Util/Downloader/Helpers/DefaultDownloadTaskInterceptorTests.swift",
        "Util/Downloader/Mocks/FileDownloader_MockDownloadTaskInterceptor.swift",
        "Util/Downloader/Mocks/MockFileDownloaderURLSession.swift",
        "Util/Downloader/Mocks/MockURLSessionDownloadTask.swift",
        "Util/Performers/Mocks/MockRequestPerformerURLSession.swift",
        "Util/Performers/Mocks/MockURLSessionDataTask.swift",
        "Util/Performers/RequestPerformable_asyncAwait_Tests.swift",
        "Util/Performers/RequestPerformable_callbacks_Tests.swift",
        "Util/Performers/RequestPerformable_publisher_Tests.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/Helpers/DefaultUploadTaskInterceptor.swift",
        "Util/Uploader/Mocks/MockURLSessionUploadTask.swift",
        "Util/Uploader/Mocks/MockUploadTaskInterceptor.swift",
        "Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptorTests.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/RequestDecoder.swift",
        "Encoders/HTTPHeaderEncoder.swift",
        "Encoders/HTTPParameterEncoder.swift",
        "Error/HTTPError/HTTPError.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPClientErrorStatus.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPInformationalStatus.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPRedirectionStatus.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPServerErrorStatus.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPSuccessStatus.swift",
        "Error/InternalError/InternalError.swift",
        "Error/NetworkingError.swift",
        "Error/WebSocketError/WebSocketError.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/MimeType.swift",
        "HTTP/Methods/HTTPMethod.swift",
        "HTTP/Parameters/HTTPParameters.swift",
        "Interceptors/Protocols/AuthenticationInterceptor.swift",
        "Interceptors/Protocols/CacheInterceptor.swift",
        "Interceptors/Protocols/DataTaskInterceptor.swift",
        "Interceptors/Protocols/DownloadTaskInterceptor.swift",
        "Interceptors/Protocols/MetricsInterceptor.swift",
        "Interceptors/Protocols/RedirectInterceptor.swift",
        "Interceptors/Protocols/StreamTaskInterceptor.swift",
        "Interceptors/Protocols/TaskLifecycleInterceptor.swift",
        "Interceptors/Protocols/UploadTaskInterceptor.swift",
        "Interceptors/Protocols/WebSocketTaskInterceptor.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift",
        "Interceptors/SessionDelegate.swift",
        "Other/EmptyResponse.swift",
        "Other/Extensions/Data-ext.swift",
        "Other/Extensions/String-ext.swift",
        "Other/URLSessionTaskProtocol.swift",
        "Other/WebSocketTaskProtocol.swift",
        "Request/Request.swift",
        "Request/RequestBuilder.swift",
        "Request/RequestFactory.swift",
        "Util/Downloader/FileDownloader.swift",
        "Util/Downloader/Helpers/DefaultDownloadTaskInterceptor.swift",
        "Util/Downloader/Protocols/FileDownloadable.swift",
        "Util/Performers/Protocols/RequestPerformable.swift",
        "Util/Performers/RequestPerformer.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/Helpers/DefaultUploadTaskInterceptor.swift",
        "Util/Uploader/Helpers/UploadStreamEvent.swift",
        "Util/Uploader/Helpers/UploadTypealias.swift",
        "Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.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 platform=macOS,arch=arm64
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 platform=macOS,arch=arm64
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/MacOSX.platform/Developer/SDKs/MacOSX15.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: 97949b428ad5b4bfdc26a21e2b8f7cbb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/97949b428ad5b4bfdc26a21e2b8f7cbb.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
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/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/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/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/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/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/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/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\ HTTPRedirectionStatus.swift,\ HTTPServerErrorStatus.swift,\ HTTPSuccessStatus.swift,\ InternalError.swift,\ NetworkingError.swift,\ WebSocketError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPRedirectionStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPServerErrorStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPSuccessStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/InternalError/InternalError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkingError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/WebSocketError/WebSocketError.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/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/HTTPError/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/HTTPError/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/InternalError/InternalError.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/Error/WebSocketError/WebSocketError.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RequestDecoder.swift,\ HTTPHeaderEncoder.swift,\ HTTPParameterEncoder.swift,\ HTTPError.swift,\ HTTPClientErrorStatus.swift,\ HTTPInformationalStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Decoding/RequestDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Encoders/HTTPHeaderEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Encoders/HTTPParameterEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/HTTPError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPClientErrorStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPInformationalStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Decoding/RequestDecoder.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/Encoders/HTTPHeaderEncoder.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/Encoders/HTTPParameterEncoder.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/HTTPError/HTTPError.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/HTTPError/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/HTTPError/StatusCodeTypes/HTTPInformationalStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MetricsInterceptor.swift,\ RedirectInterceptor.swift,\ StreamTaskInterceptor.swift,\ TaskLifecycleInterceptor.swift,\ UploadTaskInterceptor.swift,\ WebSocketTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/MetricsInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/RedirectInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/StreamTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/TaskLifecycleInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/UploadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/MetricsInterceptor.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/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/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/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/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/Interceptors/Protocols/WebSocketTaskInterceptor.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')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Decoding/RequestDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Encoders/HTTPHeaderEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Encoders/HTTPParameterEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/HTTPError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPClientErrorStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPInformationalStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPRedirectionStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPServerErrorStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPSuccessStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/InternalError/InternalError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkingError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/WebSocketError/WebSocketError.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 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/HTTPHeader.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/HTTPParameters.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/AuthenticationInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/CacheInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/DataTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/DownloadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/MetricsInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/RedirectInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/StreamTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/TaskLifecycleInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/UploadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/EmptyResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/Data-ext.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/String-ext.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/URLSessionTaskProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/RequestBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/RequestFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Helpers/DefaultDownloadTaskInterceptor.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/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/Helpers/DefaultUploadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/UploadStreamEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/UploadTypealias.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.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 -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name EZNetworking -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 15.4 -target-sdk-name macosx15.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/Objects-normal/arm64/EZNetworking-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/Objects-normal/arm64/EZNetworking-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/Objects-normal/arm64/EZNetworking-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug/EZNetworking.build/Objects-normal/arm64/EZNetworking.abi.json
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/Error/HTTPError/HTTPError.swift:5:16: warning: stored property 'headers' of 'Sendable'-conforming struct 'HTTPError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
    public let headers: [AnyHashable: Any]
               ^
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
@frozen public struct Dictionary<Key, Value> where Key : Hashable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/WebSocketError/WebSocketError.swift:26:40: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    case unexpectedDisconnection(code: URLSessionWebSocketTask.CloseCode, reason: String?)
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/WebSocketError/WebSocketError.swift:3:13: note: add @available attribute to enclosing enum
public enum WebSocketError: Error {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:8:59: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didOpenWithProtocol protocol: String?)
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:8:10: note: add @available attribute to enclosing instance method
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didOpenWithProtocol protocol: String?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:4:17: note: add @available attribute to enclosing protocol
public protocol WebSocketTaskInterceptor: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:11:59: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didCloseWith closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?)
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:11:10: note: add @available attribute to enclosing instance method
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didCloseWith closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:4:17: note: add @available attribute to enclosing protocol
public protocol WebSocketTaskInterceptor: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:11:108: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didCloseWith closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?)
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:11:10: note: add @available attribute to enclosing instance method
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didCloseWith closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:4:17: note: add @available attribute to enclosing protocol
public protocol WebSocketTaskInterceptor: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:20:25: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    case didClose(code: URLSessionWebSocketTask.CloseCode, reason: Data?)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift:17:13: note: add @available attribute to enclosing enum
public enum WebSocketTaskEvent {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift:5:42: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
                          webSocketTask: URLSessionWebSocketTask,
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift:4:17: note: add @available attribute to enclosing instance method
    public func urlSession(_ session: URLSession,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift:3:1: note: add @available attribute to enclosing extension
extension SessionDelegate: URLSessionWebSocketDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift:11:42: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
                          webSocketTask: URLSessionWebSocketTask,
                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift:10:17: note: add @available attribute to enclosing instance method
    public func urlSession(_ session: URLSession,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift:3:1: note: add @available attribute to enclosing extension
extension SessionDelegate: URLSessionWebSocketDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift:12:51: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
                          didCloseWith closeCode: URLSessionWebSocketTask.CloseCode,
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift:10:17: note: add @available attribute to enclosing instance method
    public func urlSession(_ session: URLSession,
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift:3:1: note: add @available attribute to enclosing extension
extension SessionDelegate: URLSessionWebSocketDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:6:33: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func cancel(with closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:6:10: note: add @available attribute to enclosing instance method
    func cancel(with closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:4:17: note: add @available attribute to enclosing protocol
public protocol WebSocketTaskProtocol {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:9:26: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func send(_ message: URLSessionWebSocketTask.Message) async throws
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:9:10: note: add @available attribute to enclosing instance method
    func send(_ message: URLSessionWebSocketTask.Message) async throws
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:4:17: note: add @available attribute to enclosing protocol
public protocol WebSocketTaskProtocol {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:10:26: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func send(_ message: URLSessionWebSocketTask.Message, completionHandler: @escaping @Sendable (Error?) -> Void)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:10:10: note: add @available attribute to enclosing instance method
    func send(_ message: URLSessionWebSocketTask.Message, completionHandler: @escaping @Sendable (Error?) -> Void)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:4:17: note: add @available attribute to enclosing protocol
public protocol WebSocketTaskProtocol {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:12:36: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func receive() async throws -> URLSessionWebSocketTask.Message
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:12:10: note: add @available attribute to enclosing instance method
    func receive() async throws -> URLSessionWebSocketTask.Message
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:4:17: note: add @available attribute to enclosing protocol
public protocol WebSocketTaskProtocol {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:13:65: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func receive(completionHandler: @escaping @Sendable (Result<URLSessionWebSocketTask.Message, Error>) -> Void)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:13:10: note: add @available attribute to enclosing instance method
    func receive(completionHandler: @escaping @Sendable (Result<URLSessionWebSocketTask.Message, Error>) -> Void)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:4:17: note: add @available attribute to enclosing protocol
public protocol WebSocketTaskProtocol {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:16:1: error: protocol 'WebSocketTaskProtocol' requires 'send' to be available in macOS 10.13 and newer
extension URLSessionWebSocketTask: WebSocketTaskProtocol {}
^
Foundation.URLSessionWebSocketTask.send:2:13: note: 'send' declared here
public func send(_ message: URLSessionWebSocketTask.Message) async throws}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:9:10: note: protocol requirement here
    func send(_ message: URLSessionWebSocketTask.Message) async throws
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:16:1: error: protocol 'WebSocketTaskProtocol' requires 'send(_:completionHandler:)' to be available in macOS 10.13 and newer
extension URLSessionWebSocketTask: WebSocketTaskProtocol {}
^
Foundation.URLSessionWebSocketTask.send:2:29: note: 'send(_:completionHandler:)' declared here
@preconcurrency public func send(_ message: URLSessionWebSocketTask.Message, completionHandler: @escaping @Sendable ((any Error)?) -> Void)}
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:10:10: note: protocol requirement here
    func send(_ message: URLSessionWebSocketTask.Message, completionHandler: @escaping @Sendable (Error?) -> Void)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:16:1: error: protocol 'WebSocketTaskProtocol' requires 'receive()' to be available in macOS 10.13 and newer
extension URLSessionWebSocketTask: WebSocketTaskProtocol {}
^
Foundation.URLSessionWebSocketTask.receive:2:13: note: 'receive()' declared here
public func receive() async throws -> URLSessionWebSocketTask.Message}
            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:12:10: note: protocol requirement here
    func receive() async throws -> URLSessionWebSocketTask.Message
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:16:1: error: protocol 'WebSocketTaskProtocol' requires 'receive(completionHandler:)' to be available in macOS 10.13 and newer
extension URLSessionWebSocketTask: WebSocketTaskProtocol {}
^
Foundation.URLSessionWebSocketTask.receive:2:29: note: 'receive(completionHandler:)' declared here
@preconcurrency public func receive(completionHandler: @escaping @Sendable (Result<URLSessionWebSocketTask.Message, any Error>) -> Void)}
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:13:10: note: protocol requirement here
    func receive(completionHandler: @escaping @Sendable (Result<URLSessionWebSocketTask.Message, Error>) -> Void)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:16:11: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
extension URLSessionWebSocketTask: WebSocketTaskProtocol {}
          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift:16:1: note: add @available attribute to enclosing extension
extension URLSessionWebSocketTask: WebSocketTaskProtocol {}
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:69:99: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    public func downloadFilePublisher(from serverUrl: URL, progress: DownloadProgressHandler?) -> AnyPublisher<URL, NetworkingError> {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:69:17: note: add @available attribute to enclosing instance method
    public func downloadFilePublisher(from serverUrl: URL, progress: DownloadProgressHandler?) -> AnyPublisher<URL, NetworkingError> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:4:14: note: add @available attribute to enclosing class
public class FileDownloader: FileDownloadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:80:60: error: 'AsyncStream' is only available in macOS 10.15 or newer
    public func downloadFileStream(from serverUrl: URL) -> AsyncStream<DownloadStreamEvent> {
                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:80:17: note: add @available attribute to enclosing instance method
    public func downloadFileStream(from serverUrl: URL) -> AsyncStream<DownloadStreamEvent> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:4:14: note: add @available attribute to enclosing class
public class FileDownloader: FileDownloadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift:10:92: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    func downloadFilePublisher(from serverUrl: URL, progress: DownloadProgressHandler?) -> AnyPublisher<URL, NetworkingError>
                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift:10:10: note: add @available attribute to enclosing instance method
    func downloadFilePublisher(from serverUrl: URL, progress: DownloadProgressHandler?) -> AnyPublisher<URL, NetworkingError>
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift:7:17: note: add @available attribute to enclosing protocol
public protocol FileDownloadable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift:11:53: error: 'AsyncStream' is only available in macOS 10.15 or newer
    func downloadFileStream(from serverUrl: URL) -> AsyncStream<DownloadStreamEvent>
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift:11:10: note: add @available attribute to enclosing instance method
    func downloadFileStream(from serverUrl: URL) -> AsyncStream<DownloadStreamEvent>
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift:7:17: note: add @available attribute to enclosing protocol
public protocol FileDownloadable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/Protocols/RequestPerformable.swift:7:96: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    func performPublisher<T: Decodable>(request: Request, decodeTo decodableObject: T.Type) -> AnyPublisher<T, NetworkingError>
                                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/Protocols/RequestPerformable.swift:7:10: note: add @available attribute to enclosing instance method
    func performPublisher<T: Decodable>(request: Request, decodeTo decodableObject: T.Type) -> AnyPublisher<T, NetworkingError>
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/Protocols/RequestPerformable.swift:4:17: note: add @available attribute to enclosing protocol
public protocol RequestPerformable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:58:103: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    public func performPublisher<T: Decodable>(request: Request, decodeTo decodableObject: T.Type) -> AnyPublisher<T, NetworkingError> {
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:58:17: note: add @available attribute to enclosing instance method
    public func performPublisher<T: Decodable>(request: Request, decodeTo decodableObject: T.Type) -> AnyPublisher<T, NetworkingError> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:4:15: note: add @available attribute to enclosing struct
public struct RequestPerformer: RequestPerformable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:63:111: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    public func uploadDataPublisher(_ data: Data, with request: Request, progress: UploadProgressHandler?) -> AnyPublisher<Data, NetworkingError> {
                                                                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:63:17: note: add @available attribute to enclosing instance method
    public func uploadDataPublisher(_ data: Data, with request: Request, progress: UploadProgressHandler?) -> AnyPublisher<Data, NetworkingError> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:4:14: note: add @available attribute to enclosing class
public class DataUploader: DataUploadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:74:74: error: 'AsyncStream' is only available in macOS 10.15 or newer
    public func uploadDataStream(_ data: Data, with request: Request) -> AsyncStream<UploadStreamEvent> {
                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:74:17: note: add @available attribute to enclosing instance method
    public func uploadDataStream(_ data: Data, with request: Request) -> AsyncStream<UploadStreamEvent> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:4:14: note: add @available attribute to enclosing class
public class DataUploader: DataUploadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift:7:104: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    func uploadDataPublisher(_ data: Data, with request: Request, progress: UploadProgressHandler?) -> AnyPublisher<Data, NetworkingError>
                                                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift:7:10: note: add @available attribute to enclosing instance method
    func uploadDataPublisher(_ data: Data, with request: Request, progress: UploadProgressHandler?) -> AnyPublisher<Data, NetworkingError>
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift:4:17: note: add @available attribute to enclosing protocol
public protocol DataUploadable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift:8:67: error: 'AsyncStream' is only available in macOS 10.15 or newer
    func uploadDataStream(_ data: Data, with request: Request) -> AsyncStream<UploadStreamEvent>
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift:8:10: note: add @available attribute to enclosing instance method
    func uploadDataStream(_ data: Data, with request: Request) -> AsyncStream<UploadStreamEvent>
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift:4:17: note: add @available attribute to enclosing protocol
public protocol DataUploadable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:64:117: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    public func uploadFilePublisher(_ fileURL: URL, with request: any Request, progress: UploadProgressHandler?) -> AnyPublisher<Data, NetworkingError> {
                                                                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:64:17: note: add @available attribute to enclosing instance method
    public func uploadFilePublisher(_ fileURL: URL, with request: any Request, progress: UploadProgressHandler?) -> AnyPublisher<Data, NetworkingError> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:4:14: note: add @available attribute to enclosing class
public class FileUploader: FileUploadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:75:80: error: 'AsyncStream' is only available in macOS 10.15 or newer
    public func uploadFileStream(_ fileURL: URL, with request: any Request) -> AsyncStream<UploadStreamEvent> {
                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:75:17: note: add @available attribute to enclosing instance method
    public func uploadFileStream(_ fileURL: URL, with request: any Request) -> AsyncStream<UploadStreamEvent> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:4:14: note: add @available attribute to enclosing class
public class FileUploader: FileUploadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift:7:106: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    func uploadFilePublisher(_ fileURL: URL, with request: Request, progress: UploadProgressHandler?) -> AnyPublisher<Data, NetworkingError>
                                                                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift:7:10: note: add @available attribute to enclosing instance method
    func uploadFilePublisher(_ fileURL: URL, with request: Request, progress: UploadProgressHandler?) -> AnyPublisher<Data, NetworkingError>
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift:4:17: note: add @available attribute to enclosing protocol
public protocol FileUploadable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift:8:69: error: 'AsyncStream' is only available in macOS 10.15 or newer
    func uploadFileStream(_ fileURL: URL, with request: Request) -> AsyncStream<UploadStreamEvent>
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift:8:10: note: add @available attribute to enclosing instance method
    func uploadFileStream(_ fileURL: URL, with request: Request) -> AsyncStream<UploadStreamEvent>
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift:4:17: note: add @available attribute to enclosing protocol
public protocol FileUploadable {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift:10:59: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didOpenWithProtocol protocol: String?) {
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift:10:10: note: add @available attribute to enclosing instance method
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didOpenWithProtocol protocol: String?) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift:3:16: note: add @available attribute to enclosing class
internal class DefaultWebSocketTaskInterceptor: WebSocketTaskInterceptor {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift:18:59: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didCloseWith closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?) {
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift:18:10: note: add @available attribute to enclosing instance method
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didCloseWith closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift:3:16: note: add @available attribute to enclosing class
internal class DefaultWebSocketTaskInterceptor: WebSocketTaskInterceptor {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift:18:108: error: 'URLSessionWebSocketTask' is only available in macOS 10.15 or newer
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didCloseWith closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?) {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift:18:10: note: add @available attribute to enclosing instance method
    func urlSession(_ session: URLSession, webSocketTask: URLSessionWebSocketTask, didCloseWith closeCode: URLSessionWebSocketTask.CloseCode, reason: Data?) {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift:3:16: note: add @available attribute to enclosing class
internal class DefaultWebSocketTaskInterceptor: WebSocketTaskInterceptor {
               ^
SwiftCompile normal arm64 Compiling\ Request.swift,\ RequestBuilder.swift,\ RequestFactory.swift,\ FileDownloader.swift,\ DefaultDownloadTaskInterceptor.swift,\ FileDownloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/RequestBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/RequestFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Helpers/DefaultDownloadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift (in target 'EZNetworking' from project 'EZNetworking')
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/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/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/Util/Downloader/FileDownloader.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/Helpers/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/Util/Downloader/Protocols/FileDownloadable.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RequestPerformable.swift,\ RequestPerformer.swift,\ DataUploader.swift,\ DataUploadable.swift,\ FileUploader.swift,\ FileUploadable.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/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 (in target 'EZNetworking' from project 'EZNetworking')
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

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

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

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 Compiling\ DefaultUploadTaskInterceptor.swift,\ UploadStreamEvent.swift,\ UploadTypealias.swift,\ DefaultWebSocketTaskInterceptor.swift,\ WebSocketConnectionState.swift,\ ResponseValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/DefaultUploadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/UploadStreamEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/UploadTypealias.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.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/Uploader/Helpers/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/Util/Uploader/Helpers/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/Helpers/UploadTypealias.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/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/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\ HTTPMethod.swift,\ HTTPParameters.swift,\ AuthenticationInterceptor.swift,\ CacheInterceptor.swift,\ DataTaskInterceptor.swift,\ DownloadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Methods/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Parameters/HTTPParameters.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/AuthenticationInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/CacheInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/DataTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/DownloadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
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/HTTPParameters.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/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/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/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/Interceptors/Protocols/DownloadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SessionDelegate+URLSessionDataDelegate.swift,\ SessionDelegate+URLSessionDelegate.swift,\ SessionDelegate+URLSessionDownloadDelegate.swift,\ SessionDelegate+URLSessionStreamDelegate.swift,\ SessionDelegate+URLSessionTaskDelegate.swift,\ SessionDelegate+URLSessionWebSocketDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/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/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.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/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.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/Interceptors/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/Interceptors/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/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SessionDelegate.swift,\ EmptyResponse.swift,\ Data-ext.swift,\ String-ext.swift,\ URLSessionTaskProtocol.swift,\ WebSocketTaskProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/EmptyResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/Data-ext.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/String-ext.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/URLSessionTaskProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/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/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/Data-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/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/URLSessionTaskProtocol.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/WebSocketTaskProtocol.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ HTTPBody.swift,\ MultipartFormData.swift,\ MultipartFormPart.swift,\ AuthorizationType.swift,\ HTTPHeader.swift,\ MimeType.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 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/HTTPHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/MimeType.swift (in target 'EZNetworking' from project 'EZNetworking')
Command SwiftCompile failed with a nonzero exit code
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:441373f67402aa819b91f53d59f28e4697e9643a, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:441373f67402aa819b91f53d59f28e4697e9643a, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:441373f67402aa819b91f53d59f28e4697e9643a, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:441373f67402aa819b91f53d59f28e4697e9643a, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ EZNetworking (in target 'EZNetworking' from project 'EZNetworking')
	EmitSwiftModule normal arm64 (in target 'EZNetworking' from project 'EZNetworking')
	SwiftCompile normal arm64 Compiling\ HTTPBody.swift,\ MultipartFormData.swift,\ MultipartFormPart.swift,\ AuthorizationType.swift,\ HTTPHeader.swift,\ MimeType.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 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/HTTPHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/MimeType.swift (in target 'EZNetworking' from project 'EZNetworking')
	Building workspace spi-builder-workspace with scheme EZNetworking
(4 failures)
BUILD FAILURE 6.1 macosXcodebuild