The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of EZNetworking, reference main (973335), with Swift 6.1 for watchOS using Xcode 16.3 on 15 Dec 2025 04:19:40 UTC.

Swift 6 data race errors: 15

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=watchOS 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

            guard let self else {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:4: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/FileDownloader.swift:111:17: warning: capture of 'completion' with non-sendable type 'DownloadCompletionHandler' (aka '(Result<URL, NetworkingError>) -> ()') 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/FileDownloader.swift:111:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:110: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/FileDownloader.swift:4: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/FileDownloader.swift:111:17: warning: capture of 'completion' with non-sendable type 'DownloadCompletionHandler' (aka '(Result<URL, NetworkingError>) -> ()') 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/FileDownloader.swift:111:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
SwiftCompile normal armv7k Compiling\ SessionDelegate.swift,\ EmptyResponse.swift,\ Data-ext.swift,\ String-ext.swift,\ URLSessionTaskProtocol.swift,\ WebSocketTaskProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/EmptyResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/Data-ext.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/String-ext.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/URLSessionTaskProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal armv7k /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 armv7k /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 armv7k /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/Data-ext.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal armv7k /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 armv7k /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ RequestPerformable.swift,\ RequestPerformer.swift,\ DataUploader.swift,\ DataUploadable.swift,\ FileUploader.swift,\ FileUploadable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/Protocols/RequestPerformable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/Protocols/RequestPerformable.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:78: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:4:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:83: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:83:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.success(result))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: warning: sending 'success' risks causing data races; this is an error in the Swift 6 language mode
                    continuation.resume(returning: success)
                    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: note: task-isolated 'success' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                    continuation.resume(returning: success)
                                 ^
SwiftCompile normal armv7k /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:78: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:4:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:83: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:83:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.success(result))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: warning: sending 'success' risks causing data races; this is an error in the Swift 6 language mode
                    continuation.resume(returning: success)
                    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: note: task-isolated 'success' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                    continuation.resume(returning: success)
                                 ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:78: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:4:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:83: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:83:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.success(result))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:107:23: warning: capture of 'self' with non-sendable type 'DataUploader?' 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/Uploader/DataUploader/DataUploader.swift:4:14: note: class 'DataUploader' does not conform to the 'Sendable' protocol
