The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftOpenAIAPI, reference 2.0.0 (42cfc7), with Swift 6.1 for macOS (SPM) on 28 Oct 2025 04:20:41 UTC.

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

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/atacan/swift-openai-api.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/atacan/swift-openai-api
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 42cfc73 Merge pull request #4 from atacan/update-2025-10-21
Cloned https://github.com/atacan/swift-openai-api.git
Revision (git rev-parse @):
42cfc731970fa85e6807e1ee34178f76d68eaac3
SUCCESS checkout https://github.com/atacan/swift-openai-api.git at 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/atacan/swift-openai-api.git
https://github.com/atacan/swift-openai-api.git
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/Tests/OpenAIAsyncHTTPClientTests/Resources
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-generator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-generator"
    },
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "swift-openapi-urlsession",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-urlsession"
    },
    {
      "identity" : "swift-openapi-async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-openapi-async-http-client"
    },
    {
      "identity" : "swift-websocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/swift-websocket"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "SwiftOpenAIAPI",
  "name" : "SwiftOpenAIAPI",
  "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"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftOpenAITypes",
      "targets" : [
        "SwiftOpenAITypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenAIUrlSessionClient",
      "targets" : [
        "OpenAIUrlSessionClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenAIAsyncHTTPClient",
      "targets" : [
        "OpenAIAsyncHTTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftOpenAITypes",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOpenAITypes",
      "path" : "Sources/SwiftOpenAITypes",
      "product_dependencies" : [
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "SwiftOpenAITypes",
        "OpenAIUrlSessionClient",
        "OpenAIAsyncHTTPClient"
      ],
      "sources" : [
        "GeneratedSources/Types.swift",
        "SwiftOpenAIAPI.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAIUrlSessionClient",
      "module_type" : "SwiftTarget",
      "name" : "OpenAIUrlSessionClient",
      "path" : "Sources/OpenAIUrlSessionClient",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "OpenAIUrlSessionClient"
      ],
      "sources" : [
        "GeneratedSources/Client.swift"
      ],
      "target_dependencies" : [
        "SwiftOpenAITypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAIAsyncHTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAIAsyncHTTPClientTests",
      "path" : "Tests/OpenAIAsyncHTTPClientTests",
      "product_dependencies" : [
        "WSClient"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpenAIAsyncHTTPClientTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "OpenAIAsyncHTTPClientTest.swift",
        "getEnvironmentVariable.swift"
      ],
      "target_dependencies" : [
        "OpenAIAsyncHTTPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAIAsyncHTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "OpenAIAsyncHTTPClient",
      "path" : "Sources/OpenAIAsyncHTTPClient",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIAsyncHTTPClient"
      ],
      "product_memberships" : [
        "OpenAIAsyncHTTPClient"
      ],
      "sources" : [
        "AuthenticationMiddleware.swift",
        "GeneratedSources/Client.swift"
      ],
      "target_dependencies" : [
        "SwiftOpenAITypes"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
Running build ...
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
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/Tests/OpenAIAsyncHTTPClientTests/Resources
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin OpenAPIGeneratorCommand
[4/4] Compiling plugin OpenAPIGenerator
[5/5] Compiling plugin GenerateManual
[6/6] Compiling plugin GenerateDoccReference
Building for debugging...
[6/458] Write sources
[16/458] Copying PrivacyInfo.xcprivacy
[16/458] Write sources
[16/458] Copying PrivacyInfo.xcprivacy
[16/458] Write sources
[38/458] Compiling CNIOWASI CNIOWASI.c
[38/458] Compiling CNIOWindows WSAStartup.c
[40/458] Compiling CNIOWindows shim.c
[41/458] Compiling CNIOLinux shim.c
[42/458] Compiling CNIOLinux liburing_shims.c
[43/458] Compiling _NumericsShims _NumericsShims.c
[44/458] Write swift-version-2F0A5646E1D333AE.txt
[45/458] Compiling fiat_p256_adx_sqr.S
[46/458] Compiling CNIOExtrasZlib empty.c
[47/458] Compiling fiat_p256_adx_mul.S
[48/458] Compiling _AtomicsShims.c
[49/458] Compiling CNIOPosix event_loop_id.c
[50/467] Compiling CNIOLLHTTP c_nio_http.c
[51/478] Compiling CNIOLLHTTP c_nio_api.c
[52/510] Compiling CNIOLLHTTP c_nio_llhttp.c
[53/510] Compiling fiat_curve25519_adx_square.S
[54/510] Compiling fiat_curve25519_adx_mul.S
[55/510] Compiling CNIODarwin shim.c
[56/510] Compiling CNIOBoringSSLShims shims.c
[58/510] Compiling ServiceContextModule ServiceContextKey.swift
[59/510] Compiling RealModule RealFunctions.swift
[60/510] Compiling RealModule Float80+Real.swift
[61/510] Compiling RealModule Real.swift
[62/511] Emitting module ServiceContextModule
[63/511] Compiling ServiceContextModule ServiceContext.swift
[64/511] Compiling RealModule Float+Real.swift
[65/511] Compiling RealModule Float16+Real.swift
[66/511] Compiling _NIOBase64 Base64.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/511] Emitting module _NIOBase64
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/511] Compiling RealModule ElementaryFunctions.swift
[69/511] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[70/511] Compiling InternalCollectionsUtilities Integer rank.swift
[71/511] Emitting module RealModule
[72/511] Compiling RealModule AugmentedArithmetic.swift
[73/511] Compiling RealModule Double+Real.swift
[74/511] Compiling RealModule RelaxedArithmetic.swift
[75/511] Compiling InternalCollectionsUtilities Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/511] Compiling InternalCollectionsUtilities LifetimeOverride.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/511] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/511] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/511] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/511] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/518] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/518] Compiling _NIODataStructures PriorityQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/518] Compiling _NIODataStructures _TinyArray.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/518] Compiling InternalCollectionsUtilities _UniqueCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/518] Compiling InternalCollectionsUtilities Debugging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/518] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/518] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/518] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/518] Compiling InternalCollectionsUtilities UInt+reversed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/518] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/518] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/518] Compiling InternalCollectionsUtilities _SortedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/518] Compiling Instrumentation InstrumentationSystem.swift
[96/518] Compiling Instrumentation NoOpInstrument.swift
[97/518] Compiling Instrumentation Instrument.swift
[98/518] Emitting module Instrumentation
[99/518] Compiling Instrumentation MultiplexInstrument.swift
[100/518] Compiling Instrumentation Locks.swift
[101/518] Emitting module _NIODataStructures
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/518] Compiling _NIODataStructures Heap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/518] Compiling Logging MetadataProvider.swift
[104/518] Compiling Logging LogHandler.swift
[105/518] Compiling Logging Locks.swift
[106/518] Emitting module Logging
[107/518] Compiling Logging Logging.swift
[107/542] Compiling tls_method.cc
[108/542] Compiling tls13_server.cc
[108/542] Compiling tls_record.cc
[110/542] Compiling tls13_enc.cc
[111/542] Compiling tls13_client.cc
[113/542] Compiling DequeModule _DequeBufferHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/542] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/543] Compiling Tracing InstrumentationSystem+Tracing.swift
[116/543] Compiling Tracing TracingTime.swift
[117/543] Emitting module Tracing
[118/543] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/543] Compiling Tracing TracerProtocol.swift
[120/543] Compiling Tracing TracerProtocol+Legacy.swift
[121/543] Compiling Tracing Tracer.swift
[121/543] Compiling tls13_both.cc
[123/543] Compiling DequeModule Deque+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/543] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[125/543] Compiling DequeModule Deque+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/543] Compiling DequeModule Deque+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[127/543] Compiling DequeModule Deque+Testing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[128/543] Compiling DequeModule Deque._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
[129/543] Compiling DequeModule Deque+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[130/543] Compiling DequeModule Deque+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[131/543] Compiling DequeModule _DequeBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[132/543] Compiling DequeModule Deque._UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[133/543] Compiling DequeModule Deque.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/543] Compiling Tracing SpanProtocol.swift
[135/543] Compiling Tracing NoOpTracer.swift
[136/543] Compiling DequeModule Deque+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[137/543] Compiling DequeModule Deque+Collection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/543] Emitting module DequeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[138/543] Compiling t1_enc.cc
[139/543] Compiling ssl_transcript.cc
[140/543] Compiling ssl_versions.cc
[141/543] Compiling ssl_stat.cc
[142/543] Compiling ssl_x509.cc
[143/543] Compiling ssl_session.cc
[144/543] Compiling ssl_privkey.cc
[146/543] Compiling HTTPTypes ISOLatin1String.swift
[147/543] Compiling HTTPTypes NIOLock.swift
[147/543] Compiling ssl_key_share.cc
[148/543] Compiling ssl_lib.cc
[149/543] Compiling ssl_file.cc
[150/543] Compiling ssl_cipher.cc
[151/543] Compiling ssl_cert.cc
[152/543] Compiling ssl_credential.cc
[154/543] Compiling HTTPTypes HTTPResponse.swift
[154/543] Compiling ssl_buffer.cc
[155/543] Compiling ssl_asn1.cc
[156/543] Compiling ssl_aead_ctx.cc
[157/543] Compiling s3_pkt.cc
[158/543] Compiling s3_lib.cc
[159/543] Compiling s3_both.cc
[160/543] Compiling handshake.cc
[161/543] Compiling handshake_server.cc
[162/543] Compiling handshake_client.cc
[163/543] Compiling handoff.cc
[164/543] Compiling extensions.cc
[165/543] Compiling encrypted_client_hello.cc
[166/543] Compiling md5-x86_64-linux.S
[167/543] Compiling md5-x86_64-apple.S
[169/543] Compiling HTTPTypes HTTPRequest.swift
[170/543] Compiling HTTPTypes HTTPParsedFields.swift
[171/543] Compiling HTTPTypes HTTPFields.swift
[172/543] Compiling HTTPTypes HTTPField.swift
[173/543] Compiling HTTPTypes HTTPFieldName.swift
[174/543] Emitting module HTTPTypes
[175/543] Compiling HTTPTypes HTTPRequest+URL.swift
[175/543] Compiling md5-586-linux.S
[176/543] Compiling md5-586-apple.S
[177/543] Compiling chacha20_poly1305_x86_64-linux.S
[178/543] Compiling chacha20_poly1305_x86_64-apple.S
[179/543] Compiling chacha20_poly1305_armv8-win.S
[180/543] Compiling dtls_record.cc
[181/543] Compiling dtls_method.cc
[182/543] Compiling chacha20_poly1305_armv8-linux.S
[183/543] Compiling chacha-x86_64-linux.S
[184/543] Compiling chacha20_poly1305_armv8-apple.S
[185/543] Compiling chacha-x86_64-apple.S
[186/553] Compiling chacha-x86-linux.S
[187/557] Compiling d1_srtp.cc
[188/606] Compiling chacha-x86-apple.S
[189/606] Compiling chacha-armv8-win.S
[190/606] Compiling err_data.cc
[191/606] Compiling chacha-armv8-linux.S
[192/606] Compiling bio_ssl.cc
[193/606] Compiling chacha-armv8-apple.S
[194/606] Compiling chacha-armv4-linux.S
[195/606] Compiling aes128gcmsiv-x86_64-linux.S
[196/606] Compiling aes128gcmsiv-x86_64-apple.S
[197/606] Compiling x86_64-mont5-linux.S
[198/606] Compiling x86_64-mont-linux.S
[199/606] Compiling x86_64-mont5-apple.S
[200/606] Compiling x86_64-mont-apple.S
[201/606] Compiling x86-mont-linux.S
[202/606] Compiling x86-mont-apple.S
[203/606] Compiling vpaes-x86_64-linux.S
[204/606] Compiling vpaes-x86_64-apple.S
[205/606] Compiling vpaes-x86-linux.S
[206/606] Compiling vpaes-x86-apple.S
[207/606] Compiling vpaes-armv8-win.S
[208/606] Compiling vpaes-armv8-linux.S
[209/606] Compiling vpaes-armv8-apple.S
[210/606] Compiling vpaes-armv7-linux.S
[211/606] Compiling sha512-x86_64-linux.S
[212/606] Compiling sha512-armv8-win.S
[213/606] Compiling sha512-x86_64-apple.S
[214/606] Compiling sha512-armv8-linux.S
[215/606] Compiling sha512-armv8-apple.S
[216/606] Compiling sha512-armv4-linux.S
[217/606] Compiling sha512-586-linux.S
[218/606] Compiling sha512-586-apple.S
[219/606] Compiling sha256-x86_64-linux.S
[220/606] Compiling sha256-x86_64-apple.S
[221/606] Compiling sha256-armv8-win.S
[222/606] Compiling sha256-armv8-linux.S
[223/606] Compiling sha256-armv8-apple.S
[224/606] Compiling sha256-586-linux.S
[225/606] Compiling sha256-armv4-linux.S
[226/606] Compiling d1_pkt.cc
[227/606] Compiling sha256-586-apple.S
[228/606] Compiling d1_lib.cc
[229/606] Compiling sha1-x86_64-linux.S
[230/606] Compiling sha1-x86_64-apple.S
[231/606] Compiling sha1-armv8-win.S
[232/606] Compiling sha1-armv8-linux.S
[233/606] Compiling sha1-armv4-large-linux.S
[234/606] Compiling sha1-armv8-apple.S
[235/606] Compiling sha1-586-linux.S
[236/606] Compiling sha1-586-apple.S
[237/606] Compiling rsaz-avx2-linux.S
[238/606] Compiling rsaz-avx2-apple.S
[239/606] Compiling p256_beeu-x86_64-asm-linux.S
[239/606] Compiling rdrand-x86_64-linux.S
[241/606] Compiling d1_both.cc
[242/606] Compiling rdrand-x86_64-apple.S
[243/606] Compiling p256_beeu-armv8-asm-win.S
[244/606] Compiling p256_beeu-x86_64-asm-apple.S
[245/606] Compiling p256_beeu-armv8-asm-linux.S
[246/606] Compiling p256_beeu-armv8-asm-apple.S
[247/606] Compiling p256-x86_64-asm-linux.S
[248/606] Compiling p256-x86_64-asm-apple.S
[249/606] Compiling p256-armv8-asm-linux.S
[250/606] Compiling p256-armv8-asm-win.S
[251/606] Compiling p256-armv8-asm-apple.S
[252/606] Compiling ghashv8-armv8-win.S
[253/606] Compiling ghashv8-armv8-linux.S
[254/606] Compiling ghashv8-armv8-apple.S
[255/606] Compiling ghashv8-armv7-linux.S
[256/606] Compiling ghash-x86_64-linux.S
[257/606] Compiling ghash-x86_64-apple.S
[258/606] Compiling ghash-x86-linux.S
[259/606] Compiling ghash-x86-apple.S
[260/606] Compiling ghash-ssse3-x86_64-linux.S
[261/606] Compiling ghash-ssse3-x86_64-apple.S
[262/606] Compiling ghash-ssse3-x86-linux.S
[263/606] Compiling ghash-ssse3-x86-apple.S
[264/606] Compiling ghash-neon-armv8-win.S
[265/606] Compiling ghash-neon-armv8-linux.S
[266/606] Compiling ghash-neon-armv8-apple.S
[267/606] Compiling ghash-armv4-linux.S
[268/606] Compiling co-586-linux.S
[269/606] Compiling co-586-apple.S
[270/606] Compiling bn-armv8-linux.S
[270/606] Compiling bsaes-armv7-linux.S
[272/606] Compiling bn-armv8-win.S
[273/606] Compiling bn-armv8-apple.S
[274/606] Compiling bn-586-linux.S
[275/606] Compiling bn-586-apple.S
[276/606] Compiling armv8-mont-win.S
[277/606] Compiling armv8-mont-linux.S
[278/606] Compiling aesv8-gcm-armv8-linux.S
[279/606] Compiling aesv8-gcm-armv8-win.S
[280/606] Compiling armv4-mont-linux.S
[281/606] Compiling armv8-mont-apple.S
[282/606] Compiling aesv8-armv8-win.S
[283/606] Compiling aesv8-gcm-armv8-apple.S
[284/606] Compiling aesv8-armv8-linux.S
[285/606] Compiling aesv8-armv7-linux.S
[286/606] Compiling aesv8-armv8-apple.S
[287/606] Compiling aesni-x86_64-linux.S
[288/606] Compiling aesni-x86-linux.S
[289/606] Compiling aesni-x86-apple.S
[290/606] Compiling aesni-x86_64-apple.S
[291/606] Compiling aesni-gcm-x86_64-linux.S
[292/606] Compiling aesni-gcm-x86_64-apple.S
[293/606] Compiling aes-gcm-avx2-x86_64-linux.S
[294/606] Compiling aes-gcm-avx2-x86_64-apple.S
[295/606] Compiling aes-gcm-avx10-x86_64-linux.S
[296/606] Compiling aes-gcm-avx10-x86_64-apple.S
[297/606] Compiling x_sig.cc
[298/606] Compiling x_val.cc
[299/606] Compiling x_spki.cc
[299/606] Compiling x_x509a.cc
[301/606] Compiling x_x509.cc
[302/606] Compiling x_pubkey.cc
[303/606] Compiling x_req.cc
[304/606] Compiling x_name.cc
[305/606] Compiling x_exten.cc
[306/606] Compiling x_attrib.cc
[307/606] Compiling x_algor.cc
[308/606] Compiling x_crl.cc
[309/606] Compiling x509spki.cc
[310/606] Compiling x_all.cc
[311/606] Compiling x509name.cc
[312/606] Compiling x509cset.cc
[313/606] Compiling x509rset.cc
[314/606] Compiling x509_vpm.cc
[315/606] Compiling x509_txt.cc
[316/606] Compiling x509_v3.cc
[317/606] Compiling x509_trs.cc
[318/606] Compiling x509_set.cc
[319/606] Compiling x509_req.cc
[320/606] Compiling x509_vfy.cc
[321/606] Compiling x509_obj.cc
[322/606] Compiling x509_ext.cc
[323/606] Compiling x509_lu.cc
[324/606] Compiling x509_def.cc
[325/606] Compiling x509_d2.cc
[326/606] Compiling x509.cc
[327/606] Compiling x509_cmp.cc
[328/606] Compiling x509_att.cc
[329/606] Compiling v3_skey.cc
[330/606] Compiling v3_purp.cc
[331/606] Compiling v3_prn.cc
[332/606] Compiling v3_utl.cc
[333/606] Compiling v3_pmaps.cc
[334/606] Compiling v3_pcons.cc
[335/606] Compiling v3_ocsp.cc
[336/606] Compiling v3_lib.cc
[337/606] Compiling v3_ncons.cc
[338/606] Compiling v3_int.cc
[339/606] Compiling v3_ia5.cc
[340/606] Compiling v3_info.cc
[341/606] Compiling v3_genn.cc
[343/606] Emitting module OpenAPIRuntime
[343/612] Compiling v3_extku.cc
[344/612] Compiling v3_enum.cc
[345/612] Compiling v3_crld.cc
[346/612] Compiling v3_cpols.cc
[347/612] Compiling v3_bitst.cc
[348/612] Compiling v3_conf.cc
[350/612] Compiling OpenAPIRuntime URIDecoder.swift
[351/612] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[352/612] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[353/612] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[354/612] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[355/612] Compiling OpenAPIRuntime URIEncoder.swift
[356/612] Compiling OpenAPIRuntime Converter+Server.swift
[357/612] Compiling OpenAPIRuntime Converter.swift
[358/612] Compiling OpenAPIRuntime CurrencyExtensions.swift
[359/612] Compiling OpenAPIRuntime ErrorExtensions.swift
[360/612] Compiling OpenAPIRuntime FoundationExtensions.swift
[361/612] Compiling OpenAPIRuntime ParameterStyles.swift
[362/612] Compiling OpenAPIRuntime ServerVariable.swift
[362/612] Compiling v3_bcons.cc
[363/612] Compiling v3_akeya.cc
[364/612] Compiling v3_alt.cc
[366/612] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[367/612] Compiling OpenAPIRuntime UndocumentedPayload.swift
[368/612] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[369/612] Compiling OpenAPIRuntime CodableExtensions.swift
[370/612] Compiling OpenAPIRuntime Configuration.swift
[371/612] Compiling OpenAPIRuntime Converter+Client.swift
[372/612] Compiling OpenAPIRuntime Converter+Common.swift
[373/612] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[374/612] Compiling OpenAPIRuntime MultipartValidation.swift
[375/612] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[376/612] Compiling OpenAPIRuntime URICodeCodingKey.swift
[377/612] Compiling OpenAPIRuntime URICoderConfiguration.swift
[378/612] Compiling OpenAPIRuntime URIEncodedNode.swift
[379/612] Compiling OpenAPIRuntime URIParsedTypes.swift
[380/612] Compiling OpenAPIRuntime URLExtensions.swift
[381/612] Compiling OpenAPIRuntime Deprecated.swift
[382/612] Compiling OpenAPIRuntime ClientError.swift
[383/612] Compiling OpenAPIRuntime CodingErrors.swift
[384/612] Compiling OpenAPIRuntime RuntimeError.swift
[385/612] Compiling OpenAPIRuntime ServerError.swift
[386/612] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[387/612] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[388/612] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[389/612] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[390/612] Compiling OpenAPIRuntime ServerSentEvents.swift
[391/612] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[392/612] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[393/612] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[393/612] Compiling i2d_pr.cc
[395/612] Compiling OpenAPIRuntime Acceptable.swift
[396/612] Compiling OpenAPIRuntime Base64EncodedData.swift
[397/612] Compiling OpenAPIRuntime ByteUtilities.swift
[398/612] Compiling OpenAPIRuntime ContentDisposition.swift
[399/612] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[400/612] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[401/612] Compiling OpenAPIRuntime OpenAPIValue.swift
[401/612] Compiling t_x509a.cc
[402/612] Compiling v3_akey.cc
[403/612] Compiling t_x509.cc
[404/612] Compiling t_crl.cc
[405/612] Compiling t_req.cc
[406/612] Compiling rsa_pss.cc
[407/612] Compiling name_print.cc
[409/612] Compiling OpenAPIRuntime ClientTransport.swift
[410/612] Compiling OpenAPIRuntime CurrencyTypes.swift
[411/612] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[412/612] Compiling OpenAPIRuntime HTTPBody.swift
[413/612] Compiling OpenAPIRuntime ServerTransport.swift
[414/612] Compiling OpenAPIRuntime UniversalClient.swift
[415/612] Compiling OpenAPIRuntime UniversalServer.swift
[416/612] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[417/612] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[418/612] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[419/612] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[420/612] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[421/612] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[422/612] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[422/612] Compiling policy.cc
[424/612] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[425/612] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[426/612] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[427/612] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[428/612] Compiling OpenAPIRuntime URIParser.swift
[429/612] Compiling OpenAPIRuntime URISerializer.swift
[429/612] Compiling by_file.cc
[430/612] Compiling by_dir.cc
[431/612] Compiling asn1_gen.cc
[432/612] Compiling algorithm.cc
[433/612] Compiling voprf.cc
[434/612] Compiling a_verify.cc
[435/612] Compiling a_digest.cc
[436/612] Compiling a_sign.cc
[437/612] Compiling trust_token.cc
[438/622] Compiling pmbtoken.cc
[439/622] Compiling thread_win.cc
[440/622] Compiling thread_pthread.cc
[441/622] Compiling thread.cc
[442/622] Compiling thread_none.cc
[443/622] Compiling stack.cc
[444/622] Compiling slhdsa.cc
[445/622] Compiling siphash.cc
[446/622] Compiling spake2plus.cc
[447/622] Compiling sha512.cc
[448/622] Compiling sha256.cc
[449/622] Compiling sha1.cc
[450/622] Compiling rsa_print.cc
[451/622] Compiling rsa_extra.cc
[452/622] Compiling rc4.cc
[453/622] Compiling refcount.cc
[454/622] Compiling rsa_crypt.cc
[455/622] Compiling windows.cc
[456/622] Compiling urandom.cc
[457/622] Compiling trusty.cc
[458/622] Compiling rand.cc
[460/622] Compiling OpenAPIURLSession URLSessionTransport.swift
[460/622] Compiling rsa_asn1.cc
[461/622] Compiling passive.cc
[462/622] Compiling ios.cc
[463/622] Compiling getentropy.cc
[464/622] Compiling forkunsafe.cc
[465/622] Compiling poly1305_arm_asm.S
[466/622] Compiling deterministic.cc
[467/622] Compiling fork_detect.cc
[469/622] Compiling OpenAPIURLSession URLSession+Extensions.swift
[470/622] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[471/622] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[472/622] Compiling OpenAPIURLSession Lock.swift
[473/622] Emitting module OpenAPIURLSession
[474/622] Compiling OpenAPIURLSession BufferedStream.swift
[474/622] Compiling poly1305_vec.cc
[475/622] Compiling pool.cc
[476/622] Compiling poly1305_arm.cc
[477/622] Compiling poly1305.cc
[478/622] Compiling pkcs7.cc
[479/622] Compiling p5_pbev2.cc
[480/622] Compiling pkcs8.cc
[481/622] Compiling pkcs7_x509.cc
[482/622] Compiling pkcs8_x509.cc
[483/622] Compiling pem_xaux.cc
[484/622] Compiling pem_x509.cc
[485/622] Compiling pem_pkey.cc
[486/622] Compiling pem_pk8.cc
[487/622] Compiling mlkem.cc
[488/622] Compiling obj_xref.cc
[489/622] Compiling pem_oth.cc
[490/622] Compiling pem_info.cc
[491/622] Compiling pem_lib.cc
[492/622] Compiling pem_all.cc
[493/622] Compiling mldsa.cc
[494/622] Compiling obj.cc
[495/622] Compiling poly_rq_mul.S
[496/622] Compiling mem.cc
[497/622] Compiling fips_shared_support.cc
[498/622] Compiling md5.cc
[499/622] Compiling md4.cc
[500/622] Compiling lhash.cc
[501/622] Compiling ex_data.cc
[502/622] Compiling sign.cc
[503/622] Compiling kyber.cc
[504/622] Compiling hpke.cc
[505/622] Compiling hrss.cc
[506/622] Compiling scrypt.cc
[507/622] Compiling pbkdf.cc
[508/622] Compiling print.cc
[509/622] Compiling p_x25519.cc
[510/622] Compiling p_x25519_asn1.cc
[511/622] Compiling p_rsa_asn1.cc
[513/622] Compiling SwiftOpenAITypes SwiftOpenAIAPI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[513/622] Compiling p_ed25519.cc
[514/622] Compiling p_hkdf.cc
[515/622] Compiling p_rsa.cc
[516/622] Compiling p_ed25519_asn1.cc
[517/622] Compiling p_ec_asn1.cc
[518/622] Compiling p_ec.cc
[519/622] Compiling p_dh_asn1.cc
[520/622] Compiling p_dh.cc
[521/622] Compiling evp_ctx.cc
[522/622] Compiling evp.cc
[523/622] Compiling p_dsa_asn1.cc
[524/622] Compiling err.cc
[525/622] Compiling evp_asn1.cc
[526/622] Compiling engine.cc
[527/622] Compiling ecdh.cc
[528/622] Compiling hash_to_curve.cc
[529/622] Compiling ecdsa_asn1.cc
[530/622] Compiling ec_derive.cc
[531/622] Compiling dsa.cc
[532/622] Compiling ec_asn1.cc
[533/622] Compiling dsa_asn1.cc
[534/622] Compiling x25519-asm-arm.S
[535/622] Compiling params.cc
[536/622] Compiling digest_extra.cc
[537/622] Compiling bcm.cc
[538/622] Compiling des.cc
[539/622] Compiling dh_asn1.cc
[540/622] Compiling curve25519_64_adx.cc
[541/622] Compiling spake25519.cc
[542/622] Compiling crypto.cc
[543/622] Compiling cpu_intel.cc
[544/622] Compiling cpu_arm_linux.cc
[545/622] Compiling cpu_arm_freebsd.cc
[546/622] Compiling curve25519.cc
[547/622] Compiling cpu_aarch64_win.cc
[548/622] Compiling cpu_aarch64_sysreg.cc
[549/622] Compiling cpu_aarch64_openbsd.cc
[550/622] Compiling cpu_aarch64_linux.cc
[551/622] Compiling cpu_aarch64_apple.cc
[552/622] Compiling cpu_aarch64_fuchsia.cc
[553/622] Compiling get_cipher.cc
[554/622] Compiling tls_cbc.cc
[555/622] Compiling conf.cc
[556/622] Compiling e_rc4.cc
[557/622] Compiling e_tls.cc
[558/622] Compiling e_null.cc
[559/622] Compiling e_rc2.cc
[560/622] Compiling e_des.cc
[561/622] Compiling e_chacha20poly1305.cc
[562/622] Compiling derive_key.cc
[563/622] Compiling e_aesgcmsiv.cc
[564/622] Compiling e_aesctrhmac.cc
[565/622] Compiling chacha.cc
[566/622] Compiling unicode.cc
[567/622] Compiling cbb.cc
[568/622] Compiling cbs.cc
[569/622] Compiling buf.cc
[570/622] Compiling ber.cc
[571/622] Compiling asn1_compat.cc
[572/622] Compiling bn_asn1.cc
[573/622] Compiling convert.cc
[574/622] Compiling blake2.cc
[575/622] Compiling socket_helper.cc
[576/622] Compiling printf.cc
[577/622] Compiling socket.cc
[578/622] Compiling pair.cc
[579/622] Compiling hexdump.cc
[580/622] Compiling file.cc
[581/622] Compiling errno.cc
[582/622] Compiling fd.cc
[583/622] Compiling connect.cc
[584/622] Compiling base64.cc
[585/622] Compiling bio_mem.cc
[586/622] Compiling bio.cc
[587/622] Compiling tasn_typ.cc
[588/622] Compiling tasn_fre.cc
[589/622] Compiling tasn_enc.cc
[590/622] Compiling tasn_utl.cc
[591/622] Compiling tasn_new.cc
[592/622] Compiling posix_time.cc
[593/622] Compiling f_string.cc
[594/622] Compiling f_int.cc
[595/622] Compiling tasn_dec.cc
[596/622] Compiling asn_pack.cc
[597/622] Compiling asn1_par.cc
[598/622] Compiling asn1_lib.cc
[599/622] Compiling a_utctm.cc
[600/622] Compiling a_type.cc
[601/622] Compiling a_octet.cc
[602/622] Compiling a_time.cc
[603/622] Compiling a_strnid.cc
[604/622] Compiling a_strex.cc
[605/622] Compiling a_object.cc
[606/622] Compiling a_mbstr.cc
[607/622] Compiling a_i2d_fp.cc
[608/622] Compiling a_dup.cc
[608/622] Write sources
[612/622] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[613/622] Compiling a_int.cc
[614/622] Compiling a_d2i_fp.cc
[615/622] Compiling a_gentm.cc
[616/622] Compiling a_bitstr.cc
[617/622] Compiling a_bool.cc
[619/667] Compiling Algorithms Suffix.swift
[620/667] Compiling Algorithms Trim.swift
[621/669] Compiling Algorithms Joined.swift
[622/669] Compiling Algorithms Keyed.swift
[623/669] Compiling Algorithms MinMax.swift
[624/669] Compiling Algorithms Partition.swift
[625/669] Compiling Algorithms Indexed.swift
[626/669] Compiling Algorithms Intersperse.swift
[627/669] Compiling Algorithms Permutations.swift
[628/669] Compiling Algorithms Product.swift
[629/670] Compiling Atomics Unmanaged extensions.swift
[630/670] Compiling Algorithms Unique.swift
[631/670] Compiling Algorithms Windows.swift
[632/670] Compiling Algorithms Combinations.swift
[633/670] Compiling Algorithms Compacted.swift
[634/670] Compiling Algorithms Cycle.swift
[635/670] Compiling Algorithms RandomSample.swift
[636/670] Compiling Algorithms Reductions.swift
[637/670] Compiling Algorithms Rotate.swift
[638/670] Compiling Algorithms Split.swift
[639/670] Compiling Algorithms Stride.swift
[640/670] Compiling Algorithms EitherSequence.swift
[641/670] Compiling Algorithms FirstNonNil.swift
[642/670] Compiling Algorithms FlattenCollection.swift
[643/670] Compiling Algorithms Grouped.swift
[656/670] Compiling Algorithms Chunked.swift
[660/670] Compiling Algorithms AdjacentPairs.swift
[661/670] Compiling Algorithms Chain.swift
[663/670] Emitting module Atomics
[665/670] Compiling c-nioatomics.c
[667/670] Emitting module Algorithms
[667/670] Compiling c-atomics.c
[669/676] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[670/676] Compiling NIOConcurrencyHelpers 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
[671/676] Compiling NIOConcurrencyHelpers NIOLock.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[672/676] Emitting module NIOConcurrencyHelpers
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[673/676] Compiling NIOConcurrencyHelpers atomics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[674/676] Compiling NIOConcurrencyHelpers NIOAtomic.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[675/739] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[676/739] Compiling NIOCore NIOScheduledCallback.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[677/739] Compiling NIOCore NIOSendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[678/739] Compiling NIOCore RecvByteBufferAllocator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[679/739] Compiling NIOCore SingleStepByteToMessageDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[680/739] Compiling NIOCore SocketAddresses.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[681/745] Compiling NIOCore AddressedEnvelope.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[682/745] Compiling NIOCore AsyncAwaitSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[683/745] Compiling NIOCore AsyncChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[684/745] Compiling NIOCore AsyncChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[685/745] Compiling NIOCore AsyncChannelInboundStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[686/745] Compiling NIOCore AsyncChannelOutboundWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[687/745] Compiling NIOCore NIOAsyncSequenceProducer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[688/745] Compiling NIOCore Codec.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[689/745] Compiling NIOCore ConvenienceOptionSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[690/745] Compiling NIOCore DeadChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[691/745] Compiling NIOCore DispatchQueue+WithFuture.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[692/745] Compiling NIOCore EventLoop+Deprecated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[693/745] Compiling NIOCore EventLoop+SerialExecutor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[694/745] Compiling NIOCore EventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[695/745] Compiling NIOCore Linux.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[696/745] Compiling NIOCore MarkedCircularBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[697/745] Compiling NIOCore MulticastChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[698/745] Compiling NIOCore NIOAny.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[699/745] Compiling NIOCore NIOCloseOnErrorHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[700/745] Compiling NIOCore NIOCoreSendableMetatype.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[701/745] Compiling NIOCore NIOLoopBound.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[702/745] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[703/745] Compiling NIOCore EventLoopFuture+Deprecated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[704/745] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[705/745] Compiling NIOCore EventLoopFuture.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[706/745] Compiling NIOCore FileDescriptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[707/745] Compiling NIOCore FileHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[708/745] Compiling NIOCore FileRegion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[709/745] Compiling NIOCore SocketOptionProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[710/745] Compiling NIOCore SystemCallHelpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[711/745] Compiling NIOCore TimeAmount+Duration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[712/745] Compiling NIOCore TypeAssistedChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[713/745] Compiling NIOCore UniversalBootstrapSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[714/745] Compiling NIOCore Utilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[715/745] Compiling NIOCore GlobalSingletons.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[716/745] Compiling NIOCore IO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[717/745] Compiling NIOCore IOData.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[718/745] Compiling NIOCore IPProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[719/745] Compiling NIOCore IntegerBitPacking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[720/745] Compiling NIOCore IntegerTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[721/745] Compiling NIOCore Interfaces.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[722/745] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[723/745] Compiling NIOCore NIOAsyncWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[724/745] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[725/745] Compiling NIOCore BSDSocketAPI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[726/745] Compiling NIOCore ByteBuffer-aux.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[727/745] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[728/745] Compiling NIOCore ByteBuffer-conversions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[729/745] Compiling NIOCore ByteBuffer-core.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[730/745] Compiling NIOCore ByteBuffer-hex.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[731/745] Compiling NIOCore ByteBuffer-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
[732/745] Compiling NIOCore ByteBuffer-lengthPrefix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[733/745] Compiling NIOCore ByteBuffer-multi-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
[734/745] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[735/745] Compiling NIOCore ByteBuffer-views.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[736/745] Compiling NIOCore Channel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[737/745] Compiling NIOCore ChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[738/745] Compiling NIOCore ChannelHandlers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[739/745] Compiling NIOCore ChannelInvoker.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[740/745] Compiling NIOCore ChannelOption.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[741/745] Compiling NIOCore ChannelPipeline.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[742/745] Compiling NIOCore CircularBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[743/745] Emitting module NIOCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[744/801] Compiling NIOEmbedded AsyncTestingChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[745/801] Emitting module NIOEmbedded
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[746/801] Compiling NIOEmbedded AsyncTestingEventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[747/801] Compiling NIOEmbedded Embedded.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[748/801] Compiling NIOPosix GetaddrinfoResolver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[749/801] Compiling NIOPosix HappyEyeballs.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[750/801] Compiling NIOPosix IO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[751/801] Compiling NIOPosix IntegerBitPacking.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[752/801] Compiling NIOPosix IntegerTypes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[753/801] Compiling NIOPosix Linux.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[754/806] Compiling NIOPosix System.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[755/806] Compiling NIOPosix Thread.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[756/806] Compiling NIOPosix ThreadPosix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[757/806] Compiling NIOPosix ThreadWindows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[758/806] Compiling NIOPosix UnsafeTransfer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[759/806] Emitting module NIOPosix
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[760/806] Compiling NIOPosix Utilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[761/806] Compiling NIOPosix VsockAddress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[762/806] Compiling NIOPosix VsockChannelEvents.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[763/806] Compiling NIOPosix Windows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[764/806] Compiling NIOPosix resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[765/806] Compiling NIOPosix PosixSingletons.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[766/806] Compiling NIOPosix RawSocketBootstrap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[767/806] Compiling NIOPosix Resolver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[768/806] Compiling NIOPosix Selectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[769/806] Compiling NIOPosix SelectableChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[770/806] Compiling NIOPosix SelectableEventLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[771/806] Compiling NIOPosix SelectorEpoll.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[772/806] Compiling NIOPosix SelectorGeneric.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[773/806] Compiling NIOPosix SelectorKqueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[774/806] Compiling NIOPosix SelectorUring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[775/806] Compiling NIOPosix SelectorWSAPoll.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[776/806] Compiling NIOPosix BaseStreamSocketChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[777/806] Compiling NIOPosix Bootstrap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[778/806] Compiling NIOPosix ControlMessage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[779/806] Compiling NIOPosix DatagramVectorReadManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[780/806] Compiling NIOPosix Errors+Any.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[781/806] Compiling NIOPosix FileDescriptor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[782/806] Compiling NIOPosix LinuxCPUSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[783/806] Compiling NIOPosix LinuxUring.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[784/806] Compiling NIOPosix 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
[785/806] Compiling NIOPosix NIOPosixSendableMetatype.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[786/806] Compiling NIOPosix NIOThreadPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[787/806] Compiling NIOPosix NonBlockingFileIO.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[788/806] Compiling NIOPosix ServerSocket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[789/806] Compiling NIOPosix Socket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[790/806] Compiling NIOPosix SocketChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[791/806] Compiling NIOPosix SocketProtocols.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[792/806] Compiling NIOPosix StructuredConcurrencyHelpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[793/806] Compiling NIOPosix BSDSocketAPICommon.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[794/806] Compiling NIOPosix BSDSocketAPIPosix.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[795/806] Compiling NIOPosix BSDSocketAPIWindows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[796/806] Compiling NIOPosix BaseSocket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[797/806] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[798/806] Compiling NIOPosix BaseSocketChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[799/806] Compiling NIOPosix PendingDatagramWritesManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[800/806] Compiling NIOPosix PendingWritesManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[801/806] Compiling NIOPosix PipeChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[802/806] Compiling NIOPosix PipePair.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[803/806] Compiling NIOPosix Pool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[804/806] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[805/808] Emitting module NIO
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[806/808] Compiling NIO Exports.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[807/848] Compiling NIOTLS TLSEvents.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[808/848] Emitting module NIOTLS
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[809/848] Compiling NIOSOCKS Helpers.swift
[810/849] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[811/849] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[812/849] Compiling NIOSOCKS Errors.swift
[813/849] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[814/849] Compiling NIOSOCKS ClientStateMachine.swift
[815/849] Compiling NIOHTTP1 HTTPEncoder.swift
[816/849] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[817/849] Compiling NIOSOCKS SOCKSResponse.swift
[818/849] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[819/849] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[820/849] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[821/849] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[822/849] Compiling NIOTLS SNIHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[823/849] Emitting module NIOSOCKS
[824/849] Compiling NIOHTTP1 ByteCollectionUtils.swift
[825/849] Compiling NIOHTTP1 HTTPDecoder.swift
[826/849] Compiling NIOSOCKS SOCKSRequest.swift
[827/849] Compiling NIOSOCKS Messages.swift
[828/849] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[829/849] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[830/850] Compiling NIOSOCKS ServerStateMachine.swift
[831/850] Emitting module NIOFoundationCompat
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[832/850] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[833/881] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[834/881] Compiling NIOSSL AndroidCABundle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[835/903] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[836/903] Compiling NIOTransportServices StateManagedChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[837/903] Compiling NIOTransportServices NIOTSConnectionChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[838/903] Compiling NIOTransportServices NIOTSErrors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[839/903] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[840/903] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[841/903] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[842/903] Emitting module NIOHTTP1
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[843/903] Compiling NIOTransportServices NIOTSNetworkEvents.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[844/903] Compiling NIOTransportServices NIOTSSingletons.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[845/903] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[846/903] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[847/903] Compiling NIOTransportServices AcceptHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[848/903] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[849/921] Emitting module NIOTransportServices
[850/923] Compiling NIOTransportServices NIOTSEventLoop.swift
[851/923] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[852/923] Compiling NIOTransportServices NIOTSBootstraps.swift
[853/923] Compiling NIOTransportServices NIOTSChannelOptions.swift
[854/923] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[855/923] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[856/923] Compiling NIOTransportServices NIOTSListenerChannel.swift
[863/923] Compiling NIOHPACK IndexedHeaderTable.swift
[868/924] Emitting module NIOSSL
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[869/927] Compiling NIOHPACK IntegerCoding.swift
[870/927] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[871/927] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[872/927] Compiling NIOHPACK StaticHeaderTable.swift
[873/927] Compiling NIOHPACK HuffmanTables.swift
[874/927] Compiling NIOHPACK HeaderTables.swift
[875/927] Compiling NIOHPACK DynamicHeaderTable.swift
[876/927] Compiling NIOHPACK HPACKDecoder.swift
[877/927] Compiling NIOHPACK HuffmanCoding.swift
[878/927] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[879/927] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[880/927] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[881/927] Compiling NIOHTTPCompression HTTPCompression.swift
[882/927] Compiling NIOHTTPCompression HTTPDecompression.swift
[883/927] Emitting module NIOHTTPCompression
[884/927] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[887/927] Compiling NIOTransportServices StateManagedListenerChannel.swift
[888/927] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[889/927] Emitting module NIOHPACK
[890/927] Compiling NIOHPACK HPACKErrors.swift
[891/927] Compiling NIOHPACK HPACKEncoder.swift
[892/927] Compiling NIOHPACK HPACKHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[896/927] Compiling NIOSSL UniversalBootstrapSupport.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[897/927] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[898/927] Compiling NIOSSL resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[899/927] Compiling NIOSSL SSLInit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[900/927] Compiling NIOSSL SSLPKCS12Bundle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[901/927] Compiling NIOSSL SSLPrivateKey.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[906/940] Compiling NIOSSL SubjectAlternativeName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[907/940] Compiling NIOSSL NIOSSLSecureBytes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[908/940] Compiling NIOSSL RNG.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[915/940] Compiling NIOSSL NIOSSLHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[916/950] Compiling NIOHTTP2 ReceivingDataState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[917/950] Compiling NIOHTTP2 ReceivingGoAwayState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[918/950] Compiling NIOHTTP2 ReceivingHeadersState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[919/950] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[920/950] Compiling NIOHTTP2 ConnectionStateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[921/950] Compiling NIOHTTP2 ConnectionStreamsState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[922/950] Compiling NIOHTTP2 MayReceiveFrames.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[923/950] Compiling NIOHTTP2 HTTP2Stream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[924/950] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[925/950] Compiling NIOHTTP2 HTTP2StreamChannel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[926/989] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[927/989] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[928/989] Compiling NIOHTTP2 MaySendFrames.swift
[929/989] Compiling NIOHTTP2 SendingDataState.swift
[930/989] Compiling NIOHTTP2 SendingGoawayState.swift
[931/989] Compiling NIOHTTP2 SendingHeadersState.swift
[932/989] Compiling NIOHTTP2 SendingPushPromiseState.swift
[933/995] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[934/995] Compiling NIOHTTP2 HTTP2UserEvents.swift
[935/995] Compiling NIOHTTP2 InboundEventBuffer.swift
[936/995] Compiling NIOHTTP2 InboundWindowManager.swift
[937/995] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[938/995] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[942/995] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[943/995] Compiling NIOHTTP2 HTTP2StreamID.swift
[944/995] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[945/995] Compiling NIOHTTP2 StreamChannelFlowController.swift
[946/995] Compiling NIOHTTP2 StreamChannelList.swift
[947/995] Compiling NIOHTTP2 StreamMap.swift
[948/995] Compiling NIOHTTP2 StreamStateMachine.swift
[949/995] Compiling NIOHTTP2 UnsafeTransfer.swift
[950/995] Compiling NIOHTTP2 WatermarkedFlowController.swift
[958/995] Emitting module NIOHTTP2
[959/995] Compiling NIOHTTP2 LocallyQuiescingState.swift
[960/995] Compiling NIOHTTP2 QuiescingState.swift
[961/995] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[962/995] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[963/995] Compiling NIOHTTP2 StateMachineResult.swift
[964/995] Compiling NIOHTTP2 ContentLengthVerifier.swift
[965/995] Compiling NIOHTTP2 DOSHeuristics.swift
[966/995] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[967/995] Compiling NIOHTTP2 HTTP2Frame.swift
[968/995] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[969/995] Compiling NIOHTTP2 HTTP2FrameParser.swift
[970/995] Compiling NIOHTTP2 HTTP2PingData.swift
[971/995] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[972/995] Compiling NIOHTTP2 HTTP2Settings.swift
[973/995] Compiling NIOHTTP2 SendingRstStreamState.swift
[974/995] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[975/995] Compiling NIOHTTP2 HTTP2SettingsState.swift
[976/995] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[977/995] Compiling NIOHTTP2 HasFlowControlWindows.swift
[978/995] Compiling NIOHTTP2 HasLocalSettings.swift
[979/995] Compiling NIOHTTP2 HasRemoteSettings.swift
[980/995] Compiling NIOHTTP2 Error+Any.swift
[981/995] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[982/995] Compiling NIOHTTP2 ControlFrameBuffer.swift
[983/995] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[984/995] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[985/995] Compiling NIOHTTP2 GlitchesMonitor.swift
[986/995] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[987/995] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[988/995] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[989/995] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[990/995] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[991/995] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[992/995] Compiling NIOHTTP2 HTTP2Error.swift
[993/995] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[994/1059] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[995/1059] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[996/1059] Compiling AsyncHTTPClient AsyncLazySequence.swift
[997/1059] Compiling AsyncHTTPClient HTTPClient+execute.swift
[998/1059] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[999/1059] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1000/1059] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1001/1066] Emitting module AsyncHTTPClient
[1002/1066] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1003/1066] Compiling AsyncHTTPClient HTTP1Connection.swift
[1004/1066] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1005/1066] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1006/1066] Compiling AsyncHTTPClient HTTP2Connection.swift
[1007/1066] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1008/1066] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1009/1066] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1010/1066] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1011/1066] Compiling AsyncHTTPClient ConnectionTarget.swift
[1012/1066] Compiling AsyncHTTPClient DeconstructedURL.swift
[1013/1066] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1014/1066] Compiling AsyncHTTPClient FoundationExtensions.swift
[1015/1066] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1016/1066] Compiling AsyncHTTPClient BasicAuth.swift
[1017/1066] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1018/1066] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1019/1066] Compiling AsyncHTTPClient ConnectionPool.swift
[1020/1066] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1021/1066] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1022/1066] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1023/1066] Compiling AsyncHTTPClient SSLContextCache.swift
[1024/1066] Compiling AsyncHTTPClient Scheme.swift
[1025/1066] Compiling AsyncHTTPClient Singleton.swift
[1026/1066] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1027/1066] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1028/1066] Compiling AsyncHTTPClient TracingSupport.swift
[1029/1066] Compiling AsyncHTTPClient Utils.swift
[1030/1066] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1031/1066] Compiling AsyncHTTPClient TLSConfiguration.swift
[1032/1066] Compiling AsyncHTTPClient RedirectState.swift
[1033/1066] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1034/1066] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1035/1066] Compiling AsyncHTTPClient RequestBag.swift
[1036/1066] Compiling AsyncHTTPClient RequestValidation.swift
[1037/1066] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1038/1066] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1039/1066] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1040/1066] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1041/1066] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1042/1066] Compiling AsyncHTTPClient Transaction.swift
[1043/1066] Compiling AsyncHTTPClient Base64.swift
[1044/1066] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1045/1066] Compiling AsyncHTTPClient RequestOptions.swift
[1046/1066] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1047/1066] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1048/1066] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1049/1066] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1050/1066] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1051/1066] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1052/1066] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1053/1066] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1054/1066] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1055/1066] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1056/1066] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1057/1066] Compiling AsyncHTTPClient RequestBodyLength.swift
[1058/1066] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1059/1066] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1060/1066] Compiling AsyncHTTPClient HTTPClient.swift
[1061/1066] Compiling AsyncHTTPClient HTTPHandler.swift
[1062/1066] Compiling AsyncHTTPClient LRUCache.swift
[1063/1066] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1064/1066] Compiling AsyncHTTPClient NWErrorHandler.swift
[1065/1068] Compiling OpenAPIAsyncHTTPClient AsyncHTTPClientTransport.swift
[1066/1068] Emitting module OpenAPIAsyncHTTPClient
[1067/1068] Emitting module SwiftOpenAITypes
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/SwiftOpenAITypes/GeneratedSources/Types.swift:9635:89: warning: 'function_callPayload' is deprecated
  9633 |                 audio: Components.Schemas.ChatCompletionRequestAssistantMessage.audioPayload? = nil,
  9634 |                 tool_calls: Components.Schemas.ChatCompletionMessageToolCalls? = nil,
  9635 |                 function_call: Components.Schemas.ChatCompletionRequestAssistantMessage.function_callPayload? = nil
       |                                                                                         `- warning: 'function_callPayload' is deprecated
  9636 |             ) {
  9637 |                 self.content = content
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:9834:74: warning: 'ChatCompletionRequestFunctionMessage' is deprecated
  9832 |             case ChatCompletionRequestToolMessage(Components.Schemas.ChatCompletionRequestToolMessage)
  9833 |             /// - Remark: Generated from `#/components/schemas/ChatCompletionRequestMessage/ChatCompletionRequestFunctionMessage`.
  9834 |             case ChatCompletionRequestFunctionMessage(Components.Schemas.ChatCompletionRequestFunctionMessage)
       |                                                                          `- warning: 'ChatCompletionRequestFunctionMessage' is deprecated
  9835 |             public enum CodingKeys: String, CodingKey {
  9836 |                 case role
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:10700:81: warning: 'function_callPayload' is deprecated
 10698 |                 annotations: Components.Schemas.ChatCompletionResponseMessage.annotationsPayload? = nil,
 10699 |                 role: Components.Schemas.ChatCompletionResponseMessage.rolePayload,
 10700 |                 function_call: Components.Schemas.ChatCompletionResponseMessage.function_callPayload? = nil,
       |                                                                                 `- warning: 'function_callPayload' is deprecated
 10701 |                 audio: Components.Schemas.ChatCompletionResponseMessage.audioPayload? = nil
 10702 |             ) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:10850:85: warning: 'function_callPayload' is deprecated
 10848 |             public init(
 10849 |                 content: Swift.String? = nil,
 10850 |                 function_call: Components.Schemas.ChatCompletionStreamResponseDelta.function_callPayload? = nil,
       |                                                                                     `- warning: 'function_callPayload' is deprecated
 10851 |                 tool_calls: [Components.Schemas.ChatCompletionMessageToolCallChunk]? = nil,
 10852 |                 role: Components.Schemas.ChatCompletionStreamResponseDelta.rolePayload? = nil,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:13710:52: warning: 'ChatCompletionFunctions' is deprecated
 13708 |                     parallel_tool_calls: Components.Schemas.ParallelToolCalls? = nil,
 13709 |                     function_call: Components.Schemas.CreateChatCompletionRequest.Value2Payload.function_callPayload? = nil,
 13710 |                     functions: [Components.Schemas.ChatCompletionFunctions]? = nil
       |                                                    `- warning: 'ChatCompletionFunctions' is deprecated
 13711 |                 ) {
 13712 |                     self.messages = messages
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:15758:85: warning: 'CreateEvalStoredCompletionsDataSourceConfig' is deprecated
 15756 |                 case CreateEvalLogsDataSourceConfig(Components.Schemas.CreateEvalLogsDataSourceConfig)
 15757 |                 /// - Remark: Generated from `#/components/schemas/CreateEvalRequest/data_source_config/CreateEvalStoredCompletionsDataSourceConfig`.
 15758 |                 case CreateEvalStoredCompletionsDataSourceConfig(Components.Schemas.CreateEvalStoredCompletionsDataSourceConfig)
       |                                                                                     `- warning: 'CreateEvalStoredCompletionsDataSourceConfig' is deprecated
 15759 |                 public enum CodingKeys: String, CodingKey {
 15760 |                     case _type = "type"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:16716:80: warning: 'hyperparametersPayload' is deprecated
 16714 |                 model: Components.Schemas.CreateFineTuningJobRequest.modelPayload,
 16715 |                 training_file: Swift.String,
 16716 |                 hyperparameters: Components.Schemas.CreateFineTuningJobRequest.hyperparametersPayload? = nil,
       |                                                                                `- warning: 'hyperparametersPayload' is deprecated
 16717 |                 suffix: Swift.String? = nil,
 16718 |                 validation_file: Swift.String? = nil,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:22077:79: warning: 'EvalStoredCompletionsDataSourceConfig' is deprecated
 22075 |                 case EvalLogsDataSourceConfig(Components.Schemas.EvalLogsDataSourceConfig)
 22076 |                 /// - Remark: Generated from `#/components/schemas/Eval/data_source_config/EvalStoredCompletionsDataSourceConfig`.
 22077 |                 case EvalStoredCompletionsDataSourceConfig(Components.Schemas.EvalStoredCompletionsDataSourceConfig)
       |                                                                               `- warning: 'EvalStoredCompletionsDataSourceConfig' is deprecated
 22078 |                 public enum CodingKeys: String, CodingKey {
 22079 |                     case _type = "type"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:24463:78: warning: 'ChatCompletionRequestFunctionMessage' is deprecated
 24461 |                 case ChatCompletionRequestToolMessage(Components.Schemas.ChatCompletionRequestToolMessage)
 24462 |                 /// - Remark: Generated from `#/components/schemas/FineTuneChatRequestInput/messagesPayload/case5`.
 24463 |                 case ChatCompletionRequestFunctionMessage(Components.Schemas.ChatCompletionRequestFunctionMessage)
       |                                                                              `- warning: 'ChatCompletionRequestFunctionMessage' is deprecated
 24464 |                 public init(from decoder: any Decoder) throws {
 24465 |                     var errors: [any Error] = []
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:24543:48: warning: 'ChatCompletionFunctions' is deprecated
 24541 |                 tools: [Components.Schemas.ChatCompletionTool]? = nil,
 24542 |                 parallel_tool_calls: Components.Schemas.ParallelToolCalls? = nil,
 24543 |                 functions: [Components.Schemas.ChatCompletionFunctions]? = nil
       |                                                `- warning: 'ChatCompletionFunctions' is deprecated
 24544 |             ) {
 24545 |                 self.messages = messages
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:24858:82: warning: 'ChatCompletionRequestFunctionMessage' is deprecated
 24856 |                     case ChatCompletionRequestToolMessage(Components.Schemas.ChatCompletionRequestToolMessage)
 24857 |                     /// - Remark: Generated from `#/components/schemas/FineTunePreferenceRequestInput/input/messagesPayload/case5`.
 24858 |                     case ChatCompletionRequestFunctionMessage(Components.Schemas.ChatCompletionRequestFunctionMessage)
       |                                                                                  `- warning: 'ChatCompletionRequestFunctionMessage' is deprecated
 24859 |                     public init(from decoder: any Decoder) throws {
 24860 |                         var errors: [any Error] = []
[1068/1068] Compiling SwiftOpenAITypes Types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/SwiftOpenAITypes/GeneratedSources/Types.swift:9635:89: warning: 'function_callPayload' is deprecated
  9633 |                 audio: Components.Schemas.ChatCompletionRequestAssistantMessage.audioPayload? = nil,
  9634 |                 tool_calls: Components.Schemas.ChatCompletionMessageToolCalls? = nil,
  9635 |                 function_call: Components.Schemas.ChatCompletionRequestAssistantMessage.function_callPayload? = nil
       |                                                                                         `- warning: 'function_callPayload' is deprecated
  9636 |             ) {
  9637 |                 self.content = content
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:9834:74: warning: 'ChatCompletionRequestFunctionMessage' is deprecated
  9832 |             case ChatCompletionRequestToolMessage(Components.Schemas.ChatCompletionRequestToolMessage)
  9833 |             /// - Remark: Generated from `#/components/schemas/ChatCompletionRequestMessage/ChatCompletionRequestFunctionMessage`.
  9834 |             case ChatCompletionRequestFunctionMessage(Components.Schemas.ChatCompletionRequestFunctionMessage)
       |                                                                          `- warning: 'ChatCompletionRequestFunctionMessage' is deprecated
  9835 |             public enum CodingKeys: String, CodingKey {
  9836 |                 case role
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:10700:81: warning: 'function_callPayload' is deprecated
 10698 |                 annotations: Components.Schemas.ChatCompletionResponseMessage.annotationsPayload? = nil,
 10699 |                 role: Components.Schemas.ChatCompletionResponseMessage.rolePayload,
 10700 |                 function_call: Components.Schemas.ChatCompletionResponseMessage.function_callPayload? = nil,
       |                                                                                 `- warning: 'function_callPayload' is deprecated
 10701 |                 audio: Components.Schemas.ChatCompletionResponseMessage.audioPayload? = nil
 10702 |             ) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:10850:85: warning: 'function_callPayload' is deprecated
 10848 |             public init(
 10849 |                 content: Swift.String? = nil,
 10850 |                 function_call: Components.Schemas.ChatCompletionStreamResponseDelta.function_callPayload? = nil,
       |                                                                                     `- warning: 'function_callPayload' is deprecated
 10851 |                 tool_calls: [Components.Schemas.ChatCompletionMessageToolCallChunk]? = nil,
 10852 |                 role: Components.Schemas.ChatCompletionStreamResponseDelta.rolePayload? = nil,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:13710:52: warning: 'ChatCompletionFunctions' is deprecated
 13708 |                     parallel_tool_calls: Components.Schemas.ParallelToolCalls? = nil,
 13709 |                     function_call: Components.Schemas.CreateChatCompletionRequest.Value2Payload.function_callPayload? = nil,
 13710 |                     functions: [Components.Schemas.ChatCompletionFunctions]? = nil
       |                                                    `- warning: 'ChatCompletionFunctions' is deprecated
 13711 |                 ) {
 13712 |                     self.messages = messages
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:15758:85: warning: 'CreateEvalStoredCompletionsDataSourceConfig' is deprecated
 15756 |                 case CreateEvalLogsDataSourceConfig(Components.Schemas.CreateEvalLogsDataSourceConfig)
 15757 |                 /// - Remark: Generated from `#/components/schemas/CreateEvalRequest/data_source_config/CreateEvalStoredCompletionsDataSourceConfig`.
 15758 |                 case CreateEvalStoredCompletionsDataSourceConfig(Components.Schemas.CreateEvalStoredCompletionsDataSourceConfig)
       |                                                                                     `- warning: 'CreateEvalStoredCompletionsDataSourceConfig' is deprecated
 15759 |                 public enum CodingKeys: String, CodingKey {
 15760 |                     case _type = "type"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:16716:80: warning: 'hyperparametersPayload' is deprecated
 16714 |                 model: Components.Schemas.CreateFineTuningJobRequest.modelPayload,
 16715 |                 training_file: Swift.String,
 16716 |                 hyperparameters: Components.Schemas.CreateFineTuningJobRequest.hyperparametersPayload? = nil,
       |                                                                                `- warning: 'hyperparametersPayload' is deprecated
 16717 |                 suffix: Swift.String? = nil,
 16718 |                 validation_file: Swift.String? = nil,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:22077:79: warning: 'EvalStoredCompletionsDataSourceConfig' is deprecated
 22075 |                 case EvalLogsDataSourceConfig(Components.Schemas.EvalLogsDataSourceConfig)
 22076 |                 /// - Remark: Generated from `#/components/schemas/Eval/data_source_config/EvalStoredCompletionsDataSourceConfig`.
 22077 |                 case EvalStoredCompletionsDataSourceConfig(Components.Schemas.EvalStoredCompletionsDataSourceConfig)
       |                                                                               `- warning: 'EvalStoredCompletionsDataSourceConfig' is deprecated
 22078 |                 public enum CodingKeys: String, CodingKey {
 22079 |                     case _type = "type"
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:24463:78: warning: 'ChatCompletionRequestFunctionMessage' is deprecated
 24461 |                 case ChatCompletionRequestToolMessage(Components.Schemas.ChatCompletionRequestToolMessage)
 24462 |                 /// - Remark: Generated from `#/components/schemas/FineTuneChatRequestInput/messagesPayload/case5`.
 24463 |                 case ChatCompletionRequestFunctionMessage(Components.Schemas.ChatCompletionRequestFunctionMessage)
       |                                                                              `- warning: 'ChatCompletionRequestFunctionMessage' is deprecated
 24464 |                 public init(from decoder: any Decoder) throws {
 24465 |                     var errors: [any Error] = []
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:24543:48: warning: 'ChatCompletionFunctions' is deprecated
 24541 |                 tools: [Components.Schemas.ChatCompletionTool]? = nil,
 24542 |                 parallel_tool_calls: Components.Schemas.ParallelToolCalls? = nil,
 24543 |                 functions: [Components.Schemas.ChatCompletionFunctions]? = nil
       |                                                `- warning: 'ChatCompletionFunctions' is deprecated
 24544 |             ) {
 24545 |                 self.messages = messages
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:24858:82: warning: 'ChatCompletionRequestFunctionMessage' is deprecated
 24856 |                     case ChatCompletionRequestToolMessage(Components.Schemas.ChatCompletionRequestToolMessage)
 24857 |                     /// - Remark: Generated from `#/components/schemas/FineTunePreferenceRequestInput/input/messagesPayload/case5`.
 24858 |                     case ChatCompletionRequestFunctionMessage(Components.Schemas.ChatCompletionRequestFunctionMessage)
       |                                                                                  `- warning: 'ChatCompletionRequestFunctionMessage' is deprecated
 24859 |                     public init(from decoder: any Decoder) throws {
 24860 |                         var errors: [any Error] = []
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:9643:22: warning: 'function_call' is deprecated
  9641 |                 self.audio = audio
  9642 |                 self.tool_calls = tool_calls
  9643 |                 self.function_call = function_call
       |                      `- warning: 'function_call' is deprecated
  9644 |             }
  9645 |             public enum CodingKeys: String, CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:10708:22: warning: 'function_call' is deprecated
 10706 |                 self.annotations = annotations
 10707 |                 self.role = role
 10708 |                 self.function_call = function_call
       |                      `- warning: 'function_call' is deprecated
 10709 |                 self.audio = audio
 10710 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:10856:22: warning: 'function_call' is deprecated
 10854 |             ) {
 10855 |                 self.content = content
 10856 |                 self.function_call = function_call
       |                      `- warning: 'function_call' is deprecated
 10857 |                 self.tool_calls = tool_calls
 10858 |                 self.role = role
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:13729:26: warning: 'max_tokens' is deprecated
 13727 |                     self.logit_bias = logit_bias
 13728 |                     self.logprobs = logprobs
 13729 |                     self.max_tokens = max_tokens
       |                          `- warning: 'max_tokens' is deprecated
 13730 |                     self.n = n
 13731 |                     self.prediction = prediction
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:13732:26: warning: 'seed' is deprecated
 13730 |                     self.n = n
 13731 |                     self.prediction = prediction
 13732 |                     self.seed = seed
       |                          `- warning: 'seed' is deprecated
 13733 |                     self.stream_options = stream_options
 13734 |                     self.tools = tools
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:13737:26: warning: 'function_call' is deprecated
 13735 |                     self.tool_choice = tool_choice
 13736 |                     self.parallel_tool_calls = parallel_tool_calls
 13737 |                     self.function_call = function_call
       |                          `- warning: 'function_call' is deprecated
 13738 |                     self.functions = functions
 13739 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:13738:26: warning: 'functions' is deprecated
 13736 |                     self.parallel_tool_calls = parallel_tool_calls
 13737 |                     self.function_call = function_call
 13738 |                     self.functions = functions
       |                          `- warning: 'functions' is deprecated
 13739 |                 }
 13740 |                 public enum CodingKeys: String, CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:13953:22: warning: 'system_fingerprint' is deprecated
 13951 |                 self.model = model
 13952 |                 self.service_tier = service_tier
 13953 |                 self.system_fingerprint = system_fingerprint
       |                      `- warning: 'system_fingerprint' is deprecated
 13954 |                 self.object = object
 13955 |                 self.usage = usage
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:14234:22: warning: 'system_fingerprint' is deprecated
 14232 |                 self.model = model
 14233 |                 self.service_tier = service_tier
 14234 |                 self.system_fingerprint = system_fingerprint
       |                      `- warning: 'system_fingerprint' is deprecated
 14235 |                 self.object = object
 14236 |                 self.usage = usage
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:16726:22: warning: 'hyperparameters' is deprecated
 16724 |                 self.model = model
 16725 |                 self.training_file = training_file
 16726 |                 self.hyperparameters = hyperparameters
       |                      `- warning: 'hyperparameters' is deprecated
 16727 |                 self.suffix = suffix
 16728 |                 self.validation_file = validation_file
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:24548:22: warning: 'functions' is deprecated
 24546 |                 self.tools = tools
 24547 |                 self.parallel_tool_calls = parallel_tool_calls
 24548 |                 self.functions = functions
       |                      `- warning: 'functions' is deprecated
 24549 |             }
 24550 |             public enum CodingKeys: String, CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:32369:22: warning: 'user' is deprecated
 32367 |                 self.temperature = temperature
 32368 |                 self.top_p = top_p
 32369 |                 self.user = user
       |                      `- warning: 'user' is deprecated
 32370 |                 self.safety_identifier = safety_identifier
 32371 |                 self.prompt_cache_key = prompt_cache_key
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:32975:22: warning: 'status' is deprecated
 32973 |                 self.object = object
 32974 |                 self.purpose = purpose
 32975 |                 self.status = status
       |                      `- warning: 'status' is deprecated
 32976 |                 self.status_details = status_details
 32977 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:32976:22: warning: 'status_details' is deprecated
 32974 |                 self.purpose = purpose
 32975 |                 self.status = status
 32976 |                 self.status_details = status_details
       |                      `- warning: 'status_details' is deprecated
 32977 |             }
 32978 |             public enum CodingKeys: String, CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:49046:22: warning: 'generate_summary' is deprecated
 49044 |                 self.effort = effort
 49045 |                 self.summary = summary
 49046 |                 self.generate_summary = generate_summary
       |                      `- warning: 'generate_summary' is deprecated
 49047 |             }
 49048 |             public enum CodingKeys: String, CodingKey {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:5068:29: warning: will never be executed
  5066 |                     self = .ThreadStreamEvent(try .init(from: decoder))
  5067 |                 case "RunStreamEvent", "#/components/schemas/RunStreamEvent":
  5068 |                     self = .RunStreamEvent(try .init(from: decoder))
       |                             |                   `- note: a call to a never-returning function
       |                             `- warning: will never be executed
  5069 |                 case "RunStepStreamEvent", "#/components/schemas/RunStepStreamEvent":
  5070 |                     self = .RunStepStreamEvent(try .init(from: decoder))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:5070:29: warning: will never be executed
  5068 |                     self = .RunStreamEvent(try .init(from: decoder))
  5069 |                 case "RunStepStreamEvent", "#/components/schemas/RunStepStreamEvent":
  5070 |                     self = .RunStepStreamEvent(try .init(from: decoder))
       |                             |                       `- note: a call to a never-returning function
       |                             `- warning: will never be executed
  5071 |                 case "MessageStreamEvent", "#/components/schemas/MessageStreamEvent":
  5072 |                     self = .MessageStreamEvent(try .init(from: decoder))
/Users/admin/builder/spi-builder-workspace/Sources/SwiftOpenAITypes/GeneratedSources/Types.swift:5072:29: warning: will never be executed
  5070 |                     self = .RunStepStreamEvent(try .init(from: decoder))
  5071 |                 case "MessageStreamEvent", "#/components/schemas/MessageStreamEvent":
  5072 |                     self = .MessageStreamEvent(try .init(from: decoder))
       |                             |                       `- note: a call to a never-returning function
       |                             `- warning: will never be executed
  5073 |                 case "ErrorEvent", "#/components/schemas/ErrorEvent":
  5074 |                     self = .ErrorEvent(try .init(from: decoder))
[1069/1073] Compiling OpenAIUrlSessionClient 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
[1070/1073] Emitting module OpenAIUrlSessionClient
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1073] Compiling OpenAIAsyncHTTPClient AuthenticationMiddleware.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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/1073] Compiling OpenAIAsyncHTTPClient 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
[1073/1073] Emitting module OpenAIAsyncHTTPClient
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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! (278.26s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swift-server/swift-openapi-async-http-client
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-openapi-generator
Fetching https://github.com/hummingbird-project/swift-websocket
Fetching https://github.com/apple/swift-openapi-urlsession
[1/5772] Fetching swift-openapi-runtime
[59/6364] Fetching swift-openapi-runtime, swift-openapi-async-http-client
[212/6851] Fetching swift-openapi-runtime, swift-openapi-async-http-client, swift-websocket
[398/7913] Fetching swift-openapi-runtime, swift-openapi-async-http-client, swift-websocket, swift-openapi-urlsession
[473/10060] Fetching swift-openapi-runtime, swift-openapi-async-http-client, swift-websocket, swift-openapi-urlsession, swift-docc-plugin
[3988/26559] Fetching swift-openapi-runtime, swift-openapi-async-http-client, swift-websocket, swift-openapi-urlsession, swift-docc-plugin, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-urlsession from cache (1.48s)
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.48s)
Fetched https://github.com/apple/swift-openapi-generator from cache (1.48s)
[1314/3226] Fetching swift-openapi-async-http-client, swift-websocket, swift-docc-plugin
Fetched https://github.com/swift-server/swift-openapi-async-http-client from cache (7.13s)
Fetched https://github.com/apple/swift-docc-plugin from cache (7.14s)
Fetched https://github.com/hummingbird-project/swift-websocket from cache (7.14s)
Computing version for https://github.com/swift-server/swift-openapi-async-http-client
Computed https://github.com/swift-server/swift-openapi-async-http-client at 1.1.0 (10.52s)
Fetching https://github.com/apple/swift-nio from cache
Fetching https://github.com/apple/swift-http-types from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
Fetched https://github.com/swift-server/async-http-client.git from cache (1.05s)
Fetched https://github.com/apple/swift-http-types from cache (1.06s)
Fetched https://github.com/apple/swift-nio from cache (5.24s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.3 (5.77s)
Computing version for https://github.com/apple/swift-openapi-generator
Computed https://github.com/apple/swift-openapi-generator at 1.10.3 (0.63s)
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/jpsim/Yams from cache
Fetching https://github.com/apple/swift-collections from cache
Fetching https://github.com/apple/swift-algorithms from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/115913] Fetching openapikit
Fetched https://github.com/apple/swift-algorithms from cache (1.32s)
Fetched https://github.com/jpsim/Yams from cache (1.32s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.34s)
Fetched https://github.com/apple/swift-collections from cache (1.35s)
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (73.04s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.2.0 (73.97s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.59s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.88s)
Computing version for https://github.com/hummingbird-project/swift-websocket
Computed https://github.com/hummingbird-project/swift-websocket at 1.3.2 (1.40s)
Fetching https://github.com/swift-server/swift-service-lifecycle
Fetching https://github.com/adam-fowler/compress-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
[1/2530] Fetching swift-service-lifecycle
[128/3173] Fetching swift-service-lifecycle, compress-nio
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.83s)
[1721/2530] Fetching swift-service-lifecycle
Fetched https://github.com/apple/swift-log.git from cache (0.83s)
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (0.88s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.91s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.92s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.92s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (1.42s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.3.0 (0.61s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.47s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.49s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.78s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.46s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.2 (0.47s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.63s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.18s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.87.0 (0.61s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.46s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.54s)
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6671] Fetching swift-certificates
[68/12304] Fetching swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.87s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.10s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.10s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.13s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.14s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.9.0 (1.66s)
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.54s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (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.45s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.5.1 (0.62s)
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.48s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.0 (0.62s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.55s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.35.0 (2.08s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.0.0 (1.10s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.9.0 (0.59s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.29.0 (0.49s)
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/5472] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.08s)
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.58s)
Fetching https://github.com/apple/swift-service-context.git
[1/1141] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.90s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.42s)
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.47s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.2.0 (0.47s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.3
Creating working copy for https://github.com/adam-fowler/compress-nio.git
Working copy of https://github.com/adam-fowler/compress-nio.git resolved at 1.4.2
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.0.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-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-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-openapi-generator
Working copy of https://github.com/apple/swift-openapi-generator resolved at 1.10.3
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-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.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/swift-server/swift-openapi-async-http-client
Working copy of https://github.com/swift-server/swift-openapi-async-http-client resolved at 1.1.0
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/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.2.0
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-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-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.2
Creating working copy for https://github.com/swift-server/swift-service-lifecycle
Working copy of https://github.com/swift-server/swift-service-lifecycle resolved at 2.9.0
Creating working copy for https://github.com/apple/swift-openapi-urlsession
Working copy of https://github.com/apple/swift-openapi-urlsession resolved at 1.2.0
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.9.0
Creating working copy for https://github.com/hummingbird-project/swift-websocket
Working copy of https://github.com/hummingbird-project/swift-websocket resolved at 1.3.2
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.0
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.87.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.35.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-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.5.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
Build complete.
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/Tests/OpenAIAsyncHTTPClientTests/Resources
{
  "dependencies" : [
    {
      "identity" : "swift-openapi-generator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-generator"
    },
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "swift-openapi-urlsession",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-urlsession"
    },
    {
      "identity" : "swift-openapi-async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-openapi-async-http-client"
    },
    {
      "identity" : "swift-websocket",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/swift-websocket"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "SwiftOpenAIAPI",
  "name" : "SwiftOpenAIAPI",
  "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"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftOpenAITypes",
      "targets" : [
        "SwiftOpenAITypes"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenAIUrlSessionClient",
      "targets" : [
        "OpenAIUrlSessionClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "OpenAIAsyncHTTPClient",
      "targets" : [
        "OpenAIAsyncHTTPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftOpenAITypes",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOpenAITypes",
      "path" : "Sources/SwiftOpenAITypes",
      "product_dependencies" : [
        "OpenAPIRuntime"
      ],
      "product_memberships" : [
        "SwiftOpenAITypes",
        "OpenAIUrlSessionClient",
        "OpenAIAsyncHTTPClient"
      ],
      "sources" : [
        "GeneratedSources/Types.swift",
        "SwiftOpenAIAPI.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAIUrlSessionClient",
      "module_type" : "SwiftTarget",
      "name" : "OpenAIUrlSessionClient",
      "path" : "Sources/OpenAIUrlSessionClient",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession"
      ],
      "product_memberships" : [
        "OpenAIUrlSessionClient"
      ],
      "sources" : [
        "GeneratedSources/Client.swift"
      ],
      "target_dependencies" : [
        "SwiftOpenAITypes"
      ],
      "type" : "library"
    },
    {
      "c99name" : "OpenAIAsyncHTTPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAIAsyncHTTPClientTests",
      "path" : "Tests/OpenAIAsyncHTTPClientTests",
      "product_dependencies" : [
        "WSClient"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/OpenAIAsyncHTTPClientTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "OpenAIAsyncHTTPClientTest.swift",
        "getEnvironmentVariable.swift"
      ],
      "target_dependencies" : [
        "OpenAIAsyncHTTPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAIAsyncHTTPClient",
      "module_type" : "SwiftTarget",
      "name" : "OpenAIAsyncHTTPClient",
      "path" : "Sources/OpenAIAsyncHTTPClient",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIAsyncHTTPClient"
      ],
      "product_memberships" : [
        "OpenAIAsyncHTTPClient"
      ],
      "sources" : [
        "AuthenticationMiddleware.swift",
        "GeneratedSources/Client.swift"
      ],
      "target_dependencies" : [
        "SwiftOpenAITypes"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
Done.