The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of URLSessionBackport, reference main (133026), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2025 17:16:44 UTC.

Swift 6 data race errors: 6

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme URLSessionBackport -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mochidev/URLSessionBackport.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mochidev/URLSessionBackport
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 133026d Removed the last preconditionFailure
Cloned https://github.com/mochidev/URLSessionBackport.git
Revision (git rev-parse @):
133026d8723a81d7ddd293ce3d9fcadf72317517
SUCCESS checkout https://github.com/mochidev/URLSessionBackport.git at main
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mochidev/URLSessionBackport.git
https://github.com/mochidev/URLSessionBackport.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "URLSessionBackport",
  "name" : "URLSessionBackport",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "URLSessionBackport",
      "targets" : [
        "URLSessionBackport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "URLSessionBackportTests",
      "module_type" : "SwiftTarget",
      "name" : "URLSessionBackportTests",
      "path" : "Tests/URLSessionBackportTests",
      "sources" : [
        "URLSessionBackportTests.swift"
      ],
      "target_dependencies" : [
        "URLSessionBackport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "URLSessionBackport",
      "module_type" : "SwiftTarget",
      "name" : "URLSessionBackport",
      "path" : "Sources/URLSessionBackport",
      "product_memberships" : [
        "URLSessionBackport"
      ],
      "sources" : [
        "AsyncBytes.swift",
        "DataAccumulator.swift",
        "SessionDelegateProxy.swift",
        "TaskDelegateHandler.swift",
        "URLSessionBackport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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:
  URLSessionBackport: /Users/admin/builder/spi-builder-workspace
resolved source packages: URLSessionBackport
{
  "dependencies" : [
  ],
  "manifest_display_name" : "URLSessionBackport",
  "name" : "URLSessionBackport",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "URLSessionBackport",
      "targets" : [
        "URLSessionBackport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "URLSessionBackportTests",
      "module_type" : "SwiftTarget",
      "name" : "URLSessionBackportTests",
      "path" : "Tests/URLSessionBackportTests",
      "sources" : [
        "URLSessionBackportTests.swift"
      ],
      "target_dependencies" : [
        "URLSessionBackport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "URLSessionBackport",
      "module_type" : "SwiftTarget",
      "name" : "URLSessionBackport",
      "path" : "Sources/URLSessionBackport",
      "product_memberships" : [
        "URLSessionBackport"
      ],
      "sources" : [
        "AsyncBytes.swift",
        "DataAccumulator.swift",
        "SessionDelegateProxy.swift",
        "TaskDelegateHandler.swift",
        "URLSessionBackport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "URLSessionBackport"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme URLSessionBackport -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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 URLSessionBackport -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build 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:
  URLSessionBackport: /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 'URLSessionBackport' in project 'URLSessionBackport'
        ➜ Explicit dependency on target 'URLSessionBackport' in project 'URLSessionBackport'
    Target 'URLSessionBackport' in project 'URLSessionBackport' (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/WatchOS.platform/Developer/SDKs/WatchOS11.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: a0e0292c8b116c7413b7ec6dac2fe860
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a0e0292c8b116c7413b7ec6dac2fe860.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    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-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/URLSessionBackport.DependencyStaticMetadataFileList (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/URLSessionBackport.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/URLSessionBackport.DependencyMetadataFileList (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/URLSessionBackport.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/URLSessionBackport.modulemap (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/URLSessionBackport.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport_const_extract_protocols.json (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.SwiftFileList (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport-OutputFileMap.json (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport-OutputFileMap.json (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.SwiftConstValuesFileList (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport_const_extract_protocols.json (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.LinkFileList (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.SwiftFileList (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.SwiftConstValuesFileList (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.LinkFileList (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport_const_extract_protocols.json (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.SwiftConstValuesFileList (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.SwiftFileList (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.LinkFileList (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport-OutputFileMap.json (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/URLSessionBackport.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/URLSessionBackport.modulemap (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/URLSessionBackport.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver URLSessionBackport normal armv7k com.apple.xcode.tools.swift.compiler (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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 URLSessionBackport -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport-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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver URLSessionBackport normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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 URLSessionBackport -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport-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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver URLSessionBackport normal arm64 com.apple.xcode.tools.swift.compiler (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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 URLSessionBackport -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport-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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ URLSessionBackport.swift /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift:62:13: warning: sending value of non-Sendable type '(A, B)' risks causing data races; this is an error in the Swift 6 language mode
            resume(returning: (a, b))
            ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift:62:13: note: Passing task-isolated value of non-Sendable type '(A, B)' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
            resume(returning: (a, b))
            ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift:244:38: warning: sending value of non-Sendable type '(URLSession.Backport.AsyncBytes, URLResponse)' risks causing data races; this is an error in the Swift 6 language mode
                        continuation.resume(returning: (AsyncBytes(task: task, dataAccumulator: accumulator), response))
                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift:244:38: note: Passing task-isolated value of non-Sendable type '(URLSession.Backport.AsyncBytes, URLResponse)' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
                        continuation.resume(returning: (AsyncBytes(task: task, dataAccumulator: accumulator), response))
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift:278:38: warning: sending value of non-Sendable type '(URLSession.Backport.AsyncBytes, URLResponse)' risks causing data races; this is an error in the Swift 6 language mode
                        continuation.resume(returning: (AsyncBytes(task: task, dataAccumulator: accumulator), response))
                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift:278:38: note: Passing task-isolated value of non-Sendable type '(URLSession.Backport.AsyncBytes, URLResponse)' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
                        continuation.resume(returning: (AsyncBytes(task: task, dataAccumulator: accumulator), response))
                                     ^
SwiftCompile normal arm64 Compiling\ TaskDelegateHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/TaskDelegateHandler.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/TaskDelegateHandler.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:15:7: warning: non-final class 'SessionDelegateProxy' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
class SessionDelegateProxy: NSObject {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:16:9: warning: stored property 'originalDelegate' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
    var originalDelegate: URLSessionDelegate?
        ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:61:48: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            delegateMethod(session, challenge, completionHandler)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:59:94: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, didReceive challenge: URLAuthenticationChallenge, completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) {
                                                                                             ^
                                                                                                                @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:80:56: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            taskDelegateMethod(session, task, request, completionHandler)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:78:111: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, willBeginDelayedRequest request: URLRequest, completionHandler: @escaping (URLSession.DelayedRequestDisposition, URLRequest?) -> Void) {
                                                                                                              ^
                                                                                                                                 @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:82:52: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            delegateMethod(session, task, request, completionHandler)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:78:111: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, willBeginDelayedRequest request: URLRequest, completionHandler: @escaping (URLSession.DelayedRequestDisposition, URLRequest?) -> Void) {
                                                                                                              ^
                                                                                                                                 @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:95:66: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            taskDelegateMethod(session, task, response, request, completionHandler)
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:93:152: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, willPerformHTTPRedirection response: HTTPURLResponse, newRequest request: URLRequest, completionHandler: @escaping (URLRequest?) -> Void) {
                                                                                                                                                       ^
                                                                                                                                                                          @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:97:62: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            delegateMethod(session, task, response, request, completionHandler)
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:93:152: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, willPerformHTTPRedirection response: HTTPURLResponse, newRequest request: URLRequest, completionHandler: @escaping (URLRequest?) -> Void) {
                                                                                                                                                       ^
                                                                                                                                                                          @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:105:58: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            taskDelegateMethod(session, task, challenge, completionHandler)
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:103:116: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, didReceive challenge: URLAuthenticationChallenge, completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) {
                                                                                                                   ^
                                                                                                                                      @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:107:54: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            delegateMethod(session, task, challenge, completionHandler)
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:103:116: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, didReceive challenge: URLAuthenticationChallenge, completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) {
                                                                                                                   ^
                                                                                                                                      @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:115:47: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            taskDelegateMethod(session, task, completionHandler)
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:113:84: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, needNewBodyStream completionHandler: @escaping (InputStream?) -> Void) {
                                                                                   ^
                                                                                                      @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:117:43: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            delegateMethod(session, task, completionHandler)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:113:84: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, needNewBodyStream completionHandler: @escaping (InputStream?) -> Void) {
                                                                                   ^
                                                                                                      @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:169:61: warning: converting non-sendable function value to '@Sendable (URLSession.ResponseDisposition) -> Void' may introduce data races
            taskDelegateMethod(session, dataTask, response, verifyDisposition)
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:171:57: warning: converting non-sendable function value to '@Sendable (URLSession.ResponseDisposition) -> Void' may introduce data races
            delegateMethod(session, dataTask, response, verifyDisposition)
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:199:69: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            taskDelegateMethod(session, dataTask, proposedResponse, completionHandler)
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:197:129: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, dataTask: URLSessionDataTask, willCacheResponse proposedResponse: CachedURLResponse, completionHandler: @escaping (CachedURLResponse?) -> Void) {
                                                                                                                                ^
                                                                                                                                                   @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:201:65: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            delegateMethod(session, dataTask, proposedResponse, completionHandler)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:197:129: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, dataTask: URLSessionDataTask, willCacheResponse proposedResponse: CachedURLResponse, completionHandler: @escaping (CachedURLResponse?) -> Void) {
                                                                                                                                ^
                                                                                                                                                   @Sendable
SwiftEmitModule normal armv7k Emitting\ module\ for\ URLSessionBackport (in target 'URLSessionBackport' from project 'URLSessionBackport')
EmitSwiftModule normal armv7k (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:15:7: warning: non-final class 'SessionDelegateProxy' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
class SessionDelegateProxy: NSObject {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:16:9: warning: stored property 'originalDelegate' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
    var originalDelegate: URLSessionDelegate?
        ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ URLSessionBackport (in target 'URLSessionBackport' from project 'URLSessionBackport')
EmitSwiftModule normal arm64 (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:15:7: warning: non-final class 'SessionDelegateProxy' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
class SessionDelegateProxy: NSObject {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:16:9: warning: stored property 'originalDelegate' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
    var originalDelegate: URLSessionDelegate?
        ^
SwiftCompile normal armv7k Compiling\ AsyncBytes.swift /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/AsyncBytes.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/AsyncBytes.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:15:7: warning: non-final class 'SessionDelegateProxy' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
class SessionDelegateProxy: NSObject {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:16:9: warning: stored property 'originalDelegate' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
    var originalDelegate: URLSessionDelegate?
        ^
SwiftCompile normal armv7k Compiling\ SessionDelegateProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:15:7: warning: non-final class 'SessionDelegateProxy' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
class SessionDelegateProxy: NSObject {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:16:9: warning: stored property 'originalDelegate' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
    var originalDelegate: URLSessionDelegate?
        ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:61:48: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            delegateMethod(session, challenge, completionHandler)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:59:94: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, didReceive challenge: URLAuthenticationChallenge, completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) {
                                                                                             ^
                                                                                                                @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:80:56: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            taskDelegateMethod(session, task, request, completionHandler)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:78:111: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, willBeginDelayedRequest request: URLRequest, completionHandler: @escaping (URLSession.DelayedRequestDisposition, URLRequest?) -> Void) {
                                                                                                              ^
                                                                                                                                 @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:82:52: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            delegateMethod(session, task, request, completionHandler)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:78:111: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, willBeginDelayedRequest request: URLRequest, completionHandler: @escaping (URLSession.DelayedRequestDisposition, URLRequest?) -> Void) {
                                                                                                              ^
                                                                                                                                 @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:95:66: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            taskDelegateMethod(session, task, response, request, completionHandler)
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:93:152: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, willPerformHTTPRedirection response: HTTPURLResponse, newRequest request: URLRequest, completionHandler: @escaping (URLRequest?) -> Void) {
                                                                                                                                                       ^
                                                                                                                                                                          @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:97:62: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            delegateMethod(session, task, response, request, completionHandler)
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:93:152: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, willPerformHTTPRedirection response: HTTPURLResponse, newRequest request: URLRequest, completionHandler: @escaping (URLRequest?) -> Void) {
                                                                                                                                                       ^
                                                                                                                                                                          @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:105:58: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            taskDelegateMethod(session, task, challenge, completionHandler)
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:103:116: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, didReceive challenge: URLAuthenticationChallenge, completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) {
                                                                                                                   ^
                                                                                                                                      @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:107:54: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            delegateMethod(session, task, challenge, completionHandler)
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:103:116: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, didReceive challenge: URLAuthenticationChallenge, completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) {
                                                                                                                   ^
                                                                                                                                      @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:115:47: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            taskDelegateMethod(session, task, completionHandler)
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:113:84: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, needNewBodyStream completionHandler: @escaping (InputStream?) -> Void) {
                                                                                   ^
                                                                                                      @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:117:43: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            delegateMethod(session, task, completionHandler)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:113:84: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, needNewBodyStream completionHandler: @escaping (InputStream?) -> Void) {
                                                                                   ^
                                                                                                      @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:169:61: warning: converting non-sendable function value to '@Sendable (URLSession.ResponseDisposition) -> Void' may introduce data races
            taskDelegateMethod(session, dataTask, response, verifyDisposition)
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:171:57: warning: converting non-sendable function value to '@Sendable (URLSession.ResponseDisposition) -> Void' may introduce data races
            delegateMethod(session, dataTask, response, verifyDisposition)
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:199:69: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            taskDelegateMethod(session, dataTask, proposedResponse, completionHandler)
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:197:129: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, dataTask: URLSessionDataTask, willCacheResponse proposedResponse: CachedURLResponse, completionHandler: @escaping (CachedURLResponse?) -> Void) {
                                                                                                                                ^
                                                                                                                                                   @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:201:65: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            delegateMethod(session, dataTask, proposedResponse, completionHandler)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:197:129: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, dataTask: URLSessionDataTask, willCacheResponse proposedResponse: CachedURLResponse, completionHandler: @escaping (CachedURLResponse?) -> Void) {
                                                                                                                                ^
                                                                                                                                                   @Sendable
SwiftCompile normal arm64_32 Compiling\ TaskDelegateHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/TaskDelegateHandler.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/TaskDelegateHandler.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift:62:13: warning: sending value of non-Sendable type '(A, B)' risks causing data races; this is an error in the Swift 6 language mode
            resume(returning: (a, b))
            ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift:62:13: note: Passing task-isolated value of non-Sendable type '(A, B)' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
            resume(returning: (a, b))
            ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift:244:38: warning: sending value of non-Sendable type '(URLSession.Backport.AsyncBytes, URLResponse)' risks causing data races; this is an error in the Swift 6 language mode
                        continuation.resume(returning: (AsyncBytes(task: task, dataAccumulator: accumulator), response))
                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift:244:38: note: Passing task-isolated value of non-Sendable type '(URLSession.Backport.AsyncBytes, URLResponse)' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
                        continuation.resume(returning: (AsyncBytes(task: task, dataAccumulator: accumulator), response))
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift:278:38: warning: sending value of non-Sendable type '(URLSession.Backport.AsyncBytes, URLResponse)' risks causing data races; this is an error in the Swift 6 language mode
                        continuation.resume(returning: (AsyncBytes(task: task, dataAccumulator: accumulator), response))
                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift:278:38: note: Passing task-isolated value of non-Sendable type '(URLSession.Backport.AsyncBytes, URLResponse)' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
                        continuation.resume(returning: (AsyncBytes(task: task, dataAccumulator: accumulator), response))
                                     ^
SwiftDriverJobDiscovery normal arm64_32 Emitting module for URLSessionBackport (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftDriverJobDiscovery normal arm64 Emitting module for URLSessionBackport (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftDriver\ Compilation\ Requirements URLSessionBackport normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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 URLSessionBackport -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport-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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Emitting module for URLSessionBackport (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftDriver\ Compilation\ Requirements URLSessionBackport normal armv7k com.apple.xcode.tools.swift.compiler (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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 URLSessionBackport -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport-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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements URLSessionBackport normal arm64 com.apple.xcode.tools.swift.compiler (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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 URLSessionBackport -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport-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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.swiftmodule (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/arm64_32-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/URLSessionBackport-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport-Swift.h (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/URLSessionBackport-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.swiftmodule (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.swiftdoc (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.abi.json (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.swiftdoc (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.abi.json (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.swiftmodule (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.swiftdoc (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.abi.json (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.swiftsourceinfo (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.swiftsourceinfo (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.swiftsourceinfo (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ DataAccumulator.swift /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/DataAccumulator.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/DataAccumulator.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift:62:13: warning: sending value of non-Sendable type '(A, B)' risks causing data races; this is an error in the Swift 6 language mode
            resume(returning: (a, b))
            ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift:62:13: note: Passing task-isolated value of non-Sendable type '(A, B)' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
            resume(returning: (a, b))
            ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift:244:38: warning: sending value of non-Sendable type '(URLSession.Backport.AsyncBytes, URLResponse)' risks causing data races; this is an error in the Swift 6 language mode
                        continuation.resume(returning: (AsyncBytes(task: task, dataAccumulator: accumulator), response))
                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift:244:38: note: Passing task-isolated value of non-Sendable type '(URLSession.Backport.AsyncBytes, URLResponse)' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
                        continuation.resume(returning: (AsyncBytes(task: task, dataAccumulator: accumulator), response))
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift:278:38: warning: sending value of non-Sendable type '(URLSession.Backport.AsyncBytes, URLResponse)' risks causing data races; this is an error in the Swift 6 language mode
                        continuation.resume(returning: (AsyncBytes(task: task, dataAccumulator: accumulator), response))
                        ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/URLSessionBackport.swift:278:38: note: Passing task-isolated value of non-Sendable type '(URLSession.Backport.AsyncBytes, URLResponse)' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
                        continuation.resume(returning: (AsyncBytes(task: task, dataAccumulator: accumulator), response))
                                     ^
SwiftDriverJobDiscovery normal armv7k Compiling DataAccumulator.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftCompile normal arm64_32 Compiling\ AsyncBytes.swift /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/AsyncBytes.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/AsyncBytes.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling DataAccumulator.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftCompile normal arm64_32 Compiling\ SessionDelegateProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:15:7: warning: non-final class 'SessionDelegateProxy' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
class SessionDelegateProxy: NSObject {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:16:9: warning: stored property 'originalDelegate' of 'Sendable'-conforming class 'SessionDelegateProxy' is mutable; this is an error in the Swift 6 language mode
    var originalDelegate: URLSessionDelegate?
        ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:61:48: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            delegateMethod(session, challenge, completionHandler)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:59:94: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, didReceive challenge: URLAuthenticationChallenge, completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) {
                                                                                             ^
                                                                                                                @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:80:56: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            taskDelegateMethod(session, task, request, completionHandler)
                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:78:111: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, willBeginDelayedRequest request: URLRequest, completionHandler: @escaping (URLSession.DelayedRequestDisposition, URLRequest?) -> Void) {
                                                                                                              ^
                                                                                                                                 @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:82:52: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            delegateMethod(session, task, request, completionHandler)
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:78:111: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, willBeginDelayedRequest request: URLRequest, completionHandler: @escaping (URLSession.DelayedRequestDisposition, URLRequest?) -> Void) {
                                                                                                              ^
                                                                                                                                 @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:95:66: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            taskDelegateMethod(session, task, response, request, completionHandler)
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:93:152: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, willPerformHTTPRedirection response: HTTPURLResponse, newRequest request: URLRequest, completionHandler: @escaping (URLRequest?) -> Void) {
                                                                                                                                                       ^
                                                                                                                                                                          @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:97:62: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            delegateMethod(session, task, response, request, completionHandler)
                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:93:152: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, willPerformHTTPRedirection response: HTTPURLResponse, newRequest request: URLRequest, completionHandler: @escaping (URLRequest?) -> Void) {
                                                                                                                                                       ^
                                                                                                                                                                          @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:105:58: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            taskDelegateMethod(session, task, challenge, completionHandler)
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:103:116: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, didReceive challenge: URLAuthenticationChallenge, completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) {
                                                                                                                   ^
                                                                                                                                      @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:107:54: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            delegateMethod(session, task, challenge, completionHandler)
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:103:116: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, didReceive challenge: URLAuthenticationChallenge, completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) {
                                                                                                                   ^
                                                                                                                                      @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:115:47: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            taskDelegateMethod(session, task, completionHandler)
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:113:84: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, needNewBodyStream completionHandler: @escaping (InputStream?) -> Void) {
                                                                                   ^
                                                                                                      @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:117:43: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            delegateMethod(session, task, completionHandler)
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:113:84: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, task: URLSessionTask, needNewBodyStream completionHandler: @escaping (InputStream?) -> Void) {
                                                                                   ^
                                                                                                      @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:169:61: warning: converting non-sendable function value to '@Sendable (URLSession.ResponseDisposition) -> Void' may introduce data races
            taskDelegateMethod(session, dataTask, response, verifyDisposition)
                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:171:57: warning: converting non-sendable function value to '@Sendable (URLSession.ResponseDisposition) -> Void' may introduce data races
            delegateMethod(session, dataTask, response, verifyDisposition)
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:199:69: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            taskDelegateMethod(session, dataTask, proposedResponse, completionHandler)
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:197:129: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, dataTask: URLSessionDataTask, willCacheResponse proposedResponse: CachedURLResponse, completionHandler: @escaping (CachedURLResponse?) -> Void) {
                                                                                                                                ^
                                                                                                                                                   @Sendable
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:201:65: warning: passing non-sendable parameter 'completionHandler' to function expecting a @Sendable closure
            delegateMethod(session, dataTask, proposedResponse, completionHandler)
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/SessionDelegateProxy.swift:197:129: note: parameter 'completionHandler' is implicitly non-sendable
    func urlSession(_ session: URLSession, dataTask: URLSessionDataTask, willCacheResponse proposedResponse: CachedURLResponse, completionHandler: @escaping (CachedURLResponse?) -> Void) {
                                                                                                                                ^
                                                                                                                                                   @Sendable
SwiftDriverJobDiscovery normal armv7k Compiling AsyncBytes.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftCompile normal armv7k Compiling\ TaskDelegateHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/TaskDelegateHandler.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/TaskDelegateHandler.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling SessionDelegateProxy.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftCompile normal arm64_32 Compiling\ DataAccumulator.swift /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/DataAccumulator.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/URLSessionBackport/DataAccumulator.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling AsyncBytes.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftDriverJobDiscovery normal arm64_32 Compiling TaskDelegateHandler.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftDriverJobDiscovery normal arm64 Compiling TaskDelegateHandler.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftDriverJobDiscovery normal arm64_32 Compiling URLSessionBackport.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftDriverJobDiscovery normal arm64 Compiling URLSessionBackport.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftDriverJobDiscovery normal armv7k Compiling SessionDelegateProxy.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftDriver\ Compilation URLSessionBackport normal arm64 com.apple.xcode.tools.swift.compiler (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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 URLSessionBackport -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport-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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/Binary/URLSessionBackport.o normal arm64 (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/Binary/URLSessionBackport.o
SwiftDriverJobDiscovery normal arm64_32 Compiling AsyncBytes.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftDriverJobDiscovery normal armv7k Compiling TaskDelegateHandler.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftDriverJobDiscovery normal arm64_32 Compiling DataAccumulator.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftDriverJobDiscovery normal armv7k Compiling URLSessionBackport.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftDriver\ Compilation URLSessionBackport normal armv7k com.apple.xcode.tools.swift.compiler (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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 URLSessionBackport -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport-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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/Binary/URLSessionBackport.o normal armv7k (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/Binary/URLSessionBackport.o
SwiftDriverJobDiscovery normal arm64_32 Compiling SessionDelegateProxy.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftDriver\ Compilation URLSessionBackport normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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 URLSessionBackport -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport-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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.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/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/Binary/URLSessionBackport.o normal arm64_32 (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/Binary/URLSessionBackport.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.o normal arm64\ armv7k\ arm64_32 (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/Binary/URLSessionBackport.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/Binary/URLSessionBackport.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/Binary/URLSessionBackport.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.o
ExtractAppIntentsMetadata (in target 'URLSessionBackport' from project 'URLSessionBackport')
    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 URLSessionBackport --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 6.0 --bundle-identifier spi-builder-workspace.URLSessionBackport --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.appintents --target-triple arm64-apple-watchos6.0 --target-triple armv7k-apple-watchos6.0 --target-triple arm64_32-apple-watchos6.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/URLSessionBackport.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/URLSessionBackport.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/armv7k/URLSessionBackport.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-watchos/URLSessionBackport.build/Objects-normal/arm64_32/URLSessionBackport.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 10:16:43.726 appintentsmetadataprocessor[723:4125] Starting appintentsmetadataprocessor export
2025-04-26 10:16:43.769 appintentsmetadataprocessor[723:4125] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.o (in target 'URLSessionBackport' from project 'URLSessionBackport')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/URLSessionBackport.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "URLSessionBackport",
  "name" : "URLSessionBackport",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "URLSessionBackport",
      "targets" : [
        "URLSessionBackport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "URLSessionBackportTests",
      "module_type" : "SwiftTarget",
      "name" : "URLSessionBackportTests",
      "path" : "Tests/URLSessionBackportTests",
      "sources" : [
        "URLSessionBackportTests.swift"
      ],
      "target_dependencies" : [
        "URLSessionBackport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "URLSessionBackport",
      "module_type" : "SwiftTarget",
      "name" : "URLSessionBackport",
      "path" : "Sources/URLSessionBackport",
      "product_memberships" : [
        "URLSessionBackport"
      ],
      "sources" : [
        "AsyncBytes.swift",
        "DataAccumulator.swift",
        "SessionDelegateProxy.swift",
        "TaskDelegateHandler.swift",
        "URLSessionBackport.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.