public class DataUploader: DataUploadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:108:17: warning: capture of 'completion' with non-sendable type 'UploadCompletionHandler' (aka '(Result<Data, NetworkingError>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:108:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: warning: sending 'success' risks causing data races; this is an error in the Swift 6 language mode
                    continuation.resume(returning: success)
                    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: note: task-isolated 'success' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                    continuation.resume(returning: success)
                                 ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:78: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:4:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:83: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:83:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.success(result))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: warning: sending 'success' risks causing data races; this is an error in the Swift 6 language mode
                    continuation.resume(returning: success)
                    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: note: task-isolated 'success' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                    continuation.resume(returning: success)
                                 ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:78: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:4:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:83: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:83:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.success(result))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:43:18: warning: result of call to '_uploadFileTask(_:with:progress:completion:)' is unused
            self._uploadFileTask(fileURL, with: request, progress: progress) { result in
                 ^              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:107:23: warning: capture of 'self' with non-sendable type 'FileUploader?' 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/Uploader/FileUploader/FileUploader.swift:4:14: note: class 'FileUploader' does not conform to the 'Sendable' protocol
public class FileUploader: FileUploadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:108:17: warning: capture of 'completion' with non-sendable type 'UploadCompletionHandler' (aka '(Result<Data, NetworkingError>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:108:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: warning: sending 'success' risks causing data races; this is an error in the Swift 6 language mode
                    continuation.resume(returning: success)
                    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: note: task-isolated 'success' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                    continuation.resume(returning: success)
                                 ^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:78: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:4:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:83: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:83:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.success(result))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: warning: sending 'success' risks causing data races; this is an error in the Swift 6 language mode
                    continuation.resume(returning: success)
                    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: note: task-isolated 'success' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                    continuation.resume(returning: success)
                                 ^
SwiftCompile normal armv7k Compiling\ DefaultUploadTaskInterceptor.swift,\ UploadStreamEvent.swift,\ UploadTypealias.swift,\ DefaultWebSocketTaskInterceptor.swift,\ WebSocketConnectionState.swift,\ ResponseValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/DefaultUploadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/UploadStreamEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/UploadTypealias.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/WebSocketConnectionState.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Validator/ResponseValidator.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/DefaultUploadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftCompile normal armv7k /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/HTTPError/HTTPError.swift:5:16: warning: stored property 'headers' of 'Sendable'-conforming struct 'HTTPError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
    public let headers: [AnyHashable: Any]
               ^
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
@frozen public struct Dictionary<Key, Value> where Key : Hashable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/HTTPError.swift:6:16: warning: stored property 'category' of 'Sendable'-conforming struct 'HTTPError' has non-sendable type 'HTTPError.HTTPErrorCategory'; this is an error in the Swift 6 language mode
    public let category: HTTPErrorCategory
               ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/HTTPError.swift:31:17: note: consider making enum 'HTTPErrorCategory' conform to the 'Sendable' protocol
    public enum HTTPErrorCategory {
                ^
                                  : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/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
                    ^
SwiftDriverJobDiscovery normal armv7k Emitting module for EZNetworking (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriver\ Compilation\ Requirements EZNetworking normal armv7k 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-watchos/EZNetworking.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos8.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/armv7k/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-watchos/EZNetworking.build/Objects-normal/armv7k/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-watchos/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-watchos/EZNetworking.build/Objects-normal/armv7k/EZNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/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-watchos/EZNetworking.build/Objects-normal/armv7k/EZNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling HTTPBody.swift, MultipartFormData.swift, MultipartFormPart.swift, AuthorizationType.swift, HTTPHeader.swift, MimeType.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ EZNetworking (in target 'EZNetworking' from project 'EZNetworking')
EmitSwiftModule normal arm64_32 (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/HTTPError.swift:5:16: warning: stored property 'headers' of 'Sendable'-conforming struct 'HTTPError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
    public let headers: [AnyHashable: Any]
               ^
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
@frozen public struct Dictionary<Key, Value> where Key : Hashable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/HTTPError.swift:6:16: warning: stored property 'category' of 'Sendable'-conforming struct 'HTTPError' has non-sendable type 'HTTPError.HTTPErrorCategory'; this is an error in the Swift 6 language mode
    public let category: HTTPErrorCategory
               ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/HTTPError.swift:31:17: note: consider making enum 'HTTPErrorCategory' conform to the 'Sendable' protocol
    public enum HTTPErrorCategory {
                ^
                                  : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/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\ RequestPerformable.swift,\ RequestPerformer.swift,\ DataUploader.swift,\ DataUploadable.swift,\ FileUploader.swift,\ FileUploadable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/Protocols/RequestPerformable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/Protocols/RequestPerformable.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:78: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:4:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:83: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:83:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.success(result))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: warning: sending 'success' risks causing data races; this is an error in the Swift 6 language mode
                    continuation.resume(returning: success)
                    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: note: task-isolated 'success' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                    continuation.resume(returning: success)
                                 ^
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:78: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:4:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:83: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:83:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.success(result))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: warning: sending 'success' risks causing data races; this is an error in the Swift 6 language mode
                    continuation.resume(returning: success)
                    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: note: task-isolated 'success' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                    continuation.resume(returning: success)
                                 ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:78: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:4:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:83: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:83:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.success(result))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:107:23: warning: capture of 'self' with non-sendable type 'DataUploader?' 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/Uploader/DataUploader/DataUploader.swift:4:14: note: class 'DataUploader' does not conform to the 'Sendable' protocol
public class DataUploader: DataUploadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:108:17: warning: capture of 'completion' with non-sendable type 'UploadCompletionHandler' (aka '(Result<Data, NetworkingError>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:108:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: warning: sending 'success' risks causing data races; this is an error in the Swift 6 language mode
                    continuation.resume(returning: success)
                    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: note: task-isolated 'success' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                    continuation.resume(returning: success)
                                 ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:78: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:4:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:83: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:83:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.success(result))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: warning: sending 'success' risks causing data races; this is an error in the Swift 6 language mode
                    continuation.resume(returning: success)
                    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: note: task-isolated 'success' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                    continuation.resume(returning: success)
                                 ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:78: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:4:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:83: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:83:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.success(result))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:43:18: warning: result of call to '_uploadFileTask(_:with:progress:completion:)' is unused
            self._uploadFileTask(fileURL, with: request, progress: progress) { result in
                 ^              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:107:23: warning: capture of 'self' with non-sendable type 'FileUploader?' 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/Uploader/FileUploader/FileUploader.swift:4:14: note: class 'FileUploader' does not conform to the 'Sendable' protocol
public class FileUploader: FileUploadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:108:17: warning: capture of 'completion' with non-sendable type 'UploadCompletionHandler' (aka '(Result<Data, NetworkingError>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:108:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: warning: sending 'success' risks causing data races; this is an error in the Swift 6 language mode
                    continuation.resume(returning: success)
                    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: note: task-isolated 'success' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                    continuation.resume(returning: success)
                                 ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:78: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:4:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:83: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:83:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.success(result))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: warning: sending 'success' risks causing data races; this is an error in the Swift 6 language mode
                    continuation.resume(returning: success)
                    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: note: task-isolated 'success' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                    continuation.resume(returning: success)
                                 ^
SwiftCompile normal arm64 Compiling\ SessionDelegate+URLSessionDataDelegate.swift,\ SessionDelegate+URLSessionDelegate.swift,\ SessionDelegate+URLSessionDownloadDelegate.swift,\ SessionDelegate+URLSessionStreamDelegate.swift,\ SessionDelegate+URLSessionTaskDelegate.swift,\ SessionDelegate+URLSessionWebSocketDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/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

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

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

SwiftCompile normal arm64_32 /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_32 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling HTTPRedirectionStatus.swift, HTTPServerErrorStatus.swift, HTTPSuccessStatus.swift, InternalError.swift, NetworkingError.swift, WebSocketError.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64_32 Compiling\ RequestPerformable.swift,\ RequestPerformer.swift,\ DataUploader.swift,\ DataUploadable.swift,\ FileUploader.swift,\ FileUploadable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/Protocols/RequestPerformable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/Protocols/RequestPerformable.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:78: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:4:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:83: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:83:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.success(result))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: warning: sending 'success' risks causing data races; this is an error in the Swift 6 language mode
                    continuation.resume(returning: success)
                    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: note: task-isolated 'success' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                    continuation.resume(returning: success)
                                 ^
SwiftCompile normal arm64_32 /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:78: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:4:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:83: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:83:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.success(result))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: warning: sending 'success' risks causing data races; this is an error in the Swift 6 language mode
                    continuation.resume(returning: success)
                    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: note: task-isolated 'success' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                    continuation.resume(returning: success)
                                 ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:78: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:4:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:83: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:83:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.success(result))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:107:23: warning: capture of 'self' with non-sendable type 'DataUploader?' 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/Uploader/DataUploader/DataUploader.swift:4:14: note: class 'DataUploader' does not conform to the 'Sendable' protocol
