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 iOS using Xcode 16.3 on 26 Apr 2025 17:16:24 UTC.

Swift 6 data race errors: 2

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=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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:         iOS
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=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme URLSessionBackport -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 37dc124181b41dbe114fe3d7b3123130
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/37dc124181b41dbe114fe3d7b3123130.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/URLSessionBackport.build/URLSessionBackport.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/URLSessionBackport.build/URLSessionBackport.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/URLSessionBackport.build/URLSessionBackport.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/URLSessionBackport.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/URLSessionBackport.build/URLSessionBackport.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/URLSessionBackport.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/URLSessionBackport.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/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\ 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\ 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

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 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\ 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
SwiftDriverJobDiscovery normal arm64 Emitting module for URLSessionBackport (in target 'URLSessionBackport' from project 'URLSessionBackport')
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/URLSessionBackport.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/URLSessionBackport.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/URLSessionBackport-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/URLSessionBackport.build/Objects-normal/arm64/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-iphoneos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/URLSessionBackport-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLSessionBackport.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLSessionBackport.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLSessionBackport.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLSessionBackport.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLSessionBackport.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLSessionBackport.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLSessionBackport.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLSessionBackport.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling TaskDelegateHandler.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncBytes.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftDriverJobDiscovery normal arm64 Compiling DataAccumulator.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftDriverJobDiscovery normal arm64 Compiling URLSessionBackport.swift (in target 'URLSessionBackport' from project 'URLSessionBackport')
SwiftDriverJobDiscovery normal arm64 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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/URLSessionBackport.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/URLSessionBackport.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/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/Products/Debug-iphoneos/URLSessionBackport.o normal (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-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.URLSessionBackport --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLSessionBackport.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/URLSessionBackport.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/URLSessionBackport.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/URLSessionBackport.build/URLSessionBackport.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/URLSessionBackport.build/URLSessionBackport.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLSessionBackport.build/Debug-iphoneos/URLSessionBackport.build/Objects-normal/arm64/URLSessionBackport.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 10:16:23.579 appintentsmetadataprocessor[713:4019] Starting appintentsmetadataprocessor export
2025-04-26 10:16:23.616 appintentsmetadataprocessor[713:4019] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/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.