Build Information
Successful build of EZNetworking, reference main (e4617a), with Swift 6.3 for tvOS using Xcode 26.4 on 21 Apr 2026 19:20:19 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme EZNetworking -destination generic/platform=tvOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Aldo10012/EZNetworking.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Aldo10012/EZNetworking
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e4617a0 Merge pull request #133 from Aldo10012/download_refactor
Cloned https://github.com/Aldo10012/EZNetworking.git
Revision (git rev-parse @):
e4617a0c91c670bab32daaa930af0f10a32877cf
SUCCESS checkout https://github.com/Aldo10012/EZNetworking.git at main
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/Aldo10012/EZNetworking.git
Command line invocation:
/Applications/Xcode-26.4.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
2026-04-21 15:20:02.857 xcodebuild[529:3056] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
],
"manifest_display_name" : "EZNetworking",
"name" : "EZNetworking",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "EZNetworking",
"targets" : [
"EZNetworking"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EZNetworkingTests",
"module_type" : "SwiftTarget",
"name" : "EZNetworkingTests",
"path" : "Tests/EZNetworkingTests",
"sources" : [
"Core/Common/CancellableRequestTests.swift",
"Core/Common/Decoding/EZJSONDecoderTests.swift",
"Core/Common/Extensions/AsyncSequence-extTests.swift",
"Core/Common/Extensions/Data-extTests.swift",
"Core/Common/Extensions/String-extTests.swift",
"Core/Common/RetryPolicyTests.swift",
"Core/Common/TaskBoxTests.swift",
"Core/Error/HTTPResponse/HTTPResponseTests.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPClientErrorStatusTests.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPInformationalStatusTests.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPRedirectionStatusTests.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPServerErrorStatusTests.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPSuccessStatusTests.swift",
"Core/Error/NetworkFailureReason/DecodingFailureReasonTests.swift",
"Core/Error/NetworkFailureReason/DownloadFailureReasonTests.swift",
"Core/Error/NetworkFailureReason/RequestFailureReasonTests.swift",
"Core/Error/NetworkFailureReason/ResponseValidationFailureReasonTests.swift",
"Core/Error/NetworkFailureReason/SendableError/SendableErrorTests.swift",
"Core/Error/NetworkFailureReason/ServerSentEvenFailureReasonTests.swift",
"Core/Error/NetworkFailureReason/URLBuildFailureReasonTests.swift",
"Core/Error/NetworkFailureReason/WebSocketFailureReasonTests.swift",
"Core/Error/NetworkingErrorTests.swift",
"Core/HTTP/Body/HTTPBodyTests.swift",
"Core/HTTP/Body/MultipartFormData/MultipartFormDataTests.swift",
"Core/HTTP/Body/MultipartFormData/MultipartFormPartTests.swift",
"Core/HTTP/Headers/AuthorizationTypeTests.swift",
"Core/HTTP/Headers/HTTPHeaderApplierTests.swift",
"Core/HTTP/Headers/HTTPHeaderTests.swift",
"Core/HTTP/Headers/MimeTypeTests.swift",
"Core/HTTP/Methods/HTTPMethodTests.swift",
"Core/HTTP/Parameters/HTTPParameterApplierTests.swift",
"Core/HTTP/Parameters/HTTPParameterTests.swift",
"Core/Request/Creational/RequestBuilderTests.swift",
"Core/Request/Creational/RequestFactoryTests.swift",
"Core/Request/Creational/URLBuilderTests.swift",
"Core/Request/RequestTests.swift",
"Core/Request/SpecializedRequests/DownloadRequestTests.swift",
"Core/Request/SpecializedRequests/SSERequestTests.swift",
"Core/Request/SpecializedRequests/WebSocketRequestTests.swift",
"Core/Session/Interceptors/DefaultInterceptors/DefaultDownloadTaskInterceptorTests.swift",
"Core/Session/Interceptors/DefaultInterceptors/DefaultUploadTaskInterceptor.swift",
"Core/Session/Interceptors/DefaultInterceptors/DefaultWebSocketTaskInterceptorTests.swift",
"Core/Session/SessionDelegate+Extensions+Tests/SessionDelegate+URLSessionDataDelegate+Tests.swift",
"Core/Session/SessionDelegate+Extensions+Tests/SessionDelegate+URLSessionDelegate+Tests.swift",
"Core/Session/SessionDelegate+Extensions+Tests/SessionDelegate+URLSessionDownloadDelegate+Tests.swift",
"Core/Session/SessionDelegate+Extensions+Tests/SessionDelegate+URLSessionStreamDelegate+Tests.swift",
"Core/Session/SessionDelegate+Extensions+Tests/SessionDelegate+URLSessionTaskDelegate+Tests.swift",
"Core/Session/SessionDelegate+Extensions+Tests/SessionDelegate+URLSessionWebSocketDelegate+Tests.swift",
"Core/Session/SessionTests.swift",
"Core/Session/URLSessionProtocols/URLSessionDownloadTaskProtocolTests.swift",
"Core/Session/URLSessionProtocols/URLSessionWebSocketTaskProtocolTest.swift",
"Core/Validator/ResponseValidatorTests.swift",
"Services/Downloader/FileDownloaderCoreFunctionalityTests.swift",
"Services/Downloader/FileDownloaderInvalidStateTests.swift",
"Services/Downloader/FileDownloaderPauseResumeTests.swift",
"Services/Downloader/FileDownloaderTaskCancellationTests.swift",
"Services/Downloader/Helpers/DownloadEventTests.swift",
"Services/Downloader/Helpers/DownloadStateTests.swift",
"Services/Downloader/Mocks/MockDownloadTask.swift",
"Services/Downloader/Mocks/MockDownloadTaskInterceptor.swift",
"Services/Downloader/Mocks/MockFileDownloaderURLSession.swift",
"Services/Performers/Mocks/MockRequestPerformerURLSession.swift",
"Services/Performers/RequestPerformable_asyncAwait_Tests.swift",
"Services/Performers/RequestPerformable_callbacks_Tests.swift",
"Services/Performers/RequestPerformable_publisher_Tests.swift",
"Services/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapterTests.swift",
"Services/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapterTests.swift",
"Services/ServerSentEvent/Core/ServerSentEventManagerTests.swift",
"Services/ServerSentEvent/Core/ServerSentEventManagerWithRetryTests.swift",
"Services/ServerSentEvent/Helpers/SSEConnectionStateTests.swift",
"Services/ServerSentEvent/Helpers/SSEParserTests.swift",
"Services/ServerSentEvent/Helpers/ServerSentEventTests.swift",
"Services/ServerSentEvent/Mocks/MockSSEURLSession.swift",
"Services/Uploader/DataUploader/DataUploader_asyncAwait_Tests.swift",
"Services/Uploader/DataUploader/DataUploader_asyncStream_Tests.swift",
"Services/Uploader/DataUploader/DataUploader_callbacks_Tests.swift",
"Services/Uploader/DataUploader/DataUploader_publisher_Tests.swift",
"Services/Uploader/DataUploader/Mocks/MockDataUploaderURLSession.swift",
"Services/Uploader/FileUploader/FileUploader_asyncAwait_Tests.swift",
"Services/Uploader/FileUploader/FileUploader_asyncStream_Tests.swift",
"Services/Uploader/FileUploader/FileUploader_callbacks_Tests.swift",
"Services/Uploader/FileUploader/FileUploader_publisher_Tests.swift",
"Services/Uploader/FileUploader/Mocks/MockFileUploaderURLSession.swift",
"Services/Uploader/Mocks/MockUploadTaskInterceptor.swift",
"Services/WebSocket/Adaptors/WebSocketCallbackAdapterTests.swift",
"Services/WebSocket/Adaptors/WebSocketPublisherAdapterTests.swift",
"Services/WebSocket/Core/WebSocket_Connect_Tests.swift",
"Services/WebSocket/Core/WebSocket_Disconnect_Tests.swift",
"Services/WebSocket/Core/WebSocket_Messages_Tests.swift",
"Services/WebSocket/Core/WebSocket_Send_Tests.swift",
"Services/WebSocket/Core/WebSocket_StateEvents_Tests.swift",
"Services/WebSocket/Helpers/PingConfigTests.swift",
"Services/WebSocket/Helpers/WebSocketConnectionStateTests.swift",
"Services/WebSocket/Mocks/MockURLSessionWebSocketTask.swift",
"Services/WebSocket/Mocks/MockWebSockerURLSession.swift",
"Services/WebSocket/Mocks/MockWebSocketTaskInterceptor.swift",
"TestSupport/Expectation.swift",
"TestSupport/ExpectationTests.swift",
"TestSupport/Mocks/Mock-Codeable.swift",
"TestSupport/Mocks/Mock-JSON.swift",
"TestSupport/Mocks/MockSession.swift",
"TestSupport/Mocks/MockURLResponseValidator.swift"
],
"target_dependencies" : [
"EZNetworking"
],
"type" : "test"
},
{
"c99name" : "EZNetworking",
"module_type" : "SwiftTarget",
"name" : "EZNetworking",
"path" : "Sources/EZNetworking",
"product_memberships" : [
"EZNetworking"
],
"sources" : [
"Core/Common/CancellableRequest.swift",
"Core/Common/Decoding/EZJSONDecoder.swift",
"Core/Common/EmptyResponse.swift",
"Core/Common/Extensions/AsyncSequence-ext.swift",
"Core/Common/Extensions/Data-ext.swift",
"Core/Common/Extensions/String-ext.swift",
"Core/Common/RetryPolicy.swift",
"Core/Common/TaskBox.swift",
"Core/Error/HTTPResponse/HTTPResponse.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPClientErrorStatus.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPInformationalStatus.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPRedirectionStatus.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPServerErrorStatus.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPSuccessStatus.swift",
"Core/Error/NetworkFailureReason/DecodingFailureReason.swift",
"Core/Error/NetworkFailureReason/DownloadFailureReason.swift",
"Core/Error/NetworkFailureReason/RequestFailureReason.swift",
"Core/Error/NetworkFailureReason/ResponseValidationFailureReason.swift",
"Core/Error/NetworkFailureReason/SendableError/SendableError.swift",
"Core/Error/NetworkFailureReason/ServerSentEvenFailureReason.swift",
"Core/Error/NetworkFailureReason/URLBuildFailureReason.swift",
"Core/Error/NetworkFailureReason/WebSocketFailureReason.swift",
"Core/Error/NetworkingError.swift",
"Core/HTTP/Body/HTTPBody.swift",
"Core/HTTP/Body/MultipartFormData/MultipartFormData.swift",
"Core/HTTP/Body/MultipartFormData/MultipartFormPart.swift",
"Core/HTTP/Headers/AuthorizationType.swift",
"Core/HTTP/Headers/HTTPHeader.swift",
"Core/HTTP/Headers/HTTPHeaderApplier.swift",
"Core/HTTP/Headers/MimeType.swift",
"Core/HTTP/Methods/HTTPMethod.swift",
"Core/HTTP/Parameters/HTTPParameter.swift",
"Core/HTTP/Parameters/HTTPParameterApplier.swift",
"Core/Request/Creational/RequestBuilder.swift",
"Core/Request/Creational/RequestFactory.swift",
"Core/Request/Creational/URLBuilder.swift",
"Core/Request/Request.swift",
"Core/Request/SpecializedRequests/DownloadRequest.swift",
"Core/Request/SpecializedRequests/EZRequest.swift",
"Core/Request/SpecializedRequests/SSERequest.swift",
"Core/Request/SpecializedRequests/WebSocketRequest.swift",
"Core/Session/Interceptors/DefaultInterceptors/DefaultDownloadTaskInterceptor.swift",
"Core/Session/Interceptors/DefaultInterceptors/DefaultUploadTaskInterceptor.swift",
"Core/Session/Interceptors/DefaultInterceptors/DefaultWebSocketTaskInterceptor.swift",
"Core/Session/Interceptors/Protocols/AuthenticationInterceptor.swift",
"Core/Session/Interceptors/Protocols/CacheInterceptor.swift",
"Core/Session/Interceptors/Protocols/DataTaskInterceptor.swift",
"Core/Session/Interceptors/Protocols/DownloadTaskInterceptor.swift",
"Core/Session/Interceptors/Protocols/MetricsInterceptor.swift",
"Core/Session/Interceptors/Protocols/RedirectInterceptor.swift",
"Core/Session/Interceptors/Protocols/StreamTaskInterceptor.swift",
"Core/Session/Interceptors/Protocols/TaskLifecycleInterceptor.swift",
"Core/Session/Interceptors/Protocols/UploadTaskInterceptor.swift",
"Core/Session/Interceptors/Protocols/WebSocketTaskInterceptor.swift",
"Core/Session/Session.swift",
"Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift",
"Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift",
"Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift",
"Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift",
"Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift",
"Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift",
"Core/Session/SessionDelegate.swift",
"Core/Session/URLSessionProtocols/URLSessionDownloadTaskProtocol.swift",
"Core/Session/URLSessionProtocols/URLSessionProtocol.swift",
"Core/Session/URLSessionProtocols/URLSessionWebSocketTaskProtocol.swift",
"Core/Validator/ResponseValidator.swift",
"Services/Downloader/FileDownloader.swift",
"Services/Downloader/Helpers/DownloadEvent.swift",
"Services/Downloader/Helpers/DownloadState.swift",
"Services/Downloader/Protocols/FileDownloadable.swift",
"Services/Performers/Protocols/RequestPerformable.swift",
"Services/Performers/RequestPerformer.swift",
"Services/ServerSentEvent/Adaptors/Protocols/ServerSentEventCallbackClient.swift",
"Services/ServerSentEvent/Adaptors/Protocols/ServerSentEventPublisherClient.swift",
"Services/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift",
"Services/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift",
"Services/ServerSentEvent/Core/Protocols/ServerSentEventClient.swift",
"Services/ServerSentEvent/Core/ServerSentEventManager.swift",
"Services/ServerSentEvent/Helpers/SSEConnectionState.swift",
"Services/ServerSentEvent/Helpers/SSEParser.swift",
"Services/ServerSentEvent/Helpers/ServerSentEvent.swift",
"Services/Uploader/DataUploader/DataUploader.swift",
"Services/Uploader/DataUploader/Protocols/DataUploadable.swift",
"Services/Uploader/FileUploader/FileUploader.swift",
"Services/Uploader/FileUploader/Protocols/FileUploadable.swift",
"Services/Uploader/Shared/UploadStreamEvent.swift",
"Services/Uploader/Shared/UploadTypealias.swift",
"Services/WebSocket/Adaptors/Protocols/WebSocketCallbackClient.swift",
"Services/WebSocket/Adaptors/Protocols/WebSocketPublisherClient.swift",
"Services/WebSocket/Adaptors/WebSocketCallbackAdapter.swift",
"Services/WebSocket/Adaptors/WebSocketPublisherAdapter.swift",
"Services/WebSocket/Core/Protocols/WebSocketClient.swift",
"Services/WebSocket/Core/WebSocket.swift",
"Services/WebSocket/Helpers/PingConfig.swift",
"Services/WebSocket/Helpers/WebSocketConnectionState.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"EZNetworking"
]
}
}
2026-04-21 15:20:10.288 xcodebuild[628:3800] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme EZNetworking -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme EZNetworking -destination generic/platform=tvOS
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 966f803ec721bb7569d05d7713ac8a00
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/966f803ec721bb7569d05d7713ac8a00.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.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/Intermediates.noindex/SwiftExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/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-appletvos/EZNetworking.build/EZNetworking.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/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-appletvos/EZNetworking.build/EZNetworking.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/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-appletvos/EZNetworking.build/EZNetworking.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/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-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/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-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/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-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/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-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/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-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/EZNetworking.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/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-appletvos/EZNetworking.build/EZNetworking.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name EZNetworking -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/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-appletvos/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-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/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-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-C6Z7GBHIDKCEKLMFM2YYI3A7W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-AQ1HY8MQB40OBEMHIY1GTTYAP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-9YF1YACEBW6IEGLI4RGNNNLKV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-9H0QRNNC5ZMLD86R6TPVNQQLB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-96MY5YMIZE1U4MOE11R9ULKIT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-6IR74AZANZ723GQ22P5KSUCNO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-A40102RLLHJJJ9IDUDEST5BCC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CTW4BL8O8PXECFGEXKIKZLVOF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-1IU6E9SKRA3YNK7CWSCP8LFFS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-C8K25E426DLKPVCAJ8SHHXWCC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-AJ9HGUY5IRAH91VM50P1L9B11.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-83M597VMZ10XO5UMBNT95WK00.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-2JW6725WSOM329AHHOI2IXHEL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-4OHVUM6HD4FHWY3AVYX8MYOG5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-2FMS4S00LDVTM3A5F3HG2NCPF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-EK28CMNHQB1F0TL1JOVI3MZKI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-5GDWD1R0ICI11NFRTJALQMUXN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-4QNQ63T8WBQT7Y6WL2QAAYPBA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-26N59NSK2V9GM0RAGWJKYQ34I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-9LU39TAQEKUMHYW4P4QHHRUB5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-3L2DRS4XWXWJFWZ35FJ52YWX5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-C379776BHPBCF6T0UJQ2T5KDU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-D0YBWMNC4I2CMNNCJIKGGV2JT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-AUUBCXQJ3JUND273V2HIDNB00.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-407VQ2T1SPKBHZUHTGS89B2G3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-DBRMRWHF30W1EVX28MPWOGTP4.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ EZNetworking (in target 'EZNetworking' from project 'EZNetworking')
EmitSwiftModule normal arm64 (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DownloadState.swift,\ FileDownloadable.swift,\ RequestPerformable.swift,\ RequestPerformer.swift,\ ServerSentEventCallbackClient.swift,\ ServerSentEventPublisherClient.swift,\ ServerSentEventCallbackAdapter.swift,\ ServerSentEventPublisherAdapter.swift,\ ServerSentEventClient.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/Downloader/Helpers/DownloadState.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/Downloader/Protocols/FileDownloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/Performers/Protocols/RequestPerformable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/Performers/RequestPerformer.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/ServerSentEvent/Adaptors/Protocols/ServerSentEventCallbackClient.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/ServerSentEvent/Adaptors/Protocols/ServerSentEventPublisherClient.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/ServerSentEvent/Core/Protocols/ServerSentEventClient.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/Downloader/Helpers/DownloadState.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/Services/Downloader/Protocols/FileDownloadable.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/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/Services/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/Services/ServerSentEvent/Adaptors/Protocols/ServerSentEventCallbackClient.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/ServerSentEvent/Adaptors/Protocols/ServerSentEventPublisherClient.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.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/Services/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.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/Services/ServerSentEvent/Core/Protocols/ServerSentEventClient.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ServerSentEventManager.swift,\ SSEConnectionState.swift,\ SSEParser.swift,\ ServerSentEvent.swift,\ DataUploader.swift,\ DataUploadable.swift,\ FileUploader.swift,\ FileUploadable.swift,\ UploadStreamEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/ServerSentEvent/Core/ServerSentEventManager.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/ServerSentEvent/Helpers/SSEConnectionState.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/ServerSentEvent/Helpers/SSEParser.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/ServerSentEvent/Helpers/ServerSentEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/Uploader/DataUploader/DataUploader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/Uploader/DataUploader/Protocols/DataUploadable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/Uploader/FileUploader/FileUploader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/Uploader/FileUploader/Protocols/FileUploadable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/Uploader/Shared/UploadStreamEvent.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/ServerSentEvent/Core/ServerSentEventManager.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/Services/ServerSentEvent/Helpers/SSEConnectionState.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/ServerSentEvent/Helpers/SSEParser.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/ServerSentEvent/Helpers/ServerSentEvent.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/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/Services/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/Services/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/Services/Uploader/FileUploader/Protocols/FileUploadable.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/Uploader/Shared/UploadStreamEvent.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ StreamTaskInterceptor.swift,\ TaskLifecycleInterceptor.swift,\ UploadTaskInterceptor.swift,\ WebSocketTaskInterceptor.swift,\ Session.swift,\ SessionDelegate+URLSessionDataDelegate.swift,\ SessionDelegate+URLSessionDelegate.swift,\ SessionDelegate+URLSessionDownloadDelegate.swift,\ SessionDelegate+URLSessionStreamDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/Protocols/StreamTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/Protocols/TaskLifecycleInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/Protocols/UploadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/Protocols/WebSocketTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Session.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/Protocols/StreamTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/Protocols/TaskLifecycleInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/Protocols/UploadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/Protocols/WebSocketTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Session.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/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/Core/Session/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/Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SessionDelegate+URLSessionTaskDelegate.swift,\ SessionDelegate+URLSessionWebSocketDelegate.swift,\ SessionDelegate.swift,\ URLSessionDownloadTaskProtocol.swift,\ URLSessionProtocol.swift,\ URLSessionWebSocketTaskProtocol.swift,\ ResponseValidator.swift,\ FileDownloader.swift,\ DownloadEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/SessionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/URLSessionProtocols/URLSessionDownloadTaskProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/URLSessionProtocols/URLSessionProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/URLSessionProtocols/URLSessionWebSocketTaskProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Validator/ResponseValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/Downloader/FileDownloader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/Downloader/Helpers/DownloadEvent.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/SessionDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/URLSessionProtocols/URLSessionDownloadTaskProtocol.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/URLSessionProtocols/URLSessionProtocol.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/URLSessionProtocols/URLSessionWebSocketTaskProtocol.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Validator/ResponseValidator.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/Services/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/Services/Downloader/Helpers/DownloadEvent.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UploadTypealias.swift,\ WebSocketCallbackClient.swift,\ WebSocketPublisherClient.swift,\ WebSocketCallbackAdapter.swift,\ WebSocketPublisherAdapter.swift,\ WebSocketClient.swift,\ WebSocket.swift,\ PingConfig.swift,\ WebSocketConnectionState.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/Uploader/Shared/UploadTypealias.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/WebSocket/Adaptors/Protocols/WebSocketCallbackClient.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/WebSocket/Adaptors/Protocols/WebSocketPublisherClient.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/WebSocket/Adaptors/WebSocketCallbackAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/WebSocket/Adaptors/WebSocketPublisherAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/WebSocket/Core/Protocols/WebSocketClient.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/WebSocket/Core/WebSocket.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/WebSocket/Helpers/PingConfig.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/WebSocket/Helpers/WebSocketConnectionState.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/Uploader/Shared/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/Services/WebSocket/Adaptors/Protocols/WebSocketCallbackClient.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/WebSocket/Adaptors/Protocols/WebSocketPublisherClient.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/WebSocket/Adaptors/WebSocketCallbackAdapter.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/Services/WebSocket/Adaptors/WebSocketPublisherAdapter.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/Services/WebSocket/Core/Protocols/WebSocketClient.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/WebSocket/Core/WebSocket.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/Services/WebSocket/Helpers/PingConfig.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Services/WebSocket/Helpers/WebSocketConnectionState.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HTTPInformationalStatus.swift,\ HTTPRedirectionStatus.swift,\ HTTPServerErrorStatus.swift,\ HTTPSuccessStatus.swift,\ DecodingFailureReason.swift,\ DownloadFailureReason.swift,\ RequestFailureReason.swift,\ ResponseValidationFailureReason.swift,\ SendableError.swift,\ ServerSentEvenFailureReason.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/HTTPResponse/StatusCodeTypes/HTTPInformationalStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/HTTPResponse/StatusCodeTypes/HTTPRedirectionStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/HTTPResponse/StatusCodeTypes/HTTPServerErrorStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/HTTPResponse/StatusCodeTypes/HTTPSuccessStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/NetworkFailureReason/DecodingFailureReason.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/NetworkFailureReason/DownloadFailureReason.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/NetworkFailureReason/RequestFailureReason.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/NetworkFailureReason/ResponseValidationFailureReason.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/NetworkFailureReason/SendableError/SendableError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/NetworkFailureReason/ServerSentEvenFailureReason.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/HTTPResponse/StatusCodeTypes/HTTPInformationalStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/HTTPResponse/StatusCodeTypes/HTTPRedirectionStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/HTTPResponse/StatusCodeTypes/HTTPServerErrorStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/HTTPResponse/StatusCodeTypes/HTTPSuccessStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/NetworkFailureReason/DecodingFailureReason.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/NetworkFailureReason/DownloadFailureReason.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/NetworkFailureReason/RequestFailureReason.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/Core/Error/NetworkFailureReason/ResponseValidationFailureReason.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/NetworkFailureReason/SendableError/SendableError.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/NetworkFailureReason/SendableError/SendableError.swift:30:32: warning: conditional cast from 'Self' to 'any SendableError' (aka 'any Error') always succeeds
if let sendable = self as? SendableError {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/NetworkFailureReason/ServerSentEvenFailureReason.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CancellableRequest.swift,\ EZJSONDecoder.swift,\ EmptyResponse.swift,\ AsyncSequence-ext.swift,\ Data-ext.swift,\ String-ext.swift,\ RetryPolicy.swift,\ TaskBox.swift,\ HTTPResponse.swift,\ HTTPClientErrorStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Common/CancellableRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Common/Decoding/EZJSONDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Common/EmptyResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Common/Extensions/AsyncSequence-ext.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Common/Extensions/Data-ext.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Common/Extensions/String-ext.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Common/RetryPolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Common/TaskBox.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/HTTPResponse/HTTPResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/HTTPResponse/StatusCodeTypes/HTTPClientErrorStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Common/CancellableRequest.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Common/Decoding/EZJSONDecoder.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Common/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/Core/Common/Extensions/AsyncSequence-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/Core/Common/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/Core/Common/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/Core/Common/RetryPolicy.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Common/TaskBox.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/HTTPResponse/HTTPResponse.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/HTTPResponse/StatusCodeTypes/HTTPClientErrorStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ URLBuildFailureReason.swift,\ WebSocketFailureReason.swift,\ NetworkingError.swift,\ HTTPBody.swift,\ MultipartFormData.swift,\ MultipartFormPart.swift,\ AuthorizationType.swift,\ HTTPHeader.swift,\ HTTPHeaderApplier.swift,\ MimeType.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/NetworkFailureReason/URLBuildFailureReason.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/NetworkFailureReason/WebSocketFailureReason.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/NetworkingError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/HTTP/Body/HTTPBody.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/HTTP/Body/MultipartFormData/MultipartFormData.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/HTTP/Body/MultipartFormData/MultipartFormPart.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/HTTP/Headers/AuthorizationType.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/HTTP/Headers/HTTPHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/HTTP/Headers/HTTPHeaderApplier.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/HTTP/Headers/MimeType.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/NetworkFailureReason/URLBuildFailureReason.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Error/NetworkFailureReason/WebSocketFailureReason.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/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/Core/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/Core/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/Core/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/Core/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/Core/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/Core/HTTP/Headers/HTTPHeaderApplier.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/HTTP/Headers/MimeType.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ WebSocketRequest.swift,\ DefaultDownloadTaskInterceptor.swift,\ DefaultUploadTaskInterceptor.swift,\ DefaultWebSocketTaskInterceptor.swift,\ AuthenticationInterceptor.swift,\ CacheInterceptor.swift,\ DataTaskInterceptor.swift,\ DownloadTaskInterceptor.swift,\ MetricsInterceptor.swift,\ RedirectInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Request/SpecializedRequests/WebSocketRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/DefaultInterceptors/DefaultDownloadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/DefaultInterceptors/DefaultUploadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/DefaultInterceptors/DefaultWebSocketTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/Protocols/AuthenticationInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/Protocols/CacheInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/Protocols/DataTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/Protocols/DownloadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/Protocols/MetricsInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/Protocols/RedirectInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Request/SpecializedRequests/WebSocketRequest.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/DefaultInterceptors/DefaultDownloadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/DefaultInterceptors/DefaultUploadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/DefaultInterceptors/DefaultWebSocketTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/Protocols/AuthenticationInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/Protocols/CacheInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/Protocols/DataTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/Interceptors/Protocols/DownloadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Session/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/Core/Session/Interceptors/Protocols/RedirectInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HTTPMethod.swift,\ HTTPParameter.swift,\ HTTPParameterApplier.swift,\ RequestBuilder.swift,\ RequestFactory.swift,\ URLBuilder.swift,\ Request.swift,\ DownloadRequest.swift,\ EZRequest.swift,\ SSERequest.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/HTTP/Methods/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/HTTP/Parameters/HTTPParameter.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/HTTP/Parameters/HTTPParameterApplier.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Request/Creational/RequestBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Request/Creational/RequestFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Request/Creational/URLBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Request/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Request/SpecializedRequests/DownloadRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Request/SpecializedRequests/EZRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Request/SpecializedRequests/SSERequest.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/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/Core/HTTP/Parameters/HTTPParameter.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/HTTP/Parameters/HTTPParameterApplier.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Request/Creational/RequestBuilder.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Request/Creational/RequestFactory.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Request/Creational/URLBuilder.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/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/Core/Request/SpecializedRequests/DownloadRequest.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Request/SpecializedRequests/EZRequest.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Core/Request/SpecializedRequests/SSERequest.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for EZNetworking (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriver\ Compilation\ Requirements EZNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name EZNetworking -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/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-appletvos/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-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/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-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling UploadTypealias.swift, WebSocketCallbackClient.swift, WebSocketPublisherClient.swift, WebSocketCallbackAdapter.swift, WebSocketPublisherAdapter.swift, WebSocketClient.swift, WebSocket.swift, PingConfig.swift, WebSocketConnectionState.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/EZNetworking-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking-Swift.h (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/EZNetworking-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/EZNetworking.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftmodule (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/EZNetworking.swiftmodule/arm64-apple-tvos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling StreamTaskInterceptor.swift, TaskLifecycleInterceptor.swift, UploadTaskInterceptor.swift, WebSocketTaskInterceptor.swift, Session.swift, SessionDelegate+URLSessionDataDelegate.swift, SessionDelegate+URLSessionDelegate.swift, SessionDelegate+URLSessionDownloadDelegate.swift, SessionDelegate+URLSessionStreamDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/EZNetworking.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftdoc (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/EZNetworking.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/EZNetworking.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking.abi.json (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/EZNetworking.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/EZNetworking.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftsourceinfo (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/EZNetworking.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling DownloadState.swift, FileDownloadable.swift, RequestPerformable.swift, RequestPerformer.swift, ServerSentEventCallbackClient.swift, ServerSentEventPublisherClient.swift, ServerSentEventCallbackAdapter.swift, ServerSentEventPublisherAdapter.swift, ServerSentEventClient.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling URLBuildFailureReason.swift, WebSocketFailureReason.swift, NetworkingError.swift, HTTPBody.swift, MultipartFormData.swift, MultipartFormPart.swift, AuthorizationType.swift, HTTPHeader.swift, HTTPHeaderApplier.swift, MimeType.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPMethod.swift, HTTPParameter.swift, HTTPParameterApplier.swift, RequestBuilder.swift, RequestFactory.swift, URLBuilder.swift, Request.swift, DownloadRequest.swift, EZRequest.swift, SSERequest.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling SessionDelegate+URLSessionTaskDelegate.swift, SessionDelegate+URLSessionWebSocketDelegate.swift, SessionDelegate.swift, URLSessionDownloadTaskProtocol.swift, URLSessionProtocol.swift, URLSessionWebSocketTaskProtocol.swift, ResponseValidator.swift, FileDownloader.swift, DownloadEvent.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling CancellableRequest.swift, EZJSONDecoder.swift, EmptyResponse.swift, AsyncSequence-ext.swift, Data-ext.swift, String-ext.swift, RetryPolicy.swift, TaskBox.swift, HTTPResponse.swift, HTTPClientErrorStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPInformationalStatus.swift, HTTPRedirectionStatus.swift, HTTPServerErrorStatus.swift, HTTPSuccessStatus.swift, DecodingFailureReason.swift, DownloadFailureReason.swift, RequestFailureReason.swift, ResponseValidationFailureReason.swift, SendableError.swift, ServerSentEvenFailureReason.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling ServerSentEventManager.swift, SSEConnectionState.swift, SSEParser.swift, ServerSentEvent.swift, DataUploader.swift, DataUploadable.swift, FileUploader.swift, FileUploadable.swift, UploadStreamEvent.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling WebSocketRequest.swift, DefaultDownloadTaskInterceptor.swift, DefaultUploadTaskInterceptor.swift, DefaultWebSocketTaskInterceptor.swift, AuthenticationInterceptor.swift, CacheInterceptor.swift, DataTaskInterceptor.swift, DownloadTaskInterceptor.swift, MetricsInterceptor.swift, RedirectInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriver\ Compilation EZNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name EZNetworking -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -target arm64-apple-tvos15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos26.4-23L236-688ef53f1462e2c8f657fdc38a81448fe9417fc108aa677fd4261ecaa021a5e7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/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-appletvos/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-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/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-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/EZNetworking.o normal (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos15.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/EZNetworking.o
ExtractAppIntentsMetadata (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.3sVop4/Metal.xctoolchain --module-name EZNetworking --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS26.4.sdk --xcode-version 17E192 --platform-family tvOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.EZNetworking --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/EZNetworking.appintents --target-triple arm64-apple-tvos15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/EZNetworking.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/EZNetworking.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/EZNetworking.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-appletvos/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-21 15:20:18.366 appintentsmetadataprocessor[687:4185] Starting appintentsmetadataprocessor export
2026-04-21 15:20:18.391 appintentsmetadataprocessor[687:4185] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/EZNetworking.o (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/EZNetworking.o
** BUILD SUCCEEDED **
2026-04-21 15:20:11.718 xcodebuild[632:3847] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "EZNetworking",
"name" : "EZNetworking",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "EZNetworking",
"targets" : [
"EZNetworking"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EZNetworkingTests",
"module_type" : "SwiftTarget",
"name" : "EZNetworkingTests",
"path" : "Tests/EZNetworkingTests",
"sources" : [
"Core/Common/CancellableRequestTests.swift",
"Core/Common/Decoding/EZJSONDecoderTests.swift",
"Core/Common/Extensions/AsyncSequence-extTests.swift",
"Core/Common/Extensions/Data-extTests.swift",
"Core/Common/Extensions/String-extTests.swift",
"Core/Common/RetryPolicyTests.swift",
"Core/Common/TaskBoxTests.swift",
"Core/Error/HTTPResponse/HTTPResponseTests.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPClientErrorStatusTests.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPInformationalStatusTests.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPRedirectionStatusTests.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPServerErrorStatusTests.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPSuccessStatusTests.swift",
"Core/Error/NetworkFailureReason/DecodingFailureReasonTests.swift",
"Core/Error/NetworkFailureReason/DownloadFailureReasonTests.swift",
"Core/Error/NetworkFailureReason/RequestFailureReasonTests.swift",
"Core/Error/NetworkFailureReason/ResponseValidationFailureReasonTests.swift",
"Core/Error/NetworkFailureReason/SendableError/SendableErrorTests.swift",
"Core/Error/NetworkFailureReason/ServerSentEvenFailureReasonTests.swift",
"Core/Error/NetworkFailureReason/URLBuildFailureReasonTests.swift",
"Core/Error/NetworkFailureReason/WebSocketFailureReasonTests.swift",
"Core/Error/NetworkingErrorTests.swift",
"Core/HTTP/Body/HTTPBodyTests.swift",
"Core/HTTP/Body/MultipartFormData/MultipartFormDataTests.swift",
"Core/HTTP/Body/MultipartFormData/MultipartFormPartTests.swift",
"Core/HTTP/Headers/AuthorizationTypeTests.swift",
"Core/HTTP/Headers/HTTPHeaderApplierTests.swift",
"Core/HTTP/Headers/HTTPHeaderTests.swift",
"Core/HTTP/Headers/MimeTypeTests.swift",
"Core/HTTP/Methods/HTTPMethodTests.swift",
"Core/HTTP/Parameters/HTTPParameterApplierTests.swift",
"Core/HTTP/Parameters/HTTPParameterTests.swift",
"Core/Request/Creational/RequestBuilderTests.swift",
"Core/Request/Creational/RequestFactoryTests.swift",
"Core/Request/Creational/URLBuilderTests.swift",
"Core/Request/RequestTests.swift",
"Core/Request/SpecializedRequests/DownloadRequestTests.swift",
"Core/Request/SpecializedRequests/SSERequestTests.swift",
"Core/Request/SpecializedRequests/WebSocketRequestTests.swift",
"Core/Session/Interceptors/DefaultInterceptors/DefaultDownloadTaskInterceptorTests.swift",
"Core/Session/Interceptors/DefaultInterceptors/DefaultUploadTaskInterceptor.swift",
"Core/Session/Interceptors/DefaultInterceptors/DefaultWebSocketTaskInterceptorTests.swift",
"Core/Session/SessionDelegate+Extensions+Tests/SessionDelegate+URLSessionDataDelegate+Tests.swift",
"Core/Session/SessionDelegate+Extensions+Tests/SessionDelegate+URLSessionDelegate+Tests.swift",
"Core/Session/SessionDelegate+Extensions+Tests/SessionDelegate+URLSessionDownloadDelegate+Tests.swift",
"Core/Session/SessionDelegate+Extensions+Tests/SessionDelegate+URLSessionStreamDelegate+Tests.swift",
"Core/Session/SessionDelegate+Extensions+Tests/SessionDelegate+URLSessionTaskDelegate+Tests.swift",
"Core/Session/SessionDelegate+Extensions+Tests/SessionDelegate+URLSessionWebSocketDelegate+Tests.swift",
"Core/Session/SessionTests.swift",
"Core/Session/URLSessionProtocols/URLSessionDownloadTaskProtocolTests.swift",
"Core/Session/URLSessionProtocols/URLSessionWebSocketTaskProtocolTest.swift",
"Core/Validator/ResponseValidatorTests.swift",
"Services/Downloader/FileDownloaderCoreFunctionalityTests.swift",
"Services/Downloader/FileDownloaderInvalidStateTests.swift",
"Services/Downloader/FileDownloaderPauseResumeTests.swift",
"Services/Downloader/FileDownloaderTaskCancellationTests.swift",
"Services/Downloader/Helpers/DownloadEventTests.swift",
"Services/Downloader/Helpers/DownloadStateTests.swift",
"Services/Downloader/Mocks/MockDownloadTask.swift",
"Services/Downloader/Mocks/MockDownloadTaskInterceptor.swift",
"Services/Downloader/Mocks/MockFileDownloaderURLSession.swift",
"Services/Performers/Mocks/MockRequestPerformerURLSession.swift",
"Services/Performers/RequestPerformable_asyncAwait_Tests.swift",
"Services/Performers/RequestPerformable_callbacks_Tests.swift",
"Services/Performers/RequestPerformable_publisher_Tests.swift",
"Services/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapterTests.swift",
"Services/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapterTests.swift",
"Services/ServerSentEvent/Core/ServerSentEventManagerTests.swift",
"Services/ServerSentEvent/Core/ServerSentEventManagerWithRetryTests.swift",
"Services/ServerSentEvent/Helpers/SSEConnectionStateTests.swift",
"Services/ServerSentEvent/Helpers/SSEParserTests.swift",
"Services/ServerSentEvent/Helpers/ServerSentEventTests.swift",
"Services/ServerSentEvent/Mocks/MockSSEURLSession.swift",
"Services/Uploader/DataUploader/DataUploader_asyncAwait_Tests.swift",
"Services/Uploader/DataUploader/DataUploader_asyncStream_Tests.swift",
"Services/Uploader/DataUploader/DataUploader_callbacks_Tests.swift",
"Services/Uploader/DataUploader/DataUploader_publisher_Tests.swift",
"Services/Uploader/DataUploader/Mocks/MockDataUploaderURLSession.swift",
"Services/Uploader/FileUploader/FileUploader_asyncAwait_Tests.swift",
"Services/Uploader/FileUploader/FileUploader_asyncStream_Tests.swift",
"Services/Uploader/FileUploader/FileUploader_callbacks_Tests.swift",
"Services/Uploader/FileUploader/FileUploader_publisher_Tests.swift",
"Services/Uploader/FileUploader/Mocks/MockFileUploaderURLSession.swift",
"Services/Uploader/Mocks/MockUploadTaskInterceptor.swift",
"Services/WebSocket/Adaptors/WebSocketCallbackAdapterTests.swift",
"Services/WebSocket/Adaptors/WebSocketPublisherAdapterTests.swift",
"Services/WebSocket/Core/WebSocket_Connect_Tests.swift",
"Services/WebSocket/Core/WebSocket_Disconnect_Tests.swift",
"Services/WebSocket/Core/WebSocket_Messages_Tests.swift",
"Services/WebSocket/Core/WebSocket_Send_Tests.swift",
"Services/WebSocket/Core/WebSocket_StateEvents_Tests.swift",
"Services/WebSocket/Helpers/PingConfigTests.swift",
"Services/WebSocket/Helpers/WebSocketConnectionStateTests.swift",
"Services/WebSocket/Mocks/MockURLSessionWebSocketTask.swift",
"Services/WebSocket/Mocks/MockWebSockerURLSession.swift",
"Services/WebSocket/Mocks/MockWebSocketTaskInterceptor.swift",
"TestSupport/Expectation.swift",
"TestSupport/ExpectationTests.swift",
"TestSupport/Mocks/Mock-Codeable.swift",
"TestSupport/Mocks/Mock-JSON.swift",
"TestSupport/Mocks/MockSession.swift",
"TestSupport/Mocks/MockURLResponseValidator.swift"
],
"target_dependencies" : [
"EZNetworking"
],
"type" : "test"
},
{
"c99name" : "EZNetworking",
"module_type" : "SwiftTarget",
"name" : "EZNetworking",
"path" : "Sources/EZNetworking",
"product_memberships" : [
"EZNetworking"
],
"sources" : [
"Core/Common/CancellableRequest.swift",
"Core/Common/Decoding/EZJSONDecoder.swift",
"Core/Common/EmptyResponse.swift",
"Core/Common/Extensions/AsyncSequence-ext.swift",
"Core/Common/Extensions/Data-ext.swift",
"Core/Common/Extensions/String-ext.swift",
"Core/Common/RetryPolicy.swift",
"Core/Common/TaskBox.swift",
"Core/Error/HTTPResponse/HTTPResponse.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPClientErrorStatus.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPInformationalStatus.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPRedirectionStatus.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPServerErrorStatus.swift",
"Core/Error/HTTPResponse/StatusCodeTypes/HTTPSuccessStatus.swift",
"Core/Error/NetworkFailureReason/DecodingFailureReason.swift",
"Core/Error/NetworkFailureReason/DownloadFailureReason.swift",
"Core/Error/NetworkFailureReason/RequestFailureReason.swift",
"Core/Error/NetworkFailureReason/ResponseValidationFailureReason.swift",
"Core/Error/NetworkFailureReason/SendableError/SendableError.swift",
"Core/Error/NetworkFailureReason/ServerSentEvenFailureReason.swift",
"Core/Error/NetworkFailureReason/URLBuildFailureReason.swift",
"Core/Error/NetworkFailureReason/WebSocketFailureReason.swift",
"Core/Error/NetworkingError.swift",
"Core/HTTP/Body/HTTPBody.swift",
"Core/HTTP/Body/MultipartFormData/MultipartFormData.swift",
"Core/HTTP/Body/MultipartFormData/MultipartFormPart.swift",
"Core/HTTP/Headers/AuthorizationType.swift",
"Core/HTTP/Headers/HTTPHeader.swift",
"Core/HTTP/Headers/HTTPHeaderApplier.swift",
"Core/HTTP/Headers/MimeType.swift",
"Core/HTTP/Methods/HTTPMethod.swift",
"Core/HTTP/Parameters/HTTPParameter.swift",
"Core/HTTP/Parameters/HTTPParameterApplier.swift",
"Core/Request/Creational/RequestBuilder.swift",
"Core/Request/Creational/RequestFactory.swift",
"Core/Request/Creational/URLBuilder.swift",
"Core/Request/Request.swift",
"Core/Request/SpecializedRequests/DownloadRequest.swift",
"Core/Request/SpecializedRequests/EZRequest.swift",
"Core/Request/SpecializedRequests/SSERequest.swift",
"Core/Request/SpecializedRequests/WebSocketRequest.swift",
"Core/Session/Interceptors/DefaultInterceptors/DefaultDownloadTaskInterceptor.swift",
"Core/Session/Interceptors/DefaultInterceptors/DefaultUploadTaskInterceptor.swift",
"Core/Session/Interceptors/DefaultInterceptors/DefaultWebSocketTaskInterceptor.swift",
"Core/Session/Interceptors/Protocols/AuthenticationInterceptor.swift",
"Core/Session/Interceptors/Protocols/CacheInterceptor.swift",
"Core/Session/Interceptors/Protocols/DataTaskInterceptor.swift",
"Core/Session/Interceptors/Protocols/DownloadTaskInterceptor.swift",
"Core/Session/Interceptors/Protocols/MetricsInterceptor.swift",
"Core/Session/Interceptors/Protocols/RedirectInterceptor.swift",
"Core/Session/Interceptors/Protocols/StreamTaskInterceptor.swift",
"Core/Session/Interceptors/Protocols/TaskLifecycleInterceptor.swift",
"Core/Session/Interceptors/Protocols/UploadTaskInterceptor.swift",
"Core/Session/Interceptors/Protocols/WebSocketTaskInterceptor.swift",
"Core/Session/Session.swift",
"Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift",
"Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift",
"Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift",
"Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift",
"Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift",
"Core/Session/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift",
"Core/Session/SessionDelegate.swift",
"Core/Session/URLSessionProtocols/URLSessionDownloadTaskProtocol.swift",
"Core/Session/URLSessionProtocols/URLSessionProtocol.swift",
"Core/Session/URLSessionProtocols/URLSessionWebSocketTaskProtocol.swift",
"Core/Validator/ResponseValidator.swift",
"Services/Downloader/FileDownloader.swift",
"Services/Downloader/Helpers/DownloadEvent.swift",
"Services/Downloader/Helpers/DownloadState.swift",
"Services/Downloader/Protocols/FileDownloadable.swift",
"Services/Performers/Protocols/RequestPerformable.swift",
"Services/Performers/RequestPerformer.swift",
"Services/ServerSentEvent/Adaptors/Protocols/ServerSentEventCallbackClient.swift",
"Services/ServerSentEvent/Adaptors/Protocols/ServerSentEventPublisherClient.swift",
"Services/ServerSentEvent/Adaptors/ServerSentEventCallbackAdapter.swift",
"Services/ServerSentEvent/Adaptors/ServerSentEventPublisherAdapter.swift",
"Services/ServerSentEvent/Core/Protocols/ServerSentEventClient.swift",
"Services/ServerSentEvent/Core/ServerSentEventManager.swift",
"Services/ServerSentEvent/Helpers/SSEConnectionState.swift",
"Services/ServerSentEvent/Helpers/SSEParser.swift",
"Services/ServerSentEvent/Helpers/ServerSentEvent.swift",
"Services/Uploader/DataUploader/DataUploader.swift",
"Services/Uploader/DataUploader/Protocols/DataUploadable.swift",
"Services/Uploader/FileUploader/FileUploader.swift",
"Services/Uploader/FileUploader/Protocols/FileUploadable.swift",
"Services/Uploader/Shared/UploadStreamEvent.swift",
"Services/Uploader/Shared/UploadTypealias.swift",
"Services/WebSocket/Adaptors/Protocols/WebSocketCallbackClient.swift",
"Services/WebSocket/Adaptors/Protocols/WebSocketPublisherClient.swift",
"Services/WebSocket/Adaptors/WebSocketCallbackAdapter.swift",
"Services/WebSocket/Adaptors/WebSocketPublisherAdapter.swift",
"Services/WebSocket/Core/Protocols/WebSocketClient.swift",
"Services/WebSocket/Core/WebSocket.swift",
"Services/WebSocket/Helpers/PingConfig.swift",
"Services/WebSocket/Helpers/WebSocketConnectionState.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.