Build Information
Successful build of EZNetworking, reference main (d55876
), with Swift 6.1 for iOS using Xcode 16.3 on 1 May 2025 08:22:38 UTC.
Swift 6 data race errors: 7
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme EZNetworking -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.2
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 d558763 Merge pull request #29 from Aldo10012/fileDownloader_improvements
Cloned https://github.com/Aldo10012/EZNetworking.git
Revision (git rev-parse @):
d55876360478b624676ba54b6473bb4dfc14d2c5
SUCCESS checkout https://github.com/Aldo10012/EZNetworking.git at main
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/Aldo10012/EZNetworking.git
https://github.com/Aldo10012/EZNetworking.git
{
"dependencies" : [
],
"manifest_display_name" : "EZNetworking",
"name" : "EZNetworking",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "EZNetworking",
"targets" : [
"EZNetworking"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EZNetworkingTests",
"module_type" : "SwiftTarget",
"name" : "EZNetworkingTests",
"path" : "Tests/EZNetworkingTests",
"sources" : [
"Decoding/RequestDecoderTests.swift",
"EZNetworkingTests.swift",
"Encoders/HTTPHeaderEncoderTests.swift",
"Encoders/HTTPParameterEncoderTests.swift",
"Error/InternalError/InternalErrorTests.swift",
"Error/StatusCode/HTTPStatusCodeTypeTests.swift",
"Error/StatusCode/StatusCodeTypes/HTTPClientErrorStatusTests.swift",
"Error/StatusCode/StatusCodeTypes/HTTPInformationalStatusTests.swift",
"Error/StatusCode/StatusCodeTypes/HTTPRedirectionStatusTests.swift",
"Error/StatusCode/StatusCodeTypes/HTTPServerErrorStatusTests.swift",
"Error/StatusCode/StatusCodeTypes/HTTPSuccessStatusTests.swift",
"HTTP/HTTPBodyTests.swift",
"HTTP/HTTPHeaderTests.swift",
"HTTP/HTTPMethodTests.swift",
"HTTP/HTTPParameterTests.swift",
"Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDataDelegate+Tests.swift",
"Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDelegate+Tests.swift",
"Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDownloadDelegate+Tests.swift",
"Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionStreamDelegate+Tests.swift",
"Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionTaskDelegate+Tests.swift",
"Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionWebSocketDelegate+Tests.swift",
"Mocks/Mock-Codeable.swift",
"Mocks/Mock-JSON.swift",
"Mocks/MockURLResponseValidator.swift",
"Mocks/MockURLSession.swift",
"Request/RequestBuilderTests.swift",
"Request/RequestFactoryTests.swift",
"Request/RequestTests.swift",
"Util/Downloader/FileDownloadableTests.swift",
"Util/Downloader/ImageDownloadableTests.swift",
"Util/Performers/AsyncRequestPerformableTests.swift",
"Util/Performers/RequestPerformerTests.swift",
"Validator/ResponseValidatorTests.swift",
"XCTestCaseExtensions/XCTestCase-ext.swift"
],
"target_dependencies" : [
"EZNetworking"
],
"type" : "test"
},
{
"c99name" : "EZNetworking",
"module_type" : "SwiftTarget",
"name" : "EZNetworking",
"path" : "Sources/EZNetworking",
"product_memberships" : [
"EZNetworking"
],
"sources" : [
"Decoding/RequestDecoder.swift",
"Encoders/HTTPHeaderEncoder.swift",
"Encoders/HTTPParameterEncoder.swift",
"Error/InternalError/InternalError.swift",
"Error/NetworkingError.swift",
"Error/StatusCodeError/HTTPStatusCodeType.swift",
"Error/StatusCodeError/StatusCodeTypes/HTTPClientErrorStatus.swift",
"Error/StatusCodeError/StatusCodeTypes/HTTPInformationalStatus.swift",
"Error/StatusCodeError/StatusCodeTypes/HTTPRedirectionStatus.swift",
"Error/StatusCodeError/StatusCodeTypes/HTTPServerErrorStatus.swift",
"Error/StatusCodeError/StatusCodeTypes/HTTPSuccessStatus.swift",
"HTTP/HTTPBody.swift",
"HTTP/HTTPHeader.swift",
"HTTP/HTTPMethod.swift",
"HTTP/HTTPParameters.swift",
"Interceptors/Protocols/AuthenticationInterceptor.swift",
"Interceptors/Protocols/CacheInterceptor.swift",
"Interceptors/Protocols/DataTaskInterceptor.swift",
"Interceptors/Protocols/DownloadTaskInterceptor.swift",
"Interceptors/Protocols/MetricsInterceptor.swift",
"Interceptors/Protocols/RedirectInterceptor.swift",
"Interceptors/Protocols/StreamTaskInterceptor.swift",
"Interceptors/Protocols/TaskLifecycleInterceptor.swift",
"Interceptors/Protocols/WebSocketTaskInterceptor.swift",
"Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift",
"Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift",
"Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift",
"Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift",
"Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift",
"Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift",
"Interceptors/SessionDelegate.swift",
"Other/EmptyResponse.swift",
"Other/URLSessionTaskProtocol.swift",
"Request/Request.swift",
"Request/RequestBuilder.swift",
"Request/RequestFactory.swift",
"Util/Downloader/FileDownloadable.swift",
"Util/Downloader/ImageDownloadable.swift",
"Util/Performers/AsyncRequestPerformable.swift",
"Util/Performers/RequestPerformer.swift",
"Validator/ResponseValidator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
EZNetworking: /Users/admin/builder/spi-builder-workspace
resolved source packages: EZNetworking
{
"dependencies" : [
],
"manifest_display_name" : "EZNetworking",
"name" : "EZNetworking",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "EZNetworking",
"targets" : [
"EZNetworking"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EZNetworkingTests",
"module_type" : "SwiftTarget",
"name" : "EZNetworkingTests",
"path" : "Tests/EZNetworkingTests",
"sources" : [
"Decoding/RequestDecoderTests.swift",
"EZNetworkingTests.swift",
"Encoders/HTTPHeaderEncoderTests.swift",
"Encoders/HTTPParameterEncoderTests.swift",
"Error/InternalError/InternalErrorTests.swift",
"Error/StatusCode/HTTPStatusCodeTypeTests.swift",
"Error/StatusCode/StatusCodeTypes/HTTPClientErrorStatusTests.swift",
"Error/StatusCode/StatusCodeTypes/HTTPInformationalStatusTests.swift",
"Error/StatusCode/StatusCodeTypes/HTTPRedirectionStatusTests.swift",
"Error/StatusCode/StatusCodeTypes/HTTPServerErrorStatusTests.swift",
"Error/StatusCode/StatusCodeTypes/HTTPSuccessStatusTests.swift",
"HTTP/HTTPBodyTests.swift",
"HTTP/HTTPHeaderTests.swift",
"HTTP/HTTPMethodTests.swift",
"HTTP/HTTPParameterTests.swift",
"Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDataDelegate+Tests.swift",
"Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDelegate+Tests.swift",
"Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDownloadDelegate+Tests.swift",
"Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionStreamDelegate+Tests.swift",
"Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionTaskDelegate+Tests.swift",
"Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionWebSocketDelegate+Tests.swift",
"Mocks/Mock-Codeable.swift",
"Mocks/Mock-JSON.swift",
"Mocks/MockURLResponseValidator.swift",
"Mocks/MockURLSession.swift",
"Request/RequestBuilderTests.swift",
"Request/RequestFactoryTests.swift",
"Request/RequestTests.swift",
"Util/Downloader/FileDownloadableTests.swift",
"Util/Downloader/ImageDownloadableTests.swift",
"Util/Performers/AsyncRequestPerformableTests.swift",
"Util/Performers/RequestPerformerTests.swift",
"Validator/ResponseValidatorTests.swift",
"XCTestCaseExtensions/XCTestCase-ext.swift"
],
"target_dependencies" : [
"EZNetworking"
],
"type" : "test"
},
{
"c99name" : "EZNetworking",
"module_type" : "SwiftTarget",
"name" : "EZNetworking",
"path" : "Sources/EZNetworking",
"product_memberships" : [
"EZNetworking"
],
"sources" : [
"Decoding/RequestDecoder.swift",
"Encoders/HTTPHeaderEncoder.swift",
"Encoders/HTTPParameterEncoder.swift",
"Error/InternalError/InternalError.swift",
"Error/NetworkingError.swift",
"Error/StatusCodeError/HTTPStatusCodeType.swift",
"Error/StatusCodeError/StatusCodeTypes/HTTPClientErrorStatus.swift",
"Error/StatusCodeError/StatusCodeTypes/HTTPInformationalStatus.swift",
"Error/StatusCodeError/StatusCodeTypes/HTTPRedirectionStatus.swift",
"Error/StatusCodeError/StatusCodeTypes/HTTPServerErrorStatus.swift",
"Error/StatusCodeError/StatusCodeTypes/HTTPSuccessStatus.swift",
"HTTP/HTTPBody.swift",
"HTTP/HTTPHeader.swift",
"HTTP/HTTPMethod.swift",
"HTTP/HTTPParameters.swift",
"Interceptors/Protocols/AuthenticationInterceptor.swift",
"Interceptors/Protocols/CacheInterceptor.swift",
"Interceptors/Protocols/DataTaskInterceptor.swift",
"Interceptors/Protocols/DownloadTaskInterceptor.swift",
"Interceptors/Protocols/MetricsInterceptor.swift",
"Interceptors/Protocols/RedirectInterceptor.swift",
"Interceptors/Protocols/StreamTaskInterceptor.swift",
"Interceptors/Protocols/TaskLifecycleInterceptor.swift",
"Interceptors/Protocols/WebSocketTaskInterceptor.swift",
"Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift",
"Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift",
"Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift",
"Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift",
"Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift",
"Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift",
"Interceptors/SessionDelegate.swift",
"Other/EmptyResponse.swift",
"Other/URLSessionTaskProtocol.swift",
"Request/Request.swift",
"Request/RequestBuilder.swift",
"Request/RequestFactory.swift",
"Util/Downloader/FileDownloadable.swift",
"Util/Downloader/ImageDownloadable.swift",
"Util/Performers/AsyncRequestPerformable.swift",
"Util/Performers/RequestPerformer.swift",
"Validator/ResponseValidator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"EZNetworking"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme EZNetworking -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme EZNetworking -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
EZNetworking: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'EZNetworking' in project 'EZNetworking'
➜ Explicit dependency on target 'EZNetworking' in project 'EZNetworking'
Target 'EZNetworking' in project 'EZNetworking' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: cea4ff04d53e5336bb0c9f0314e8b6f9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cea4ff04d53e5336bb0c9f0314e8b6f9.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
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/EagerLinkingTBDs/Debug-iphoneos
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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/EZNetworking.build/EZNetworking.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/EZNetworking.build/EZNetworking.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/EZNetworking.build/EZNetworking.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/EZNetworking.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/EZNetworking.build/EZNetworking.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
SwiftDriver EZNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name EZNetworking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/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-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ HTTPServerErrorStatus.swift,\ HTTPSuccessStatus.swift,\ HTTPBody.swift,\ HTTPHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/StatusCodeError/StatusCodeTypes/HTTPServerErrorStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/StatusCodeError/StatusCodeTypes/HTTPSuccessStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/HTTPBody.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/HTTPHeader.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/StatusCodeError/StatusCodeTypes/HTTPServerErrorStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/StatusCodeError/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/HTTP/HTTPBody.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/HTTPHeader.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HTTPStatusCodeType.swift,\ HTTPClientErrorStatus.swift,\ HTTPInformationalStatus.swift,\ HTTPRedirectionStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/StatusCodeError/HTTPStatusCodeType.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/StatusCodeError/StatusCodeTypes/HTTPClientErrorStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/StatusCodeError/StatusCodeTypes/HTTPInformationalStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/StatusCodeError/StatusCodeTypes/HTTPRedirectionStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/StatusCodeError/HTTPStatusCodeType.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/StatusCodeError/StatusCodeTypes/HTTPClientErrorStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/StatusCodeError/StatusCodeTypes/HTTPInformationalStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/StatusCodeError/StatusCodeTypes/HTTPRedirectionStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ StreamTaskInterceptor.swift,\ TaskLifecycleInterceptor.swift,\ WebSocketTaskInterceptor.swift,\ SessionDelegate+URLSessionDataDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/StreamTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/TaskLifecycleInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/StreamTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/TaskLifecycleInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/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/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HTTPMethod.swift,\ HTTPParameters.swift,\ AuthenticationInterceptor.swift,\ CacheInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/HTTPParameters.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/AuthenticationInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/CacheInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/HTTPMethod.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/HTTPParameters.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/AuthenticationInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/CacheInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ DataTaskInterceptor.swift,\ DownloadTaskInterceptor.swift,\ MetricsInterceptor.swift,\ RedirectInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/DataTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/DownloadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/MetricsInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/RedirectInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/DataTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/DownloadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/MetricsInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/RedirectInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RequestDecoder.swift,\ HTTPHeaderEncoder.swift,\ HTTPParameterEncoder.swift,\ InternalError.swift,\ NetworkingError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Decoding/RequestDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Encoders/HTTPHeaderEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Encoders/HTTPParameterEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/InternalError/InternalError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkingError.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Decoding/RequestDecoder.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Encoders/HTTPHeaderEncoder.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Encoders/HTTPParameterEncoder.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/InternalError/InternalError.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkingError.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkingError.swift:8:10: warning: associated value 'information' of 'Sendable'-conforming enum 'NetworkingError' has non-sendable type '(HTTPInformationalStatus, URLResponseHeaders)' (aka '(HTTPInformationalStatus, Dictionary<AnyHashable, Any>)'); this is an error in the Swift 6 language mode
case information(HTTPInformationalStatus, URLResponseHeaders) /// 1xx status code errors
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkingError.swift:9:10: warning: associated value 'redirect' of 'Sendable'-conforming enum 'NetworkingError' has non-sendable type '(HTTPRedirectionStatus, URLResponseHeaders)' (aka '(HTTPRedirectionStatus, Dictionary<AnyHashable, Any>)'); this is an error in the Swift 6 language mode
case redirect(HTTPRedirectionStatus, URLResponseHeaders) /// 3xx status code errors
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkingError.swift:10:10: warning: associated value 'httpClientError' of 'Sendable'-conforming enum 'NetworkingError' has non-sendable type '(HTTPClientErrorStatus, URLResponseHeaders)' (aka '(HTTPClientErrorStatus, Dictionary<AnyHashable, Any>)'); this is an error in the Swift 6 language mode
case httpClientError(HTTPClientErrorStatus, URLResponseHeaders) /// 4xx status code errors
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkingError.swift:11:10: warning: associated value 'httpServerError' of 'Sendable'-conforming enum 'NetworkingError' has non-sendable type '(HTTPServerErrorStatus, URLResponseHeaders)' (aka '(HTTPServerErrorStatus, Dictionary<AnyHashable, Any>)'); this is an error in the Swift 6 language mode
case httpServerError(HTTPServerErrorStatus, URLResponseHeaders) /// 5xx status code errors
^
SwiftCompile normal arm64 Compiling\ SessionDelegate+URLSessionWebSocketDelegate.swift,\ SessionDelegate.swift,\ EmptyResponse.swift,\ URLSessionTaskProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/EmptyResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/URLSessionTaskProtocol.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/EmptyResponse.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/URLSessionTaskProtocol.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Request.swift,\ RequestBuilder.swift,\ RequestFactory.swift,\ FileDownloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/RequestBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/RequestFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloadable.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Request.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/RequestBuilder.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/RequestFactory.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloadable.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloadable.swift:91:23: warning: capture of 'self' with non-sendable type 'FileDownloader?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
guard let self else {
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloadable.swift:14:14: note: class 'FileDownloader' does not conform to the 'Sendable' protocol
public class FileDownloader: FileDownloadable {
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloadable.swift:92:17: warning: capture of 'completion' with non-sendable type '(Result<URL, NetworkingError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
completion(.failure(.internalError(.lostReferenceOfSelf)))
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloadable.swift:92:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(.failure(.internalError(.lostReferenceOfSelf)))
^
SwiftCompile normal arm64 Compiling\ ImageDownloadable.swift,\ AsyncRequestPerformable.swift,\ RequestPerformer.swift,\ ResponseValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/ImageDownloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/AsyncRequestPerformable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Validator/ResponseValidator.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/ImageDownloadable.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/ImageDownloadable.swift:57:23: warning: capture of 'self' with non-sendable type 'ImageDownloader?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
guard let self else {
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/ImageDownloadable.swift:10:14: note: class 'ImageDownloader' does not conform to the 'Sendable' protocol
public class ImageDownloader: ImageDownloadable {
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/ImageDownloadable.swift:58:17: warning: capture of 'completion' with non-sendable type '(Result<UIImage, NetworkingError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
completion(.failure(.internalError(.lostReferenceOfSelf)))
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/ImageDownloadable.swift:58:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(.failure(.internalError(.lostReferenceOfSelf)))
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/AsyncRequestPerformable.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:60:21: warning: capture of 'self' with non-sendable type 'RequestPerformer' in a '@Sendable' closure; this is an error in the Swift 6 language mode
try validator.validateNoError(error)
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:10:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:65:17: warning: capture of 'completion' with non-sendable type '(Result<T, NetworkingError>) -> Void' in a '@Sendable' closure; this is an error in the Swift 6 language mode
completion(.success(result))
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:65:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completion(.success(result))
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Validator/ResponseValidator.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ EZNetworking (in target 'EZNetworking' from project 'EZNetworking')
EmitSwiftModule normal arm64 (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkingError.swift:8:10: warning: associated value 'information' of 'Sendable'-conforming enum 'NetworkingError' has non-sendable type '(HTTPInformationalStatus, URLResponseHeaders)' (aka '(HTTPInformationalStatus, Dictionary<AnyHashable, Any>)'); this is an error in the Swift 6 language mode
case information(HTTPInformationalStatus, URLResponseHeaders) /// 1xx status code errors
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkingError.swift:9:10: warning: associated value 'redirect' of 'Sendable'-conforming enum 'NetworkingError' has non-sendable type '(HTTPRedirectionStatus, URLResponseHeaders)' (aka '(HTTPRedirectionStatus, Dictionary<AnyHashable, Any>)'); this is an error in the Swift 6 language mode
case redirect(HTTPRedirectionStatus, URLResponseHeaders) /// 3xx status code errors
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkingError.swift:10:10: warning: associated value 'httpClientError' of 'Sendable'-conforming enum 'NetworkingError' has non-sendable type '(HTTPClientErrorStatus, URLResponseHeaders)' (aka '(HTTPClientErrorStatus, Dictionary<AnyHashable, Any>)'); this is an error in the Swift 6 language mode
case httpClientError(HTTPClientErrorStatus, URLResponseHeaders) /// 4xx status code errors
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkingError.swift:11:10: warning: associated value 'httpServerError' of 'Sendable'-conforming enum 'NetworkingError' has non-sendable type '(HTTPServerErrorStatus, URLResponseHeaders)' (aka '(HTTPServerErrorStatus, Dictionary<AnyHashable, Any>)'); this is an error in the Swift 6 language mode
case httpServerError(HTTPServerErrorStatus, URLResponseHeaders) /// 5xx status code errors
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift:3:1: warning: conformance to 'Sendable' must occur in the same source file as class 'SessionDelegate'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
extension SessionDelegate: URLSessionDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate.swift:3:14: warning: non-final class 'SessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
public class SessionDelegate: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate.swift:4:21: warning: stored property 'cacheInterceptor' of 'Sendable'-conforming class 'SessionDelegate' is mutable; this is an error in the Swift 6 language mode
public weak var cacheInterceptor: CacheInterceptor? = nil
^
SwiftCompile normal arm64 Compiling\ SessionDelegate+URLSessionDelegate.swift,\ SessionDelegate+URLSessionDownloadDelegate.swift,\ SessionDelegate+URLSessionStreamDelegate.swift,\ SessionDelegate+URLSessionTaskDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift:3:1: warning: conformance to 'Sendable' must occur in the same source file as class 'SessionDelegate'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
extension SessionDelegate: URLSessionDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate.swift:3:14: warning: non-final class 'SessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
public class SessionDelegate: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate.swift:4:21: warning: stored property 'cacheInterceptor' of 'Sendable'-conforming class 'SessionDelegate' is mutable; this is an error in the Swift 6 language mode
public weak var cacheInterceptor: CacheInterceptor? = nil
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for EZNetworking (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriver\ Compilation\ Requirements EZNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name EZNetworking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/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-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/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 SessionDelegate+URLSessionDelegate.swift, SessionDelegate+URLSessionDownloadDelegate.swift, SessionDelegate+URLSessionStreamDelegate.swift, SessionDelegate+URLSessionTaskDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/EZNetworking-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/EZNetworking-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EZNetworking.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EZNetworking.swiftmodule/arm64-apple-ios.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling StreamTaskInterceptor.swift, TaskLifecycleInterceptor.swift, WebSocketTaskInterceptor.swift, SessionDelegate+URLSessionDataDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EZNetworking.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EZNetworking.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EZNetworking.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EZNetworking.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EZNetworking.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EZNetworking.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Request.swift, RequestBuilder.swift, RequestFactory.swift, FileDownloadable.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPStatusCodeType.swift, HTTPClientErrorStatus.swift, HTTPInformationalStatus.swift, HTTPRedirectionStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPServerErrorStatus.swift, HTTPSuccessStatus.swift, HTTPBody.swift, HTTPHeader.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling SessionDelegate+URLSessionWebSocketDelegate.swift, SessionDelegate.swift, EmptyResponse.swift, URLSessionTaskProtocol.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling DataTaskInterceptor.swift, DownloadTaskInterceptor.swift, MetricsInterceptor.swift, RedirectInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling RequestDecoder.swift, HTTPHeaderEncoder.swift, HTTPParameterEncoder.swift, InternalError.swift, NetworkingError.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPMethod.swift, HTTPParameters.swift, AuthenticationInterceptor.swift, CacheInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling ImageDownloadable.swift, AsyncRequestPerformable.swift, RequestPerformer.swift, ResponseValidator.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriver\ Compilation EZNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name EZNetworking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/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-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/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-iphoneos/EZNetworking.o normal (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios15.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/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-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EZNetworking.o
ExtractAppIntentsMetadata (in target 'EZNetworking' from project 'EZNetworking')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name EZNetworking --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.EZNetworking --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EZNetworking.appintents --target-triple arm64-apple-ios15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EZNetworking.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/EZNetworking.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/EZNetworking.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-iphoneos/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-05-01 01:22:37.921 appintentsmetadataprocessor[716:4066] Starting appintentsmetadataprocessor export
2025-05-01 01:22:37.958 appintentsmetadataprocessor[716:4066] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/EZNetworking.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "EZNetworking",
"name" : "EZNetworking",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "EZNetworking",
"targets" : [
"EZNetworking"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EZNetworkingTests",
"module_type" : "SwiftTarget",
"name" : "EZNetworkingTests",
"path" : "Tests/EZNetworkingTests",
"sources" : [
"Decoding/RequestDecoderTests.swift",
"EZNetworkingTests.swift",
"Encoders/HTTPHeaderEncoderTests.swift",
"Encoders/HTTPParameterEncoderTests.swift",
"Error/InternalError/InternalErrorTests.swift",
"Error/StatusCode/HTTPStatusCodeTypeTests.swift",
"Error/StatusCode/StatusCodeTypes/HTTPClientErrorStatusTests.swift",
"Error/StatusCode/StatusCodeTypes/HTTPInformationalStatusTests.swift",
"Error/StatusCode/StatusCodeTypes/HTTPRedirectionStatusTests.swift",
"Error/StatusCode/StatusCodeTypes/HTTPServerErrorStatusTests.swift",
"Error/StatusCode/StatusCodeTypes/HTTPSuccessStatusTests.swift",
"HTTP/HTTPBodyTests.swift",
"HTTP/HTTPHeaderTests.swift",
"HTTP/HTTPMethodTests.swift",
"HTTP/HTTPParameterTests.swift",
"Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDataDelegate+Tests.swift",
"Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDelegate+Tests.swift",
"Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDownloadDelegate+Tests.swift",
"Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionStreamDelegate+Tests.swift",
"Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionTaskDelegate+Tests.swift",
"Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionWebSocketDelegate+Tests.swift",
"Mocks/Mock-Codeable.swift",
"Mocks/Mock-JSON.swift",
"Mocks/MockURLResponseValidator.swift",
"Mocks/MockURLSession.swift",
"Request/RequestBuilderTests.swift",
"Request/RequestFactoryTests.swift",
"Request/RequestTests.swift",
"Util/Downloader/FileDownloadableTests.swift",
"Util/Downloader/ImageDownloadableTests.swift",
"Util/Performers/AsyncRequestPerformableTests.swift",
"Util/Performers/RequestPerformerTests.swift",
"Validator/ResponseValidatorTests.swift",
"XCTestCaseExtensions/XCTestCase-ext.swift"
],
"target_dependencies" : [
"EZNetworking"
],
"type" : "test"
},
{
"c99name" : "EZNetworking",
"module_type" : "SwiftTarget",
"name" : "EZNetworking",
"path" : "Sources/EZNetworking",
"product_memberships" : [
"EZNetworking"
],
"sources" : [
"Decoding/RequestDecoder.swift",
"Encoders/HTTPHeaderEncoder.swift",
"Encoders/HTTPParameterEncoder.swift",
"Error/InternalError/InternalError.swift",
"Error/NetworkingError.swift",
"Error/StatusCodeError/HTTPStatusCodeType.swift",
"Error/StatusCodeError/StatusCodeTypes/HTTPClientErrorStatus.swift",
"Error/StatusCodeError/StatusCodeTypes/HTTPInformationalStatus.swift",
"Error/StatusCodeError/StatusCodeTypes/HTTPRedirectionStatus.swift",
"Error/StatusCodeError/StatusCodeTypes/HTTPServerErrorStatus.swift",
"Error/StatusCodeError/StatusCodeTypes/HTTPSuccessStatus.swift",
"HTTP/HTTPBody.swift",
"HTTP/HTTPHeader.swift",
"HTTP/HTTPMethod.swift",
"HTTP/HTTPParameters.swift",
"Interceptors/Protocols/AuthenticationInterceptor.swift",
"Interceptors/Protocols/CacheInterceptor.swift",
"Interceptors/Protocols/DataTaskInterceptor.swift",
"Interceptors/Protocols/DownloadTaskInterceptor.swift",
"Interceptors/Protocols/MetricsInterceptor.swift",
"Interceptors/Protocols/RedirectInterceptor.swift",
"Interceptors/Protocols/StreamTaskInterceptor.swift",
"Interceptors/Protocols/TaskLifecycleInterceptor.swift",
"Interceptors/Protocols/WebSocketTaskInterceptor.swift",
"Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift",
"Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift",
"Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift",
"Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift",
"Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift",
"Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift",
"Interceptors/SessionDelegate.swift",
"Other/EmptyResponse.swift",
"Other/URLSessionTaskProtocol.swift",
"Request/Request.swift",
"Request/RequestBuilder.swift",
"Request/RequestFactory.swift",
"Util/Downloader/FileDownloadable.swift",
"Util/Downloader/ImageDownloadable.swift",
"Util/Performers/AsyncRequestPerformable.swift",
"Util/Performers/RequestPerformer.swift",
"Validator/ResponseValidator.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.