The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build openai-kit, reference 1.8.2 (bf4e81), with Swift 6.1 for Android on 28 May 2025 19:50:00 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dylanshine/openai-kit.git
Reference: 1.8.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/dylanshine/openai-kit
 * tag               1.8.2      -> FETCH_HEAD
HEAD is now at bf4e816 Path prefix to proxy config added (#59)
Cloned https://github.com/dylanshine/openai-kit.git
Revision (git rev-parse @):
bf4e81668fe3c561afa29078121f3ff7d99da210
SUCCESS checkout https://github.com/dylanshine/openai-kit.git at 1.8.2
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dylanshine/openai-kit.git
https://github.com/dylanshine/openai-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.13.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "openai-kit",
  "name" : "openai-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "OpenAIKit",
      "targets" : [
        "OpenAIKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenAIKitTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenAIKitTests",
      "path" : "Tests/OpenAIKitTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/OpenAIKitTests/Resources/9000.mp3",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpenAIKitTests/Resources/cena.mp3",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpenAIKitTests/Resources/example.jsonl",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/OpenAIKitTests/Resources/logo.png",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ClientTests.swift",
        "MessageTests.swift",
        "RequestHandlerTests.swift",
        "SingleLineJSONL.swift"
      ],
      "target_dependencies" : [
        "OpenAIKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenAIKit",
      "module_type" : "SwiftTarget",
      "name" : "OpenAIKit",
      "path" : "Sources/OpenAIKit",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "OpenAIKit"
      ],
      "sources" : [
        "API.swift",
        "Audio/AudioProvider.swift",
        "Audio/CreateTranscriptionRequest.swift",
        "Audio/CreateTranslationRequest.swift",
        "Audio/Transcription.swift",
        "Audio/Translation.swift",
        "Chat/Chat.swift",
        "Chat/ChatProvider.swift",
        "Chat/ChatStream.swift",
        "Chat/CreateChatRequest.swift",
        "Chat/FinishReason.swift",
        "Client/Client.swift",
        "Completion/Completion.swift",
        "Completion/CompletionProvider.swift",
        "Completion/CreateCompletionRequest.swift",
        "Configuration.swift",
        "Edit/CreateEditRequest.swift",
        "Edit/Edit.swift",
        "Edit/EditProvider.swift",
        "Embedding/CreateEmbeddingRequest.swift",
        "Embedding/CreateEmbeddingResponse.swift",
        "Embedding/Embedding.swift",
        "Embedding/EmbeddingProvider.swift",
        "Errors/APIError.swift",
        "Errors/RequestHandler+Error.swift",
        "File/File.swift",
        "File/FileProvider.swift",
        "File/Request/DeleteFileRequest.swift",
        "File/Request/ListFilesRequest.swift",
        "File/Request/RetrieveFileContentRequest.swift",
        "File/Request/RetrieveFileRequest.swift",
        "File/Request/UploadFileRequest.swift",
        "File/Response/DeleteFileResponse.swift",
        "File/Response/ListFilesResponse.swift",
        "Image/Image.swift",
        "Image/ImageProvider.swift",
        "Image/ImageResponse.swift",
        "Image/Requests/CreateImageEditRequest.swift",
        "Image/Requests/CreateImageRequest.swift",
        "Image/Requests/CreateImageVariationRequest.swift",
        "Language.swift",
        "MIMEType.swift",
        "Model/Model.swift",
        "Model/Provider/ModelProvider.swift",
        "Model/Request/ListModelsRequest.swift",
        "Model/Request/RetrieveModelRequest.swift",
        "Model/Response/ListModelsResponse.swift",
        "Moderation/CreateModerationRequest.swift",
        "Moderation/Moderation.swift",
        "Moderation/ModerationProvider.swift",
        "RequestHandler/MultipartFormDataBuilder.swift",
        "RequestHandler/NIORequestHandler.swift",
        "RequestHandler/Request.swift",
        "RequestHandler/RequestHandler.swift",
        "RequestHandler/URLSessionRequestHandler.swift",
        "Usage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
[1/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.14s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.98s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5914] Fetching swift-nio-extras
[297/8581] Fetching swift-nio-extras, swift-nio-transport-services
[582/20108] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2
[2355/26067] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-algorithms
[6190/27777] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-algorithms, swift-atomics
[9927/31613] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-algorithms, swift-atomics, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.83s)
[20977/27777] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-algorithms, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.85s)
[19958/26067] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.86s)
Fetching https://github.com/apple/swift-nio-ssl.git
[17522/23400] Fetching swift-nio-extras, swift-nio-http2, swift-algorithms
Fetching https://github.com/apple/swift-nio.git
[23401/38243] Fetching swift-nio-extras, swift-nio-http2, swift-algorithms, swift-nio-ssl
[24886/114336] Fetching swift-nio-extras, swift-nio-http2, swift-algorithms, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.54s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.54s)
[17243/102463] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.56s)
[5865/90936] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.22s)
[54787/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.13s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (7.56s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.62s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.74s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.72s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
[1/1141] Fetching swift-http-structured-headers
[424/2731] Fetching swift-http-structured-headers, swift-asn1
[1937/3635] Fetching swift-http-structured-headers, swift-asn1, swift-http-types
[3636/8620] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-async-algorithms
[4584/11046] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-async-algorithms, swift-service-lifecycle
[10331/17201] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.38s)
[9469/15611] Fetching swift-http-structured-headers, swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.39s)
[8500/14470] Fetching swift-http-types, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.50s)
[12044/12044] Fetching swift-http-types, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.60s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.60s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.61s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.24s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.58s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.57s)
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.71s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.20s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.96s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.71s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.18s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.89s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.47s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.16s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.03s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.52s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.20s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.60s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.76s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (4.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.15s)
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.36.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.4.2
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.26.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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.0.3
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.31.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.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.3.2
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.27.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.24.0
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.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
Building for debugging...
[0/440] Write sources
[22/440] Compiling _NumericsShims _NumericsShims.c
[23/440] Compiling _AtomicsShims.c
[24/440] Compiling CNIOWindows WSAStartup.c
[25/440] Compiling CNIOWindows shim.c
[25/440] Compiling CNIOWASI CNIOWASI.c
[27/440] Compiling CNIOLinux liburing_shims.c
[28/440] Compiling CNIOExtrasZlib empty.c
[29/440] Compiling CNIOLLHTTP c_nio_http.c
[30/440] Compiling CNIODarwin shim.c
[31/440] Compiling CNIOLinux shim.c
[31/440] Compiling CNIOLLHTTP c_nio_api.c
[33/440] Compiling fiat_p256_adx_sqr.S
[34/440] Compiling fiat_p256_adx_mul.S
[35/440] Compiling fiat_curve25519_adx_square.S
[36/440] Write swift-version-24593BA9C3E375BF.txt
[36/440] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[38/440] Compiling fiat_curve25519_adx_mul.S
[39/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[40/444] Compiling CNIOBoringSSLShims shims.c
[42/456] Emitting module _NIOBase64
[43/456] Emitting module RealModule
[44/457] Emitting module _NIODataStructures
[44/457] Compiling tls13_enc.cc
[45/462] Compiling tls_method.cc
[46/462] Compiling tls13_server.cc
[47/462] Compiling tls13_client.cc
[48/462] Compiling tls_record.cc
[49/476] Compiling t1_enc.cc
[51/476] Compiling _NIOBase64 Base64.swift
[52/477] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[53/477] Compiling InternalCollectionsUtilities _SortedCollection.swift
[54/477] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[55/477] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[56/478] Emitting module InternalCollectionsUtilities
[57/478] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[58/478] Compiling InternalCollectionsUtilities UInt+reversed.swift
[59/478] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[60/478] Compiling InternalCollectionsUtilities Integer rank.swift
[61/478] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[62/478] Compiling InternalCollectionsUtilities Debugging.swift
[63/478] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[64/478] Compiling InternalCollectionsUtilities Descriptions.swift
[65/478] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[66/478] Compiling RealModule RealFunctions.swift
[67/478] Compiling RealModule Float80+Real.swift
[68/478] Compiling RealModule Real.swift
[69/478] Compiling _NIODataStructures _TinyArray.swift
[70/478] Compiling _NIODataStructures PriorityQueue.swift
[71/478] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[72/479] Compiling RealModule ElementaryFunctions.swift
[73/479] Compiling RealModule Float+Real.swift
[74/479] Compiling RealModule Float16+Real.swift
[79/480] Compiling _NIODataStructures Heap.swift
[84/496] Compiling DequeModule Deque+CustomReflectable.swift
[85/496] Compiling DequeModule Deque+Descriptions.swift
[86/496] Compiling DequeModule Deque+Equatable.swift
[87/496] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[88/498] Compiling DequeModule _DequeBuffer.swift
[89/498] Compiling DequeModule _DequeBufferHeader.swift
[89/498] Compiling ssl_x509.cc
[91/498] Compiling DequeModule Deque+Extras.swift
[92/498] Compiling DequeModule Deque+Hashable.swift
[92/498] Compiling tls13_both.cc
[94/498] Compiling DequeModule Deque+Testing.swift
[95/498] Compiling DequeModule Deque._Storage.swift
[96/498] Compiling DequeModule _DequeSlot.swift
[97/498] Compiling DequeModule _UnsafeWrappedBuffer.swift
[97/498] Compiling ssl_stat.cc
[99/498] Compiling DequeModule Deque._UnsafeHandle.swift
[100/498] Compiling DequeModule Deque.swift
[100/498] Compiling ssl_versions.cc
[102/498] Compiling DequeModule Deque+Codable.swift
[103/498] Compiling DequeModule Deque+Collection.swift
[104/498] Emitting module DequeModule
[104/499] Compiling ssl_transcript.cc
[106/499] Compiling ssl_session.cc
[108/499] Compiling Logging MetadataProvider.swift
[109/499] Emitting module Logging
[110/499] Compiling Logging Locks.swift
[111/499] Compiling Logging LogHandler.swift
[112/499] Compiling Logging Logging.swift
[113/500] Compiling ssl_privkey.cc
[114/500] Compiling ssl_file.cc
[115/500] Compiling ssl_key_share.cc
[116/500] Compiling ssl_lib.cc
[117/500] Compiling ssl_credential.cc
[118/500] Compiling ssl_cert.cc
[119/500] Compiling ssl_cipher.cc
[120/500] Compiling ssl_buffer.cc
[121/500] Compiling ssl_asn1.cc
[122/500] Compiling ssl_aead_ctx.cc
[123/500] Compiling s3_pkt.cc
[124/500] Compiling s3_lib.cc
[125/500] Compiling s3_both.cc
[126/500] Compiling handshake.cc
[127/500] Compiling handshake_server.cc
[128/500] Compiling handshake_client.cc
[129/500] Compiling handoff.cc
[130/500] Compiling encrypted_client_hello.cc
[131/500] Compiling extensions.cc
[132/500] Compiling dtls_record.cc
[133/500] Compiling md5-x86_64-linux.S
[134/500] Compiling md5-x86_64-apple.S
[135/500] Compiling md5-586-linux.S
[136/500] Compiling dtls_method.cc
[137/500] Compiling md5-586-apple.S
[138/500] Compiling chacha20_poly1305_x86_64-apple.S
[139/500] Compiling chacha20_poly1305_x86_64-linux.S
[140/500] Compiling chacha20_poly1305_armv8-win.S
[141/500] Compiling chacha20_poly1305_armv8-apple.S
[142/500] Compiling chacha20_poly1305_armv8-linux.S
[143/500] Compiling chacha-x86_64-linux.S
[144/500] Compiling chacha-x86_64-apple.S
[145/500] Compiling chacha-x86-linux.S
[146/500] Compiling chacha-x86-apple.S
[147/500] Compiling chacha-armv8-win.S
[148/500] Compiling chacha-armv8-linux.S
[149/500] Compiling chacha-armv8-apple.S
[150/500] Compiling d1_srtp.cc
[151/500] Compiling chacha-armv4-linux.S
[152/500] Compiling aes128gcmsiv-x86_64-linux.S
[153/500] Compiling x86_64-mont5-linux.S
[154/500] Compiling aes128gcmsiv-x86_64-apple.S
[155/500] Compiling d1_lib.cc
[156/500] Compiling err_data.cc
[157/500] Compiling x86_64-mont5-apple.S
[158/500] Compiling x86_64-mont-linux.S
[159/500] Compiling x86_64-mont-apple.S
[160/500] Compiling x86-mont-apple.S
[161/500] Compiling x86-mont-linux.S
[162/500] Compiling vpaes-x86_64-linux.S
[163/500] Compiling vpaes-x86_64-apple.S
[164/500] Compiling vpaes-x86-apple.S
[165/500] Compiling vpaes-armv8-win.S
[166/500] Compiling vpaes-x86-linux.S
[167/500] Compiling d1_pkt.cc
[168/500] Compiling vpaes-armv8-apple.S
[169/500] Compiling vpaes-armv8-linux.S
[170/500] Compiling sha512-x86_64-linux.S
[171/500] Compiling vpaes-armv7-linux.S
[172/500] Compiling sha512-x86_64-apple.S
[173/500] Compiling sha512-armv8-apple.S
[174/500] Compiling sha512-armv8-win.S
[175/500] Compiling sha512-armv4-linux.S
[175/500] Compiling sha512-586-linux.S
[175/500] Compiling sha512-armv8-linux.S
[178/500] Compiling sha512-586-apple.S
[179/500] Compiling sha256-x86_64-linux.S
[180/500] Compiling d1_both.cc
[181/500] Compiling sha256-x86_64-apple.S
[182/500] Compiling sha256-armv8-win.S
[183/500] Compiling sha256-armv4-linux.S
[184/500] Compiling sha256-armv8-linux.S
[185/500] Compiling sha256-armv8-apple.S
[186/500] Compiling sha256-586-apple.S
[187/500] Compiling bio_ssl.cc
[188/500] Compiling sha256-586-linux.S
[189/500] Compiling sha1-x86_64-linux.S
[190/500] Compiling sha1-armv8-win.S
[191/500] Compiling sha1-x86_64-apple.S
[192/500] Compiling sha1-armv4-large-linux.S
[193/500] Compiling sha1-586-linux.S
[194/500] Compiling sha1-armv8-apple.S
[195/500] Compiling rsaz-avx2-apple.S
[196/500] Compiling sha1-586-apple.S
[197/500] Compiling sha1-armv8-linux.S
[198/500] Compiling rsaz-avx2-linux.S
[198/500] Compiling p256_beeu-x86_64-asm-linux.S
[200/500] Compiling rdrand-x86_64-linux.S
[201/500] Compiling p256_beeu-armv8-asm-win.S
[202/500] Compiling rdrand-x86_64-apple.S
[203/500] Compiling p256_beeu-x86_64-asm-apple.S
[204/500] Compiling p256_beeu-armv8-asm-linux.S
[205/500] Compiling p256_beeu-armv8-asm-apple.S
[206/500] Compiling p256-x86_64-asm-linux.S
[207/500] Compiling p256-armv8-asm-win.S
[208/500] Compiling p256-x86_64-asm-apple.S
[209/500] Compiling p256-armv8-asm-apple.S
[210/500] Compiling ghashv8-armv7-linux.S
[210/500] Compiling ghashv8-armv8-linux.S
[210/500] Compiling p256-armv8-asm-linux.S
[213/500] Compiling ghashv8-armv8-win.S
[214/500] Compiling ghashv8-armv8-apple.S
[215/500] Compiling ghash-x86_64-linux.S
[216/500] Compiling ghash-x86_64-apple.S
[217/500] Compiling ghash-x86-apple.S
[218/500] Compiling ghash-ssse3-x86-linux.S
[219/500] Compiling ghash-ssse3-x86_64-apple.S
[220/500] Compiling ghash-ssse3-x86-apple.S
[221/500] Compiling ghash-x86-linux.S
[222/500] Compiling ghash-ssse3-x86_64-linux.S
[223/500] Compiling ghash-neon-armv8-win.S
[224/500] Compiling ghash-neon-armv8-apple.S
[225/500] Compiling ghash-armv4-linux.S
[226/500] Compiling ghash-neon-armv8-linux.S
[227/500] Compiling co-586-linux.S
[228/500] Compiling bsaes-armv7-linux.S
[229/500] Compiling co-586-apple.S
[230/500] Compiling bn-armv8-win.S
[231/500] Compiling bn-armv8-linux.S
[232/500] Compiling bn-586-linux.S
[233/500] Compiling armv8-mont-win.S
[234/500] Compiling bn-586-apple.S
[235/500] Compiling armv8-mont-apple.S
[236/500] Compiling bn-armv8-apple.S
[237/500] Compiling armv8-mont-linux.S
[238/500] Compiling armv4-mont-linux.S
[239/500] Compiling aesv8-armv8-win.S
[240/500] Compiling aesv8-gcm-armv8-apple.S
[241/500] Compiling aesv8-gcm-armv8-win.S
[242/500] Compiling aesv8-armv8-linux.S
[243/500] Compiling aesv8-gcm-armv8-linux.S
[244/500] Compiling aesv8-armv7-linux.S
[245/500] Compiling aesv8-armv8-apple.S
[246/500] Compiling aesni-x86_64-linux.S
[247/500] Compiling aesni-x86-linux.S
[248/500] Compiling aesni-x86-apple.S
[249/500] Compiling aesni-x86_64-apple.S
[250/500] Compiling aesni-gcm-x86_64-linux.S
[251/500] Compiling aes-gcm-avx2-x86_64-linux.S
[252/500] Compiling aes-gcm-avx10-x86_64-apple.S
[253/500] Compiling aesni-gcm-x86_64-apple.S
[254/500] Compiling aes-gcm-avx10-x86_64-linux.S
[255/500] Compiling aes-gcm-avx2-x86_64-apple.S
[256/500] Compiling x_val.cc
[257/500] Compiling x_req.cc
[258/500] Compiling x_name.cc
[259/500] Compiling x_sig.cc
[260/500] Compiling x_spki.cc
[261/500] Compiling x_x509.cc
[262/500] Compiling x_x509a.cc
[263/500] Compiling x_pubkey.cc
[264/500] Compiling x_exten.cc
[265/500] Compiling x_algor.cc
[266/500] Compiling x_attrib.cc
[267/500] Compiling x509name.cc
[268/500] Compiling x509rset.cc
[269/500] Compiling x_all.cc
[270/500] Compiling x509spki.cc
[271/500] Compiling x_crl.cc
[272/500] Compiling x509_vpm.cc
[273/500] Compiling x509cset.cc
[274/500] Compiling x509_vfy.cc
[275/500] Compiling x509_v3.cc
[276/500] Compiling x509_trs.cc
[277/500] Compiling x509_txt.cc
[278/500] Compiling x509_set.cc
[279/500] Compiling x509_req.cc
[280/500] Compiling x509_obj.cc
[281/500] Compiling x509_lu.cc
[282/500] Compiling x509_def.cc
[283/500] Compiling x509_ext.cc
[284/500] Compiling x509_d2.cc
[285/500] Compiling x509_att.cc
[286/500] Compiling x509_cmp.cc
[287/500] Compiling v3_utl.cc
[288/500] Compiling x509.cc
[289/500] Compiling v3_prn.cc
[290/500] Compiling v3_skey.cc
[291/500] Compiling v3_purp.cc
[292/500] Compiling v3_pmaps.cc
[293/500] Compiling v3_ncons.cc
[294/500] Compiling v3_lib.cc
[295/500] Compiling v3_pcons.cc
[296/500] Compiling v3_ocsp.cc
[297/500] Compiling v3_int.cc
[298/500] Compiling v3_ia5.cc
[299/500] Compiling v3_info.cc
[300/500] Compiling v3_enum.cc
[301/500] Compiling v3_genn.cc
[302/500] Compiling v3_extku.cc
[303/500] Compiling v3_cpols.cc
[304/500] Compiling v3_crld.cc
[305/500] Compiling v3_akeya.cc
[306/500] Compiling v3_conf.cc
[307/500] Compiling v3_alt.cc
[308/500] Compiling v3_bcons.cc
[308/500] Compiling v3_bitst.cc
[310/500] Compiling v3_akey.cc
[311/500] Compiling t_x509a.cc
[312/500] Compiling t_x509.cc
[313/500] Compiling t_req.cc
[314/500] Compiling i2d_pr.cc
[315/500] Compiling rsa_pss.cc
[316/500] Compiling t_crl.cc
[317/500] Compiling policy.cc
[318/500] Compiling name_print.cc
[319/500] Compiling by_dir.cc
[320/500] Compiling by_file.cc
[321/500] Compiling algorithm.cc
[322/500] Compiling asn1_gen.cc
[323/500] Compiling a_sign.cc
[324/500] Compiling a_verify.cc
[325/500] Compiling voprf.cc
[326/500] Compiling a_digest.cc
[327/500] Compiling thread_none.cc
[328/500] Compiling thread_win.cc
[329/500] Compiling thread_pthread.cc
[330/500] Compiling thread.cc
[331/500] Compiling trust_token.cc
[332/500] Compiling pmbtoken.cc
[333/500] Compiling stack.cc
[334/500] Compiling rsa_print.cc
[335/500] Compiling spake2plus.cc
[336/500] Compiling sha512.cc
[337/500] Compiling sha256.cc
[338/500] Compiling siphash.cc
[338/500] Compiling sha1.cc
[340/500] Compiling slhdsa.cc
[341/500] Compiling rsa_extra.cc
[342/500] Compiling rsa_crypt.cc
[343/500] Compiling refcount.cc
[344/500] Compiling trusty.cc
[345/500] Compiling rc4.cc
[346/500] Compiling windows.cc
[347/500] Compiling urandom.cc
[348/500] Compiling rsa_asn1.cc
[349/500] Compiling rand.cc
[350/500] Compiling passive.cc
[351/500] Compiling poly1305_arm_asm.S
[352/500] Compiling ios.cc
[353/500] Compiling getentropy.cc
[354/500] Compiling forkunsafe.cc
[355/500] Compiling deterministic.cc
[356/500] Compiling poly1305_vec.cc
[357/500] Compiling fork_detect.cc
[358/500] Compiling poly1305_arm.cc
[359/500] Compiling poly1305.cc
[360/500] Compiling pool.cc
[361/500] Compiling pkcs7_x509.cc
[362/500] Compiling pkcs8.cc
[363/500] Compiling pkcs8_x509.cc
[364/500] Compiling pkcs7.cc
[365/500] Compiling p5_pbev2.cc
[366/500] Compiling pem_pkey.cc
[367/500] Compiling pem_x509.cc
[368/500] Compiling pem_xaux.cc
[369/500] Compiling pem_pk8.cc
[370/500] Compiling mlkem.cc
[371/500] Compiling pem_lib.cc
[372/500] Compiling mldsa.cc
[373/500] Compiling pem_oth.cc
[374/500] Compiling pem_info.cc
[375/500] Compiling pem_all.cc
[376/500] Compiling obj_xref.cc
[377/500] Compiling poly_rq_mul.S
[378/500] Compiling obj.cc
[379/500] Compiling fips_shared_support.cc
[380/500] Compiling md5.cc
[381/500] Compiling mem.cc
[382/500] Compiling lhash.cc
[383/500] Compiling md4.cc
[384/500] Compiling kyber.cc
[385/500] Compiling ex_data.cc
[386/500] Compiling hrss.cc
[387/500] Compiling hpke.cc
[388/500] Compiling scrypt.cc
[389/500] Compiling sign.cc
[390/500] Compiling print.cc
[391/500] Compiling pbkdf.cc
[392/500] Compiling p_rsa.cc
[393/500] Compiling p_rsa_asn1.cc
[394/500] Compiling p_x25519.cc
[395/500] Compiling p_x25519_asn1.cc
[396/500] Compiling p_ed25519_asn1.cc
[397/500] Compiling p_ed25519.cc
[398/500] Compiling p_ec.cc
[399/500] Compiling p_ec_asn1.cc
[400/500] Compiling p_hkdf.cc
[401/500] Compiling p_dh.cc
[402/500] Compiling err.cc
[403/500] Compiling engine.cc
[404/500] Compiling p_dh_asn1.cc
[405/500] Compiling evp_ctx.cc
[406/500] Compiling evp.cc
[407/500] Compiling p_dsa_asn1.cc
[408/500] Compiling evp_asn1.cc
[409/500] Compiling dsa_asn1.cc
[410/500] Compiling bcm.cc
[411/500] Compiling ec_derive.cc
[412/500] Compiling hash_to_curve.cc
[413/500] Compiling ecdh.cc
[414/500] Compiling digest_extra.cc
[415/500] Compiling ecdsa_asn1.cc
[416/500] Compiling params.cc
[417/500] Compiling ec_asn1.cc
[418/500] Compiling x25519-asm-arm.S
[419/500] Compiling curve25519_64_adx.cc
[420/500] Compiling des.cc
[421/500] Compiling dsa.cc
[422/500] Compiling dh_asn1.cc
[423/500] Compiling cpu_aarch64_win.cc
[424/500] Compiling cpu_intel.cc
[425/500] Compiling spake25519.cc
[426/500] Compiling crypto.cc
[427/500] Compiling cpu_aarch64_openbsd.cc
[428/500] Compiling cpu_arm_linux.cc
[429/500] Compiling cpu_arm_freebsd.cc
[430/500] Compiling curve25519.cc
[431/500] Compiling cpu_aarch64_sysreg.cc
[432/500] Compiling cpu_aarch64_linux.cc
[433/500] Compiling cpu_aarch64_apple.cc
[434/500] Compiling cpu_aarch64_fuchsia.cc
[435/500] Compiling e_rc4.cc
[436/500] Compiling tls_cbc.cc
[437/500] Compiling get_cipher.cc
[438/500] Compiling conf.cc
[439/500] Compiling e_tls.cc
[440/500] Compiling e_null.cc
[441/500] Compiling e_aesgcmsiv.cc
[442/500] Compiling e_des.cc
[443/500] Compiling e_rc2.cc
[444/500] Compiling e_chacha20poly1305.cc
[445/500] Compiling derive_key.cc
[446/500] Compiling e_aesctrhmac.cc
[447/500] Compiling chacha.cc
[448/500] Compiling buf.cc
[449/500] Compiling ber.cc
[450/500] Compiling unicode.cc
[451/500] Compiling cbs.cc
[452/500] Compiling socket_helper.cc
[453/500] Compiling cbb.cc
[454/500] Compiling asn1_compat.cc
[455/500] Compiling convert.cc
[456/500] Compiling socket.cc
[457/500] Compiling blake2.cc
[458/500] Compiling bn_asn1.cc
[459/500] Compiling pair.cc
[460/500] Compiling connect.cc
[461/500] Compiling printf.cc
[462/500] Compiling errno.cc
[463/500] Compiling hexdump.cc
[464/500] Compiling bio_mem.cc
[465/500] Compiling fd.cc
[466/500] Compiling file.cc
[467/500] Compiling bio.cc
[468/500] Compiling tasn_enc.cc
[469/500] Compiling tasn_new.cc
[470/500] Compiling base64.cc
[471/500] Compiling tasn_utl.cc
[472/500] Compiling tasn_fre.cc
[473/500] Compiling tasn_typ.cc
[474/500] Compiling posix_time.cc
[475/500] Compiling f_string.cc
[476/500] Compiling asn1_par.cc
[477/500] Compiling asn_pack.cc
[478/500] Compiling tasn_dec.cc
[479/500] Compiling f_int.cc
[480/500] Compiling a_time.cc
[481/500] Compiling asn1_lib.cc
[482/500] Compiling a_utctm.cc
[483/500] Compiling a_type.cc
[484/500] Compiling a_octet.cc
[485/500] Compiling a_strnid.cc
[486/500] Compiling a_strex.cc
[487/500] Compiling a_i2d_fp.cc
[488/500] Compiling a_object.cc
[489/500] Compiling a_dup.cc
[490/500] Compiling a_mbstr.cc
[490/500] Write sources
[493/500] Compiling a_d2i_fp.cc
[494/519] Compiling a_bool.cc
[495/538] Compiling a_int.cc
[496/544] Compiling a_gentm.cc
[498/544] Compiling Algorithms Joined.swift
[499/544] Compiling Algorithms Keyed.swift
[500/546] Compiling Algorithms Permutations.swift
[501/546] Compiling Algorithms Product.swift
[502/546] Compiling Algorithms MinMax.swift
[503/546] Compiling Algorithms Partition.swift
[503/546] Compiling a_bitstr.cc
[505/546] Compiling Algorithms AdjacentPairs.swift
[506/546] Compiling Algorithms Chain.swift
[507/546] Compiling Algorithms Chunked.swift
[508/546] Compiling Atomics IntegerOperations.swift
[509/546] Compiling Atomics Unmanaged extensions.swift
[510/546] Compiling Algorithms EitherSequence.swift
[511/546] Compiling Algorithms FirstNonNil.swift
[512/546] Compiling Algorithms FlattenCollection.swift
[513/546] Compiling Algorithms Grouped.swift
[514/546] Compiling Algorithms Indexed.swift
[515/546] Compiling Algorithms Intersperse.swift
[518/546] Compiling Algorithms Rotate.swift
[519/546] Compiling Algorithms Split.swift
[520/546] Compiling Algorithms Stride.swift
[521/546] Compiling Algorithms Suffix.swift
[522/549] Compiling Algorithms Compacted.swift
[523/549] Compiling Algorithms Cycle.swift
[536/549] Compiling Algorithms Trim.swift
[537/549] Compiling Algorithms Unique.swift
[538/549] Compiling Algorithms Windows.swift
[542/549] Compiling Algorithms Combinations.swift
[542/549] Compiling c-nioatomics.c
[547/549] Emitting module Atomics
[549/550] Emitting module Algorithms
[550/551] Compiling c-atomics.c
[552/557] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[553/557] Compiling NIOConcurrencyHelpers lock.swift
[554/557] Compiling NIOConcurrencyHelpers NIOLock.swift
[555/557] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[556/557] Emitting module NIOConcurrencyHelpers
[557/557] Compiling NIOConcurrencyHelpers atomics.swift
[559/618] Compiling NIOCore MulticastChannel.swift
[560/618] Compiling NIOCore NIOAny.swift
[561/618] Compiling NIOCore NIOCloseOnErrorHandler.swift
[562/618] Compiling NIOCore NIOLoopBound.swift
[563/618] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[564/618] Compiling NIOCore NIOScheduledCallback.swift
[565/618] Compiling NIOCore NIOSendable.swift
[566/618] Compiling NIOCore RecvByteBufferAllocator.swift
[567/626] Compiling NIOCore IO.swift
[568/626] Compiling NIOCore IOData.swift
[569/626] Compiling NIOCore IPProtocol.swift
[570/626] Compiling NIOCore IntegerBitPacking.swift
[571/626] Compiling NIOCore IntegerTypes.swift
[572/626] Compiling NIOCore Interfaces.swift
[573/626] Compiling NIOCore Linux.swift
[574/626] Compiling NIOCore MarkedCircularBuffer.swift
[575/626] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[576/626] Compiling NIOCore EventLoopFuture+Deprecated.swift
[577/626] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[578/626] Compiling NIOCore EventLoopFuture.swift
[579/626] Compiling NIOCore FileDescriptor.swift
[580/626] Compiling NIOCore FileHandle.swift
[581/626] Compiling NIOCore FileRegion.swift
[582/626] Compiling NIOCore GlobalSingletons.swift
[583/626] Compiling NIOCore CircularBuffer.swift
[584/626] Compiling NIOCore Codec.swift
[585/626] Compiling NIOCore ConvenienceOptionSupport.swift
[586/626] Compiling NIOCore DeadChannel.swift
[587/626] Compiling NIOCore DispatchQueue+WithFuture.swift
[588/626] Compiling NIOCore EventLoop+Deprecated.swift
[589/626] Compiling NIOCore EventLoop+SerialExecutor.swift
[590/626] Compiling NIOCore EventLoop.swift
[591/626] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[592/626] Compiling NIOCore BSDSocketAPI.swift
[593/626] Compiling NIOCore ByteBuffer-aux.swift
[594/626] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[595/626] Compiling NIOCore ByteBuffer-conversions.swift
[596/626] Compiling NIOCore ByteBuffer-core.swift
[597/626] Compiling NIOCore ByteBuffer-hex.swift
[598/626] Compiling NIOCore ByteBuffer-int.swift
[599/626] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[600/626] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[601/626] Compiling NIOCore SocketAddresses.swift
[602/626] Compiling NIOCore SocketOptionProvider.swift
[603/626] Compiling NIOCore SystemCallHelpers.swift
[604/626] Compiling NIOCore TimeAmount+Duration.swift
[605/626] Compiling NIOCore TypeAssistedChannelHandler.swift
[606/626] Compiling NIOCore UniversalBootstrapSupport.swift
[607/626] Compiling NIOCore Utilities.swift
[608/626] Compiling NIOCore AddressedEnvelope.swift
[609/626] Compiling NIOCore AsyncAwaitSupport.swift
[610/626] Compiling NIOCore AsyncChannel.swift
[611/626] Compiling NIOCore AsyncChannelHandler.swift
[612/626] Compiling NIOCore AsyncChannelInboundStream.swift
[613/626] Compiling NIOCore AsyncChannelOutboundWriter.swift
[614/626] Compiling NIOCore NIOAsyncSequenceProducer.swift
[615/626] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[616/626] Compiling NIOCore NIOAsyncWriter.swift
[617/626] Compiling NIOCore ByteBuffer-multi-int.swift
[618/626] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[619/626] Compiling NIOCore ByteBuffer-views.swift
[620/626] Compiling NIOCore Channel.swift
[621/626] Compiling NIOCore ChannelHandler.swift
[622/626] Compiling NIOCore ChannelHandlers.swift
[623/626] Compiling NIOCore ChannelInvoker.swift
[624/626] Compiling NIOCore ChannelOption.swift
[625/626] Compiling NIOCore ChannelPipeline.swift
[626/626] Emitting module NIOCore
[628/677] Compiling NIOEmbedded AsyncTestingChannel.swift
[629/677] Emitting module NIOEmbedded
[630/677] Compiling NIOPosix Pool.swift
[631/677] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[632/677] Compiling NIOPosix PosixSingletons.swift
[633/677] Compiling NIOPosix RawSocketBootstrap.swift
[634/677] Compiling NIOPosix Resolver.swift
[635/677] Compiling NIOPosix Selectable.swift
[636/683] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[637/683] Compiling NIOEmbedded Embedded.swift
[638/684] Compiling NIOPosix IO.swift
[639/684] Compiling NIOPosix IntegerBitPacking.swift
[640/684] Compiling NIOPosix IntegerTypes.swift
[641/684] Compiling NIOPosix Linux.swift
[642/684] Compiling NIOPosix LinuxCPUSet.swift
[643/684] Compiling NIOPosix LinuxUring.swift
[644/684] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[646/684] Compiling NIOPosix ServerSocket.swift
[647/684] Compiling NIOPosix Socket.swift
[648/684] Compiling NIOPosix SocketChannel.swift
[649/684] Compiling NIOPosix SocketProtocols.swift
[650/684] Compiling NIOPosix System.swift
[651/684] Compiling NIOPosix Thread.swift
[652/684] Compiling NIOPosix SelectableChannel.swift
[653/684] Compiling NIOPosix SelectableEventLoop.swift
[654/684] Compiling NIOPosix SelectorEpoll.swift
[655/684] Compiling NIOPosix SelectorGeneric.swift
[656/684] Compiling NIOPosix SelectorKqueue.swift
[657/684] Compiling NIOPosix SelectorUring.swift
[658/684] Compiling NIOPosix ThreadPosix.swift
[659/684] Compiling NIOPosix ThreadWindows.swift
[660/684] Compiling NIOPosix UnsafeTransfer.swift
[661/684] Compiling NIOPosix Utilities.swift
[662/684] Compiling NIOPosix VsockAddress.swift
[663/684] Compiling NIOPosix VsockChannelEvents.swift
[664/684] Compiling NIOPosix BSDSocketAPICommon.swift
[665/684] Compiling NIOPosix BSDSocketAPIPosix.swift
[666/684] Compiling NIOPosix BSDSocketAPIWindows.swift
[667/684] Compiling NIOPosix BaseSocket.swift
[668/684] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[669/684] Compiling NIOPosix BaseSocketChannel.swift
[670/684] Compiling NIOPosix BaseStreamSocketChannel.swift
[671/684] Emitting module NIOPosix
[672/684] Compiling NIOPosix NIOThreadPool.swift
[673/684] Compiling NIOPosix NonBlockingFileIO.swift
[674/684] Compiling NIOPosix PendingDatagramWritesManager.swift
[675/684] Compiling NIOPosix PendingWritesManager.swift
[676/684] Compiling NIOPosix PipeChannel.swift
[677/684] Compiling NIOPosix PipePair.swift
[678/684] Compiling NIOPosix Bootstrap.swift
[679/684] Compiling NIOPosix ControlMessage.swift
[680/684] Compiling NIOPosix DatagramVectorReadManager.swift
[681/684] Compiling NIOPosix Errors+Any.swift
[682/684] Compiling NIOPosix FileDescriptor.swift
[683/684] Compiling NIOPosix GetaddrinfoResolver.swift
[684/684] Compiling NIOPosix HappyEyeballs.swift
[686/687] Emitting module NIO
[687/687] Compiling NIO Exports.swift
[689/727] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[690/727] Compiling NIOSOCKS ClientStateMachine.swift
[691/728] Emitting module NIOTLS
[692/728] Compiling NIOSOCKS SOCKSResponse.swift
[693/728] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[694/728] Compiling NIOTLS TLSEvents.swift
[695/728] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[696/728] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[697/728] Compiling NIOSOCKS ServerStateMachine.swift
[698/728] Compiling NIOTLS SNIHandler.swift
[699/729] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[700/729] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[701/729] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[702/729] Compiling NIOHTTP1 HTTPTypes.swift
[703/729] Emitting module NIOSOCKS
[704/729] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[705/729] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[706/729] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[707/729] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[709/730] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[710/730] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[712/732] Emitting module NIOHTTP1
[713/761] Compiling NIOSSL LinuxCABundle.swift
[714/761] Compiling NIOSSL NIOSSLClientHandler.swift
[715/761] Compiling NIOSSL AndroidCABundle.swift
[716/761] Compiling NIOSSL ByteBufferBIO.swift
[717/761] Compiling NIOSSL PosixPort.swift
[718/761] Compiling NIOSSL SSLCallbacks.swift
[719/761] Compiling NIOSSL CustomPrivateKey.swift
[720/761] Compiling NIOSSL IdentityVerification.swift
[721/761] Compiling NIOSSL NIOSSLServerHandler.swift
[722/761] Compiling NIOSSL ObjectIdentifier.swift
[723/761] Compiling NIOSSL SafeCompare.swift
[724/761] Compiling NIOSSL SSLContext.swift
[725/761] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[726/761] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[727/761] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[728/761] Compiling NIOSSL NIOSSLHandler.swift
[729/761] Compiling NIOSSL SubjectAlternativeName.swift
[730/762] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[731/762] Emitting module NIOFoundationCompat
[732/762] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[735/763] Emitting module NIOSSL
[736/807] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[737/807] Compiling NIOTransportServices NIOTSErrors.swift
[738/807] Compiling NIOTransportServices NIOTSEventLoop.swift
[739/809] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[740/809] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[741/809] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[742/809] Compiling NIOTransportServices NIOTSSingletons.swift
[743/809] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[744/809] Compiling NIOTransportServices StateManagedChannel.swift
[745/809] Compiling NIOTransportServices StateManagedListenerChannel.swift
[746/809] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[747/809] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[748/809] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[749/809] Compiling NIOTransportServices NIOTSListenerChannel.swift
[750/809] Compiling NIOTransportServices NIOTSBootstraps.swift
[751/809] Compiling NIOTransportServices NIOTSChannelOptions.swift
[752/809] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[753/809] Compiling NIOSSL SSLPrivateKey.swift
[754/809] Compiling NIOSSL SSLPublicKey.swift
[755/809] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[756/809] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[757/809] Compiling NIOTransportServices AcceptHandler.swift
[758/809] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[759/809] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[760/809] Compiling NIOTransportServices NIOTSDatagramListener.swift
[764/809] Emitting module NIOTransportServices
[766/809] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[767/809] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[768/810] Compiling NIOHPACK HuffmanTables.swift
[774/811] Compiling NIOHPACK IndexedHeaderTable.swift
[775/811] Compiling NIOHPACK IntegerCoding.swift
[776/811] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[777/811] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[778/811] Compiling NIOHPACK HuffmanCoding.swift
[779/811] Compiling NIOHTTPCompression HTTPDecompression.swift
[780/811] Emitting module NIOHTTPCompression
[781/811] Compiling NIOHTTPCompression HTTPCompression.swift
[782/811] Compiling NIOHPACK StaticHeaderTable.swift
[783/811] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[784/811] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[796/812] Compiling NIOSSL SSLConnection.swift
[806/812] Emitting module NIOHPACK
[810/813] Compiling NIOSSL Zeroization.swift
[811/813] Compiling NIOSSL TLSConfiguration.swift
[812/813] Compiling NIOSSL UniversalBootstrapSupport.swift
[813/813] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[815/872] Compiling NIOHTTP2 MaySendFrames.swift
[816/872] Compiling NIOHTTP2 SendingDataState.swift
[817/872] Compiling NIOHTTP2 SendingGoawayState.swift
[818/872] Compiling NIOHTTP2 SendingHeadersState.swift
[819/872] Compiling NIOHTTP2 SendingPushPromiseState.swift
[820/872] Compiling NIOHTTP2 SendingRstStreamState.swift
[821/872] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[822/872] Compiling NIOHTTP2 HTTP2SettingsState.swift
[823/880] Emitting module NIOHTTP2
[824/880] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[825/880] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[826/880] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[827/880] Compiling NIOHTTP2 HTTP2StreamID.swift
[828/880] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[829/880] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[830/880] Compiling NIOHTTP2 HTTP2UserEvents.swift
[831/880] Compiling NIOHTTP2 InboundEventBuffer.swift
[832/880] Compiling NIOHTTP2 ConnectionStateMachine.swift
[833/880] Compiling NIOHTTP2 ConnectionStreamsState.swift
[834/880] Compiling NIOHTTP2 MayReceiveFrames.swift
[835/880] Compiling NIOHTTP2 ReceivingDataState.swift
[836/880] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[837/880] Compiling NIOHTTP2 ReceivingHeadersState.swift
[838/880] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[839/880] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[840/880] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[841/880] Compiling NIOHTTP2 InboundWindowManager.swift
[842/880] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[843/880] Compiling NIOHTTP2 StreamChannelFlowController.swift
[844/880] Compiling NIOHTTP2 StreamChannelList.swift
[845/880] Compiling NIOHTTP2 StreamMap.swift
[846/880] Compiling NIOHTTP2 StreamStateMachine.swift
[847/880] Compiling NIOHTTP2 UnsafeTransfer.swift
[848/880] Compiling NIOHTTP2 WatermarkedFlowController.swift
[849/880] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[850/880] Compiling NIOHTTP2 HTTP2Frame.swift
[851/880] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[852/880] Compiling NIOHTTP2 HTTP2FrameParser.swift
[853/880] Compiling NIOHTTP2 HTTP2PingData.swift
[854/880] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[855/880] Compiling NIOHTTP2 HTTP2Settings.swift
[856/880] Compiling NIOHTTP2 HTTP2Stream.swift
[857/880] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[858/880] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[859/880] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[860/880] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[861/880] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[862/880] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[863/880] Compiling NIOHTTP2 HTTP2Error.swift
[864/880] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[865/880] Compiling NIOHTTP2 StateMachineResult.swift
[866/880] Compiling NIOHTTP2 ContentLengthVerifier.swift
[867/880] Compiling NIOHTTP2 DOSHeuristics.swift
[868/880] Compiling NIOHTTP2 Error+Any.swift
[869/880] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[870/880] Compiling NIOHTTP2 ControlFrameBuffer.swift
[871/880] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[872/880] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[873/880] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[874/880] Compiling NIOHTTP2 HasFlowControlWindows.swift
[875/880] Compiling NIOHTTP2 HasLocalSettings.swift
[876/880] Compiling NIOHTTP2 HasRemoteSettings.swift
[877/880] Compiling NIOHTTP2 LocallyQuiescingState.swift
[878/880] Compiling NIOHTTP2 QuiescingState.swift
[879/880] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[880/880] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[882/941] Emitting module AsyncHTTPClient
[883/949] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[884/949] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[885/949] Compiling AsyncHTTPClient Transaction.swift
[886/949] Compiling AsyncHTTPClient Base64.swift
[887/949] Compiling AsyncHTTPClient BasicAuth.swift
[888/949] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[889/949] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[890/949] Compiling AsyncHTTPClient ConnectionPool.swift
[891/949] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[892/949] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[893/949] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[894/949] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[895/949] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[896/949] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[897/949] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[898/949] Compiling AsyncHTTPClient RequestBodyLength.swift
[899/949] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[900/949] Compiling AsyncHTTPClient RequestBag.swift
[901/949] Compiling AsyncHTTPClient RequestValidation.swift
[902/949] Compiling AsyncHTTPClient SSLContextCache.swift
[903/949] Compiling AsyncHTTPClient Scheme.swift
[904/949] Compiling AsyncHTTPClient Singleton.swift
[905/949] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[906/949] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[907/949] Compiling AsyncHTTPClient Utils.swift
[908/949] Compiling AsyncHTTPClient ConnectionTarget.swift
[909/949] Compiling AsyncHTTPClient DeconstructedURL.swift
[910/949] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[911/949] Compiling AsyncHTTPClient FoundationExtensions.swift
[912/949] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[913/949] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[914/949] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[915/949] Compiling AsyncHTTPClient HTTPClient.swift
[916/949] Compiling AsyncHTTPClient HTTPHandler.swift
[917/949] Compiling AsyncHTTPClient LRUCache.swift
[918/949] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[919/949] Compiling AsyncHTTPClient NWErrorHandler.swift
[920/949] Compiling AsyncHTTPClient NWWaitingHandler.swift
[921/949] Compiling AsyncHTTPClient TLSConfiguration.swift
[922/949] Compiling AsyncHTTPClient RedirectState.swift
[923/949] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[924/949] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[925/949] Compiling AsyncHTTPClient TLSEventsHandler.swift
[926/949] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[927/949] Compiling AsyncHTTPClient HTTP1Connection.swift
[928/949] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[929/949] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[930/949] Compiling AsyncHTTPClient HTTP2Connection.swift
[931/949] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[932/949] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[933/949] Compiling AsyncHTTPClient RequestOptions.swift
[934/949] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[935/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[936/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[937/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[938/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[939/949] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[940/949] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[941/949] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[942/949] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[943/949] Compiling AsyncHTTPClient AsyncLazySequence.swift
[944/949] Compiling AsyncHTTPClient HTTPClient+execute.swift
[945/949] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[946/949] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[947/949] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[948/949] Compiling AsyncHTTPClient HTTPClientRequest.swift
[949/949] Compiling AsyncHTTPClient HTTPClientResponse.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[951/1000] Emitting module OpenAIKit
/host/spi-builder-workspace/Sources/OpenAIKit/Client/Client.swift:43:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
41 | #if !os(Linux)
42 |     public init(
43 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
44 |         configuration: Configuration
45 |     ) {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:5:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | #if !os(Linux)
 4 | struct URLSessionRequestHandler: RequestHandler {
 5 |     let session: URLSession
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |     let configuration: Configuration
 7 |     let decoder: JSONDecoder
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:10:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 8 |
 9 |     init(
10 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
11 |         configuration: Configuration,
12 |         decoder: JSONDecoder = JSONDecoder()
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:62:61: error: cannot find type 'URLRequest' in scope
60 |     }
61 |
62 |     private func makeUrlRequest(request: Request) throws -> URLRequest {
   |                                                             `- error: cannot find type 'URLRequest' in scope
63 |         let urlString = try generateURL(for: request)
64 |         guard let url = URL(string: urlString) else {
[952/1007] Compiling OpenAIKit API.swift
[953/1007] Compiling OpenAIKit AudioProvider.swift
[954/1007] Compiling OpenAIKit CreateTranscriptionRequest.swift
[955/1007] Compiling OpenAIKit CreateTranslationRequest.swift
[956/1007] Compiling OpenAIKit Transcription.swift
[957/1007] Compiling OpenAIKit Translation.swift
[958/1007] Compiling OpenAIKit Chat.swift
[959/1007] Compiling OpenAIKit CreateCompletionRequest.swift
[960/1007] Compiling OpenAIKit Configuration.swift
[961/1007] Compiling OpenAIKit CreateEditRequest.swift
[962/1007] Compiling OpenAIKit Edit.swift
[963/1007] Compiling OpenAIKit EditProvider.swift
[964/1007] Compiling OpenAIKit CreateEmbeddingRequest.swift
[965/1007] Compiling OpenAIKit CreateEmbeddingResponse.swift
[966/1007] Compiling OpenAIKit ModerationProvider.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:5:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | #if !os(Linux)
 4 | struct URLSessionRequestHandler: RequestHandler {
 5 |     let session: URLSession
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |     let configuration: Configuration
 7 |     let decoder: JSONDecoder
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:10:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 8 |
 9 |     init(
10 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
11 |         configuration: Configuration,
12 |         decoder: JSONDecoder = JSONDecoder()
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:62:61: error: cannot find type 'URLRequest' in scope
60 |     }
61 |
62 |     private func makeUrlRequest(request: Request) throws -> URLRequest {
   |                                                             `- error: cannot find type 'URLRequest' in scope
63 |         let urlString = try generateURL(for: request)
64 |         guard let url = URL(string: urlString) else {
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:21:43: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
19 |     func perform<T>(request: Request) async throws -> T where T : Decodable {
20 |         let urlRequest = try makeUrlRequest(request: request)
21 |         let (data, _) = try await session.data(for: urlRequest)
   |                                           `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
22 |         decoder.keyDecodingStrategy = request.keyDecodingStrategy
23 |         decoder.dateDecodingStrategy = request.dateDecodingStrategy
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:41:56: error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
39 |                 do {
40 |
41 |                     let (bytes, _) = try await session.bytes(for: urlRequest)
   |                                                        `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
42 |                     for try await buffer in bytes.lines {
43 |                         buffer
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:67:26: error: cannot find 'URLRequest' in scope
65 |             throw RequestHandlerError.invalidURLGenerated
66 |         }
67 |         var urlRequest = URLRequest(url: url)
   |                          `- error: cannot find 'URLRequest' in scope
68 |         for (key, value) in configuration.headers {
69 |             urlRequest.addValue(value, forHTTPHeaderField: key)
[967/1007] Compiling OpenAIKit MultipartFormDataBuilder.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:5:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | #if !os(Linux)
 4 | struct URLSessionRequestHandler: RequestHandler {
 5 |     let session: URLSession
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |     let configuration: Configuration
 7 |     let decoder: JSONDecoder
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:10:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 8 |
 9 |     init(
10 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
11 |         configuration: Configuration,
12 |         decoder: JSONDecoder = JSONDecoder()
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:62:61: error: cannot find type 'URLRequest' in scope
60 |     }
61 |
62 |     private func makeUrlRequest(request: Request) throws -> URLRequest {
   |                                                             `- error: cannot find type 'URLRequest' in scope
63 |         let urlString = try generateURL(for: request)
64 |         guard let url = URL(string: urlString) else {
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:21:43: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
19 |     func perform<T>(request: Request) async throws -> T where T : Decodable {
20 |         let urlRequest = try makeUrlRequest(request: request)
21 |         let (data, _) = try await session.data(for: urlRequest)
   |                                           `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
22 |         decoder.keyDecodingStrategy = request.keyDecodingStrategy
23 |         decoder.dateDecodingStrategy = request.dateDecodingStrategy
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:41:56: error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
39 |                 do {
40 |
41 |                     let (bytes, _) = try await session.bytes(for: urlRequest)
   |                                                        `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
42 |                     for try await buffer in bytes.lines {
43 |                         buffer
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:67:26: error: cannot find 'URLRequest' in scope
65 |             throw RequestHandlerError.invalidURLGenerated
66 |         }
67 |         var urlRequest = URLRequest(url: url)
   |                          `- error: cannot find 'URLRequest' in scope
68 |         for (key, value) in configuration.headers {
69 |             urlRequest.addValue(value, forHTTPHeaderField: key)
[968/1007] Compiling OpenAIKit NIORequestHandler.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:5:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | #if !os(Linux)
 4 | struct URLSessionRequestHandler: RequestHandler {
 5 |     let session: URLSession
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |     let configuration: Configuration
 7 |     let decoder: JSONDecoder
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:10:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 8 |
 9 |     init(
10 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
11 |         configuration: Configuration,
12 |         decoder: JSONDecoder = JSONDecoder()
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:62:61: error: cannot find type 'URLRequest' in scope
60 |     }
61 |
62 |     private func makeUrlRequest(request: Request) throws -> URLRequest {
   |                                                             `- error: cannot find type 'URLRequest' in scope
63 |         let urlString = try generateURL(for: request)
64 |         guard let url = URL(string: urlString) else {
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:21:43: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
19 |     func perform<T>(request: Request) async throws -> T where T : Decodable {
20 |         let urlRequest = try makeUrlRequest(request: request)
21 |         let (data, _) = try await session.data(for: urlRequest)
   |                                           `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
22 |         decoder.keyDecodingStrategy = request.keyDecodingStrategy
23 |         decoder.dateDecodingStrategy = request.dateDecodingStrategy
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:41:56: error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
39 |                 do {
40 |
41 |                     let (bytes, _) = try await session.bytes(for: urlRequest)
   |                                                        `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
42 |                     for try await buffer in bytes.lines {
43 |                         buffer
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:67:26: error: cannot find 'URLRequest' in scope
65 |             throw RequestHandlerError.invalidURLGenerated
66 |         }
67 |         var urlRequest = URLRequest(url: url)
   |                          `- error: cannot find 'URLRequest' in scope
68 |         for (key, value) in configuration.headers {
69 |             urlRequest.addValue(value, forHTTPHeaderField: key)
[969/1007] Compiling OpenAIKit Request.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:5:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | #if !os(Linux)
 4 | struct URLSessionRequestHandler: RequestHandler {
 5 |     let session: URLSession
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |     let configuration: Configuration
 7 |     let decoder: JSONDecoder
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:10:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 8 |
 9 |     init(
10 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
11 |         configuration: Configuration,
12 |         decoder: JSONDecoder = JSONDecoder()
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:62:61: error: cannot find type 'URLRequest' in scope
60 |     }
61 |
62 |     private func makeUrlRequest(request: Request) throws -> URLRequest {
   |                                                             `- error: cannot find type 'URLRequest' in scope
63 |         let urlString = try generateURL(for: request)
64 |         guard let url = URL(string: urlString) else {
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:21:43: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
19 |     func perform<T>(request: Request) async throws -> T where T : Decodable {
20 |         let urlRequest = try makeUrlRequest(request: request)
21 |         let (data, _) = try await session.data(for: urlRequest)
   |                                           `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
22 |         decoder.keyDecodingStrategy = request.keyDecodingStrategy
23 |         decoder.dateDecodingStrategy = request.dateDecodingStrategy
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:41:56: error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
39 |                 do {
40 |
41 |                     let (bytes, _) = try await session.bytes(for: urlRequest)
   |                                                        `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
42 |                     for try await buffer in bytes.lines {
43 |                         buffer
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:67:26: error: cannot find 'URLRequest' in scope
65 |             throw RequestHandlerError.invalidURLGenerated
66 |         }
67 |         var urlRequest = URLRequest(url: url)
   |                          `- error: cannot find 'URLRequest' in scope
68 |         for (key, value) in configuration.headers {
69 |             urlRequest.addValue(value, forHTTPHeaderField: key)
[970/1007] Compiling OpenAIKit RequestHandler.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:5:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | #if !os(Linux)
 4 | struct URLSessionRequestHandler: RequestHandler {
 5 |     let session: URLSession
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |     let configuration: Configuration
 7 |     let decoder: JSONDecoder
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:10:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 8 |
 9 |     init(
10 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
11 |         configuration: Configuration,
12 |         decoder: JSONDecoder = JSONDecoder()
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:62:61: error: cannot find type 'URLRequest' in scope
60 |     }
61 |
62 |     private func makeUrlRequest(request: Request) throws -> URLRequest {
   |                                                             `- error: cannot find type 'URLRequest' in scope
63 |         let urlString = try generateURL(for: request)
64 |         guard let url = URL(string: urlString) else {
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:21:43: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
19 |     func perform<T>(request: Request) async throws -> T where T : Decodable {
20 |         let urlRequest = try makeUrlRequest(request: request)
21 |         let (data, _) = try await session.data(for: urlRequest)
   |                                           `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
22 |         decoder.keyDecodingStrategy = request.keyDecodingStrategy
23 |         decoder.dateDecodingStrategy = request.dateDecodingStrategy
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:41:56: error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
39 |                 do {
40 |
41 |                     let (bytes, _) = try await session.bytes(for: urlRequest)
   |                                                        `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
42 |                     for try await buffer in bytes.lines {
43 |                         buffer
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:67:26: error: cannot find 'URLRequest' in scope
65 |             throw RequestHandlerError.invalidURLGenerated
66 |         }
67 |         var urlRequest = URLRequest(url: url)
   |                          `- error: cannot find 'URLRequest' in scope
68 |         for (key, value) in configuration.headers {
69 |             urlRequest.addValue(value, forHTTPHeaderField: key)
[971/1007] Compiling OpenAIKit URLSessionRequestHandler.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:5:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | #if !os(Linux)
 4 | struct URLSessionRequestHandler: RequestHandler {
 5 |     let session: URLSession
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |     let configuration: Configuration
 7 |     let decoder: JSONDecoder
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:10:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 8 |
 9 |     init(
10 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
11 |         configuration: Configuration,
12 |         decoder: JSONDecoder = JSONDecoder()
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:62:61: error: cannot find type 'URLRequest' in scope
60 |     }
61 |
62 |     private func makeUrlRequest(request: Request) throws -> URLRequest {
   |                                                             `- error: cannot find type 'URLRequest' in scope
63 |         let urlString = try generateURL(for: request)
64 |         guard let url = URL(string: urlString) else {
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:21:43: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
19 |     func perform<T>(request: Request) async throws -> T where T : Decodable {
20 |         let urlRequest = try makeUrlRequest(request: request)
21 |         let (data, _) = try await session.data(for: urlRequest)
   |                                           `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
22 |         decoder.keyDecodingStrategy = request.keyDecodingStrategy
23 |         decoder.dateDecodingStrategy = request.dateDecodingStrategy
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:41:56: error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
39 |                 do {
40 |
41 |                     let (bytes, _) = try await session.bytes(for: urlRequest)
   |                                                        `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
42 |                     for try await buffer in bytes.lines {
43 |                         buffer
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:67:26: error: cannot find 'URLRequest' in scope
65 |             throw RequestHandlerError.invalidURLGenerated
66 |         }
67 |         var urlRequest = URLRequest(url: url)
   |                          `- error: cannot find 'URLRequest' in scope
68 |         for (key, value) in configuration.headers {
69 |             urlRequest.addValue(value, forHTTPHeaderField: key)
[972/1007] Compiling OpenAIKit Usage.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:5:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | #if !os(Linux)
 4 | struct URLSessionRequestHandler: RequestHandler {
 5 |     let session: URLSession
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |     let configuration: Configuration
 7 |     let decoder: JSONDecoder
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:10:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 8 |
 9 |     init(
10 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
11 |         configuration: Configuration,
12 |         decoder: JSONDecoder = JSONDecoder()
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:62:61: error: cannot find type 'URLRequest' in scope
60 |     }
61 |
62 |     private func makeUrlRequest(request: Request) throws -> URLRequest {
   |                                                             `- error: cannot find type 'URLRequest' in scope
63 |         let urlString = try generateURL(for: request)
64 |         guard let url = URL(string: urlString) else {
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:21:43: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
19 |     func perform<T>(request: Request) async throws -> T where T : Decodable {
20 |         let urlRequest = try makeUrlRequest(request: request)
21 |         let (data, _) = try await session.data(for: urlRequest)
   |                                           `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
22 |         decoder.keyDecodingStrategy = request.keyDecodingStrategy
23 |         decoder.dateDecodingStrategy = request.dateDecodingStrategy
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:41:56: error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
39 |                 do {
40 |
41 |                     let (bytes, _) = try await session.bytes(for: urlRequest)
   |                                                        `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
42 |                     for try await buffer in bytes.lines {
43 |                         buffer
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:67:26: error: cannot find 'URLRequest' in scope
65 |             throw RequestHandlerError.invalidURLGenerated
66 |         }
67 |         var urlRequest = URLRequest(url: url)
   |                          `- error: cannot find 'URLRequest' in scope
68 |         for (key, value) in configuration.headers {
69 |             urlRequest.addValue(value, forHTTPHeaderField: key)
[973/1007] Compiling OpenAIKit ImageProvider.swift
[974/1007] Compiling OpenAIKit ImageResponse.swift
[975/1007] Compiling OpenAIKit CreateImageEditRequest.swift
[976/1007] Compiling OpenAIKit CreateImageRequest.swift
[977/1007] Compiling OpenAIKit CreateImageVariationRequest.swift
[978/1007] Compiling OpenAIKit Language.swift
[979/1007] Compiling OpenAIKit MIMEType.swift
[980/1007] Compiling OpenAIKit Embedding.swift
[981/1007] Compiling OpenAIKit EmbeddingProvider.swift
[982/1007] Compiling OpenAIKit APIError.swift
[983/1007] Compiling OpenAIKit RequestHandler+Error.swift
[984/1007] Compiling OpenAIKit File.swift
[985/1007] Compiling OpenAIKit FileProvider.swift
[986/1007] Compiling OpenAIKit DeleteFileRequest.swift
[987/1007] Compiling OpenAIKit ListFilesRequest.swift
[988/1007] Compiling OpenAIKit RetrieveFileContentRequest.swift
[989/1007] Compiling OpenAIKit RetrieveFileRequest.swift
[990/1007] Compiling OpenAIKit UploadFileRequest.swift
[991/1007] Compiling OpenAIKit DeleteFileResponse.swift
[992/1007] Compiling OpenAIKit ListFilesResponse.swift
[993/1007] Compiling OpenAIKit Image.swift
[994/1007] Compiling OpenAIKit Model.swift
[995/1007] Compiling OpenAIKit ModelProvider.swift
[996/1007] Compiling OpenAIKit ListModelsRequest.swift
[997/1007] Compiling OpenAIKit RetrieveModelRequest.swift
[998/1007] Compiling OpenAIKit ListModelsResponse.swift
[999/1007] Compiling OpenAIKit CreateModerationRequest.swift
[1000/1007] Compiling OpenAIKit Moderation.swift
[1001/1007] Compiling OpenAIKit ChatProvider.swift
/host/spi-builder-workspace/Sources/OpenAIKit/Client/Client.swift:43:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
41 | #if !os(Linux)
42 |     public init(
43 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
44 |         configuration: Configuration
45 |     ) {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
[1002/1007] Compiling OpenAIKit ChatStream.swift
/host/spi-builder-workspace/Sources/OpenAIKit/Client/Client.swift:43:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
41 | #if !os(Linux)
42 |     public init(
43 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
44 |         configuration: Configuration
45 |     ) {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
[1003/1007] Compiling OpenAIKit CreateChatRequest.swift
/host/spi-builder-workspace/Sources/OpenAIKit/Client/Client.swift:43:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
41 | #if !os(Linux)
42 |     public init(
43 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
44 |         configuration: Configuration
45 |     ) {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
[1004/1007] Compiling OpenAIKit FinishReason.swift
/host/spi-builder-workspace/Sources/OpenAIKit/Client/Client.swift:43:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
41 | #if !os(Linux)
42 |     public init(
43 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
44 |         configuration: Configuration
45 |     ) {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
[1005/1007] Compiling OpenAIKit Client.swift
/host/spi-builder-workspace/Sources/OpenAIKit/Client/Client.swift:43:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
41 | #if !os(Linux)
42 |     public init(
43 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
44 |         configuration: Configuration
45 |     ) {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
[1006/1007] Compiling OpenAIKit Completion.swift
/host/spi-builder-workspace/Sources/OpenAIKit/Client/Client.swift:43:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
41 | #if !os(Linux)
42 |     public init(
43 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
44 |         configuration: Configuration
45 |     ) {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
[1007/1007] Compiling OpenAIKit CompletionProvider.swift
/host/spi-builder-workspace/Sources/OpenAIKit/Client/Client.swift:43:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
41 | #if !os(Linux)
42 |     public init(
43 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
44 |         configuration: Configuration
45 |     ) {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/61] Compiling Atomics UnsafeAtomic.swift
[3/61] Compiling Atomics UnsafeAtomicLazyReference.swift
[4/62] Compiling RealModule ElementaryFunctions.swift
[5/63] Compiling Atomics AtomicMemoryOrderings.swift
[6/63] Compiling Atomics DoubleWord.swift
[7/64] Compiling RealModule RealFunctions.swift
[8/64] Compiling RealModule Real.swift
[9/64] Compiling RealModule Float80+Real.swift
[10/64] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/64] Compiling Atomics AtomicReference.swift
[12/64] Compiling Atomics AtomicStorage.swift
[13/64] Compiling Atomics AtomicValue.swift
[14/65] Compiling Logging MetadataProvider.swift
[15/65] Compiling Atomics ManagedAtomic.swift
[16/65] Compiling Atomics ManagedAtomicLazyReference.swift
[17/65] Compiling _NIODataStructures Heap.swift
[18/65] Compiling Atomics Primitives.shims.swift
[19/65] Compiling Atomics AtomicInteger.swift
[20/65] Compiling Atomics AtomicOptionalWrappable.swift
[23/65] Compiling Atomics Primitives.native.swift
[25/65] Compiling NIOConcurrencyHelpers lock.swift
[26/65] Emitting module Logging
[27/65] Compiling Logging Locks.swift
[28/65] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[29/65] Compiling NIOConcurrencyHelpers NIOLock.swift
[30/65] Compiling NIOConcurrencyHelpers atomics.swift
[31/65] Compiling Logging LogHandler.swift
[32/65] Compiling Logging Logging.swift
[34/66] Compiling RealModule Float+Real.swift
[35/66] Compiling RealModule Float16+Real.swift
[36/66] Compiling Atomics OptionalRawRepresentable.swift
[37/66] Compiling Atomics RawRepresentable.swift
[38/66] Emitting module RealModule
[39/66] Compiling Atomics AtomicBool.swift
[41/66] Emitting module _NIOBase64
[42/66] Compiling _NIOBase64 Base64.swift
[44/67] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[45/67] Compiling Atomics IntegerOperations.swift
[46/67] Compiling Atomics Unmanaged extensions.swift
[52/68] Compiling _NIODataStructures PriorityQueue.swift
[53/68] Compiling _NIODataStructures _TinyArray.swift
[54/68] Emitting module _NIODataStructures
[58/68] Compiling Atomics IntegerConformances.swift
[59/68] Compiling Atomics PointerConformances.swift
[61/69] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[62/69] Emitting module NIOConcurrencyHelpers
[63/70] Emitting module InternalCollectionsUtilities
[71/111] Compiling DequeModule Deque+CustomReflectable.swift
[72/111] Compiling DequeModule Deque+Descriptions.swift
[73/111] Compiling DequeModule Deque+Equatable.swift
[74/111] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[75/113] Compiling DequeModule _DequeBuffer.swift
[76/113] Compiling DequeModule _DequeBufferHeader.swift
[77/113] Compiling DequeModule _DequeSlot.swift
[78/113] Compiling DequeModule _UnsafeWrappedBuffer.swift
[79/113] Compiling DequeModule Deque+Extras.swift
[80/113] Compiling DequeModule Deque+Hashable.swift
[81/113] Compiling Algorithms RandomSample.swift
[82/113] Compiling Algorithms Reductions.swift
[83/113] Compiling Algorithms Rotate.swift
[84/113] Compiling Algorithms Split.swift
[85/113] Compiling Algorithms Stride.swift
[86/113] Compiling Algorithms Suffix.swift
[87/116] Emitting module Atomics
[89/117] Compiling DequeModule Deque+Codable.swift
[90/117] Compiling DequeModule Deque+Collection.swift
[95/117] Compiling DequeModule Deque+Testing.swift
[96/117] Compiling DequeModule Deque._Storage.swift
[97/117] Compiling DequeModule Deque._UnsafeHandle.swift
[98/117] Compiling DequeModule Deque.swift
[99/117] Compiling Algorithms Trim.swift
[100/117] Compiling Algorithms Unique.swift
[101/117] Compiling Algorithms Windows.swift
[110/117] Compiling Algorithms Permutations.swift
[111/117] Compiling Algorithms Product.swift
[116/117] Emitting module DequeModule
[118/147] Emitting module Algorithms
[120/179] Compiling NIOCore AddressedEnvelope.swift
[121/179] Compiling NIOCore AsyncAwaitSupport.swift
[122/179] Compiling NIOCore AsyncChannel.swift
[123/179] Compiling NIOCore AsyncChannelHandler.swift
[124/179] Compiling NIOCore AsyncChannelInboundStream.swift
[125/179] Compiling NIOCore AsyncChannelOutboundWriter.swift
[126/179] Compiling NIOCore NIOAsyncSequenceProducer.swift
[127/179] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[128/179] Compiling NIOCore NIOAsyncWriter.swift
[129/187] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[130/187] Compiling NIOCore EventLoopFuture+Deprecated.swift
[131/187] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[132/187] Compiling NIOCore EventLoopFuture.swift
[133/187] Compiling NIOCore FileDescriptor.swift
[134/187] Compiling NIOCore FileHandle.swift
[135/187] Compiling NIOCore FileRegion.swift
[136/187] Compiling NIOCore GlobalSingletons.swift
[137/187] Compiling NIOCore IO.swift
[138/187] Compiling NIOCore IOData.swift
[139/187] Compiling NIOCore IPProtocol.swift
[140/187] Compiling NIOCore IntegerBitPacking.swift
[141/187] Compiling NIOCore IntegerTypes.swift
[142/187] Compiling NIOCore Interfaces.swift
[143/187] Compiling NIOCore Linux.swift
[144/187] Compiling NIOCore MarkedCircularBuffer.swift
[145/187] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[146/187] Compiling NIOCore BSDSocketAPI.swift
[147/187] Compiling NIOCore ByteBuffer-aux.swift
[148/187] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[149/187] Compiling NIOCore ByteBuffer-conversions.swift
[150/187] Compiling NIOCore ByteBuffer-core.swift
[151/187] Compiling NIOCore ByteBuffer-hex.swift
[152/187] Compiling NIOCore ByteBuffer-int.swift
[153/187] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[154/187] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[155/187] Compiling NIOCore SocketAddresses.swift
[156/187] Compiling NIOCore SocketOptionProvider.swift
[157/187] Compiling NIOCore SystemCallHelpers.swift
[158/187] Compiling NIOCore TimeAmount+Duration.swift
[159/187] Compiling NIOCore TypeAssistedChannelHandler.swift
[160/187] Compiling NIOCore UniversalBootstrapSupport.swift
[161/187] Compiling NIOCore Utilities.swift
[162/187] Compiling NIOCore MulticastChannel.swift
[163/187] Compiling NIOCore NIOAny.swift
[164/187] Compiling NIOCore NIOCloseOnErrorHandler.swift
[165/187] Compiling NIOCore NIOLoopBound.swift
[166/187] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[167/187] Compiling NIOCore NIOScheduledCallback.swift
[168/187] Compiling NIOCore NIOSendable.swift
[169/187] Compiling NIOCore RecvByteBufferAllocator.swift
[170/187] Compiling NIOCore CircularBuffer.swift
[171/187] Compiling NIOCore Codec.swift
[172/187] Compiling NIOCore ConvenienceOptionSupport.swift
[173/187] Compiling NIOCore DeadChannel.swift
[174/187] Compiling NIOCore DispatchQueue+WithFuture.swift
[175/187] Compiling NIOCore EventLoop+Deprecated.swift
[176/187] Compiling NIOCore EventLoop+SerialExecutor.swift
[177/187] Compiling NIOCore EventLoop.swift
[178/187] Compiling NIOCore ByteBuffer-multi-int.swift
[179/187] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[180/187] Compiling NIOCore ByteBuffer-views.swift
[181/187] Compiling NIOCore Channel.swift
[182/187] Compiling NIOCore ChannelHandler.swift
[183/187] Compiling NIOCore ChannelHandlers.swift
[184/187] Compiling NIOCore ChannelInvoker.swift
[185/187] Compiling NIOCore ChannelOption.swift
[186/187] Compiling NIOCore ChannelPipeline.swift
[187/187] Emitting module NIOCore
[189/238] Compiling NIOEmbedded AsyncTestingChannel.swift
[190/238] Emitting module NIOEmbedded
[191/238] Compiling NIOEmbedded Embedded.swift
[192/238] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[194/239] Compiling NIOPosix ServerSocket.swift
[195/239] Compiling NIOPosix Socket.swift
[196/239] Compiling NIOPosix SocketChannel.swift
[197/239] Compiling NIOPosix SocketProtocols.swift
[198/239] Compiling NIOPosix System.swift
[199/239] Compiling NIOPosix Thread.swift
[200/245] Compiling NIOPosix ThreadPosix.swift
[201/245] Compiling NIOPosix ThreadWindows.swift
[202/245] Compiling NIOPosix UnsafeTransfer.swift
[203/245] Compiling NIOPosix Utilities.swift
[204/245] Compiling NIOPosix VsockAddress.swift
[205/245] Compiling NIOPosix VsockChannelEvents.swift
[206/245] Compiling NIOPosix Pool.swift
[207/245] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[208/245] Compiling NIOPosix PosixSingletons.swift
[209/245] Compiling NIOPosix RawSocketBootstrap.swift
[210/245] Compiling NIOPosix Resolver.swift
[211/245] Compiling NIOPosix Selectable.swift
[212/245] Compiling NIOPosix SelectableChannel.swift
[213/245] Compiling NIOPosix SelectableEventLoop.swift
[214/245] Compiling NIOPosix SelectorEpoll.swift
[215/245] Compiling NIOPosix SelectorGeneric.swift
[216/245] Compiling NIOPosix SelectorKqueue.swift
[217/245] Compiling NIOPosix SelectorUring.swift
[218/245] Emitting module NIOPosix
[219/245] Compiling NIOPosix IO.swift
[220/245] Compiling NIOPosix IntegerBitPacking.swift
[221/245] Compiling NIOPosix IntegerTypes.swift
[222/245] Compiling NIOPosix Linux.swift
[223/245] Compiling NIOPosix LinuxCPUSet.swift
[224/245] Compiling NIOPosix LinuxUring.swift
[225/245] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[226/245] Compiling NIOPosix NIOThreadPool.swift
[227/245] Compiling NIOPosix NonBlockingFileIO.swift
[228/245] Compiling NIOPosix PendingDatagramWritesManager.swift
[229/245] Compiling NIOPosix PendingWritesManager.swift
[230/245] Compiling NIOPosix PipeChannel.swift
[231/245] Compiling NIOPosix PipePair.swift
[232/245] Compiling NIOPosix BSDSocketAPICommon.swift
[233/245] Compiling NIOPosix BSDSocketAPIPosix.swift
[234/245] Compiling NIOPosix BSDSocketAPIWindows.swift
[235/245] Compiling NIOPosix BaseSocket.swift
[236/245] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[237/245] Compiling NIOPosix BaseSocketChannel.swift
[238/245] Compiling NIOPosix BaseStreamSocketChannel.swift
[239/245] Compiling NIOPosix Bootstrap.swift
[240/245] Compiling NIOPosix ControlMessage.swift
[241/245] Compiling NIOPosix DatagramVectorReadManager.swift
[242/245] Compiling NIOPosix Errors+Any.swift
[243/245] Compiling NIOPosix FileDescriptor.swift
[244/245] Compiling NIOPosix GetaddrinfoResolver.swift
[245/245] Compiling NIOPosix HappyEyeballs.swift
[247/248] Compiling NIO Exports.swift
[248/248] Emitting module NIO
[250/288] Compiling NIOTLS TLSEvents.swift
[251/288] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[252/288] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[253/288] Compiling NIOSOCKS Messages.swift
[254/288] Compiling NIOSOCKS SOCKSRequest.swift
[255/289] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[256/289] Emitting module NIOTLS
[257/289] Compiling NIOTLS SNIHandler.swift
[258/290] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[259/290] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[260/290] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[261/290] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[262/290] Compiling NIOSOCKS SOCKSResponse.swift
[263/290] Compiling NIOSOCKS Errors.swift
[264/290] Compiling NIOSOCKS Helpers.swift
[265/290] Compiling NIOSOCKS ClientStateMachine.swift
[267/290] Compiling NIOSOCKS AuthenticationMethod.swift
[268/290] Compiling NIOSOCKS ClientGreeting.swift
[269/290] Emitting module NIOSOCKS
[270/290] Compiling NIOSOCKS SOCKSClientHandler.swift
[271/290] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[272/290] Emitting module NIOFoundationCompat
[273/290] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[274/291] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[275/291] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[276/293] Compiling NIOSOCKS ServerStateMachine.swift
[279/323] Compiling NIOSSL SSLConnection.swift
[280/323] Compiling NIOSSL SSLContext.swift
[281/339] Compiling NIOTransportServices NIOTSDatagramListener.swift
[282/339] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[283/345] Compiling NIOTransportServices NIOTSChannelOptions.swift
[284/345] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[285/345] Compiling NIOTransportServices StateManagedChannel.swift
[286/345] Compiling NIOTransportServices StateManagedListenerChannel.swift
[287/345] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[288/347] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[289/347] Compiling NIOTransportServices NIOTSSingletons.swift
[290/347] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[291/347] Emitting module NIOTransportServices
[292/347] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[293/347] Compiling NIOTransportServices NIOTSErrors.swift
[294/347] Compiling NIOTransportServices NIOTSEventLoop.swift
[295/347] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[296/347] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[297/347] Compiling NIOTransportServices NIOTSListenerChannel.swift
[298/347] Compiling NIOTransportServices AcceptHandler.swift
[299/347] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[300/347] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[301/347] Emitting module NIOHTTP1
[302/347] Compiling NIOTransportServices NIOTSBootstraps.swift
[305/347] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[306/347] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[309/347] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[327/353] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[328/353] Compiling NIOSSL SubjectAlternativeName.swift
[329/353] Compiling NIOSSL NIOSSLSecureBytes.swift
[330/353] Compiling NIOSSL RNG.swift
[331/353] Compiling NIOSSL SafeCompare.swift
[341/353] Emitting module NIOSSL
[342/371] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[351/371] Emitting module NIOHTTPCompression
[352/371] Compiling NIOHTTPCompression HTTPCompression.swift
[353/371] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[354/371] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[355/371] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[356/371] Compiling NIOHTTPCompression HTTPDecompression.swift
[357/372] Emitting module NIOHPACK
[358/373] Compiling NIOHPACK DynamicHeaderTable.swift
[359/373] Compiling NIOHPACK HPACKDecoder.swift
[360/373] Compiling NIOHPACK HPACKEncoder.swift
[361/373] Compiling NIOHPACK HPACKErrors.swift
[362/373] Compiling NIOSSL Zeroization.swift
[363/373] Compiling NIOSSL TLSConfiguration.swift
[364/373] Compiling NIOSSL UniversalBootstrapSupport.swift
[365/373] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[366/373] Compiling NIOHPACK HuffmanTables.swift
[367/374] Compiling NIOHPACK IndexedHeaderTable.swift
[368/374] Compiling NIOHPACK IntegerCoding.swift
[371/374] Compiling NIOHPACK StaticHeaderTable.swift
[372/374] Compiling NIOHPACK HuffmanCoding.swift
[373/374] Compiling NIOHPACK HPACKHeader.swift
[374/374] Compiling NIOHPACK HeaderTables.swift
[376/433] Emitting module NIOHTTP2
[377/441] Compiling NIOHTTP2 ConnectionStateMachine.swift
[378/441] Compiling NIOHTTP2 ConnectionStreamsState.swift
[379/441] Compiling NIOHTTP2 MayReceiveFrames.swift
[380/441] Compiling NIOHTTP2 ReceivingDataState.swift
[381/441] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[382/441] Compiling NIOHTTP2 ReceivingHeadersState.swift
[383/441] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[384/441] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[385/441] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[386/441] Compiling NIOHTTP2 StateMachineResult.swift
[387/441] Compiling NIOHTTP2 ContentLengthVerifier.swift
[388/441] Compiling NIOHTTP2 DOSHeuristics.swift
[389/441] Compiling NIOHTTP2 Error+Any.swift
[390/441] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[391/441] Compiling NIOHTTP2 ControlFrameBuffer.swift
[392/441] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[393/441] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[394/441] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[395/441] Compiling NIOHTTP2 HasFlowControlWindows.swift
[396/441] Compiling NIOHTTP2 HasLocalSettings.swift
[397/441] Compiling NIOHTTP2 HasRemoteSettings.swift
[398/441] Compiling NIOHTTP2 LocallyQuiescingState.swift
[399/441] Compiling NIOHTTP2 QuiescingState.swift
[400/441] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[401/441] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[402/441] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[403/441] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[404/441] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[405/441] Compiling NIOHTTP2 HTTP2StreamID.swift
[406/441] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[407/441] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[408/441] Compiling NIOHTTP2 HTTP2UserEvents.swift
[409/441] Compiling NIOHTTP2 InboundEventBuffer.swift
[410/441] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[411/441] Compiling NIOHTTP2 HTTP2Frame.swift
[412/441] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[413/441] Compiling NIOHTTP2 HTTP2FrameParser.swift
[414/441] Compiling NIOHTTP2 HTTP2PingData.swift
[415/441] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[416/441] Compiling NIOHTTP2 HTTP2Settings.swift
[417/441] Compiling NIOHTTP2 HTTP2Stream.swift
[418/441] Compiling NIOHTTP2 InboundWindowManager.swift
[419/441] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[420/441] Compiling NIOHTTP2 StreamChannelFlowController.swift
[421/441] Compiling NIOHTTP2 StreamChannelList.swift
[422/441] Compiling NIOHTTP2 StreamMap.swift
[423/441] Compiling NIOHTTP2 StreamStateMachine.swift
[424/441] Compiling NIOHTTP2 UnsafeTransfer.swift
[425/441] Compiling NIOHTTP2 WatermarkedFlowController.swift
[426/441] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[427/441] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[428/441] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[429/441] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[430/441] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[431/441] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[432/441] Compiling NIOHTTP2 HTTP2Error.swift
[433/441] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[434/441] Compiling NIOHTTP2 MaySendFrames.swift
[435/441] Compiling NIOHTTP2 SendingDataState.swift
[436/441] Compiling NIOHTTP2 SendingGoawayState.swift
[437/441] Compiling NIOHTTP2 SendingHeadersState.swift
[438/441] Compiling NIOHTTP2 SendingPushPromiseState.swift
[439/441] Compiling NIOHTTP2 SendingRstStreamState.swift
[440/441] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[441/441] Compiling NIOHTTP2 HTTP2SettingsState.swift
[443/502] Emitting module AsyncHTTPClient
[444/510] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[445/510] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[446/510] Compiling AsyncHTTPClient Transaction.swift
[447/510] Compiling AsyncHTTPClient Base64.swift
[448/510] Compiling AsyncHTTPClient BasicAuth.swift
[449/510] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[450/510] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[451/510] Compiling AsyncHTTPClient ConnectionPool.swift
[452/510] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[453/510] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[454/510] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[455/510] Compiling AsyncHTTPClient AsyncLazySequence.swift
[456/510] Compiling AsyncHTTPClient HTTPClient+execute.swift
[457/510] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[458/510] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[459/510] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[460/510] Compiling AsyncHTTPClient HTTPClientRequest.swift
[461/510] Compiling AsyncHTTPClient HTTPClientResponse.swift
[462/510] Compiling AsyncHTTPClient HTTPHandler.swift
[463/510] Compiling AsyncHTTPClient LRUCache.swift
[464/510] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[465/510] Compiling AsyncHTTPClient NWErrorHandler.swift
[466/510] Compiling AsyncHTTPClient NWWaitingHandler.swift
[467/510] Compiling AsyncHTTPClient TLSConfiguration.swift
[468/510] Compiling AsyncHTTPClient RedirectState.swift
[469/510] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[470/510] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[471/510] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[472/510] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[473/510] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[474/510] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[475/510] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[476/510] Compiling AsyncHTTPClient RequestBodyLength.swift
[477/510] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[478/510] Compiling AsyncHTTPClient RequestBag.swift
[479/510] Compiling AsyncHTTPClient RequestValidation.swift
[480/510] Compiling AsyncHTTPClient SSLContextCache.swift
[481/510] Compiling AsyncHTTPClient Scheme.swift
[482/510] Compiling AsyncHTTPClient Singleton.swift
[483/510] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[484/510] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[485/510] Compiling AsyncHTTPClient Utils.swift
[486/510] Compiling AsyncHTTPClient ConnectionTarget.swift
[487/510] Compiling AsyncHTTPClient DeconstructedURL.swift
[488/510] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[489/510] Compiling AsyncHTTPClient FoundationExtensions.swift
[490/510] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[491/510] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[492/510] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[493/510] Compiling AsyncHTTPClient HTTPClient.swift
[494/510] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[495/510] Compiling AsyncHTTPClient TLSEventsHandler.swift
[496/510] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[497/510] Compiling AsyncHTTPClient HTTP1Connection.swift
[498/510] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[499/510] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[500/510] Compiling AsyncHTTPClient HTTP2Connection.swift
[501/510] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[502/510] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[503/510] Compiling AsyncHTTPClient RequestOptions.swift
[504/510] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[505/510] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[506/510] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[507/510] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[508/510] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[509/510] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[510/510] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[512/561] Compiling OpenAIKit ChatProvider.swift
/host/spi-builder-workspace/Sources/OpenAIKit/Client/Client.swift:43:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
41 | #if !os(Linux)
42 |     public init(
43 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
44 |         configuration: Configuration
45 |     ) {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
[513/561] Compiling OpenAIKit ChatStream.swift
/host/spi-builder-workspace/Sources/OpenAIKit/Client/Client.swift:43:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
41 | #if !os(Linux)
42 |     public init(
43 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
44 |         configuration: Configuration
45 |     ) {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
[514/561] Compiling OpenAIKit CreateChatRequest.swift
/host/spi-builder-workspace/Sources/OpenAIKit/Client/Client.swift:43:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
41 | #if !os(Linux)
42 |     public init(
43 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
44 |         configuration: Configuration
45 |     ) {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
[515/561] Compiling OpenAIKit FinishReason.swift
/host/spi-builder-workspace/Sources/OpenAIKit/Client/Client.swift:43:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
41 | #if !os(Linux)
42 |     public init(
43 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
44 |         configuration: Configuration
45 |     ) {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
[516/561] Compiling OpenAIKit Client.swift
/host/spi-builder-workspace/Sources/OpenAIKit/Client/Client.swift:43:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
41 | #if !os(Linux)
42 |     public init(
43 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
44 |         configuration: Configuration
45 |     ) {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
[517/561] Compiling OpenAIKit Completion.swift
/host/spi-builder-workspace/Sources/OpenAIKit/Client/Client.swift:43:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
41 | #if !os(Linux)
42 |     public init(
43 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
44 |         configuration: Configuration
45 |     ) {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
[518/561] Compiling OpenAIKit CompletionProvider.swift
/host/spi-builder-workspace/Sources/OpenAIKit/Client/Client.swift:43:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
41 | #if !os(Linux)
42 |     public init(
43 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
44 |         configuration: Configuration
45 |     ) {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
error: emit-module command failed with exit code 1 (use -v to see invocation)
[519/568] Emitting module OpenAIKit
/host/spi-builder-workspace/Sources/OpenAIKit/Client/Client.swift:43:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
41 | #if !os(Linux)
42 |     public init(
43 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
44 |         configuration: Configuration
45 |     ) {
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:5:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | #if !os(Linux)
 4 | struct URLSessionRequestHandler: RequestHandler {
 5 |     let session: URLSession
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |     let configuration: Configuration
 7 |     let decoder: JSONDecoder
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:10:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 8 |
 9 |     init(
10 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
11 |         configuration: Configuration,
12 |         decoder: JSONDecoder = JSONDecoder()
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:62:61: error: cannot find type 'URLRequest' in scope
60 |     }
61 |
62 |     private func makeUrlRequest(request: Request) throws -> URLRequest {
   |                                                             `- error: cannot find type 'URLRequest' in scope
63 |         let urlString = try generateURL(for: request)
64 |         guard let url = URL(string: urlString) else {
[520/568] Compiling OpenAIKit API.swift
[521/568] Compiling OpenAIKit AudioProvider.swift
[522/568] Compiling OpenAIKit CreateTranscriptionRequest.swift
[523/568] Compiling OpenAIKit CreateTranslationRequest.swift
[524/568] Compiling OpenAIKit Transcription.swift
[525/568] Compiling OpenAIKit Translation.swift
[526/568] Compiling OpenAIKit Chat.swift
[527/568] Compiling OpenAIKit ListFilesRequest.swift
[528/568] Compiling OpenAIKit RetrieveFileContentRequest.swift
[529/568] Compiling OpenAIKit RetrieveFileRequest.swift
[530/568] Compiling OpenAIKit UploadFileRequest.swift
[531/568] Compiling OpenAIKit DeleteFileResponse.swift
[532/568] Compiling OpenAIKit ListFilesResponse.swift
[533/568] Compiling OpenAIKit Image.swift
[534/568] Compiling OpenAIKit CreateCompletionRequest.swift
[535/568] Compiling OpenAIKit Configuration.swift
[536/568] Compiling OpenAIKit CreateEditRequest.swift
[537/568] Compiling OpenAIKit Edit.swift
[538/568] Compiling OpenAIKit EditProvider.swift
[539/568] Compiling OpenAIKit CreateEmbeddingRequest.swift
[540/568] Compiling OpenAIKit CreateEmbeddingResponse.swift
[541/568] Compiling OpenAIKit ModerationProvider.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:5:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | #if !os(Linux)
 4 | struct URLSessionRequestHandler: RequestHandler {
 5 |     let session: URLSession
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |     let configuration: Configuration
 7 |     let decoder: JSONDecoder
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:10:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 8 |
 9 |     init(
10 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
11 |         configuration: Configuration,
12 |         decoder: JSONDecoder = JSONDecoder()
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:62:61: error: cannot find type 'URLRequest' in scope
60 |     }
61 |
62 |     private func makeUrlRequest(request: Request) throws -> URLRequest {
   |                                                             `- error: cannot find type 'URLRequest' in scope
63 |         let urlString = try generateURL(for: request)
64 |         guard let url = URL(string: urlString) else {
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:21:43: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
19 |     func perform<T>(request: Request) async throws -> T where T : Decodable {
20 |         let urlRequest = try makeUrlRequest(request: request)
21 |         let (data, _) = try await session.data(for: urlRequest)
   |                                           `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
22 |         decoder.keyDecodingStrategy = request.keyDecodingStrategy
23 |         decoder.dateDecodingStrategy = request.dateDecodingStrategy
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:41:56: error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
39 |                 do {
40 |
41 |                     let (bytes, _) = try await session.bytes(for: urlRequest)
   |                                                        `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
42 |                     for try await buffer in bytes.lines {
43 |                         buffer
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:67:26: error: cannot find 'URLRequest' in scope
65 |             throw RequestHandlerError.invalidURLGenerated
66 |         }
67 |         var urlRequest = URLRequest(url: url)
   |                          `- error: cannot find 'URLRequest' in scope
68 |         for (key, value) in configuration.headers {
69 |             urlRequest.addValue(value, forHTTPHeaderField: key)
[542/568] Compiling OpenAIKit MultipartFormDataBuilder.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:5:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | #if !os(Linux)
 4 | struct URLSessionRequestHandler: RequestHandler {
 5 |     let session: URLSession
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |     let configuration: Configuration
 7 |     let decoder: JSONDecoder
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:10:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 8 |
 9 |     init(
10 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
11 |         configuration: Configuration,
12 |         decoder: JSONDecoder = JSONDecoder()
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:62:61: error: cannot find type 'URLRequest' in scope
60 |     }
61 |
62 |     private func makeUrlRequest(request: Request) throws -> URLRequest {
   |                                                             `- error: cannot find type 'URLRequest' in scope
63 |         let urlString = try generateURL(for: request)
64 |         guard let url = URL(string: urlString) else {
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:21:43: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
19 |     func perform<T>(request: Request) async throws -> T where T : Decodable {
20 |         let urlRequest = try makeUrlRequest(request: request)
21 |         let (data, _) = try await session.data(for: urlRequest)
   |                                           `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
22 |         decoder.keyDecodingStrategy = request.keyDecodingStrategy
23 |         decoder.dateDecodingStrategy = request.dateDecodingStrategy
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:41:56: error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
39 |                 do {
40 |
41 |                     let (bytes, _) = try await session.bytes(for: urlRequest)
   |                                                        `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
42 |                     for try await buffer in bytes.lines {
43 |                         buffer
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:67:26: error: cannot find 'URLRequest' in scope
65 |             throw RequestHandlerError.invalidURLGenerated
66 |         }
67 |         var urlRequest = URLRequest(url: url)
   |                          `- error: cannot find 'URLRequest' in scope
68 |         for (key, value) in configuration.headers {
69 |             urlRequest.addValue(value, forHTTPHeaderField: key)
[543/568] Compiling OpenAIKit NIORequestHandler.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:5:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | #if !os(Linux)
 4 | struct URLSessionRequestHandler: RequestHandler {
 5 |     let session: URLSession
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |     let configuration: Configuration
 7 |     let decoder: JSONDecoder
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:10:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 8 |
 9 |     init(
10 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
11 |         configuration: Configuration,
12 |         decoder: JSONDecoder = JSONDecoder()
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:62:61: error: cannot find type 'URLRequest' in scope
60 |     }
61 |
62 |     private func makeUrlRequest(request: Request) throws -> URLRequest {
   |                                                             `- error: cannot find type 'URLRequest' in scope
63 |         let urlString = try generateURL(for: request)
64 |         guard let url = URL(string: urlString) else {
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:21:43: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
19 |     func perform<T>(request: Request) async throws -> T where T : Decodable {
20 |         let urlRequest = try makeUrlRequest(request: request)
21 |         let (data, _) = try await session.data(for: urlRequest)
   |                                           `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
22 |         decoder.keyDecodingStrategy = request.keyDecodingStrategy
23 |         decoder.dateDecodingStrategy = request.dateDecodingStrategy
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:41:56: error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
39 |                 do {
40 |
41 |                     let (bytes, _) = try await session.bytes(for: urlRequest)
   |                                                        `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
42 |                     for try await buffer in bytes.lines {
43 |                         buffer
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:67:26: error: cannot find 'URLRequest' in scope
65 |             throw RequestHandlerError.invalidURLGenerated
66 |         }
67 |         var urlRequest = URLRequest(url: url)
   |                          `- error: cannot find 'URLRequest' in scope
68 |         for (key, value) in configuration.headers {
69 |             urlRequest.addValue(value, forHTTPHeaderField: key)
[544/568] Compiling OpenAIKit Request.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:5:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | #if !os(Linux)
 4 | struct URLSessionRequestHandler: RequestHandler {
 5 |     let session: URLSession
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |     let configuration: Configuration
 7 |     let decoder: JSONDecoder
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:10:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 8 |
 9 |     init(
10 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
11 |         configuration: Configuration,
12 |         decoder: JSONDecoder = JSONDecoder()
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:62:61: error: cannot find type 'URLRequest' in scope
60 |     }
61 |
62 |     private func makeUrlRequest(request: Request) throws -> URLRequest {
   |                                                             `- error: cannot find type 'URLRequest' in scope
63 |         let urlString = try generateURL(for: request)
64 |         guard let url = URL(string: urlString) else {
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:21:43: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
19 |     func perform<T>(request: Request) async throws -> T where T : Decodable {
20 |         let urlRequest = try makeUrlRequest(request: request)
21 |         let (data, _) = try await session.data(for: urlRequest)
   |                                           `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
22 |         decoder.keyDecodingStrategy = request.keyDecodingStrategy
23 |         decoder.dateDecodingStrategy = request.dateDecodingStrategy
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:41:56: error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
39 |                 do {
40 |
41 |                     let (bytes, _) = try await session.bytes(for: urlRequest)
   |                                                        `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
42 |                     for try await buffer in bytes.lines {
43 |                         buffer
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:67:26: error: cannot find 'URLRequest' in scope
65 |             throw RequestHandlerError.invalidURLGenerated
66 |         }
67 |         var urlRequest = URLRequest(url: url)
   |                          `- error: cannot find 'URLRequest' in scope
68 |         for (key, value) in configuration.headers {
69 |             urlRequest.addValue(value, forHTTPHeaderField: key)
[545/568] Compiling OpenAIKit RequestHandler.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:5:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | #if !os(Linux)
 4 | struct URLSessionRequestHandler: RequestHandler {
 5 |     let session: URLSession
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |     let configuration: Configuration
 7 |     let decoder: JSONDecoder
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:10:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 8 |
 9 |     init(
10 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
11 |         configuration: Configuration,
12 |         decoder: JSONDecoder = JSONDecoder()
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:62:61: error: cannot find type 'URLRequest' in scope
60 |     }
61 |
62 |     private func makeUrlRequest(request: Request) throws -> URLRequest {
   |                                                             `- error: cannot find type 'URLRequest' in scope
63 |         let urlString = try generateURL(for: request)
64 |         guard let url = URL(string: urlString) else {
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:21:43: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
19 |     func perform<T>(request: Request) async throws -> T where T : Decodable {
20 |         let urlRequest = try makeUrlRequest(request: request)
21 |         let (data, _) = try await session.data(for: urlRequest)
   |                                           `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
22 |         decoder.keyDecodingStrategy = request.keyDecodingStrategy
23 |         decoder.dateDecodingStrategy = request.dateDecodingStrategy
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:41:56: error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
39 |                 do {
40 |
41 |                     let (bytes, _) = try await session.bytes(for: urlRequest)
   |                                                        `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
42 |                     for try await buffer in bytes.lines {
43 |                         buffer
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:67:26: error: cannot find 'URLRequest' in scope
65 |             throw RequestHandlerError.invalidURLGenerated
66 |         }
67 |         var urlRequest = URLRequest(url: url)
   |                          `- error: cannot find 'URLRequest' in scope
68 |         for (key, value) in configuration.headers {
69 |             urlRequest.addValue(value, forHTTPHeaderField: key)
[546/568] Compiling OpenAIKit URLSessionRequestHandler.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:5:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | #if !os(Linux)
 4 | struct URLSessionRequestHandler: RequestHandler {
 5 |     let session: URLSession
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |     let configuration: Configuration
 7 |     let decoder: JSONDecoder
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:10:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 8 |
 9 |     init(
10 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
11 |         configuration: Configuration,
12 |         decoder: JSONDecoder = JSONDecoder()
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:62:61: error: cannot find type 'URLRequest' in scope
60 |     }
61 |
62 |     private func makeUrlRequest(request: Request) throws -> URLRequest {
   |                                                             `- error: cannot find type 'URLRequest' in scope
63 |         let urlString = try generateURL(for: request)
64 |         guard let url = URL(string: urlString) else {
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:21:43: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
19 |     func perform<T>(request: Request) async throws -> T where T : Decodable {
20 |         let urlRequest = try makeUrlRequest(request: request)
21 |         let (data, _) = try await session.data(for: urlRequest)
   |                                           `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
22 |         decoder.keyDecodingStrategy = request.keyDecodingStrategy
23 |         decoder.dateDecodingStrategy = request.dateDecodingStrategy
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:41:56: error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
39 |                 do {
40 |
41 |                     let (bytes, _) = try await session.bytes(for: urlRequest)
   |                                                        `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
42 |                     for try await buffer in bytes.lines {
43 |                         buffer
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:67:26: error: cannot find 'URLRequest' in scope
65 |             throw RequestHandlerError.invalidURLGenerated
66 |         }
67 |         var urlRequest = URLRequest(url: url)
   |                          `- error: cannot find 'URLRequest' in scope
68 |         for (key, value) in configuration.headers {
69 |             urlRequest.addValue(value, forHTTPHeaderField: key)
[547/568] Compiling OpenAIKit Usage.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:5:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 3 | #if !os(Linux)
 4 | struct URLSessionRequestHandler: RequestHandler {
 5 |     let session: URLSession
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 6 |     let configuration: Configuration
 7 |     let decoder: JSONDecoder
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:10:18: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
 8 |
 9 |     init(
10 |         session: URLSession,
   |                  `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
11 |         configuration: Configuration,
12 |         decoder: JSONDecoder = JSONDecoder()
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:62:61: error: cannot find type 'URLRequest' in scope
60 |     }
61 |
62 |     private func makeUrlRequest(request: Request) throws -> URLRequest {
   |                                                             `- error: cannot find type 'URLRequest' in scope
63 |         let urlString = try generateURL(for: request)
64 |         guard let url = URL(string: urlString) else {
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:21:43: error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
19 |     func perform<T>(request: Request) async throws -> T where T : Decodable {
20 |         let urlRequest = try makeUrlRequest(request: request)
21 |         let (data, _) = try await session.data(for: urlRequest)
   |                                           `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'data'
22 |         decoder.keyDecodingStrategy = request.keyDecodingStrategy
23 |         decoder.dateDecodingStrategy = request.dateDecodingStrategy
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:41:56: error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
39 |                 do {
40 |
41 |                     let (bytes, _) = try await session.bytes(for: urlRequest)
   |                                                        `- error: value of type 'URLSession' (aka 'AnyObject') has no member 'bytes'
42 |                     for try await buffer in bytes.lines {
43 |                         buffer
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/URLSessionRequestHandler.swift:67:26: error: cannot find 'URLRequest' in scope
65 |             throw RequestHandlerError.invalidURLGenerated
66 |         }
67 |         var urlRequest = URLRequest(url: url)
   |                          `- error: cannot find 'URLRequest' in scope
68 |         for (key, value) in configuration.headers {
69 |             urlRequest.addValue(value, forHTTPHeaderField: key)
[548/568] Compiling OpenAIKit Embedding.swift
[549/568] Compiling OpenAIKit EmbeddingProvider.swift
[550/568] Compiling OpenAIKit APIError.swift
[551/568] Compiling OpenAIKit RequestHandler+Error.swift
[552/568] Compiling OpenAIKit File.swift
[553/568] Compiling OpenAIKit FileProvider.swift
[554/568] Compiling OpenAIKit DeleteFileRequest.swift
[555/568] Compiling OpenAIKit Model.swift
[556/568] Compiling OpenAIKit ModelProvider.swift
[557/568] Compiling OpenAIKit ListModelsRequest.swift
[558/568] Compiling OpenAIKit RetrieveModelRequest.swift
[559/568] Compiling OpenAIKit ListModelsResponse.swift
[560/568] Compiling OpenAIKit CreateModerationRequest.swift
[561/568] Compiling OpenAIKit Moderation.swift
[562/568] Compiling OpenAIKit ImageProvider.swift
[563/568] Compiling OpenAIKit ImageResponse.swift
[564/568] Compiling OpenAIKit CreateImageEditRequest.swift
[565/568] Compiling OpenAIKit CreateImageRequest.swift
[566/568] Compiling OpenAIKit CreateImageVariationRequest.swift
[567/568] Compiling OpenAIKit Language.swift
[568/568] Compiling OpenAIKit MIMEType.swift
BUILD FAILURE 6.1 android