The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JPNetworking, reference main (5595d2), with Swift 6.1 for tvOS using Xcode 16.3 on 30 Sep 2025 13:22:03 UTC.

Swift 6 data race errors: 17

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JPNetworking -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iamjpsharma/JPNetworking.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iamjpsharma/JPNetworking
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5595d21 Update README.md
Cloned https://github.com/iamjpsharma/JPNetworking.git
Revision (git rev-parse @):
5595d2153a63ea027bd3fc5da18b11e475411597
SUCCESS checkout https://github.com/iamjpsharma/JPNetworking.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/iamjpsharma/JPNetworking.git
https://github.com/iamjpsharma/JPNetworking.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JPNetworking",
  "name" : "JPNetworking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "JPNetworking",
      "targets" : [
        "JPNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JPNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "JPNetworkingTests",
      "path" : "Tests/JPNetworkingTests",
      "sources" : [
        "AdvancedFeaturesTests.swift",
        "AuthenticationInterceptorTests.swift",
        "CachingRetryTests.swift",
        "SwiftNetFrameworkTests.swift",
        "SwiftNetTests.swift",
        "TokenRefreshTests.swift"
      ],
      "target_dependencies" : [
        "JPNetworking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JPNetworking",
      "module_type" : "SwiftTarget",
      "name" : "JPNetworking",
      "path" : "Sources/JPNetworking",
      "product_memberships" : [
        "JPNetworking"
      ],
      "sources" : [
        "ActivityIndicator/NetworkActivityIndicatorManager.swift",
        "Authentication/AuthenticationProvider.swift",
        "Caching/CacheManager.swift",
        "Caching/CachePolicy.swift",
        "Core/NetworkError.swift",
        "Core/NetworkManager.swift",
        "Core/Request.swift",
        "Core/Response.swift",
        "Downloads/BackgroundTaskManager.swift",
        "Downloads/ProgressTracker.swift",
        "Extensions/SwiftNetExtensions.swift",
        "Interceptors/Interceptor.swift",
        "JPNetworking.swift",
        "Reachability/NetworkReachabilityManager.swift",
        "Retry/RetryManager.swift",
        "Security/SSLPinningManager.swift",
        "Serialization/ResponseSerializer.swift",
        "Utilities/Logger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  JPNetworking: /Users/admin/builder/spi-builder-workspace
resolved source packages: JPNetworking
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JPNetworking",
  "name" : "JPNetworking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "JPNetworking",
      "targets" : [
        "JPNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JPNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "JPNetworkingTests",
      "path" : "Tests/JPNetworkingTests",
      "sources" : [
        "AdvancedFeaturesTests.swift",
        "AuthenticationInterceptorTests.swift",
        "CachingRetryTests.swift",
        "SwiftNetFrameworkTests.swift",
        "SwiftNetTests.swift",
        "TokenRefreshTests.swift"
      ],
      "target_dependencies" : [
        "JPNetworking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JPNetworking",
      "module_type" : "SwiftTarget",
      "name" : "JPNetworking",
      "path" : "Sources/JPNetworking",
      "product_memberships" : [
        "JPNetworking"
      ],
      "sources" : [
        "ActivityIndicator/NetworkActivityIndicatorManager.swift",
        "Authentication/AuthenticationProvider.swift",
        "Caching/CacheManager.swift",
        "Caching/CachePolicy.swift",
        "Core/NetworkError.swift",
        "Core/NetworkManager.swift",
        "Core/Request.swift",
        "Core/Response.swift",
        "Downloads/BackgroundTaskManager.swift",
        "Downloads/ProgressTracker.swift",
        "Extensions/SwiftNetExtensions.swift",
        "Interceptors/Interceptor.swift",
        "JPNetworking.swift",
        "Reachability/NetworkReachabilityManager.swift",
        "Retry/RetryManager.swift",
        "Security/SSLPinningManager.swift",
        "Serialization/ResponseSerializer.swift",
        "Utilities/Logger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "JPNetworking"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JPNetworking -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme JPNetworking -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  JPNetworking: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'JPNetworking' in project 'JPNetworking'
        ➜ Explicit dependency on target 'JPNetworking' in project 'JPNetworking'
    Target 'JPNetworking' in project 'JPNetworking' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 318b7a365104d79afba7f45e7f825ba1
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/318b7a365104d79afba7f45e7f825ba1.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/JPNetworking.modulemap (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/JPNetworking.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/JPNetworking.DependencyStaticMetadataFileList (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/JPNetworking.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.SwiftFileList (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/JPNetworking.DependencyMetadataFileList (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/JPNetworking.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking_const_extract_protocols.json (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking-OutputFileMap.json (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.LinkFileList (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.SwiftConstValuesFileList (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/JPNetworking.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/JPNetworking.modulemap (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/JPNetworking.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver JPNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JPNetworking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking-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/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.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/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ SwiftNetExtensions.swift,\ Interceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Extensions/SwiftNetExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Interceptors/Interceptor.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Extensions/SwiftNetExtensions.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Extensions/SwiftNetExtensions.swift:321:24: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    public static func getJSON(
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Extensions/SwiftNetExtensions.swift:336:20: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            return JPNetworkingResponse<[String: Any]>(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Extensions/SwiftNetExtensions.swift:336:54: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            return JPNetworkingResponse<[String: Any]>(
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Extensions/SwiftNetExtensions.swift:344:20: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            return JPNetworkingResponse<[String: Any]>(
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Extensions/SwiftNetExtensions.swift:344:54: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            return JPNetworkingResponse<[String: Any]>(
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Extensions/SwiftNetExtensions.swift:499:22: warning: type 'Self' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        return .json(self)
                     ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Interceptors/Interceptor.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RetryManager.swift,\ SSLPinningManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Retry/RetryManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Security/SSLPinningManager.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Retry/RetryManager.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Security/SSLPinningManager.swift:428:15: warning: non-final class 'SSLPinningURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
private class SSLPinningURLSessionDelegate: NSObject, URLSessionDelegate {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Security/SSLPinningManager.swift:127:48: warning: actor-isolated property 'pinnedPublicKeyData' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        if policy.pinningMode == .publicKey && pinnedPublicKeyData.isEmpty {
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Security/SSLPinningManager.swift:112:17: note: property declared here
    private var pinnedPublicKeyData: Set<Data> = []
                ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Security/SSLPinningManager.swift:450:14: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Security/SSLPinningManager.swift:455:17: note: closure captures 'completionHandler' which is accessible to code in the current task
                completionHandler(.useCredential, credential)
                ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Security/SSLPinningManager.swift:451:44: warning: sending 'serverTrust' risks causing data races; this is an error in the Swift 6 language mode
            let isValid = await sslManager.evaluateServerTrust(serverTrust, forHost: host)
                                ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Security/SSLPinningManager.swift:451:44: note: sending task-isolated 'serverTrust' to actor-isolated instance method 'evaluateServerTrust(_:forHost:)' risks causing data races between actor-isolated and task-isolated uses
            let isValid = await sslManager.evaluateServerTrust(serverTrust, forHost: host)
                                           ^
SwiftCompile normal arm64 Compiling\ NetworkError.swift,\ NetworkManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkError.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkError.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:519:15: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        await withTaskGroup(of: (Int, T).self) { group in
              ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:518:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    public func executeAll<T>(_ operations: [() async -> T]) async -> [T] {
                           ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:521:23: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
                group.addTask {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:518:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    public func executeAll<T>(_ operations: [() async -> T]) async -> [T] {
                           ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:528:13: warning: non-sendable result type '(Int, T)?' cannot be sent from nonisolated context in call to instance method 'next()'; this is an error in the Swift 6 language mode
            for await result in group {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:518:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    public func executeAll<T>(_ operations: [() async -> T]) async -> [T] {
                           ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:521:31: warning: passing closure as a 'sending' parameter risks causing data races between main actor-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:522:40: note: closure captures 'operation' which is accessible to main actor-isolated code
                    let result = await operation()
                                       ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:519:15: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        await withTaskGroup(of: (Int, T).self) { group in
              ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:518:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    public func executeAll<T>(_ operations: [() async -> T]) async -> [T] {
                           ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:521:23: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
                group.addTask {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:518:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    public func executeAll<T>(_ operations: [() async -> T]) async -> [T] {
                           ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:528:13: warning: non-sendable result type '(Int, T)?' cannot be sent from nonisolated context in call to instance method 'next()'; this is an error in the Swift 6 language mode
            for await result in group {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:518:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    public func executeAll<T>(_ operations: [() async -> T]) async -> [T] {
                           ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:521:31: warning: passing closure as a 'sending' parameter risks causing data races between main actor-isolated code and concurrent execution of the closure; this is an error in the Swift 6 language mode
                group.addTask {
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:522:40: note: closure captures 'operation' which is accessible to main actor-isolated code
                    let result = await operation()
                                       ^
SwiftCompile normal arm64 Compiling\ Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Utilities/Logger.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Utilities/Logger.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ BackgroundTaskManager.swift,\ ProgressTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/BackgroundTaskManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/ProgressTracker.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/BackgroundTaskManager.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/BackgroundTaskManager.swift:83:29: warning: stored property 'status' of 'Sendable'-conforming class 'BackgroundTask' is mutable; this is an error in the Swift 6 language mode
    public private(set) var status: BackgroundTaskStatus = .waiting
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/BackgroundTaskManager.swift:211:9: warning: actor-isolated instance method 'setupBackgroundSessionSync()' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        setupBackgroundSessionSync()
        ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/BackgroundTaskManager.swift:335:18: note: calls to instance method 'setupBackgroundSessionSync()' from outside of its actor context are implicitly asynchronous
    private func setupBackgroundSessionSync() {
                 ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/ProgressTracker.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/ProgressTracker.swift:112:16: warning: stored property 'progressHandler' of 'Sendable'-conforming class 'ProgressTracker' is mutable; this is an error in the Swift 6 language mode
    public var progressHandler: (@Sendable (TransferProgress) -> Void)?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/ProgressTracker.swift:492:15: warning: non-final class 'ProgressURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
private class ProgressURLSessionDelegate: NSObject, URLSessionDownloadDelegate, URLSessionTaskDelegate {
              ^
SwiftCompile normal arm64 Compiling\ JPNetworking.swift,\ NetworkReachabilityManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/JPNetworking.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Reachability/NetworkReachabilityManager.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/JPNetworking.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/JPNetworking.swift:91:13: warning: main actor-isolated static property 'globalManager' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
            globalManager = NetworkManager(configuration: configuration, session: session)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/JPNetworking.swift:59:24: note: mutation of this static property is only permitted within the actor
    private static var globalManager = NetworkManager.shared
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/JPNetworking.swift:91:29: warning: call to main actor-isolated initializer 'init(configuration:session:cacheManager:retryManager:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            globalManager = NetworkManager(configuration: configuration, session: session)
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:134:12: note: calls to initializer 'init(configuration:session:cacheManager:retryManager:)' from outside of its actor context are implicitly asynchronous
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/JPNetworking.swift:98:13: warning: main actor-isolated static property 'globalManager' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
            globalManager = NetworkManager.shared
            ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/JPNetworking.swift:59:24: note: mutation of this static property is only permitted within the actor
    private static var globalManager = NetworkManager.shared
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/JPNetworking.swift:98:44: warning: main actor-isolated static property 'shared' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
            globalManager = NetworkManager.shared
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:124:23: note: static property declared here
    public static let shared = NetworkManager()
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Reachability/NetworkReachabilityManager.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Reachability/NetworkReachabilityManager.swift:133:14: warning: capture of 'self' in a closure that outlives deinit; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Reachability/NetworkReachabilityManager.swift:452:43: warning: reference to captured var 'hasReturned' in concurrently-executing code; this is an error in the Swift 6 language mode
                if status.isReachable && !hasReturned {
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Reachability/NetworkReachabilityManager.swift:453:21: warning: mutation of captured var 'hasReturned' in concurrently-executing code; this is an error in the Swift 6 language mode
                    hasReturned = true
                    ^
SwiftCompile normal arm64 Compiling\ NetworkActivityIndicatorManager.swift,\ AuthenticationProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/ActivityIndicator/NetworkActivityIndicatorManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Authentication/AuthenticationProvider.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/ActivityIndicator/NetworkActivityIndicatorManager.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ Request.swift,\ Response.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/Response.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/Request.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/Response.swift:532:18: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
public typealias JSONResponse = JPNetworkingResponse<[String: Any]>
                 ^
SwiftCompile normal arm64 Compiling\ ResponseSerializer.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Serialization/ResponseSerializer.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Serialization/ResponseSerializer.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CacheManager.swift,\ CachePolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Caching/CacheManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Caching/CachePolicy.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Caching/CacheManager.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ JPNetworking (in target 'JPNetworking' from project 'JPNetworking')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/ActivityIndicator/NetworkActivityIndicatorManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Authentication/AuthenticationProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Caching/CacheManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Caching/CachePolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkError.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/Response.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/BackgroundTaskManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/ProgressTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Extensions/SwiftNetExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Interceptors/Interceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/JPNetworking.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Reachability/NetworkReachabilityManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Retry/RetryManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Security/SSLPinningManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Serialization/ResponseSerializer.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Utilities/Logger.swift -target arm64-apple-tvos13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name JPNetworking -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.abi.json
EmitSwiftModule normal arm64 (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/ActivityIndicator/NetworkActivityIndicatorManager.swift:241:17: error: main actor-isolated default value in a nonisolated context
    public init(manager: NetworkActivityIndicatorManager = .shared) {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Authentication/AuthenticationProvider.swift:61:17: warning: stored property 'expirationDate' of 'Sendable'-conforming class 'BearerTokenAuth' is mutable; this is an error in the Swift 6 language mode
    private var expirationDate: Date?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Authentication/AuthenticationProvider.swift:379:17: warning: stored property 'accessToken' of 'Sendable'-conforming class 'OAuth2Auth' is mutable; this is an error in the Swift 6 language mode
    private var accessToken: String?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/Response.swift:532:18: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
public typealias JSONResponse = JPNetworkingResponse<[String: Any]>
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/BackgroundTaskManager.swift:83:29: warning: stored property 'status' of 'Sendable'-conforming class 'BackgroundTask' is mutable; this is an error in the Swift 6 language mode
    public private(set) var status: BackgroundTaskStatus = .waiting
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/BackgroundTaskManager.swift:211:9: warning: actor-isolated instance method 'setupBackgroundSessionSync()' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        setupBackgroundSessionSync()
        ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/BackgroundTaskManager.swift:335:18: note: calls to instance method 'setupBackgroundSessionSync()' from outside of its actor context are implicitly asynchronous
    private func setupBackgroundSessionSync() {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/ProgressTracker.swift:112:16: warning: stored property 'progressHandler' of 'Sendable'-conforming class 'ProgressTracker' is mutable; this is an error in the Swift 6 language mode
    public var progressHandler: (@Sendable (TransferProgress) -> Void)?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/ProgressTracker.swift:492:15: warning: non-final class 'ProgressURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
private class ProgressURLSessionDelegate: NSObject, URLSessionDownloadDelegate, URLSessionTaskDelegate {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Extensions/SwiftNetExtensions.swift:321:24: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    public static func getJSON(
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Security/SSLPinningManager.swift:428:15: warning: non-final class 'SSLPinningURLSessionDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
private class SSLPinningURLSessionDelegate: NSObject, URLSessionDelegate {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Security/SSLPinningManager.swift:127:48: warning: actor-isolated property 'pinnedPublicKeyData' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        if policy.pinningMode == .publicKey && pinnedPublicKeyData.isEmpty {
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Security/SSLPinningManager.swift:112:17: note: property declared here
    private var pinnedPublicKeyData: Set<Data> = []
                ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Serialization/ResponseSerializer.swift:170:15: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
public struct XMLResponseSerializer: ResponseSerializer {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Serialization/ResponseSerializer.swift:200:15: warning: type 'PropertyListResponseSerializer.SerializedObject' (aka 'Any') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
public struct PropertyListResponseSerializer: ResponseSerializer {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Serialization/ResponseSerializer.swift:461:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public func asJSON<T: Decodable & Sendable>(
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/Response.swift:42:36: note: 'T' previously declared here
public struct JPNetworkingResponse<T>: Sendable where T: Sendable {
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Serialization/ResponseSerializer.swift:471:17: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    public func asXML() -> JPNetworkingResponse<[String: Any]> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Serialization/ResponseSerializer.swift:478:17: warning: type 'Any' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
    public func asPropertyList() -> JPNetworkingResponse<Any> {
                ^
SwiftDriverJobDiscovery normal arm64 Compiling CacheManager.swift, CachePolicy.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling NetworkError.swift, NetworkManager.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling SwiftNetExtensions.swift, Interceptor.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling BackgroundTaskManager.swift, ProgressTracker.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling Request.swift, Response.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling RetryManager.swift, SSLPinningManager.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling Logger.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling JPNetworking.swift, NetworkReachabilityManager.swift (in target 'JPNetworking' from project 'JPNetworking')
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ JPNetworking (in target 'JPNetworking' from project 'JPNetworking')
	EmitSwiftModule normal arm64 (in target 'JPNetworking' from project 'JPNetworking')
	Building workspace spi-builder-workspace with scheme JPNetworking
(3 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  JPNetworking: /Users/admin/builder/spi-builder-workspace
resolved source packages: JPNetworking
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JPNetworking",
  "name" : "JPNetworking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "JPNetworking",
      "targets" : [
        "JPNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JPNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "JPNetworkingTests",
      "path" : "Tests/JPNetworkingTests",
      "sources" : [
        "AdvancedFeaturesTests.swift",
        "AuthenticationInterceptorTests.swift",
        "CachingRetryTests.swift",
        "SwiftNetFrameworkTests.swift",
        "SwiftNetTests.swift",
        "TokenRefreshTests.swift"
      ],
      "target_dependencies" : [
        "JPNetworking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JPNetworking",
      "module_type" : "SwiftTarget",
      "name" : "JPNetworking",
      "path" : "Sources/JPNetworking",
      "product_memberships" : [
        "JPNetworking"
      ],
      "sources" : [
        "ActivityIndicator/NetworkActivityIndicatorManager.swift",
        "Authentication/AuthenticationProvider.swift",
        "Caching/CacheManager.swift",
        "Caching/CachePolicy.swift",
        "Core/NetworkError.swift",
        "Core/NetworkManager.swift",
        "Core/Request.swift",
        "Core/Response.swift",
        "Downloads/BackgroundTaskManager.swift",
        "Downloads/ProgressTracker.swift",
        "Extensions/SwiftNetExtensions.swift",
        "Interceptors/Interceptor.swift",
        "JPNetworking.swift",
        "Reachability/NetworkReachabilityManager.swift",
        "Retry/RetryManager.swift",
        "Security/SSLPinningManager.swift",
        "Serialization/ResponseSerializer.swift",
        "Utilities/Logger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "JPNetworking"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme JPNetworking -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme JPNetworking -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  JPNetworking: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'JPNetworking' in project 'JPNetworking'
        ➜ Explicit dependency on target 'JPNetworking' in project 'JPNetworking'
    Target 'JPNetworking' in project 'JPNetworking' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 468a2d3bf0a40c15c8f8e24ad47a93c9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/468a2d3bf0a40c15c8f8e24ad47a93c9.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
SwiftDriver JPNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name JPNetworking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking-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/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.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/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Request.swift,\ Response.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/Response.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/Request.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ BackgroundTaskManager.swift,\ ProgressTracker.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/BackgroundTaskManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/ProgressTracker.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/BackgroundTaskManager.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/BackgroundTaskManager.swift:83:29: warning: stored property 'status' of 'Sendable'-conforming class 'BackgroundTask' is mutable; this is an error in the Swift 6 language mode
    public private(set) var status: BackgroundTaskStatus = .waiting
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/BackgroundTaskManager.swift:211:9: warning: actor-isolated instance method 'setupBackgroundSessionSync()' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        setupBackgroundSessionSync()
        ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/BackgroundTaskManager.swift:335:18: note: calls to instance method 'setupBackgroundSessionSync()' from outside of its actor context are implicitly asynchronous
    private func setupBackgroundSessionSync() {
                 ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/ProgressTracker.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/ProgressTracker.swift:112:16: warning: stored property 'progressHandler' of 'Sendable'-conforming class 'ProgressTracker' is mutable; this is an error in the Swift 6 language mode
    public var progressHandler: (@Sendable (TransferProgress) -> Void)?
               ^
SwiftCompile normal arm64 Compiling\ NetworkActivityIndicatorManager.swift,\ AuthenticationProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/ActivityIndicator/NetworkActivityIndicatorManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Authentication/AuthenticationProvider.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/ActivityIndicator/NetworkActivityIndicatorManager.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/ActivityIndicator/NetworkActivityIndicatorManager.swift:241:61: warning: main actor-isolated static property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public init(manager: NetworkActivityIndicatorManager = .shared) {
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/ActivityIndicator/NetworkActivityIndicatorManager.swift:49:23: note: static property declared here
    public static let shared = NetworkActivityIndicatorManager()
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Authentication/AuthenticationProvider.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Authentication/AuthenticationProvider.swift:61:17: warning: stored property 'expirationDate' of 'Sendable'-conforming class 'BearerTokenAuth' is mutable; this is an error in the Swift 6 language mode
    private var expirationDate: Date?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Authentication/AuthenticationProvider.swift:379:17: warning: stored property 'accessToken' of 'Sendable'-conforming class 'OAuth2Auth' is mutable; this is an error in the Swift 6 language mode
    private var accessToken: String?
                ^
SwiftCompile normal arm64 Compiling\ RetryManager.swift,\ SSLPinningManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Retry/RetryManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Security/SSLPinningManager.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Retry/RetryManager.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Security/SSLPinningManager.swift:127:48: warning: actor-isolated property 'pinnedPublicKeyData' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        if policy.pinningMode == .publicKey && pinnedPublicKeyData.isEmpty {
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Security/SSLPinningManager.swift:112:17: note: property declared here
    private var pinnedPublicKeyData: Set<Data> = []
                ^
SwiftCompile normal arm64 Compiling\ SwiftNetExtensions.swift,\ Interceptor.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Extensions/SwiftNetExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Interceptors/Interceptor.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Extensions/SwiftNetExtensions.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/ActivityIndicator/NetworkActivityIndicatorManager.swift:241:61: warning: main actor-isolated static property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
    public init(manager: NetworkActivityIndicatorManager = .shared) {
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/ActivityIndicator/NetworkActivityIndicatorManager.swift:49:23: note: static property declared here
    public static let shared = NetworkActivityIndicatorManager()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Authentication/AuthenticationProvider.swift:61:17: warning: stored property 'expirationDate' of 'Sendable'-conforming class 'BearerTokenAuth' is mutable; this is an error in the Swift 6 language mode
    private var expirationDate: Date?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Authentication/AuthenticationProvider.swift:379:17: warning: stored property 'accessToken' of 'Sendable'-conforming class 'OAuth2Auth' is mutable; this is an error in the Swift 6 language mode
    private var accessToken: String?
                ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/BackgroundTaskManager.swift:83:29: warning: stored property 'status' of 'Sendable'-conforming class 'BackgroundTask' is mutable; this is an error in the Swift 6 language mode
    public private(set) var status: BackgroundTaskStatus = .waiting
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/BackgroundTaskManager.swift:211:9: warning: actor-isolated instance method 'setupBackgroundSessionSync()' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        setupBackgroundSessionSync()
        ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/BackgroundTaskManager.swift:335:18: note: calls to instance method 'setupBackgroundSessionSync()' from outside of its actor context are implicitly asynchronous
    private func setupBackgroundSessionSync() {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Downloads/ProgressTracker.swift:112:16: warning: stored property 'progressHandler' of 'Sendable'-conforming class 'ProgressTracker' is mutable; this is an error in the Swift 6 language mode
    public var progressHandler: (@Sendable (TransferProgress) -> Void)?
               ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Security/SSLPinningManager.swift:127:48: warning: actor-isolated property 'pinnedPublicKeyData' can not be referenced from a nonisolated autoclosure; this is an error in the Swift 6 language mode
        if policy.pinningMode == .publicKey && pinnedPublicKeyData.isEmpty {
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Security/SSLPinningManager.swift:112:17: note: property declared here
    private var pinnedPublicKeyData: Set<Data> = []
                ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Serialization/ResponseSerializer.swift:461:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public func asJSON<T: Decodable & Sendable>(
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/Response.swift:42:36: note: 'T' previously declared here
public struct JPNetworkingResponse<T>: Sendable where T: Sendable {
                                   ^
SwiftCompile normal arm64 Compiling\ Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Utilities/Logger.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Utilities/Logger.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ JPNetworking.swift,\ NetworkReachabilityManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/JPNetworking.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Reachability/NetworkReachabilityManager.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/JPNetworking.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/JPNetworking.swift:91:13: warning: main actor-isolated static property 'globalManager' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
            globalManager = NetworkManager(configuration: configuration, session: session)
            ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/JPNetworking.swift:59:24: note: mutation of this static property is only permitted within the actor
    private static var globalManager = NetworkManager.shared
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/JPNetworking.swift:91:29: warning: call to main actor-isolated initializer 'init(configuration:session:cacheManager:retryManager:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            globalManager = NetworkManager(configuration: configuration, session: session)
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:134:12: note: calls to initializer 'init(configuration:session:cacheManager:retryManager:)' from outside of its actor context are implicitly asynchronous
    public init(
           ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/JPNetworking.swift:98:13: warning: main actor-isolated static property 'globalManager' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
            globalManager = NetworkManager.shared
            ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/JPNetworking.swift:59:24: note: mutation of this static property is only permitted within the actor
    private static var globalManager = NetworkManager.shared
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/JPNetworking.swift:98:44: warning: main actor-isolated static property 'shared' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
            globalManager = NetworkManager.shared
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift:124:23: note: static property declared here
    public static let shared = NetworkManager()
                      ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Reachability/NetworkReachabilityManager.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Reachability/NetworkReachabilityManager.swift:133:14: warning: capture of 'self' in a closure that outlives deinit; this is an error in the Swift 6 language mode
        Task {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Reachability/NetworkReachabilityManager.swift:452:43: warning: reference to captured var 'hasReturned' in concurrently-executing code; this is an error in the Swift 6 language mode
                if status.isReachable && !hasReturned {
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Reachability/NetworkReachabilityManager.swift:453:21: warning: mutation of captured var 'hasReturned' in concurrently-executing code; this is an error in the Swift 6 language mode
                    hasReturned = true
                    ^
SwiftCompile normal arm64 Compiling\ CacheManager.swift,\ CachePolicy.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Caching/CacheManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Caching/CachePolicy.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Caching/CacheManager.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ ResponseSerializer.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Serialization/ResponseSerializer.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Serialization/ResponseSerializer.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Serialization/ResponseSerializer.swift:461:24: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public func asJSON<T: Decodable & Sendable>(
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/Response.swift:42:36: note: 'T' previously declared here
public struct JPNetworkingResponse<T>: Sendable where T: Sendable {
                                   ^
SwiftCompile normal arm64 Compiling\ NetworkError.swift,\ NetworkManager.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkError.swift /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkManager.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/JPNetworking/Core/NetworkError.swift (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling Request.swift, Response.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling JPNetworking.swift, NetworkReachabilityManager.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling SwiftNetExtensions.swift, Interceptor.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling Logger.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling RetryManager.swift, SSLPinningManager.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftDriverJobDiscovery normal arm64 Emitting module for JPNetworking (in target 'JPNetworking' from project 'JPNetworking')
SwiftDriver\ Compilation\ Requirements JPNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JPNetworking' from project 'JPNetworking')
    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 JPNetworking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking-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/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.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/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/JPNetworking-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking-Swift.h (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/JPNetworking-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JPNetworking.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.abi.json (in target 'JPNetworking' from project 'JPNetworking')
    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/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JPNetworking.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JPNetworking.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.swiftdoc (in target 'JPNetworking' from project 'JPNetworking')
    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/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JPNetworking.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JPNetworking.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.swiftmodule (in target 'JPNetworking' from project 'JPNetworking')
    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/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JPNetworking.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JPNetworking.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.swiftsourceinfo (in target 'JPNetworking' from project 'JPNetworking')
    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/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JPNetworking.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling CacheManager.swift, CachePolicy.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling BackgroundTaskManager.swift, ProgressTracker.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling ResponseSerializer.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling NetworkError.swift, NetworkManager.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftDriverJobDiscovery normal arm64 Compiling NetworkActivityIndicatorManager.swift, AuthenticationProvider.swift (in target 'JPNetworking' from project 'JPNetworking')
SwiftDriver\ Compilation JPNetworking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'JPNetworking' from project 'JPNetworking')
    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 JPNetworking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking-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/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.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/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JPNetworking.o normal (in target 'JPNetworking' from project 'JPNetworking')
    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-tvos13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JPNetworking.o
ExtractAppIntentsMetadata (in target 'JPNetworking' from project 'JPNetworking')
    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 JPNetworking --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.JPNetworking --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JPNetworking.appintents --target-triple arm64-apple-tvos13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JPNetworking.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/JPNetworking.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/JPNetworking.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/JPNetworking.build/Debug-appletvos/JPNetworking.build/Objects-normal/arm64/JPNetworking.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-30 06:22:02.477 appintentsmetadataprocessor[776:4614] Starting appintentsmetadataprocessor export
2025-09-30 06:22:02.516 appintentsmetadataprocessor[776:4614] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JPNetworking.o (in target 'JPNetworking' from project 'JPNetworking')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/JPNetworking.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "JPNetworking",
  "name" : "JPNetworking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "JPNetworking",
      "targets" : [
        "JPNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JPNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "JPNetworkingTests",
      "path" : "Tests/JPNetworkingTests",
      "sources" : [
        "AdvancedFeaturesTests.swift",
        "AuthenticationInterceptorTests.swift",
        "CachingRetryTests.swift",
        "SwiftNetFrameworkTests.swift",
        "SwiftNetTests.swift",
        "TokenRefreshTests.swift"
      ],
      "target_dependencies" : [
        "JPNetworking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JPNetworking",
      "module_type" : "SwiftTarget",
      "name" : "JPNetworking",
      "path" : "Sources/JPNetworking",
      "product_memberships" : [
        "JPNetworking"
      ],
      "sources" : [
        "ActivityIndicator/NetworkActivityIndicatorManager.swift",
        "Authentication/AuthenticationProvider.swift",
        "Caching/CacheManager.swift",
        "Caching/CachePolicy.swift",
        "Core/NetworkError.swift",
        "Core/NetworkManager.swift",
        "Core/Request.swift",
        "Core/Response.swift",
        "Downloads/BackgroundTaskManager.swift",
        "Downloads/ProgressTracker.swift",
        "Extensions/SwiftNetExtensions.swift",
        "Interceptors/Interceptor.swift",
        "JPNetworking.swift",
        "Reachability/NetworkReachabilityManager.swift",
        "Retry/RetryManager.swift",
        "Security/SSLPinningManager.swift",
        "Serialization/ResponseSerializer.swift",
        "Utilities/Logger.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.