public class DataUploader: DataUploadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:108:17: warning: capture of 'completion' with non-sendable type 'UploadCompletionHandler' (aka '(Result<Data, NetworkingError>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/DataUploader.swift:108:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: warning: sending 'success' risks causing data races; this is an error in the Swift 6 language mode
                    continuation.resume(returning: success)
                    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: note: task-isolated 'success' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                    continuation.resume(returning: success)
                                 ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/DataUploader/Protocols/DataUploadable.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:78: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:4:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:83: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:83:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.success(result))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: warning: sending 'success' risks causing data races; this is an error in the Swift 6 language mode
                    continuation.resume(returning: success)
                    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: note: task-isolated 'success' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                    continuation.resume(returning: success)
                                 ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:78: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:4:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:83: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:83:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.success(result))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:43:18: warning: result of call to '_uploadFileTask(_:with:progress:completion:)' is unused
            self._uploadFileTask(fileURL, with: request, progress: progress) { result in
                 ^              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:107:23: warning: capture of 'self' with non-sendable type 'FileUploader?' 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/Uploader/FileUploader/FileUploader.swift:4:14: note: class 'FileUploader' does not conform to the 'Sendable' protocol
public class FileUploader: FileUploadable {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:108:17: warning: capture of 'completion' with non-sendable type 'UploadCompletionHandler' (aka '(Result<Data, NetworkingError>) -> ()') in a '@Sendable' closure; this is an error in the Swift 6 language mode
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/FileUploader.swift:108:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: warning: sending 'success' risks causing data races; this is an error in the Swift 6 language mode
                    continuation.resume(returning: success)
                    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: note: task-isolated 'success' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                    continuation.resume(returning: success)
                                 ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/FileUploader/Protocols/FileUploadable.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:78: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:4:15: note: consider making struct 'RequestPerformer' conform to the 'Sendable' protocol
public struct RequestPerformer: RequestPerformable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:83: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:83:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.success(result))
                ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: warning: sending 'success' risks causing data races; this is an error in the Swift 6 language mode
                    continuation.resume(returning: success)
                    ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Performers/RequestPerformer.swift:43:34: note: task-isolated 'success' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
                    continuation.resume(returning: success)
                                 ^
SwiftDriverJobDiscovery normal armv7k Compiling RequestDecoder.swift, HTTPHeaderEncoder.swift, HTTPParameterEncoder.swift, HTTPError.swift, HTTPClientErrorStatus.swift, HTTPInformationalStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64_32 Compiling\ Request.swift,\ RequestBuilder.swift,\ RequestFactory.swift,\ FileDownloader.swift,\ DefaultDownloadTaskInterceptor.swift,\ FileDownloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/RequestBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/RequestFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Helpers/DefaultDownloadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64_32 /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

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:110: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/FileDownloader.swift:4: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/FileDownloader.swift:111:17: warning: capture of 'completion' with non-sendable type 'DownloadCompletionHandler' (aka '(Result<URL, NetworkingError>) -> ()') 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/FileDownloader.swift:111:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
SwiftCompile normal arm64_32 /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

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:110: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/FileDownloader.swift:4: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/FileDownloader.swift:111:17: warning: capture of 'completion' with non-sendable type 'DownloadCompletionHandler' (aka '(Result<URL, NetworkingError>) -> ()') 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/FileDownloader.swift:111:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
SwiftCompile normal arm64_32 /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

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:110: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/FileDownloader.swift:4: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/FileDownloader.swift:111:17: warning: capture of 'completion' with non-sendable type 'DownloadCompletionHandler' (aka '(Result<URL, NetworkingError>) -> ()') 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/FileDownloader.swift:111:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:110: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/FileDownloader.swift:4: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/FileDownloader.swift:111:17: warning: capture of 'completion' with non-sendable type 'DownloadCompletionHandler' (aka '(Result<URL, NetworkingError>) -> ()') 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/FileDownloader.swift:111:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Helpers/DefaultDownloadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:110: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/FileDownloader.swift:4: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/FileDownloader.swift:111:17: warning: capture of 'completion' with non-sendable type 'DownloadCompletionHandler' (aka '(Result<URL, NetworkingError>) -> ()') 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/FileDownloader.swift:111:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:110: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/FileDownloader.swift:4: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/FileDownloader.swift:111:17: warning: capture of 'completion' with non-sendable type 'DownloadCompletionHandler' (aka '(Result<URL, NetworkingError>) -> ()') 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/FileDownloader.swift:111:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
SwiftDriverJobDiscovery normal armv7k Compiling DefaultUploadTaskInterceptor.swift, UploadStreamEvent.swift, UploadTypealias.swift, DefaultWebSocketTaskInterceptor.swift, WebSocketConnectionState.swift, ResponseValidator.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64_32 Compiling\ DefaultUploadTaskInterceptor.swift,\ UploadStreamEvent.swift,\ UploadTypealias.swift,\ DefaultWebSocketTaskInterceptor.swift,\ WebSocketConnectionState.swift,\ ResponseValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/DefaultUploadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/UploadStreamEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/UploadTypealias.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/WebSocketConnectionState.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Validator/ResponseValidator.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/DefaultUploadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

SwiftCompile normal arm64_32 Compiling\ HTTPBody.swift,\ MultipartFormData.swift,\ MultipartFormPart.swift,\ AuthorizationType.swift,\ HTTPHeader.swift,\ MimeType.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Body/HTTPBody.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Body/MultipartFormData/MultipartFormData.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Body/MultipartFormData/MultipartFormPart.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/AuthorizationType.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/HTTPHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/MimeType.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Body/HTTPBody.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

SwiftDriverJobDiscovery normal armv7k Compiling RequestPerformable.swift, RequestPerformer.swift, DataUploader.swift, DataUploadable.swift, FileUploader.swift, FileUploadable.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 Compiling\ Request.swift,\ RequestBuilder.swift,\ RequestFactory.swift,\ FileDownloader.swift,\ DefaultDownloadTaskInterceptor.swift,\ FileDownloadable.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/RequestBuilder.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/RequestFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Helpers/DefaultDownloadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/Protocols/FileDownloadable.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Request/Request.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:110: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/FileDownloader.swift:4: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/FileDownloader.swift:111:17: warning: capture of 'completion' with non-sendable type 'DownloadCompletionHandler' (aka '(Result<URL, NetworkingError>) -> ()') 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/FileDownloader.swift:111: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/Request/RequestBuilder.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:110: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/FileDownloader.swift:4: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/FileDownloader.swift:111:17: warning: capture of 'completion' with non-sendable type 'DownloadCompletionHandler' (aka '(Result<URL, NetworkingError>) -> ()') 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/FileDownloader.swift:111: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/Request/RequestFactory.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:110: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/FileDownloader.swift:4: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/FileDownloader.swift:111:17: warning: capture of 'completion' with non-sendable type 'DownloadCompletionHandler' (aka '(Result<URL, NetworkingError>) -> ()') 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/FileDownloader.swift:111: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/Downloader/FileDownloader.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:110: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/FileDownloader.swift:4: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/FileDownloader.swift:111:17: warning: capture of 'completion' with non-sendable type 'DownloadCompletionHandler' (aka '(Result<URL, NetworkingError>) -> ()') 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/FileDownloader.swift:111: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/Downloader/Helpers/DefaultDownloadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Downloader/FileDownloader.swift:110: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/FileDownloader.swift:4: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/FileDownloader.swift:111:17: warning: capture of 'completion' with non-sendable type 'DownloadCompletionHandler' (aka '(Result<URL, NetworkingError>) -> ()') 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/FileDownloader.swift:111: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/Downloader/Protocols/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/FileDownloader.swift:110: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/FileDownloader.swift:4: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/FileDownloader.swift:111:17: warning: capture of 'completion' with non-sendable type 'DownloadCompletionHandler' (aka '(Result<URL, NetworkingError>) -> ()') 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/FileDownloader.swift:111:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                completion(.failure(.internalError(.lostReferenceOfSelf)))
                ^
SwiftDriverJobDiscovery normal armv7k Compiling MetricsInterceptor.swift, RedirectInterceptor.swift, StreamTaskInterceptor.swift, TaskLifecycleInterceptor.swift, UploadTaskInterceptor.swift, WebSocketTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal armv7k Compiling SessionDelegate.swift, EmptyResponse.swift, Data-ext.swift, String-ext.swift, URLSessionTaskProtocol.swift, WebSocketTaskProtocol.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal armv7k Compiling HTTPMethod.swift, HTTPParameters.swift, AuthenticationInterceptor.swift, CacheInterceptor.swift, DataTaskInterceptor.swift, DownloadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal armv7k Compiling Request.swift, RequestBuilder.swift, RequestFactory.swift, FileDownloader.swift, DefaultDownloadTaskInterceptor.swift, FileDownloadable.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Emitting module for EZNetworking (in target 'EZNetworking' from project 'EZNetworking')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/armv7k/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-watchos/EZNetworking.build/Objects-normal/armv7k/EZNetworking.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/armv7k-apple-watchos.swiftmodule
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos8.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/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-watchos/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-watchos/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-watchos/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/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-watchos/EZNetworking.build/Objects-normal/arm64/EZNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/armv7k/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-watchos/EZNetworking.build/Objects-normal/armv7k/EZNetworking.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/armv7k/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-watchos/EZNetworking.build/Objects-normal/armv7k/EZNetworking.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/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-watchos/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/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-watchos/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/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-watchos/EZNetworking.build/Objects-normal/arm64/EZNetworking.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/armv7k/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-watchos/EZNetworking.build/Objects-normal/armv7k/EZNetworking.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/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-watchos/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ HTTPRedirectionStatus.swift,\ HTTPServerErrorStatus.swift,\ HTTPSuccessStatus.swift,\ InternalError.swift,\ NetworkingError.swift,\ WebSocketError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPRedirectionStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPServerErrorStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPSuccessStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/InternalError/InternalError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkingError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/WebSocketError/WebSocketError.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPRedirectionStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64_32 /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_32 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkingError.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/HTTPError.swift:5:16: warning: stored property 'headers' of 'Sendable'-conforming struct 'HTTPError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
    public let headers: [AnyHashable: Any]
               ^
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
@frozen public struct Dictionary<Key, Value> where Key : Hashable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/HTTPError.swift:6:16: warning: stored property 'category' of 'Sendable'-conforming struct 'HTTPError' has non-sendable type 'HTTPError.HTTPErrorCategory'; this is an error in the Swift 6 language mode
    public let category: HTTPErrorCategory
               ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/HTTPError.swift:31:17: note: consider making enum 'HTTPErrorCategory' conform to the 'Sendable' protocol
    public enum HTTPErrorCategory {
                ^
                                  : Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPClientErrorStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64_32 Emitting module for EZNetworking (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriver\ Compilation\ Requirements EZNetworking normal arm64_32 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-watchos/EZNetworking.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos8.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64_32/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-watchos/EZNetworking.build/Objects-normal/arm64_32/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-watchos/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-watchos/EZNetworking.build/Objects-normal/arm64_32/EZNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/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-watchos/EZNetworking.build/Objects-normal/arm64_32/EZNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ MetricsInterceptor.swift,\ RedirectInterceptor.swift,\ StreamTaskInterceptor.swift,\ TaskLifecycleInterceptor.swift,\ UploadTaskInterceptor.swift,\ WebSocketTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/MetricsInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/RedirectInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/StreamTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/TaskLifecycleInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/UploadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64_32 /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_32 /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_32 /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_32 /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_32 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/UploadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /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

SwiftDriverJobDiscovery normal arm64 Compiling SessionDelegate+URLSessionDataDelegate.swift, SessionDelegate+URLSessionDelegate.swift, SessionDelegate+URLSessionDownloadDelegate.swift, SessionDelegate+URLSessionStreamDelegate.swift, SessionDelegate+URLSessionTaskDelegate.swift, SessionDelegate+URLSessionWebSocketDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 Compiling\ DefaultUploadTaskInterceptor.swift,\ UploadStreamEvent.swift,\ UploadTypealias.swift,\ DefaultWebSocketTaskInterceptor.swift,\ WebSocketConnectionState.swift,\ ResponseValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/DefaultUploadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/UploadStreamEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/UploadTypealias.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/WebSocket/Helpers/WebSocketConnectionState.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Validator/ResponseValidator.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Util/Uploader/Helpers/DefaultUploadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling Request.swift, RequestBuilder.swift, RequestFactory.swift, FileDownloader.swift, DefaultDownloadTaskInterceptor.swift, FileDownloadable.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/EZNetworking-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64/EZNetworking-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64_32/EZNetworking-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/armv7k/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-watchos/EZNetworking.build/Objects-normal/arm64/EZNetworking-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64_32/EZNetworking-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/armv7k/EZNetworking-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/EZNetworking-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling RequestDecoder.swift, HTTPHeaderEncoder.swift, HTTPParameterEncoder.swift, HTTPError.swift, HTTPClientErrorStatus.swift, HTTPInformationalStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64_32/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-watchos/EZNetworking.build/Objects-normal/arm64_32/EZNetworking.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64_32/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-watchos/EZNetworking.build/Objects-normal/arm64_32/EZNetworking.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64_32/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-watchos/EZNetworking.build/Objects-normal/arm64_32/EZNetworking.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64_32/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-watchos/EZNetworking.build/Objects-normal/arm64_32/EZNetworking.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ HTTPMethod.swift,\ HTTPParameters.swift,\ AuthenticationInterceptor.swift,\ CacheInterceptor.swift,\ DataTaskInterceptor.swift,\ DownloadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Methods/HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Parameters/HTTPParameters.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/AuthenticationInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/CacheInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/DataTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/DownloadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Methods/HTTPMethod.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/HTTPError.swift:5:16: warning: stored property 'headers' of 'Sendable'-conforming struct 'HTTPError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
    public let headers: [AnyHashable: Any]
               ^
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
@frozen public struct Dictionary<Key, Value> where Key : Hashable {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/HTTPError.swift:6:16: warning: stored property 'category' of 'Sendable'-conforming struct 'HTTPError' has non-sendable type 'HTTPError.HTTPErrorCategory'; this is an error in the Swift 6 language mode
    public let category: HTTPErrorCategory
               ^
/Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/HTTPError.swift:31:17: note: consider making enum 'HTTPErrorCategory' conform to the 'Sendable' protocol
    public enum HTTPErrorCategory {
                ^
                                  : Sendable
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPClientErrorStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64_32 /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

SwiftDriverJobDiscovery normal arm64 Compiling DefaultUploadTaskInterceptor.swift, UploadStreamEvent.swift, UploadTypealias.swift, DefaultWebSocketTaskInterceptor.swift, WebSocketConnectionState.swift, ResponseValidator.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 Compiling\ HTTPRedirectionStatus.swift,\ HTTPServerErrorStatus.swift,\ HTTPSuccessStatus.swift,\ InternalError.swift,\ NetworkingError.swift,\ WebSocketError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPRedirectionStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPServerErrorStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPSuccessStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/InternalError/InternalError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/NetworkingError.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/WebSocketError/WebSocketError.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Error/HTTPError/StatusCodeTypes/HTTPRedirectionStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling HTTPMethod.swift, HTTPParameters.swift, AuthenticationInterceptor.swift, CacheInterceptor.swift, DataTaskInterceptor.swift, DownloadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 Compiling\ HTTPBody.swift,\ MultipartFormData.swift,\ MultipartFormPart.swift,\ AuthorizationType.swift,\ HTTPHeader.swift,\ MimeType.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Body/HTTPBody.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Body/MultipartFormData/MultipartFormData.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Body/MultipartFormData/MultipartFormPart.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/AuthorizationType.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/HTTPHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Headers/MimeType.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/HTTP/Body/HTTPBody.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling HTTPRedirectionStatus.swift, HTTPServerErrorStatus.swift, HTTPSuccessStatus.swift, InternalError.swift, NetworkingError.swift, WebSocketError.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 Compiling\ SessionDelegate.swift,\ EmptyResponse.swift,\ Data-ext.swift,\ String-ext.swift,\ URLSessionTaskProtocol.swift,\ WebSocketTaskProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/EmptyResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/Data-ext.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/Extensions/String-ext.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/URLSessionTaskProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Other/WebSocketTaskProtocol.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/SessionDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

SwiftCompile normal armv7k /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

SwiftDriverJobDiscovery normal arm64_32 Compiling DefaultUploadTaskInterceptor.swift, UploadStreamEvent.swift, UploadTypealias.swift, DefaultWebSocketTaskInterceptor.swift, WebSocketConnectionState.swift, ResponseValidator.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 Compiling\ MetricsInterceptor.swift,\ RedirectInterceptor.swift,\ StreamTaskInterceptor.swift,\ TaskLifecycleInterceptor.swift,\ UploadTaskInterceptor.swift,\ WebSocketTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/MetricsInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/RedirectInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/StreamTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/TaskLifecycleInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/UploadTaskInterceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/WebSocketTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EZNetworking/Interceptors/Protocols/MetricsInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

SwiftCompile normal arm64_32 /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_32 /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_32 /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_32 /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

SwiftDriverJobDiscovery normal arm64_32 Compiling MetricsInterceptor.swift, RedirectInterceptor.swift, StreamTaskInterceptor.swift, TaskLifecycleInterceptor.swift, UploadTaskInterceptor.swift, WebSocketTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64_32 Compiling Request.swift, RequestBuilder.swift, RequestFactory.swift, FileDownloader.swift, DefaultDownloadTaskInterceptor.swift, FileDownloadable.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64_32 Compiling RequestDecoder.swift, HTTPHeaderEncoder.swift, HTTPParameterEncoder.swift, HTTPError.swift, HTTPClientErrorStatus.swift, HTTPInformationalStatus.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64_32 Compiling SessionDelegate.swift, EmptyResponse.swift, Data-ext.swift, String-ext.swift, URLSessionTaskProtocol.swift, WebSocketTaskProtocol.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64_32 Compiling HTTPRedirectionStatus.swift, HTTPServerErrorStatus.swift, HTTPSuccessStatus.swift, InternalError.swift, NetworkingError.swift, WebSocketError.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64_32 Compiling SessionDelegate+URLSessionDataDelegate.swift, SessionDelegate+URLSessionDelegate.swift, SessionDelegate+URLSessionDownloadDelegate.swift, SessionDelegate+URLSessionStreamDelegate.swift, SessionDelegate+URLSessionTaskDelegate.swift, SessionDelegate+URLSessionWebSocketDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64_32 Compiling RequestPerformable.swift, RequestPerformer.swift, DataUploader.swift, DataUploadable.swift, FileUploader.swift, FileUploadable.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPBody.swift, MultipartFormData.swift, MultipartFormPart.swift, AuthorizationType.swift, HTTPHeader.swift, MimeType.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling MetricsInterceptor.swift, RedirectInterceptor.swift, StreamTaskInterceptor.swift, TaskLifecycleInterceptor.swift, UploadTaskInterceptor.swift, WebSocketTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriverJobDiscovery normal arm64_32 Compiling HTTPMethod.swift, HTTPParameters.swift, AuthenticationInterceptor.swift, CacheInterceptor.swift, DataTaskInterceptor.swift, DownloadTaskInterceptor.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriver\ Compilation EZNetworking normal arm64_32 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-watchos/EZNetworking.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos8.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64_32/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-watchos/EZNetworking.build/Objects-normal/arm64_32/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-watchos/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-watchos/EZNetworking.build/Objects-normal/arm64_32/EZNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/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-watchos/EZNetworking.build/Objects-normal/arm64_32/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/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64_32/Binary/EZNetworking.o normal arm64_32 (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_32-apple-watchos8.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64_32/EZNetworking.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64_32/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-watchos/EZNetworking.build/Objects-normal/arm64_32/EZNetworking_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64_32/EZNetworking.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64_32/Binary/EZNetworking.o
SwiftDriverJobDiscovery normal armv7k Compiling SessionDelegate+URLSessionDataDelegate.swift, SessionDelegate+URLSessionDelegate.swift, SessionDelegate+URLSessionDownloadDelegate.swift, SessionDelegate+URLSessionStreamDelegate.swift, SessionDelegate+URLSessionTaskDelegate.swift, SessionDelegate+URLSessionWebSocketDelegate.swift (in target 'EZNetworking' from project 'EZNetworking')
SwiftDriver\ Compilation EZNetworking normal armv7k 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-watchos/EZNetworking.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos8.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/armv7k/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-watchos/EZNetworking.build/Objects-normal/armv7k/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-watchos/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-watchos/EZNetworking.build/Objects-normal/armv7k/EZNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/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-watchos/EZNetworking.build/Objects-normal/armv7k/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/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/armv7k/Binary/EZNetworking.o normal armv7k (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 armv7k-apple-watchos8.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/armv7k/EZNetworking.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/armv7k/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-watchos/EZNetworking.build/Objects-normal/armv7k/EZNetworking_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/armv7k/EZNetworking.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/armv7k/Binary/EZNetworking.o
SwiftDriverJobDiscovery normal arm64 Compiling SessionDelegate.swift, EmptyResponse.swift, Data-ext.swift, String-ext.swift, URLSessionTaskProtocol.swift, WebSocketTaskProtocol.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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos8.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/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-watchos/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-watchos/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-watchos/EZNetworking.build/Objects-normal/arm64/EZNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/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-watchos/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/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64/Binary/EZNetworking.o normal arm64 (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-watchos8.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/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-watchos/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-watchos/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64/EZNetworking.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64/Binary/EZNetworking.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.o normal arm64\ armv7k\ arm64_32 (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/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64/Binary/EZNetworking.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/armv7k/Binary/EZNetworking.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64_32/Binary/EZNetworking.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 8.0 --bundle-identifier spi-builder-workspace.EZNetworking --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.appintents --target-triple arm64-apple-watchos8.0 --target-triple armv7k-apple-watchos8.0 --target-triple arm64_32-apple-watchos8.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/EZNetworking.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64/EZNetworking_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/armv7k/EZNetworking_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64_32/EZNetworking_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/armv7k/EZNetworking.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64_32/EZNetworking.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/EZNetworking.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/EZNetworking.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64/EZNetworking.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/armv7k/EZNetworking.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EZNetworking.build/Debug-watchos/EZNetworking.build/Objects-normal/arm64_32/EZNetworking.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-12-14 20:19:39.637 appintentsmetadataprocessor[782:4714] Starting appintentsmetadataprocessor export
2025-12-14 20:19:39.682 appintentsmetadataprocessor[782:4714] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/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",
        "Encoders/HTTPHeaderEncoderTests.swift",
        "Encoders/HTTPParameterEncoderTests.swift",
        "Error/HTTPError/HTTPErrorTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPClientErrorStatusTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPInformationalStatusTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPRedirectionStatusTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPServerErrorStatusTests.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPSuccessStatusTests.swift",
        "Error/InternalError/InternalErrorTests.swift",
        "Error/WebSocketError/WebSocketErrorTests.swift",
        "HTTP/Body/HTTPBodyTests.swift",
        "HTTP/Body/MultipartFormData/MultipartFormDataTests.swift",
        "HTTP/Body/MultipartFormData/MultipartFormPartTests.swift",
        "HTTP/Headers/AuthorizationTypeTests.swift",
        "HTTP/Headers/HTTPHeaderTests.swift",
        "HTTP/Headers/MimeTypeTests.swift",
        "HTTP/Methods/HTTPMethodTests.swift",
        "HTTP/Parameters/HTTPParameterTests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDataDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionDownloadDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionStreamDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionTaskDelegate+Tests.swift",
        "Interceptors/SessoionDelegate+Extensions+Tests/SessionDelegate+URLSessionWebSocketDelegate+Tests.swift",
        "Mocks/Mock-Codeable.swift",
        "Mocks/Mock-JSON.swift",
        "Mocks/MockURLResponseValidator.swift",
        "Other/Extensions/Data-extTests.swift",
        "Other/Extensions/String-extTests.swift",
        "Request/RequestBuilderTests.swift",
        "Request/RequestFactoryTests.swift",
        "Request/RequestTests.swift",
        "Util/Downloader/FileDownloadable_asyncAwait_Tests.swift",
        "Util/Downloader/FileDownloadable_asyncStream_Tests.swift",
        "Util/Downloader/FileDownloadable_callbacks_Tests.swift",
        "Util/Downloader/FileDownloadable_publisher_Tests.swift",
        "Util/Downloader/Helpers/DefaultDownloadTaskInterceptorTests.swift",
        "Util/Downloader/Mocks/FileDownloader_MockDownloadTaskInterceptor.swift",
        "Util/Downloader/Mocks/MockFileDownloaderURLSession.swift",
        "Util/Downloader/Mocks/MockURLSessionDownloadTask.swift",
        "Util/Performers/Mocks/MockRequestPerformerURLSession.swift",
        "Util/Performers/Mocks/MockURLSessionDataTask.swift",
        "Util/Performers/RequestPerformable_asyncAwait_Tests.swift",
        "Util/Performers/RequestPerformable_callbacks_Tests.swift",
        "Util/Performers/RequestPerformable_publisher_Tests.swift",
        "Util/Uploader/DataUploader/DataUploader_asyncAwait_Tests.swift",
        "Util/Uploader/DataUploader/DataUploader_asyncStream_Tests.swift",
        "Util/Uploader/DataUploader/DataUploader_callbacks_Tests.swift",
        "Util/Uploader/DataUploader/DataUploader_publisher_Tests.swift",
        "Util/Uploader/DataUploader/Mocks/MockDataUploaderURLSession.swift",
        "Util/Uploader/FileUploader/FileUploader_asyncAwait_Tests.swift",
        "Util/Uploader/FileUploader/FileUploader_asyncStream_Tests.swift",
        "Util/Uploader/FileUploader/FileUploader_callbacks_Tests.swift",
        "Util/Uploader/FileUploader/FileUploader_publisher_Tests.swift",
        "Util/Uploader/FileUploader/Mocks/MockFileUploaderURLSession.swift",
        "Util/Uploader/Helpers/DefaultUploadTaskInterceptor.swift",
        "Util/Uploader/Mocks/MockURLSessionUploadTask.swift",
        "Util/Uploader/Mocks/MockUploadTaskInterceptor.swift",
        "Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptorTests.swift",
        "Util/WebSocket/Helpers/WebSocketConnectionStateTests.swift",
        "Util/WebSocket/Mocks/MockURLSessionWebSocketTask.swift",
        "Util/WebSocket/Mocks/MockWebSockerURLSession.swift",
        "Util/WebSocket/Mocks/MockWebSocketTaskInterceptor.swift",
        "Validator/ResponseValidatorTests.swift"
      ],
      "target_dependencies" : [
        "EZNetworking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EZNetworking",
      "module_type" : "SwiftTarget",
      "name" : "EZNetworking",
      "path" : "Sources/EZNetworking",
      "product_memberships" : [
        "EZNetworking"
      ],
      "sources" : [
        "Decoding/RequestDecoder.swift",
        "Encoders/HTTPHeaderEncoder.swift",
        "Encoders/HTTPParameterEncoder.swift",
        "Error/HTTPError/HTTPError.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPClientErrorStatus.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPInformationalStatus.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPRedirectionStatus.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPServerErrorStatus.swift",
        "Error/HTTPError/StatusCodeTypes/HTTPSuccessStatus.swift",
        "Error/InternalError/InternalError.swift",
        "Error/NetworkingError.swift",
        "Error/WebSocketError/WebSocketError.swift",
        "HTTP/Body/HTTPBody.swift",
        "HTTP/Body/MultipartFormData/MultipartFormData.swift",
        "HTTP/Body/MultipartFormData/MultipartFormPart.swift",
        "HTTP/Headers/AuthorizationType.swift",
        "HTTP/Headers/HTTPHeader.swift",
        "HTTP/Headers/MimeType.swift",
        "HTTP/Methods/HTTPMethod.swift",
        "HTTP/Parameters/HTTPParameters.swift",
        "Interceptors/Protocols/AuthenticationInterceptor.swift",
        "Interceptors/Protocols/CacheInterceptor.swift",
        "Interceptors/Protocols/DataTaskInterceptor.swift",
        "Interceptors/Protocols/DownloadTaskInterceptor.swift",
        "Interceptors/Protocols/MetricsInterceptor.swift",
        "Interceptors/Protocols/RedirectInterceptor.swift",
        "Interceptors/Protocols/StreamTaskInterceptor.swift",
        "Interceptors/Protocols/TaskLifecycleInterceptor.swift",
        "Interceptors/Protocols/UploadTaskInterceptor.swift",
        "Interceptors/Protocols/WebSocketTaskInterceptor.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDataDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionDownloadDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionStreamDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionTaskDelegate.swift",
        "Interceptors/SessionDelegate+Extensions/SessionDelegate+URLSessionWebSocketDelegate.swift",
        "Interceptors/SessionDelegate.swift",
        "Other/EmptyResponse.swift",
        "Other/Extensions/Data-ext.swift",
        "Other/Extensions/String-ext.swift",
        "Other/URLSessionTaskProtocol.swift",
        "Other/WebSocketTaskProtocol.swift",
        "Request/Request.swift",
        "Request/RequestBuilder.swift",
        "Request/RequestFactory.swift",
        "Util/Downloader/FileDownloader.swift",
        "Util/Downloader/Helpers/DefaultDownloadTaskInterceptor.swift",
        "Util/Downloader/Protocols/FileDownloadable.swift",
        "Util/Performers/Protocols/RequestPerformable.swift",
        "Util/Performers/RequestPerformer.swift",
        "Util/Uploader/DataUploader/DataUploader.swift",
        "Util/Uploader/DataUploader/Protocols/DataUploadable.swift",
        "Util/Uploader/FileUploader/FileUploader.swift",
        "Util/Uploader/FileUploader/Protocols/FileUploadable.swift",
        "Util/Uploader/Helpers/DefaultUploadTaskInterceptor.swift",
        "Util/Uploader/Helpers/UploadStreamEvent.swift",
        "Util/Uploader/Helpers/UploadTypealias.swift",
        "Util/WebSocket/Helpers/DefaultWebSocketTaskInterceptor.swift",
        "Util/WebSocket/Helpers/WebSocketConnectionState.swift",
        "Validator/ResponseValidator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.