The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of request-dl, reference 3.1.1 (95fb72), with Swift 6.1 for macOS (SPM) on 10 Nov 2025 03:31:30 UTC.

Swift 6 data race errors: 9

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[970/1193] Compiling RequestDL PrivateKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[971/1193] Compiling RequestDL CertificateVerification.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[972/1193] Compiling RequestDL RenegotiationSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[973/1193] Compiling RequestDL SecureConnectionNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[974/1193] Compiling RequestDL SignatureAlgorithm.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[975/1193] Compiling RequestDL TLSCipher.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[976/1193] Compiling RequestDL TLSVersion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[977/1193] Compiling RequestDL SecureConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[978/1193] Compiling RequestDL DefaultTrusts.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[979/1193] Compiling RequestDL Trusts.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[980/1193] Compiling RequestDL DNSOverride.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[981/1193] Compiling RequestDL Proxy.Authorization.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[982/1193] Compiling RequestDL Proxy.ConnectionProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[983/1193] Compiling RequestDL Proxy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[984/1193] Compiling RequestDL Session.DecompressionLimit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[985/1193] Compiling RequestDL Session.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[986/1193] Compiling RequestDL Timeout.Source.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[987/1193] Compiling RequestDL UnitTime.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[988/1193] Compiling RequestDL Timeout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[989/1193] Compiling RequestDL Path.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[990/1193] Compiling RequestDL QueryNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[991/1193] Compiling RequestDL QueryGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[992/1193] Compiling RequestDL QueryItem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Properties/Sources/Secure Connection/Private Key/PrivateKey.swift:18:48: warning: 'file' is deprecated: renamed to 'privateKey'
 16 |             switch source {
 17 |             case .file(let file):
 18 |                 secureConnection.privateKey = .file(file)
    |                                                |- warning: 'file' is deprecated: renamed to 'privateKey'
    |                                                `- note: use 'privateKey' instead
 19 |             case .privateKey(let privateKey):
 20 |                 secureConnection.privateKey = .privateKey(privateKey)
[993/1218] Compiling RequestDL FormGroupBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[994/1218] Compiling RequestDL FormItem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[995/1218] Compiling RequestDL FormNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[996/1218] Compiling RequestDL Form.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[997/1218] Compiling RequestDL PayloadPartLength.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[998/1218] Compiling RequestDL ContentType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[999/1218] Compiling RequestDL DataPayloadFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1000/1218] Compiling RequestDL EncodablePayloadFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1001/1218] Compiling RequestDL EncodingPayloadError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1002/1218] Compiling RequestDL FilePayloadFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1003/1218] Compiling RequestDL JSONPayloadFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1004/1218] Compiling RequestDL PayloadFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1005/1218] Compiling RequestDL PayloadNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1006/1218] Compiling RequestDL StringPayloadFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1007/1218] Compiling RequestDL Payload.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1008/1218] Compiling RequestDL Property.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1009/1218] Compiling RequestDL _EitherContent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1010/1218] Compiling RequestDL _OptionalContent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1011/1218] Compiling RequestDL _PartialContent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1012/1218] Compiling RequestDL PropertyBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1013/1218] Compiling RequestDL AdditionalTrusts.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1014/1218] Compiling RequestDL Certificate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1015/1218] Compiling RequestDL CertificateNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1016/1218] Compiling RequestDL CertificateProperty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1017/1218] Compiling RequestDL CertificatePropertyKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1018/1243] Compiling RequestDL Internals.PrivateKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1019/1243] Compiling RequestDL Internals.SecureConnection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1020/1243] Compiling RequestDL SSLKeyLogger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1021/1243] Compiling RequestDL SSLPSKIdentityResolver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1022/1243] Compiling RequestDL Internals.TrustRoots.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1023/1243] Compiling RequestDL Internals.AsyncBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1024/1243] Compiling RequestDL Internals.AsyncResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1025/1243] Compiling RequestDL Internals.EventLoopGroupManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1026/1243] Compiling RequestDL MultiThreadedEventLoopGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1027/1243] Compiling RequestDL TSEventLoopGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1028/1243] Compiling RequestDL Internals.Proxy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1029/1243] Compiling RequestDL Internals.Session.Configuration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1030/1243] Compiling RequestDL Internals.Decompression.Limit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1031/1243] Compiling RequestDL Internals.Decompression.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1032/1243] Compiling RequestDL Internals.HTTPVersion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1033/1243] Compiling RequestDL Internals.RedirectConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1034/1243] Compiling RequestDL Internals.Timeout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1035/1243] Compiling RequestDL CustomSessionProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1036/1243] Compiling RequestDL IdentifiedSessionProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1037/1243] Compiling RequestDL SharedSessionProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1038/1243] Compiling RequestDL SessionProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1039/1243] Compiling RequestDL Internals.Session.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1040/1243] Compiling RequestDL Internals.ClientResponseReceiver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1041/1243] Compiling RequestDL Internals.DownloadStep.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1042/1243] Compiling RequestDL Internals.Query.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1043/1268] Compiling RequestDL Internals.Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1044/1268] Compiling RequestDL Internals.ResponseHead.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1045/1268] Compiling RequestDL Internals.ResponseStep.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1046/1268] Compiling RequestDL Internals.UploadStep.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1047/1268] Compiling RequestDL SessionTask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1048/1268] Compiling RequestDL Internals.Storage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1049/1268] Compiling RequestDL Internals.AsyncQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1050/1268] Compiling RequestDL Internals.AsyncStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1051/1268] Compiling RequestDL Internals.DownloadBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1052/1268] Compiling RequestDL HTTPHeaders+.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1053/1268] Compiling RequestDL Never+Property.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1054/1268] Compiling RequestDL String+Shifted.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1055/1268] Compiling RequestDL CacheConfigurationProperty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1056/1268] Compiling RequestDL CachePolicyProperty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1057/1268] Compiling RequestDL CacheStrategyProperty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1058/1268] Compiling RequestDL CacheStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1059/1268] Compiling RequestDL EmptyCachedDataError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1060/1268] Compiling RequestDL DataCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1061/1268] Compiling RequestDL CachedData.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1062/1268] Compiling RequestDL CachedResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1063/1268] Compiling RequestDL DataCache.Buffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1064/1268] Compiling RequestDL DataCache.Policy.Set.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1065/1268] Compiling RequestDL DataCache.Policy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1066/1268] Compiling RequestDL DiskStorage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1067/1268] Compiling RequestDL MemoryStorage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1068/1268] Emitting module RequestDL
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1069/1268] Compiling RequestDL URLEncoder.ArrayEncodingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1070/1268] Compiling RequestDL URLEncoder.BoolEncodingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1071/1268] Compiling RequestDL URLEncoder.DataEncodingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1072/1268] Compiling RequestDL URLEncoder.DateEncodingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1073/1268] Compiling RequestDL URLEncoder.DictionaryEncodingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1074/1268] Compiling RequestDL URLEncoder.KeyEncodingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1075/1268] Compiling RequestDL URLEncoder.OptionalEncodingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1076/1268] Compiling RequestDL URLEncoder.WhitespaceEncodingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1077/1268] Compiling RequestDL URLEncodingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1078/1268] Compiling RequestDL URLSingleEncodingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1079/1268] Compiling RequestDL URLEncoder.Encoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1080/1268] Compiling RequestDL URLEncoder.KeyContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1081/1268] Compiling RequestDL URLEncoder.ValueContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1082/1268] Compiling RequestDL URLEncoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1083/1268] Compiling RequestDL URLEncoderEnvironmentKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1084/1268] Compiling RequestDL URLEncoderError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1085/1268] Compiling RequestDL Query.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1086/1268] Compiling RequestDL BaseURL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1087/1268] Compiling RequestDL BaseURLError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1088/1268] Compiling RequestDL URLScheme.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1089/1268] Compiling RequestDL DynamicValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1090/1268] Compiling RequestDL DynamicValueDeepSearch.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1091/1268] Compiling RequestDL DynamicValueMirror.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1092/1268] Compiling RequestDL GraphOperation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1093/1268] Compiling RequestDL GraphProperties.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1094/1268] Compiling RequestDL Array+AsyncSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1095/1268] Compiling RequestDL Bundle+Methods.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1096/1268] Compiling RequestDL CharacterSet+Methods.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1097/1268] Compiling RequestDL Int+.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1098/1268] Compiling RequestDL Internals.Override.FatalError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1099/1268] Compiling RequestDL Internals.Override.Print.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1100/1268] Compiling RequestDL Internals.Override.Raise.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1101/1268] Compiling RequestDL Internals.Override.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1102/1268] Compiling RequestDL ProcessInfo+.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1103/1268] Compiling RequestDL String+Methods.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1104/1268] Compiling RequestDL URL+Extensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1105/1268] Compiling RequestDL Internals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1106/1268] Compiling RequestDL Internals.HashTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1107/1268] Compiling RequestDL Internals.Body.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1108/1268] Compiling RequestDL Internals.BodySequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1109/1268] Compiling RequestDL Internals.StreamWriterSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1110/1268] Compiling RequestDL Internals.AnyBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1111/1268] Compiling RequestDL _BufferRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1112/1268] Compiling RequestDL Internals.Buffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1113/1268] Compiling RequestDL BufferURL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1114/1268] Compiling RequestDL Internals.ByteBufferURL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1115/1268] Compiling RequestDL Internals.ByteStreamBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1116/1268] Compiling RequestDL Internals.FileBufferURL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1117/1268] Compiling RequestDL Internals.FileStreamBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1118/1268] Compiling RequestDL StreamBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1119/1268] Compiling RequestDL PropertyInputs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1120/1268] Compiling RequestDL PropertyOutputs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1121/1268] Compiling RequestDL Resolved.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1122/1268] Compiling RequestDL Resolve.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1123/1268] Compiling RequestDL Authorization.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1124/1268] Compiling RequestDL Authorization.TokenType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1125/1268] Compiling RequestDL HeaderGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1126/1268] Compiling RequestDL AcceptCharsetHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1127/1268] Compiling RequestDL AcceptHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1128/1268] Compiling RequestDL CacheHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1129/1268] Compiling RequestDL CustomHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1130/1268] Compiling RequestDL HeaderNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1131/1268] Compiling RequestDL HeaderSeparatorKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1132/1268] Compiling RequestDL HeaderStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1133/1268] Compiling RequestDL HeaderStrategyKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1134/1268] Compiling RequestDL HostHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1135/1268] Compiling RequestDL OriginHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1136/1268] Compiling RequestDL RefererHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1137/1268] Compiling RequestDL UserAgentHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1138/1268] Compiling RequestDL HTTPMethod.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1139/1268] Compiling RequestDL RequestMethod.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1140/1268] Compiling RequestDL ReadingMode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1141/1268] Compiling RequestDL CharsetEnvironmentKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1142/1268] Compiling RequestDL Charset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1143/1268] Compiling RequestDL FormGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1144/1268] Compiling RequestDL Internals.DataBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1145/1268] Compiling RequestDL Internals.ByteHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1146/1268] Compiling RequestDL Internals.ByteURL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1147/1268] Compiling RequestDL Internals.FileBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1148/1268] Compiling RequestDL Internals.CacheConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1149/1268] Compiling RequestDL Internal.CacheControl.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1150/1268] Compiling RequestDL Internals.ClientManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1151/1268] Compiling RequestDL Internals.ClientManager.Item.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1152/1268] Compiling RequestDL Internals.ClientOperationQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1153/1268] Compiling RequestDL Internals.ClientOperation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1154/1268] Compiling RequestDL QueueClientOperationDelegate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1155/1268] Compiling RequestDL Internals.Client.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1156/1268] Compiling RequestDL Internals.TaskSeed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1157/1268] Compiling RequestDL Internals.UnsafeTask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1158/1268] Compiling RequestDL AsyncLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1159/1268] Compiling RequestDL AsyncOperation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1160/1268] Compiling RequestDL AsyncSignal.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1161/1268] Compiling RequestDL Lock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1162/1268] Compiling RequestDL Internals.Log.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1163/1268] Compiling RequestDL Internals.Log.Message.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1164/1268] Compiling RequestDL Internals.AdditionalTrustRoots.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1165/1268] Compiling RequestDL Internals.CertificateChain.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1166/1268] Compiling RequestDL Internals.Certificate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1167/1268] Compiling RequestDL Internals.Certificate.Format.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1168/1268] Compiling RequestDL Internals.PrivateKeySource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/RequestDL/Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift:21:25: warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
19 |             switch self {
20 |             case .file(let path):
21 |                 return .file(path)
   |                         `- warning: 'file' is deprecated: Use 'NIOSSLPrivateKeySource.privateKey(NIOSSLPrivateKey)' to set private key
22 |             case .privateKey(let privateKey):
23 |                 return try .privateKey(privateKey.build())
[1169/1268] Compiling RequestDL AnyProperty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1170/1268] Compiling RequestDL AsyncProperty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1171/1268] Compiling RequestDL EmptyProperty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1172/1268] Compiling RequestDL EnvironmentProperty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1173/1268] Compiling RequestDL DynamicEnvironment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1174/1268] Compiling RequestDL GraphEnvironmentOperation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1175/1268] Compiling RequestDL PropertyEnvironment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1176/1268] Compiling RequestDL PropertyEnvironmentKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1177/1268] Compiling RequestDL PropertyEnvironmentValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1178/1268] Compiling RequestDL PropertyForEach.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1179/1268] Compiling RequestDL PropertyGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1180/1268] Compiling RequestDL PropertyModifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1181/1268] Compiling RequestDL _PropertyModifier_Content.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1182/1268] Compiling RequestDL ModifiedProperty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1183/1268] Compiling RequestDL ChildrenNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1184/1268] Compiling RequestDL EmptyLeafNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1185/1268] Compiling RequestDL GraphID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1186/1268] Compiling RequestDL IdentifiedGraphValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1187/1268] Compiling RequestDL _GraphValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1188/1268] Compiling RequestDL LeafNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1189/1268] Compiling RequestDL NodeDebug.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1190/1268] Compiling RequestDL NodeStringConvertible.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1191/1268] Compiling RequestDL PropertyNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1192/1268] Compiling RequestDL Node.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1193/1268] Compiling RequestDL Make.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1194/1268] Compiling RequestDL GraphValueOperation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1195/1268] Compiling RequestDL Seed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1196/1268] Compiling RequestDL SeedFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1197/1268] Compiling RequestDL GraphNamespaceOperation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1198/1268] Compiling RequestDL Namespace.ID.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1199/1268] Compiling RequestDL PropertyNamespace.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1200/1268] Compiling RequestDL DynamicStoredObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1201/1268] Compiling RequestDL GraphStoredObjectOperation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1202/1268] Compiling RequestDL StoredObjectConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1203/1268] Compiling RequestDL StoredObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1204/1268] Compiling RequestDL _Container.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1205/1268] Compiling RequestDL Task+Methods.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1206/1268] Compiling RequestDL Interceptors.Breakpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1207/1268] Compiling RequestDL Interceptors.Detach.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1208/1268] Compiling RequestDL Interceptors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1209/1268] Compiling RequestDL Interceptors.LogInConsole.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1210/1268] Compiling RequestDL Modifiers.AcceptOnlyStatusCode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1211/1268] Compiling RequestDL Modifiers.CollectBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1212/1268] Compiling RequestDL Modifiers.CollectData.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1213/1268] Compiling RequestDL Modifiers.Decode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1214/1268] Compiling RequestDL Modifiers.Environment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1215/1268] Compiling RequestDL TaskEnvironment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1216/1268] Compiling RequestDL Modifiers.ExtractPayload.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1217/1268] Compiling RequestDL Modifiers.FlatMapError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1218/1268] Compiling RequestDL Modifiers.FlatMap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1219/1268] Compiling RequestDL Modifiers.IgnoresProgress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1220/1268] Compiling RequestDL AbstractKeyPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1221/1268] Compiling RequestDL KeyPathInvalidDataError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1222/1268] Compiling RequestDL KeyPathNotFound.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1223/1268] Compiling RequestDL Modifiers.KeyPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1224/1268] Compiling RequestDL Logging+.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1225/1268] Compiling RequestDL LoggerPropertyEnvironmentKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1226/1268] Compiling RequestDL LoggerTaskEnvironmentKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1227/1268] Compiling RequestDL Modifiers.Logger.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1228/1268] Compiling RequestDL Modifiers.MapError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1229/1268] Compiling RequestDL Modifiers.Map.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1230/1268] Compiling RequestDL Modifiers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1231/1268] Compiling RequestDL InvalidStatusCodeError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1232/1268] Compiling RequestDL StatusCode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1233/1268] Compiling RequestDL StatusCodeSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1234/1268] Compiling RequestDL Modifiers.OnStatusCode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1235/1268] Compiling RequestDL AsyncBytes+Collect.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1236/1268] Compiling RequestDL AsyncResponse+Collect.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1237/1268] Compiling RequestDL DownloadProgress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1238/1268] Compiling RequestDL Progress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1239/1268] Compiling RequestDL UploadProgress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1240/1268] Compiling RequestDL Modifiers.Progress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1241/1268] Compiling RequestDL AnyTask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1242/1268] Compiling RequestDL GroupTask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1243/1268] Compiling RequestDL PublishedTask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1244/1268] Compiling RequestDL DataTask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1245/1268] Compiling RequestDL TaskError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1246/1268] Compiling RequestDL TaskResult.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1247/1268] Compiling RequestDL DownloadTask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1248/1268] Compiling RequestDL AsyncBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1249/1268] Compiling RequestDL MockedTask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1250/1268] Compiling RequestDL MockedTaskPayload.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1251/1268] Compiling RequestDL PropertyMockedTask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1252/1268] Compiling RequestDL EmptyResponseError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1253/1268] Compiling RequestDL RawTask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1254/1268] Compiling RequestDL AsyncResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1255/1268] Compiling RequestDL DownloadStep.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1256/1268] Compiling RequestDL HTTPHeaders.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1257/1268] Compiling RequestDL ResponseHead.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1258/1268] Compiling RequestDL ResponseStep.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1259/1268] Compiling RequestDL UploadStep.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1260/1268] Compiling RequestDL UploadTask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1261/1268] Compiling RequestDL TaskEnvironmentKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1262/1268] Compiling RequestDL TaskEnvironmentValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1263/1268] Compiling RequestDL RequestTask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1264/1268] Compiling RequestDL InterceptedRequestTask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1265/1268] Compiling RequestDL RequestTaskInterceptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1266/1268] Compiling RequestDL RequestTaskModifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1267/1268] Compiling RequestDL _RequestTaskModifier_Content.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1268/1268] Compiling RequestDL ModifiedRequestTask.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (75.79s)
Fetching https://github.com/apple/swift-nio from cache
Fetching https://github.com/apple/swift-log from cache
Fetching https://github.com/apple/swift-nio-ssl from cache
Fetching https://github.com/apple/swift-nio-extras from cache
Fetching https://github.com/apple/swift-nio-transport-services from cache
Fetching https://github.com/swift-server/async-http-client from cache
Fetched https://github.com/apple/swift-nio-transport-services from cache (1.00s)
Fetched https://github.com/swift-server/async-http-client from cache (1.01s)
Fetched https://github.com/apple/swift-nio-extras from cache (2.29s)
Fetched https://github.com/apple/swift-log from cache (2.29s)
Fetched https://github.com/apple/swift-nio-ssl from cache (2.29s)
Fetched https://github.com/apple/swift-nio from cache (2.35s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (2.90s)
Computing version for https://github.com/apple/swift-nio-transport-services
Computed https://github.com/apple/swift-nio-transport-services at 1.25.2 (0.49s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.68s)
Computing version for https://github.com/apple/swift-nio-ssl
Computed https://github.com/apple/swift-nio-ssl at 2.36.0 (1.22s)
Computing version for https://github.com/apple/swift-nio-extras
Computed https://github.com/apple/swift-nio-extras at 1.31.0 (0.52s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
Fetching https://github.com/apple/swift-asn1.git from cache
[1/2562] Fetching swift-service-lifecycle
[616/8243] Fetching swift-service-lifecycle, swift-async-algorithms
[750/14950] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.91s)
[2324/12388] Fetching swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-algorithms.git from cache (0.92s)
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.12s)
[6506/6707] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.22s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.27s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.27s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.27s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.84s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.88.0 (2.45s)
Fetching https://github.com/apple/swift-system.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.22s)
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.29.1 (1.76s)
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/5566] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.06s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.65s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.16s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.83s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (1.35s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.91s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (1.40s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.55s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.49s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.48s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (2.43s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.48s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.5.0 (0.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.48s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.1 (0.62s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.48s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (2.02s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.62s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.1.0 (1.06s)
Creating working copy for https://github.com/apple/swift-nio-ssl
Working copy of https://github.com/apple/swift-nio-ssl resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-nio-transport-services
Working copy of https://github.com/apple/swift-nio-transport-services resolved at 1.25.2
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.15.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-nio-extras
Working copy of https://github.com/apple/swift-nio-extras resolved at 1.31.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.1.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/swift-server/async-http-client
Working copy of https://github.com/swift-server/async-http-client resolved at 1.29.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.88.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.29.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.88.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.31.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.36.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.25.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    }
  ],
  "manifest_display_name" : "request-dl",
  "name" : "request-dl",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "RequestDL",
      "targets" : [
        "RequestDL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RequestDLTests",
      "module_type" : "SwiftTarget",
      "name" : "RequestDLTests",
      "path" : "Tests/RequestDLTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RequestDLTests/Resources/SSL.md",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RequestDLTests/Resources/client/client.private.cer",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RequestDLTests/Resources/client/client.private.pem",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RequestDLTests/Resources/client/client.public.cer",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RequestDLTests/Resources/client/client.public.pem",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RequestDLTests/Resources/client_password/client.password.private.cer",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RequestDLTests/Resources/client_password/client.password.private.pem",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RequestDLTests/Resources/client_password/client.password.public.cer",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RequestDLTests/Resources/client_password/client.password.public.pem",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RequestDLTests/Resources/server/server.private.cer",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RequestDLTests/Resources/server/server.private.pem",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RequestDLTests/Resources/server/server.public.cer",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RequestDLTests/Resources/server/server.public.pem",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RequestDLTests/Resources/template_document.pdf",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/RequestDLTests/Resources/template_image.jpg",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Internals/AnyError.swift",
        "Internals/Extensions/Array.ByteBuffer+.swift",
        "Internals/Extensions/Array.UInt8+.swift",
        "Internals/Extensions/Data+.swift",
        "Internals/Extensions/Date+.swift",
        "Internals/Extensions/Internals.Body+.swift",
        "Internals/Extensions/MainActor+.swift",
        "Internals/Extensions/String+.swift",
        "Internals/Sources/Body/InternalsBodyTests.swift",
        "Internals/Sources/Body/Models/BytesSequence.swift",
        "Internals/Sources/Body/Models/InternalsBodySequenceTests.swift",
        "Internals/Sources/Buffers/Data/InternalsDataBufferTests.swift",
        "Internals/Sources/Buffers/Data/Models/InternalsByteURLTests.swift",
        "Internals/Sources/Buffers/File/InternalsFileBufferTests.swift",
        "Internals/Sources/Client/Client Manager/InternalsClientManagerTests.swift",
        "Internals/Sources/Data Stream/Data/InternalsAsyncStreamTests.swift",
        "Internals/Sources/Data Stream/Download/InternalsDownloadBufferTests.swift",
        "Internals/Sources/Log/Log/InternalsLogTests.swift",
        "Internals/Sources/Secure Connection/Additional Trust Roots/InternalsAdditionalTrustRootsTests.swift",
        "Internals/Sources/Secure Connection/Certificate Chain/InternalsCertificateChainTests.swift",
        "Internals/Sources/Secure Connection/Certificate/InternalsCertificateTests.swift",
        "Internals/Sources/Secure Connection/Certificate/Models/InternalsCertificateFormatTests.swift",
        "Internals/Sources/Secure Connection/Private Key Source/InternalsPrivateKeySourceTests.swift",
        "Internals/Sources/Secure Connection/Private Key/InternalsPrivateKeyTests.swift",
        "Internals/Sources/Secure Connection/Secure Connection/InternalsSecureConnectionTests.swift",
        "Internals/Sources/Secure Connection/Trust Roots/InternalsTrustRootsTests.swift",
        "Internals/Sources/Server/Certificates/Certificates.swift",
        "Internals/Sources/Server/Certificates/Models/CertificateResource.swift",
        "Internals/Sources/Server/HTTP/LocalServer.HTTPHandler.swift",
        "Internals/Sources/Server/HTTP/Models/HTTPResult.swift",
        "Internals/Sources/Server/Local Server/LocalServer.swift",
        "Internals/Sources/Server/Local Server/Models/LocalServer.Configuration.swift",
        "Internals/Sources/Server/Local Server/Models/LocalServer.ResponseConfiguration.swift",
        "Internals/Sources/Server/Local Server/Models/LocalServer.TLSOption.swift",
        "Internals/Sources/Session/Async Bytes/InternalsAsyncBytesTests.swift",
        "Internals/Sources/Session/Async Response/InternalsAsyncResponseTests.swift",
        "Internals/Sources/Session/Event Loop Manager/InternalsEventLoopManagerTests.swift",
        "Internals/Sources/Session/Event Loop Manager/Models/MultiThreadedEventLoopGroupTests.swift",
        "Internals/Sources/Session/Proxy/InternalsProxyTests.swift",
        "Internals/Sources/Session/Session Configuration/InternalsSessionConfigurationTests.swift",
        "Internals/Sources/Session/Session Configuration/Models/InternalsDecompressionLimitTests.swift",
        "Internals/Sources/Session/Session Configuration/Models/InternalsDecompressionTests.swift",
        "Internals/Sources/Session/Session Configuration/Models/InternalsHTTPVersionTests.swift",
        "Internals/Sources/Session/Session Configuration/Models/InternalsRedirectConfigurationTests.swift",
        "Internals/Sources/Session/Session Configuration/Models/InternalsTimeoutTests.swift",
        "Internals/Sources/Session/Session/InternalsSessionTests.swift",
        "Internals/Sources/Session/Session/Models/InternalsRequestTests.swift",
        "Internals/Sources/Session/Session/Models/InternalsResponseHeadTests.swift",
        "Internals/Sources/Storage/InternalsStorageTests.swift",
        "Properties/Extensions/Array+Methods.swift",
        "Properties/Extensions/NeverPropertyTests.swift",
        "Properties/Sources/Cache/Cache Properties/CachePropertiesTests.swift",
        "Properties/Sources/Cache/Cached Request/CachedRequestTests.swift",
        "Properties/Sources/Cache/Data Cache/DataCacheTests.swift",
        "Properties/Sources/Extra Properties/Any/AnyPropertyTests.swift",
        "Properties/Sources/Extra Properties/Async/AsyncPropertyTests.swift",
        "Properties/Sources/Extra Properties/Empty/EmptyPropertyTests.swift",
        "Properties/Sources/Extra Properties/Environment/EnvironmentTests.swift",
        "Properties/Sources/Extra Properties/ForEach/ForEachTests.swift",
        "Properties/Sources/Extra Properties/Group/GroupTests.swift",
        "Properties/Sources/Extra Properties/Modifier/PropertyModifierTests.swift",
        "Properties/Sources/Extra Properties/Namespace/NamespaceTests.swift",
        "Properties/Sources/Graph/Node/NodeTests.swift",
        "Properties/Sources/Graph/Resolve/ResolveTests.swift",
        "Properties/Sources/Headers/Authorization/AuthorizationTests.swift",
        "Properties/Sources/Headers/Authorization/Models/AuthorizationTokenTypeTests.swift",
        "Properties/Sources/Headers/Header Group/HeaderGroupTests.swift",
        "Properties/Sources/Headers/Headers/Accept Charset/AcceptCharsetHeaderTests.swift",
        "Properties/Sources/Headers/Headers/Accept/AcceptHeaderTests.swift",
        "Properties/Sources/Headers/Headers/Cache/CacheHeaderTests.swift",
        "Properties/Sources/Headers/Headers/Custom/CustomHeaderTests.swift",
        "Properties/Sources/Headers/Headers/HeadersTests.swift",
        "Properties/Sources/Headers/Headers/Host/HostHeaderTests.swift",
        "Properties/Sources/Headers/Headers/Origin/OriginHeaderTests.swift",
        "Properties/Sources/Headers/Headers/Referer/RefererHeaderTests.swift",
        "Properties/Sources/Headers/Headers/User Agent/UserAgentHeaderTests.swift",
        "Properties/Sources/Headers/Method/Models/HTTPMethodTests.swift",
        "Properties/Sources/Headers/Method/RequestMethodTests.swift",
        "Properties/Sources/Headers/Reading Mode/ReadingModeTests.swift",
        "Properties/Sources/Payloads/Charset/CharsetTests.swift",
        "Properties/Sources/Payloads/Form Group/FormGroupTests.swift",
        "Properties/Sources/Payloads/Form Group/Models/MultipartForm.swift",
        "Properties/Sources/Payloads/Form Group/Models/MultipartFormParser.swift",
        "Properties/Sources/Payloads/Form Group/Models/MultipartFormParserError.swift",
        "Properties/Sources/Payloads/Form Group/Models/PartForm.swift",
        "Properties/Sources/Payloads/Form Group/Models/RawData.swift",
        "Properties/Sources/Payloads/Form/FormTests.swift",
        "Properties/Sources/Payloads/Payload/Models/ContentTypeTests.swift",
        "Properties/Sources/Payloads/Payload/Models/PayloadMock.swift",
        "Properties/Sources/Payloads/Payload/PayloadTests.swift",
        "Properties/Sources/Result Builder/Either/_EitherContentTests.swift",
        "Properties/Sources/Result Builder/Optional/_OptionalContentTests.swift",
        "Properties/Sources/Result Builder/Partial/_PartialContentTests.swift",
        "Properties/Sources/Result Builder/Property Builder/PropertyBuilderTests.swift",
        "Properties/Sources/Secure Connection/Additional Trust/AdditionalTrustsTests.swift",
        "Properties/Sources/Secure Connection/Certificates/CertificatesTests.swift",
        "Properties/Sources/Secure Connection/PSK/PSKIdentityTests.swift",
        "Properties/Sources/Secure Connection/Private Key/PrivateKeyTests.swift",
        "Properties/Sources/Secure Connection/Secure Connection/Models/TLSCipherTests.swift",
        "Properties/Sources/Secure Connection/Secure Connection/Models/TLSVersionTests.swift",
        "Properties/Sources/Secure Connection/Secure Connection/SecureConnectionTests.swift",
        "Properties/Sources/Secure Connection/Trusts/DefaultTrustsTests.swift",
        "Properties/Sources/Secure Connection/Trusts/TrustsTests.swift",
        "Properties/Sources/Session/DNSOverride/DNSOverrideTests.swift",
        "Properties/Sources/Session/Proxy/ProxyTests.swift",
        "Properties/Sources/Session/Session/SessionTests.swift",
        "Properties/Sources/Session/Timeout/Models/TimeoutSourceTests.swift",
        "Properties/Sources/Session/Timeout/Models/UnitTimeTests.swift",
        "Properties/Sources/Session/Timeout/TimeoutTests.swift",
        "Properties/Sources/URL/Path/PathTests.swift",
        "Properties/Sources/URL/Query Group/QueryGroupTests.swift",
        "Properties/Sources/URL/Query/Models/URLEncoderTests.swift",
        "Properties/Sources/URL/Query/QueryTests.swift",
        "Properties/Sources/URL/URL/BaseURLTests.swift",
        "Properties/Sources/URL/URL/Models/URLSchemeTests.swift",
        "Properties/Sources/Value/Stored Object/Models/Index.swift",
        "Properties/Sources/Value/Stored Object/Models/IndexFactory.swift",
        "Properties/Sources/Value/Stored Object/Models/IndexProducer.swift",
        "Properties/Sources/Value/Stored Object/Models/StoredObjectToolbox.CombinedPath.swift",
        "Properties/Sources/Value/Stored Object/Models/StoredObjectToolbox.MultiplePath.swift",
        "Properties/Sources/Value/Stored Object/Models/StoredObjectToolbox.OneNamespaceModifier.swift",
        "Properties/Sources/Value/Stored Object/Models/StoredObjectToolbox.Path.swift",
        "Properties/Sources/Value/Stored Object/Models/StoredObjectToolbox.Query.swift",
        "Properties/Sources/Value/Stored Object/Models/StoredObjectToolbox.TwoNamespaceModifier.swift",
        "Properties/Sources/Value/Stored Object/Models/StoredObjectToolbox.swift",
        "Properties/Sources/Value/Stored Object/StoredObjectTests.swift",
        "Tasks/Extensions/TaskMethodsTests.swift",
        "Tasks/Sources/Interceptors/Breakpoint/InterceptorsBreakpointTests.swift",
        "Tasks/Sources/Interceptors/Detach/InterceptorsDetachTests.swift",
        "Tasks/Sources/Interceptors/Log In Console/InterceptorsLogInConsoleTests.swift",
        "Tasks/Sources/Modifiers/Accept Only Status Code/ModifiersAcceptOnlyStatusCodeTests.swift",
        "Tasks/Sources/Modifiers/Collect Bytes/ModifiersCollectBytesTests.swift",
        "Tasks/Sources/Modifiers/Collect Data/ModifiersCollectDataTests.swift",
        "Tasks/Sources/Modifiers/Decode/ModifiersDecodeTests.swift",
        "Tasks/Sources/Modifiers/Environment/ModifiersEnvironmentTests.swift",
        "Tasks/Sources/Modifiers/Extract Payload/ModifiersExtractPayloadTests.swift",
        "Tasks/Sources/Modifiers/Flat Map Error/ModifiersFlatMapErrorTests.swift",
        "Tasks/Sources/Modifiers/Flat Map/ModifiersFlatMapTests.swift",
        "Tasks/Sources/Modifiers/Ignores Progress/ModifiersIgnoresProgressTests.swift",
        "Tasks/Sources/Modifiers/Key Path/Models/AbstractKeyPathTests.swift",
        "Tasks/Sources/Modifiers/Key Path/Models/KeyPathInvalidDataErrorTests.swift",
        "Tasks/Sources/Modifiers/Key Path/Models/KeyPathNotFoundTests.swift",
        "Tasks/Sources/Modifiers/Key Path/ModifiersKeyPathTests.swift",
        "Tasks/Sources/Modifiers/Logger/ModifiersLoggerTests.swift",
        "Tasks/Sources/Modifiers/Map Error/ModifiersMapErrorTests.swift",
        "Tasks/Sources/Modifiers/Map/ModifiersMapTests.swift",
        "Tasks/Sources/Modifiers/On Status Code/Models/InvalidStatusCodeErrorTests.swift",
        "Tasks/Sources/Modifiers/On Status Code/Models/StatusCodeSetTests.swift",
        "Tasks/Sources/Modifiers/On Status Code/Models/StatusCodeTests.swift",
        "Tasks/Sources/Modifiers/On Status Code/ModifiersOnStatusCodeTests.swift",
        "Tasks/Sources/Modifiers/Progress/DeprecatedModifiersProgressTests.swift",
        "Tasks/Sources/Modifiers/Progress/ModifiersProgressTests.swift",
        "Tasks/Sources/Other Tasks/Any/AnyTaskTests.swift",
        "Tasks/Sources/Other Tasks/Group/GroupTaskTests.swift",
        "Tasks/Sources/Other Tasks/Published/PublishedTaskTests.swift",
        "Tasks/Sources/Raw Task/Data/DataTaskTests.swift",
        "Tasks/Sources/Raw Task/Data/Models/TaskResultTests.swift",
        "Tasks/Sources/Raw Task/Download/DownloadTaskTests.swift",
        "Tasks/Sources/Raw Task/Mocked/MockedTaskTests.swift",
        "Tasks/Sources/Raw Task/Upload/Models/HTTPHeadersTests.swift",
        "Tasks/Sources/Raw Task/Upload/Models/ResponseHeadTests.swift",
        "Tasks/Sources/Raw Task/Upload/UploadTaskTests.swift",
        "Tasks/Sources/Request Task/Task Interceptor/InterceptedRequestTaskTests.swift",
        "Tasks/Sources/Request Task/Task Modifier/ModifiedRequestTaskTests.swift",
        "Utils/ResourceFile.swift",
        "Utils/SendableBox.swift",
        "Utils/TestProperty.swift",
        "Utils/resolve.swift"
      ],
      "target_dependencies" : [
        "RequestDL"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RequestDL",
      "module_type" : "SwiftTarget",
      "name" : "RequestDL",
      "path" : "Sources/RequestDL",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "NIO",
        "NIOConcurrencyHelpers",
        "NIOFoundationCompat",
        "NIOHTTP1",
        "NIOPosix",
        "NIOHTTPCompression",
        "NIOSSL",
        "NIOTransportServices",
        "Logging"
      ],
      "product_memberships" : [
        "RequestDL"
      ],
      "sources" : [
        "Internals/Extensions/Array+AsyncSequence.swift",
        "Internals/Extensions/Bundle+Methods.swift",
        "Internals/Extensions/CharacterSet+Methods.swift",
        "Internals/Extensions/Int+.swift",
        "Internals/Extensions/Override/Internals.Override.FatalError.swift",
        "Internals/Extensions/Override/Internals.Override.Print.swift",
        "Internals/Extensions/Override/Internals.Override.Raise.swift",
        "Internals/Extensions/Override/Internals.Override.swift",
        "Internals/Extensions/ProcessInfo+.swift",
        "Internals/Extensions/String+Methods.swift",
        "Internals/Extensions/URL+Extensions.swift",
        "Internals/Internals.swift",
        "Internals/Sources/Algorithm/Internals.HashTable.swift",
        "Internals/Sources/Body/Internals.Body.swift",
        "Internals/Sources/Body/Models/Internals.BodySequence.swift",
        "Internals/Sources/Body/Models/Internals.StreamWriterSequence.swift",
        "Internals/Sources/Buffers/Any/Internals.AnyBuffer.swift",
        "Internals/Sources/Buffers/Any/Models/_BufferRepresentable.swift",
        "Internals/Sources/Buffers/Buffer/Internals.Buffer.swift",
        "Internals/Sources/Buffers/Buffer/Models/BufferURL.swift",
        "Internals/Sources/Buffers/Buffer/Models/Internals.ByteBufferURL.swift",
        "Internals/Sources/Buffers/Buffer/Models/Internals.ByteStreamBuffer.swift",
        "Internals/Sources/Buffers/Buffer/Models/Internals.FileBufferURL.swift",
        "Internals/Sources/Buffers/Buffer/Models/Internals.FileStreamBuffer.swift",
        "Internals/Sources/Buffers/Buffer/Models/StreamBuffer.swift",
        "Internals/Sources/Buffers/Data/Internals.DataBuffer.swift",
        "Internals/Sources/Buffers/Data/Models/Internals.ByteHandle.swift",
        "Internals/Sources/Buffers/Data/Models/Internals.ByteURL.swift",
        "Internals/Sources/Buffers/File/Internals.FileBuffer.swift",
        "Internals/Sources/Cache/Cache Configuration/Internals.CacheConfiguration.swift",
        "Internals/Sources/Cache/Cache Control/Internal.CacheControl.swift",
        "Internals/Sources/Client/Client Manager/Internals.ClientManager.swift",
        "Internals/Sources/Client/Client Manager/Models/Internals.ClientManager.Item.swift",
        "Internals/Sources/Client/Client Operation Queue/Internals.ClientOperationQueue.swift",
        "Internals/Sources/Client/Client Operation Queue/Models/Internals.ClientOperation.swift",
        "Internals/Sources/Client/Client Operation Queue/Models/QueueClientOperationDelegate.swift",
        "Internals/Sources/Client/Client/Internals.Client.swift",
        "Internals/Sources/Client/Client/Models/Internals.TaskSeed.swift",
        "Internals/Sources/Client/Client/Models/Internals.UnsafeTask.swift",
        "Internals/Sources/Lock/Async Lock/AsyncLock.swift",
        "Internals/Sources/Lock/Async Lock/AsyncOperation.swift",
        "Internals/Sources/Lock/Async Signal/AsyncSignal.swift",
        "Internals/Sources/Lock/Lock/Lock.swift",
        "Internals/Sources/Log/Log/Internals.Log.swift",
        "Internals/Sources/Log/Message/Internals.Log.Message.swift",
        "Internals/Sources/Secure Connection/Additional Trust Roots/Internals.AdditionalTrustRoots.swift",
        "Internals/Sources/Secure Connection/Certificate Chain/Internals.CertificateChain.swift",
        "Internals/Sources/Secure Connection/Certificate/Internals.Certificate.swift",
        "Internals/Sources/Secure Connection/Certificate/Models/Internals.Certificate.Format.swift",
        "Internals/Sources/Secure Connection/Private Key Source/Internals.PrivateKeySource.swift",
        "Internals/Sources/Secure Connection/Private Key/Internals.PrivateKey.swift",
        "Internals/Sources/Secure Connection/Secure Connection/Internals.SecureConnection.swift",
        "Internals/Sources/Secure Connection/Secure Connection/Models/SSLKeyLogger.swift",
        "Internals/Sources/Secure Connection/Secure Connection/Models/SSLPSKIdentityResolver.swift",
        "Internals/Sources/Secure Connection/Trust Roots/Internals.TrustRoots.swift",
        "Internals/Sources/Session/Async Bytes/Internals.AsyncBytes.swift",
        "Internals/Sources/Session/Async Response/Internals.AsyncResponse.swift",
        "Internals/Sources/Session/Event Loop Manager/Internals.EventLoopGroupManager.swift",
        "Internals/Sources/Session/Event Loop Manager/Models/MultiThreadedEventLoopGroup.swift",
        "Internals/Sources/Session/Event Loop Manager/Models/TSEventLoopGroup.swift",
        "Internals/Sources/Session/Proxy/Internals.Proxy.swift",
        "Internals/Sources/Session/Session Configuration/Internals.Session.Configuration.swift",
        "Internals/Sources/Session/Session Configuration/Models/Internals.Decompression.Limit.swift",
        "Internals/Sources/Session/Session Configuration/Models/Internals.Decompression.swift",
        "Internals/Sources/Session/Session Configuration/Models/Internals.HTTPVersion.swift",
        "Internals/Sources/Session/Session Configuration/Models/Internals.RedirectConfiguration.swift",
        "Internals/Sources/Session/Session Configuration/Models/Internals.Timeout.swift",
        "Internals/Sources/Session/Session Provider/Models/CustomSessionProvider.swift",
        "Internals/Sources/Session/Session Provider/Models/IdentifiedSessionProvider.swift",
        "Internals/Sources/Session/Session Provider/Models/SharedSessionProvider.swift",
        "Internals/Sources/Session/Session Provider/SessionProvider.swift",
        "Internals/Sources/Session/Session/Internals.Session.swift",
        "Internals/Sources/Session/Session/Models/Internals.ClientResponseReceiver.swift",
        "Internals/Sources/Session/Session/Models/Internals.DownloadStep.swift",
        "Internals/Sources/Session/Session/Models/Internals.Query.swift",
        "Internals/Sources/Session/Session/Models/Internals.Request.swift",
        "Internals/Sources/Session/Session/Models/Internals.ResponseHead.swift",
        "Internals/Sources/Session/Session/Models/Internals.ResponseStep.swift",
        "Internals/Sources/Session/Session/Models/Internals.UploadStep.swift",
        "Internals/Sources/Session/Session/Models/SessionTask.swift",
        "Internals/Sources/Storage/Storage/Internals.Storage.swift",
        "Internals/Sources/Stream/Async Queue/Internals.AsyncQueue.swift",
        "Internals/Sources/Stream/Async/Internals.AsyncStream.swift",
        "Internals/Sources/Stream/Download/Internals.DownloadBuffer.swift",
        "Properties/Extensions/HTTPHeaders+.swift",
        "Properties/Extensions/Never+Property.swift",
        "Properties/Extensions/String+Shifted.swift",
        "Properties/Sources/Cache/Cache Configuration/CacheConfigurationProperty.swift",
        "Properties/Sources/Cache/Cache Policy/CachePolicyProperty.swift",
        "Properties/Sources/Cache/Cache Strategy/CacheStrategyProperty.swift",
        "Properties/Sources/Cache/Cache Strategy/Models/CacheStrategy.swift",
        "Properties/Sources/Cache/Cache Strategy/Models/EmptyCachedDataError.swift",
        "Properties/Sources/Cache/Data Cache/DataCache.swift",
        "Properties/Sources/Cache/Data Cache/Models/CachedData.swift",
        "Properties/Sources/Cache/Data Cache/Models/CachedResponse.swift",
        "Properties/Sources/Cache/Data Cache/Models/DataCache.Buffer.swift",
        "Properties/Sources/Cache/Data Cache/Models/DataCache.Policy.Set.swift",
        "Properties/Sources/Cache/Data Cache/Models/DataCache.Policy.swift",
        "Properties/Sources/Cache/Data Cache/Models/DiskStorage.swift",
        "Properties/Sources/Cache/Data Cache/Models/MemoryStorage.swift",
        "Properties/Sources/Extra Properties/Any/AnyProperty.swift",
        "Properties/Sources/Extra Properties/Async/AsyncProperty.swift",
        "Properties/Sources/Extra Properties/Empty/EmptyProperty.swift",
        "Properties/Sources/Extra Properties/Environment/EnvironmentProperty.swift",
        "Properties/Sources/Extra Properties/Environment/Models/DynamicEnvironment.swift",
        "Properties/Sources/Extra Properties/Environment/Models/GraphEnvironmentOperation.swift",
        "Properties/Sources/Extra Properties/Environment/Models/PropertyEnvironment.swift",
        "Properties/Sources/Extra Properties/Environment/Models/PropertyEnvironmentKey.swift",
        "Properties/Sources/Extra Properties/Environment/Models/PropertyEnvironmentValues.swift",
        "Properties/Sources/Extra Properties/ForEach/PropertyForEach.swift",
        "Properties/Sources/Extra Properties/Group/PropertyGroup.swift",
        "Properties/Sources/Extra Properties/Modifier/Models/PropertyModifier.swift",
        "Properties/Sources/Extra Properties/Modifier/Models/_PropertyModifier_Content.swift",
        "Properties/Sources/Extra Properties/Modifier/ModifiedProperty.swift",
        "Properties/Sources/Graph/Children/ChildrenNode.swift",
        "Properties/Sources/Graph/Empty/EmptyLeafNode.swift",
        "Properties/Sources/Graph/Graph/Models/GraphID.swift",
        "Properties/Sources/Graph/Graph/Models/IdentifiedGraphValue.swift",
        "Properties/Sources/Graph/Graph/_GraphValue.swift",
        "Properties/Sources/Graph/Leaf/LeafNode.swift",
        "Properties/Sources/Graph/Node/Models/NodeDebug.swift",
        "Properties/Sources/Graph/Node/Models/NodeStringConvertible.swift",
        "Properties/Sources/Graph/Node/Models/PropertyNode.swift",
        "Properties/Sources/Graph/Node/Node.swift",
        "Properties/Sources/Graph/Resolve/Models/Make.swift",
        "Properties/Sources/Graph/Resolve/Models/PropertyInputs.swift",
        "Properties/Sources/Graph/Resolve/Models/PropertyOutputs.swift",
        "Properties/Sources/Graph/Resolve/Models/Resolved.swift",
        "Properties/Sources/Graph/Resolve/Resolve.swift",
        "Properties/Sources/Headers/Authorization/Authorization.swift",
        "Properties/Sources/Headers/Authorization/Models/Authorization.TokenType.swift",
        "Properties/Sources/Headers/Header Group/HeaderGroup.swift",
        "Properties/Sources/Headers/Headers/Accept Charset/AcceptCharsetHeader.swift",
        "Properties/Sources/Headers/Headers/Accept/AcceptHeader.swift",
        "Properties/Sources/Headers/Headers/Cache/CacheHeader.swift",
        "Properties/Sources/Headers/Headers/Custom/CustomHeader.swift",
        "Properties/Sources/Headers/Headers/Header Node/HeaderNode.swift",
        "Properties/Sources/Headers/Headers/Header Node/Models/HeaderSeparatorKey.swift",
        "Properties/Sources/Headers/Headers/Header Node/Models/HeaderStrategy.swift",
        "Properties/Sources/Headers/Headers/Header Node/Models/HeaderStrategyKey.swift",
        "Properties/Sources/Headers/Headers/Host/HostHeader.swift",
        "Properties/Sources/Headers/Headers/Origin/OriginHeader.swift",
        "Properties/Sources/Headers/Headers/Referer/RefererHeader.swift",
        "Properties/Sources/Headers/Headers/User Agent/UserAgentHeader.swift",
        "Properties/Sources/Headers/Method/Models/HTTPMethod.swift",
        "Properties/Sources/Headers/Method/RequestMethod.swift",
        "Properties/Sources/Headers/Reading Mode/ReadingMode.swift",
        "Properties/Sources/Payloads/Charset/CharsetEnvironmentKey.swift",
        "Properties/Sources/Payloads/Charset/Models/Charset.swift",
        "Properties/Sources/Payloads/Form Group/FormGroup.swift",
        "Properties/Sources/Payloads/Form Group/Models/FormGroupBuilder.swift",
        "Properties/Sources/Payloads/Form Group/Models/FormItem.swift",
        "Properties/Sources/Payloads/Form Group/Models/FormNode.swift",
        "Properties/Sources/Payloads/Form/Form.swift",
        "Properties/Sources/Payloads/Payload Part Length/PayloadPartLength.swift",
        "Properties/Sources/Payloads/Payload/Models/ContentType.swift",
        "Properties/Sources/Payloads/Payload/Models/DataPayloadFactory.swift",
        "Properties/Sources/Payloads/Payload/Models/EncodablePayloadFactory.swift",
        "Properties/Sources/Payloads/Payload/Models/EncodingPayloadError.swift",
        "Properties/Sources/Payloads/Payload/Models/FilePayloadFactory.swift",
        "Properties/Sources/Payloads/Payload/Models/JSONPayloadFactory.swift",
        "Properties/Sources/Payloads/Payload/Models/PayloadFactory.swift",
        "Properties/Sources/Payloads/Payload/Models/PayloadNode.swift",
        "Properties/Sources/Payloads/Payload/Models/StringPayloadFactory.swift",
        "Properties/Sources/Payloads/Payload/Payload.swift",
        "Properties/Sources/Property.swift",
        "Properties/Sources/Result Builder/Either/_EitherContent.swift",
        "Properties/Sources/Result Builder/Optional/_OptionalContent.swift",
        "Properties/Sources/Result Builder/Partial/_PartialContent.swift",
        "Properties/Sources/Result Builder/Property Builder/PropertyBuilder.swift",
        "Properties/Sources/Secure Connection/Additional Trusts/AdditionalTrusts.swift",
        "Properties/Sources/Secure Connection/Certificate/Certificate.swift",
        "Properties/Sources/Secure Connection/Certificate/Models/CertificateNode.swift",
        "Properties/Sources/Secure Connection/Certificate/Models/CertificateProperty.swift",
        "Properties/Sources/Secure Connection/Certificate/Models/CertificatePropertyKey.swift",
        "Properties/Sources/Secure Connection/Certificates/Certificates.swift",
        "Properties/Sources/Secure Connection/PSK/PSKIdentity.swift",
        "Properties/Sources/Secure Connection/Private Key/PrivateKey.swift",
        "Properties/Sources/Secure Connection/Secure Connection/Models/CertificateVerification.swift",
        "Properties/Sources/Secure Connection/Secure Connection/Models/RenegotiationSupport.swift",
        "Properties/Sources/Secure Connection/Secure Connection/Models/SecureConnectionNode.swift",
        "Properties/Sources/Secure Connection/Secure Connection/Models/SignatureAlgorithm.swift",
        "Properties/Sources/Secure Connection/Secure Connection/Models/TLSCipher.swift",
        "Properties/Sources/Secure Connection/Secure Connection/Models/TLSVersion.swift",
        "Properties/Sources/Secure Connection/Secure Connection/SecureConnection.swift",
        "Properties/Sources/Secure Connection/Trusts/DefaultTrusts.swift",
        "Properties/Sources/Secure Connection/Trusts/Trusts.swift",
        "Properties/Sources/Session/DNS Override/DNSOverride.swift",
        "Properties/Sources/Session/Proxy/Models/Proxy.Authorization.swift",
        "Properties/Sources/Session/Proxy/Models/Proxy.ConnectionProtocol.swift",
        "Properties/Sources/Session/Proxy/Proxy.swift",
        "Properties/Sources/Session/Session/Models/Session.DecompressionLimit.swift",
        "Properties/Sources/Session/Session/Session.swift",
        "Properties/Sources/Session/Timeout/Models/Timeout.Source.swift",
        "Properties/Sources/Session/Timeout/Models/UnitTime.swift",
        "Properties/Sources/Session/Timeout/Timeout.swift",
        "Properties/Sources/URL/Path/Path.swift",
        "Properties/Sources/URL/Query Group/Models/QueryNode.swift",
        "Properties/Sources/URL/Query Group/QueryGroup.swift",
        "Properties/Sources/URL/Query/Models/QueryItem.swift",
        "Properties/Sources/URL/Query/Models/Strategies/URLEncoder.ArrayEncodingStrategy.swift",
        "Properties/Sources/URL/Query/Models/Strategies/URLEncoder.BoolEncodingStrategy.swift",
        "Properties/Sources/URL/Query/Models/Strategies/URLEncoder.DataEncodingStrategy.swift",
        "Properties/Sources/URL/Query/Models/Strategies/URLEncoder.DateEncodingStrategy.swift",
        "Properties/Sources/URL/Query/Models/Strategies/URLEncoder.DictionaryEncodingStrategy.swift",
        "Properties/Sources/URL/Query/Models/Strategies/URLEncoder.KeyEncodingStrategy.swift",
        "Properties/Sources/URL/Query/Models/Strategies/URLEncoder.OptionalEncodingStrategy.swift",
        "Properties/Sources/URL/Query/Models/Strategies/URLEncoder.WhitespaceEncodingStrategy.swift",
        "Properties/Sources/URL/Query/Models/Strategies/URLEncodingStrategy.swift",
        "Properties/Sources/URL/Query/Models/Strategies/URLSingleEncodingStrategy.swift",
        "Properties/Sources/URL/Query/Models/URLEncoder.Encoder.swift",
        "Properties/Sources/URL/Query/Models/URLEncoder.KeyContainer.swift",
        "Properties/Sources/URL/Query/Models/URLEncoder.ValueContainer.swift",
        "Properties/Sources/URL/Query/Models/URLEncoder.swift",
        "Properties/Sources/URL/Query/Models/URLEncoderEnvironmentKey.swift",
        "Properties/Sources/URL/Query/Models/URLEncoderError.swift",
        "Properties/Sources/URL/Query/Query.swift",
        "Properties/Sources/URL/URL/BaseURL.swift",
        "Properties/Sources/URL/URL/Models/BaseURLError.swift",
        "Properties/Sources/URL/URL/Models/URLScheme.swift",
        "Properties/Sources/Value/Dynamic Value/DynamicValue.swift",
        "Properties/Sources/Value/Dynamic Value/Model/DynamicValueDeepSearch.swift",
        "Properties/Sources/Value/Dynamic Value/Model/DynamicValueMirror.swift",
        "Properties/Sources/Value/Dynamic Value/Model/GraphOperation.swift",
        "Properties/Sources/Value/Dynamic Value/Model/GraphProperties.swift",
        "Properties/Sources/Value/Dynamic Value/Model/GraphValueOperation.swift",
        "Properties/Sources/Value/Dynamic Value/Model/Seed.swift",
        "Properties/Sources/Value/Dynamic Value/Model/SeedFactory.swift",
        "Properties/Sources/Value/Namespace/Models/GraphNamespaceOperation.swift",
        "Properties/Sources/Value/Namespace/Models/Namespace.ID.swift",
        "Properties/Sources/Value/Namespace/PropertyNamespace.swift",
        "Properties/Sources/Value/Stored Object/Models/DynamicStoredObject.swift",
        "Properties/Sources/Value/Stored Object/Models/GraphStoredObjectOperation.swift",
        "Properties/Sources/Value/Stored Object/Models/StoredObjectConfiguration.swift",
        "Properties/Sources/Value/Stored Object/StoredObject.swift",
        "Properties/Sources/Value/_Container/_Container.swift",
        "Tasks/Extensions/Task+Methods.swift",
        "Tasks/Sources/Interceptors/Breakpoint/Interceptors.Breakpoint.swift",
        "Tasks/Sources/Interceptors/Detach/Interceptors.Detach.swift",
        "Tasks/Sources/Interceptors/Interceptors.swift",
        "Tasks/Sources/Interceptors/Log In Console/Interceptors.LogInConsole.swift",
        "Tasks/Sources/Modifiers/Accept Only Status Code/Modifiers.AcceptOnlyStatusCode.swift",
        "Tasks/Sources/Modifiers/Collect Bytes/Modifiers.CollectBytes.swift",
        "Tasks/Sources/Modifiers/Collect Data/Modifiers.CollectData.swift",
        "Tasks/Sources/Modifiers/Decode/Modifiers.Decode.swift",
        "Tasks/Sources/Modifiers/Environment/Modifiers.Environment.swift",
        "Tasks/Sources/Modifiers/Environment/TaskEnvironment.swift",
        "Tasks/Sources/Modifiers/Extract Payload/Modifiers.ExtractPayload.swift",
        "Tasks/Sources/Modifiers/Flat Map Error/Modifiers.FlatMapError.swift",
        "Tasks/Sources/Modifiers/Flat Map/Modifiers.FlatMap.swift",
        "Tasks/Sources/Modifiers/Ignores Progress/Modifiers.IgnoresProgress.swift",
        "Tasks/Sources/Modifiers/Key Path/Models/AbstractKeyPath.swift",
        "Tasks/Sources/Modifiers/Key Path/Models/KeyPathInvalidDataError.swift",
        "Tasks/Sources/Modifiers/Key Path/Models/KeyPathNotFound.swift",
        "Tasks/Sources/Modifiers/Key Path/Modifiers.KeyPath.swift",
        "Tasks/Sources/Modifiers/Logger/Extensions/Logging+.swift",
        "Tasks/Sources/Modifiers/Logger/Models/LoggerPropertyEnvironmentKey.swift",
        "Tasks/Sources/Modifiers/Logger/Models/LoggerTaskEnvironmentKey.swift",
        "Tasks/Sources/Modifiers/Logger/Modifiers.Logger.swift",
        "Tasks/Sources/Modifiers/Map Error/Modifiers.MapError.swift",
        "Tasks/Sources/Modifiers/Map/Modifiers.Map.swift",
        "Tasks/Sources/Modifiers/Modifiers.swift",
        "Tasks/Sources/Modifiers/On Status Code/Models/InvalidStatusCodeError.swift",
        "Tasks/Sources/Modifiers/On Status Code/Models/StatusCode.swift",
        "Tasks/Sources/Modifiers/On Status Code/Models/StatusCodeSet.swift",
        "Tasks/Sources/Modifiers/On Status Code/Modifiers.OnStatusCode.swift",
        "Tasks/Sources/Modifiers/Progress/Extensions/AsyncBytes+Collect.swift",
        "Tasks/Sources/Modifiers/Progress/Extensions/AsyncResponse+Collect.swift",
        "Tasks/Sources/Modifiers/Progress/Models/DownloadProgress.swift",
        "Tasks/Sources/Modifiers/Progress/Models/Progress.swift",
        "Tasks/Sources/Modifiers/Progress/Models/UploadProgress.swift",
        "Tasks/Sources/Modifiers/Progress/Modifiers.Progress.swift",
        "Tasks/Sources/Other Tasks/Any/AnyTask.swift",
        "Tasks/Sources/Other Tasks/Group/GroupTask.swift",
        "Tasks/Sources/Other Tasks/Published/PublishedTask.swift",
        "Tasks/Sources/Raw Task/Data/DataTask.swift",
        "Tasks/Sources/Raw Task/Data/Models/TaskError.swift",
        "Tasks/Sources/Raw Task/Data/Models/TaskResult.swift",
        "Tasks/Sources/Raw Task/Download/DownloadTask.swift",
        "Tasks/Sources/Raw Task/Download/Models/AsyncBytes.swift",
        "Tasks/Sources/Raw Task/Mocked/MockedTask.swift",
        "Tasks/Sources/Raw Task/Mocked/Models/MockedTaskPayload.swift",
        "Tasks/Sources/Raw Task/Mocked/Models/PropertyMockedTask.swift",
        "Tasks/Sources/Raw Task/Raw/Models/EmptyResponseError.swift",
        "Tasks/Sources/Raw Task/Raw/RawTask.swift",
        "Tasks/Sources/Raw Task/Upload/Models/AsyncResponse.swift",
        "Tasks/Sources/Raw Task/Upload/Models/DownloadStep.swift",
        "Tasks/Sources/Raw Task/Upload/Models/HTTPHeaders.swift",
        "Tasks/Sources/Raw Task/Upload/Models/ResponseHead.swift",
        "Tasks/Sources/Raw Task/Upload/Models/ResponseStep.swift",
        "Tasks/Sources/Raw Task/Upload/Models/UploadStep.swift",
        "Tasks/Sources/Raw Task/Upload/UploadTask.swift",
        "Tasks/Sources/Request Task/Request Task/Models/TaskEnvironmentKey.swift",
        "Tasks/Sources/Request Task/Request Task/Models/TaskEnvironmentValues.swift",
        "Tasks/Sources/Request Task/Request Task/RequestTask.swift",
        "Tasks/Sources/Request Task/Task Interceptor/InterceptedRequestTask.swift",
        "Tasks/Sources/Request Task/Task Interceptor/Models/RequestTaskInterceptor.swift",
        "Tasks/Sources/Request Task/Task Modifier/Models/RequestTaskModifier.swift",
        "Tasks/Sources/Request Task/Task Modifier/Models/_RequestTaskModifier_Content.swift",
        "Tasks/Sources/Request Task/Task Modifier/ModifiedRequestTask.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.