The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of openai-kit, reference main (1ce94b), with Swift 6.1 for Linux on 27 Apr 2025 19:37:03 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dylanshine/openai-kit.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1ce94bb Merge pull request #69 from JSky74/gpt-4o-support
Cloned https://github.com/dylanshine/openai-kit.git
Revision (git rev-parse @):
1ce94bbf8f0f9ebd84483dcdc42b1fda8e44d04e
SUCCESS checkout https://github.com/dylanshine/openai-kit.git at main
========================================
Build
========================================
Selected platform:         linux
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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
[1/13787] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.70s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (1.17s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/1705] Fetching swift-atomics
[172/5541] Fetching swift-atomics, swift-log
[531/11203] Fetching swift-atomics, swift-log, swift-nio-extras
[1904/13822] Fetching swift-atomics, swift-log, swift-nio-extras, swift-nio-transport-services
[6240/19725] Fetching swift-atomics, swift-log, swift-nio-extras, swift-nio-transport-services, swift-algorithms
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.43s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.43s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (0.47s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.47s)
[1/11492] Fetching swift-nio-http2
[2530/26285] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.95s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.43s)
[1/75436] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.39s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (8.52s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.45s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (2.09s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.96s)
Fetched https://github.com/apple/swift-collections.git from cache (0.98s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.40s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.67s)
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 (1.36s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.43s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.61s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.24s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.24s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.79s)
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.02s)
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.45s)
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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.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.2.2
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/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
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.25.2
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Building for debugging...
[0/440] Write sources
[21/440] Compiling CNIOWindows WSAStartup.c
[21/440] Compiling CNIODarwin shim.c
[23/440] Compiling CNIOWindows shim.c
[24/440] Write sources
[27/440] Compiling CNIOLinux liburing_shims.c
[27/440] Compiling _NumericsShims _NumericsShims.c
[29/440] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[30/440] Compiling CNIOWASI CNIOWASI.c
[31/440] Compiling _AtomicsShims.c
[32/440] Compiling CNIOExtrasZlib empty.c
[33/440] Compiling CNIOLLHTTP c_nio_http.c
[34/440] Compiling CNIOLinux shim.c
[35/440] Compiling CNIOLLHTTP c_nio_api.c
[36/440] Compiling fiat_p256_adx_sqr.S
[37/440] Compiling fiat_curve25519_adx_square.S
[38/440] Compiling fiat_curve25519_adx_mul.S
[39/440] Compiling fiat_p256_adx_mul.S
[40/440] Write swift-version-24593BA9C3E375BF.txt
[41/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/440] Compiling CNIOBoringSSLShims shims.c
[43/446] Compiling tls_record.cc
[44/446] Compiling tls_method.cc
[46/457] Emitting module _NIODataStructures
[46/459] Compiling tls13_both.cc
[48/461] Emitting module Logging
[48/478] Compiling tls13_server.cc
[49/478] Compiling tls13_client.cc
[50/497] Compiling tls13_enc.cc
[52/497] Emitting module InternalCollectionsUtilities
[52/499] Compiling t1_enc.cc
[54/499] Compiling Atomics ManagedAtomic.swift
[55/499] Compiling Atomics ManagedAtomicLazyReference.swift
[56/499] Compiling RealModule Real.swift
[57/499] Compiling Atomics AtomicReference.swift
[58/499] Compiling Atomics AtomicStorage.swift
[59/499] Compiling Atomics AtomicValue.swift
[60/499] Compiling RealModule Float80+Real.swift
[61/499] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[62/499] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[63/502] Compiling Atomics Primitives.shims.swift
[64/502] Compiling Atomics AtomicInteger.swift
[65/502] Compiling Atomics AtomicOptionalWrappable.swift
[68/502] Compiling Atomics OptionalRawRepresentable.swift
[69/502] Compiling Atomics RawRepresentable.swift
[70/502] Compiling Atomics AtomicBool.swift
[71/502] Compiling Atomics AtomicMemoryOrderings.swift
[72/502] Compiling Atomics DoubleWord.swift
[73/502] Compiling RealModule Float16+Real.swift
[82/502] Compiling Atomics IntegerConformances.swift
[83/502] Compiling _NIODataStructures _TinyArray.swift
[84/502] Compiling Atomics PointerConformances.swift
[85/502] Compiling Atomics Primitives.native.swift
[88/502] Compiling _NIODataStructures PriorityQueue.swift
[89/502] Compiling RealModule ElementaryFunctions.swift
[90/502] Compiling RealModule Float+Real.swift
[91/502] Emitting module _NIOBase64
[92/502] Compiling _NIOBase64 Base64.swift
[95/503] Emitting module RealModule
[98/504] Compiling RealModule RealFunctions.swift
[101/505] Compiling ssl_x509.cc
[103/505] Compiling Atomics IntegerOperations.swift
[104/505] Compiling Atomics Unmanaged extensions.swift
[105/545] Compiling Algorithms Chunked.swift
[106/545] Compiling Algorithms Combinations.swift
[107/547] Emitting module Atomics
[108/547] Compiling Logging MetadataProvider.swift
[109/547] Compiling Algorithms FlattenCollection.swift
[110/547] Compiling Algorithms Grouped.swift
[111/547] Compiling Algorithms Joined.swift
[112/547] Compiling Algorithms Keyed.swift
[113/547] Compiling Logging Locks.swift
[114/547] Compiling _NIODataStructures Heap.swift
[115/548] Compiling Logging LogHandler.swift
[116/548] Compiling Logging Logging.swift
[117/549] Compiling DequeModule _DequeSlot.swift
[118/549] Compiling DequeModule _UnsafeWrappedBuffer.swift
[119/549] Compiling Algorithms AdjacentPairs.swift
[120/549] Compiling Algorithms Chain.swift
[126/550] Compiling Algorithms Indexed.swift
[127/550] Compiling Algorithms Intersperse.swift
[129/550] Compiling ssl_versions.cc
[131/550] Compiling Algorithms Compacted.swift
[132/550] Compiling Algorithms Cycle.swift
[133/550] Compiling Algorithms EitherSequence.swift
[134/550] Compiling Algorithms FirstNonNil.swift
[136/550] Compiling ssl_stat.cc
[137/550] Compiling ssl_transcript.cc
[139/550] Emitting module DequeModule
[141/551] Compiling Algorithms RandomSample.swift
[142/551] Compiling Algorithms Reductions.swift
[143/551] Compiling Algorithms Rotate.swift
[144/551] Compiling Algorithms Split.swift
[145/551] Compiling Algorithms Stride.swift
[146/551] Compiling Algorithms Suffix.swift
[151/554] Compiling Algorithms Permutations.swift
[152/554] Compiling Algorithms Product.swift
[165/554] Compiling Algorithms Trim.swift
[166/554] Compiling Algorithms Unique.swift
[167/554] Compiling Algorithms Windows.swift
[167/554] Compiling ssl_session.cc
[168/554] Compiling ssl_key_share.cc
[169/554] Compiling ssl_privkey.cc
[170/554] Compiling ssl_file.cc
[171/554] Compiling ssl_credential.cc
[172/554] Compiling ssl_lib.cc
[174/554] Emitting module Algorithms
[175/555] Compiling ssl_cipher.cc
[176/555] Compiling ssl_buffer.cc
[177/555] Compiling ssl_cert.cc
[178/555] Compiling ssl_asn1.cc
[179/555] Compiling ssl_aead_ctx.cc
[180/555] Compiling s3_pkt.cc
[181/555] Compiling s3_lib.cc
[182/555] Compiling s3_both.cc
[183/555] Compiling handshake_server.cc
[184/555] Compiling handshake_client.cc
[185/555] Compiling handshake.cc
[186/555] Compiling handoff.cc
[187/555] Compiling encrypted_client_hello.cc
[188/555] Compiling dtls_record.cc
[189/555] Compiling md5-x86_64-linux.S
[190/555] Compiling md5-x86_64-apple.S
[191/555] Compiling extensions.cc
[192/555] Compiling md5-586-linux.S
[193/555] Compiling md5-586-apple.S
[194/555] Compiling chacha20_poly1305_x86_64-linux.S
[195/555] Compiling chacha20_poly1305_x86_64-apple.S
[196/555] Compiling chacha20_poly1305_armv8-win.S
[197/555] Compiling chacha20_poly1305_armv8-linux.S
[198/555] Compiling dtls_method.cc
[199/555] Compiling err_data.cc
[200/555] Compiling chacha20_poly1305_armv8-apple.S
[201/555] Compiling chacha-x86_64-linux.S
[202/555] Compiling chacha-x86_64-apple.S
[203/555] Compiling chacha-x86-linux.S
[204/555] Compiling chacha-x86-apple.S
[205/555] Compiling chacha-armv8-win.S
[206/555] Compiling chacha-armv8-linux.S
[207/555] Compiling chacha-armv8-apple.S
[208/555] Compiling chacha-armv4-linux.S
[209/555] Compiling aes128gcmsiv-x86_64-apple.S
[210/555] Compiling aes128gcmsiv-x86_64-linux.S
[211/555] Compiling d1_srtp.cc
[212/555] Compiling x86_64-mont5-apple.S
[213/555] Compiling x86_64-mont5-linux.S
[214/555] Compiling x86_64-mont-linux.S
[215/555] Compiling x86_64-mont-apple.S
[216/555] Compiling x86-mont-linux.S
[217/555] Compiling x86-mont-apple.S
[218/555] Compiling vpaes-x86_64-linux.S
[219/555] Compiling vpaes-x86_64-apple.S
[220/555] Compiling vpaes-x86-apple.S
[221/555] Compiling vpaes-x86-linux.S
[222/555] Compiling vpaes-armv8-win.S
[223/555] Compiling vpaes-armv8-linux.S
[224/555] Compiling vpaes-armv8-apple.S
[225/555] Compiling vpaes-armv7-linux.S
[226/555] Compiling sha512-x86_64-linux.S
[227/555] Compiling sha512-x86_64-apple.S
[228/555] Compiling sha512-armv8-win.S
[229/555] Compiling sha512-armv8-linux.S
[230/555] Compiling sha512-armv8-apple.S
[231/555] Compiling sha512-armv4-linux.S
[232/555] Compiling sha512-586-linux.S
[233/555] Compiling sha512-586-apple.S
[234/555] Compiling sha256-x86_64-apple.S
[235/555] Compiling sha256-x86_64-linux.S
[236/555] Compiling sha256-armv8-win.S
[237/555] Compiling sha256-armv8-linux.S
[238/555] Compiling bio_ssl.cc
[239/555] Compiling sha256-armv8-apple.S
[240/555] Compiling sha256-armv4-linux.S
[241/555] Compiling sha256-586-linux.S
[242/555] Compiling sha256-586-apple.S
[243/555] Compiling sha1-x86_64-apple.S
[244/555] Compiling sha1-armv8-win.S
[245/555] Compiling sha1-armv8-linux.S
[246/555] Compiling sha1-x86_64-linux.S
[247/555] Compiling sha1-armv8-apple.S
[248/555] Compiling sha1-armv4-large-linux.S
[248/555] Compiling sha1-586-linux.S
[250/555] Compiling d1_pkt.cc
[251/555] Compiling sha1-586-apple.S
[252/555] Compiling rsaz-avx2-apple.S
[253/555] Compiling rsaz-avx2-linux.S
[254/555] Compiling rdrand-x86_64-apple.S
[255/555] Compiling rdrand-x86_64-linux.S
[256/555] Compiling p256_beeu-x86_64-asm-linux.S
[257/555] Compiling p256_beeu-x86_64-asm-apple.S
[258/555] Compiling p256_beeu-armv8-asm-win.S
[259/555] Compiling p256_beeu-armv8-asm-linux.S
[260/555] Compiling p256_beeu-armv8-asm-apple.S
[261/555] Compiling p256-x86_64-asm-apple.S
[262/555] Compiling p256-armv8-asm-win.S
[263/555] Compiling p256-x86_64-asm-linux.S
[264/555] Compiling p256-armv8-asm-linux.S
[265/555] Compiling p256-armv8-asm-apple.S
[266/555] Compiling ghashv8-armv8-win.S
[267/555] Compiling ghashv8-armv8-linux.S
[268/555] Compiling ghashv8-armv8-apple.S
[269/555] Compiling ghashv8-armv7-linux.S
[270/555] Compiling ghash-x86_64-apple.S
[271/555] Compiling ghash-x86_64-linux.S
[272/555] Compiling ghash-x86-linux.S
[273/555] Compiling ghash-x86-apple.S
[274/555] Compiling ghash-ssse3-x86-apple.S
[275/555] Compiling ghash-ssse3-x86_64-apple.S
[276/555] Compiling ghash-ssse3-x86_64-linux.S
[277/555] Compiling ghash-ssse3-x86-linux.S
[278/555] Compiling d1_lib.cc
[279/555] Compiling ghash-neon-armv8-win.S
[280/555] Compiling ghash-neon-armv8-linux.S
[281/555] Compiling ghash-neon-armv8-apple.S
[282/555] Compiling co-586-linux.S
[283/555] Compiling ghash-armv4-linux.S
[284/555] Compiling co-586-apple.S
[285/555] Compiling bsaes-armv7-linux.S
[286/555] Compiling bn-armv8-win.S
[287/555] Compiling bn-armv8-linux.S
[288/555] Compiling bn-armv8-apple.S
[289/555] Compiling bn-586-linux.S
[290/555] Compiling bn-586-apple.S
[291/555] Compiling armv8-mont-win.S
[292/555] Compiling armv8-mont-linux.S
[293/555] Compiling armv8-mont-apple.S
[294/555] Compiling armv4-mont-linux.S
[295/555] Compiling aesv8-gcm-armv8-win.S
[296/555] Compiling aesv8-gcm-armv8-linux.S
[297/555] Compiling aesv8-gcm-armv8-apple.S
[298/555] Compiling aesv8-armv8-win.S
[299/555] Compiling aesv8-armv8-linux.S
[300/555] Compiling aesv8-armv8-apple.S
[301/555] Compiling aesv8-armv7-linux.S
[302/555] Compiling aesni-x86_64-linux.S
[303/555] Compiling aesni-x86-linux.S
[304/555] Compiling aesni-x86_64-apple.S
[305/555] Compiling aesni-x86-apple.S
[306/555] Compiling aesni-gcm-x86_64-linux.S
[307/555] Compiling aesni-gcm-x86_64-apple.S
[308/555] Compiling aes-gcm-avx2-x86_64-linux.S
[309/555] Compiling d1_both.cc
[310/555] Compiling aes-gcm-avx2-x86_64-apple.S
[311/555] Compiling aes-gcm-avx10-x86_64-linux.S
[312/555] Compiling aes-gcm-avx10-x86_64-apple.S
[313/555] Compiling x_sig.cc
[314/555] Compiling x_x509a.cc
[315/555] Compiling x_val.cc
[316/555] Compiling x_x509.cc
[317/555] Compiling x_spki.cc
[318/555] Compiling x_req.cc
[319/555] Compiling x_pubkey.cc
[320/555] Compiling x_name.cc
[321/555] Compiling x_algor.cc
[321/555] Compiling x509spki.cc
[323/555] Compiling x_exten.cc
[324/555] Compiling x_crl.cc
[325/555] Compiling x_attrib.cc
[326/555] Compiling x509rset.cc
[327/555] Compiling x_all.cc
[328/555] Compiling x509name.cc
[329/555] Compiling x509_txt.cc
[330/555] Compiling x509cset.cc
[331/555] Compiling x509_vpm.cc
[332/555] Compiling x509_v3.cc
[333/555] Compiling x509_vfy.cc
[334/555] Compiling x509_set.cc
[335/555] Compiling x509_trs.cc
[336/555] Compiling x509_req.cc
[337/555] Compiling x509_obj.cc
[338/555] Compiling x509_def.cc
[339/555] Compiling x509_ext.cc
[340/555] Compiling x509_d2.cc
[341/555] Compiling x509_lu.cc
[342/555] Compiling x509.cc
[343/555] Compiling x509_cmp.cc
[344/555] Compiling x509_att.cc
[345/555] Compiling v3_skey.cc
[346/555] Compiling v3_prn.cc
[347/555] Compiling v3_ocsp.cc
[347/555] Compiling v3_utl.cc
[349/555] Compiling v3_pmaps.cc
[350/555] Compiling v3_purp.cc
[351/555] Compiling v3_pcons.cc
[352/555] Compiling v3_ncons.cc
[353/555] Compiling v3_int.cc
[354/555] Compiling v3_lib.cc
[355/555] Compiling v3_ia5.cc
[356/555] Compiling v3_info.cc
[357/555] Compiling v3_genn.cc
[358/555] Compiling v3_extku.cc
[359/555] Compiling v3_enum.cc
[360/555] Compiling v3_crld.cc
[361/555] Compiling v3_cpols.cc
[362/555] Compiling v3_bitst.cc
[363/555] Compiling v3_conf.cc
[364/555] Compiling v3_bcons.cc
[365/555] Compiling v3_akeya.cc
[366/555] Compiling v3_alt.cc
[366/555] Compiling v3_akey.cc
[368/555] Compiling t_x509a.cc
[369/555] Compiling i2d_pr.cc
[370/555] Compiling t_crl.cc
[371/555] Compiling t_x509.cc
[372/555] Compiling t_req.cc
[373/555] Compiling name_print.cc
[374/555] Compiling rsa_pss.cc
[375/555] Compiling policy.cc
[376/555] Compiling by_file.cc
[377/555] Compiling by_dir.cc
[378/555] Compiling algorithm.cc
[379/555] Compiling a_digest.cc
[379/555] Compiling trust_token.cc
[380/555] Compiling asn1_gen.cc
[380/555] Compiling voprf.cc
[383/555] Compiling a_verify.cc
[384/555] Compiling a_sign.cc
[385/555] Compiling thread.cc
[386/555] Compiling thread_none.cc
[387/555] Compiling thread_win.cc
[388/555] Compiling thread_pthread.cc
[389/555] Compiling pmbtoken.cc
[390/555] Compiling stack.cc
[391/555] Compiling slhdsa.cc
[392/555] Compiling sha512.cc
[393/555] Compiling sha256.cc
[394/555] Compiling sha1.cc
[394/555] Compiling siphash.cc
[396/555] Compiling rsa_extra.cc
[397/555] Compiling spake2plus.cc
[398/555] Compiling rsa_print.cc
[399/555] Compiling rc4.cc
[400/555] Compiling refcount.cc
[401/555] Compiling rsa_crypt.cc
[402/555] Compiling windows.cc
[403/555] Compiling trusty.cc
[404/555] Compiling rand.cc
[405/555] Compiling urandom.cc
[406/555] Compiling rsa_asn1.cc
[407/555] Compiling passive.cc
[408/555] Compiling getentropy.cc
[408/555] Compiling ios.cc
[410/555] Compiling poly1305_arm_asm.S
[411/555] Compiling deterministic.cc
[412/555] Compiling forkunsafe.cc
[413/555] Compiling fork_detect.cc
[414/555] Compiling poly1305_arm.cc
[415/555] Compiling poly1305.cc
[416/555] Compiling pool.cc
[417/555] Compiling poly1305_vec.cc
[418/555] Compiling pkcs7.cc
[419/555] Compiling pkcs8.cc
[420/555] Compiling p5_pbev2.cc
[421/555] Compiling pkcs7_x509.cc
[422/555] Compiling pkcs8_x509.cc
[423/555] Compiling pem_xaux.cc
[424/555] Compiling pem_x509.cc
[425/555] Compiling pem_pkey.cc
[426/555] Compiling mlkem.cc
[427/555] Compiling obj_xref.cc
[428/555] Compiling pem_oth.cc
[429/555] Compiling pem_pk8.cc
[430/555] Compiling pem_info.cc
[431/555] Compiling pem_all.cc
[432/555] Compiling mldsa.cc
[433/555] Compiling pem_lib.cc
[434/555] Compiling obj.cc
[435/555] Compiling poly_rq_mul.S
[436/555] Compiling fips_shared_support.cc
[437/555] Compiling md5.cc
[438/555] Compiling md4.cc
[439/555] Compiling mem.cc
[440/555] Compiling lhash.cc
[441/555] Compiling hrss.cc
[442/555] Compiling ex_data.cc
[442/555] Compiling kyber.cc
[444/555] Compiling sign.cc
[445/555] Compiling scrypt.cc
[446/555] Compiling hpke.cc
[447/555] Compiling print.cc
[448/555] Compiling pbkdf.cc
[449/555] Compiling p_x25519.cc
[450/555] Compiling p_rsa_asn1.cc
[450/555] Compiling p_x25519_asn1.cc
[452/555] Compiling p_ed25519.cc
[453/555] Compiling p_rsa.cc
[454/555] Compiling p_hkdf.cc
[455/555] Compiling p_ed25519_asn1.cc
[456/555] Compiling p_ec_asn1.cc
[457/555] Compiling p_dh.cc
[458/555] Compiling p_ec.cc
[459/555] Compiling p_dh_asn1.cc
[460/555] Compiling evp_ctx.cc
[461/555] Compiling p_dsa_asn1.cc
[462/555] Compiling evp.cc
[463/555] Compiling engine.cc
[464/555] Compiling err.cc
[465/555] Compiling evp_asn1.cc
[466/555] Compiling ecdh.cc
[467/555] Compiling ecdsa_asn1.cc
[468/555] Compiling hash_to_curve.cc
[469/555] Compiling ec_derive.cc
[470/555] Compiling dsa.cc
[471/555] Compiling dsa_asn1.cc
[472/555] Compiling ec_asn1.cc
[473/555] Compiling params.cc
[474/555] Compiling x25519-asm-arm.S
[475/555] Compiling des.cc
[476/555] Compiling digest_extra.cc
[477/555] Compiling dh_asn1.cc
[478/555] Compiling crypto.cc
[479/555] Compiling spake25519.cc
[480/555] Compiling cpu_intel.cc
[481/555] Compiling cpu_arm_linux.cc
[482/555] Compiling curve25519.cc
[483/555] Compiling cpu_arm_freebsd.cc
[484/555] Compiling cpu_aarch64_sysreg.cc
[484/555] Compiling cpu_aarch64_openbsd.cc
[484/555] Compiling cpu_aarch64_win.cc
[486/555] Compiling bcm.cc
[488/555] Compiling cpu_aarch64_linux.cc
[489/555] Compiling cpu_aarch64_fuchsia.cc
[490/555] Compiling cpu_aarch64_apple.cc
[491/555] Compiling curve25519_64_adx.cc
[492/555] Compiling get_cipher.cc
[493/555] Compiling tls_cbc.cc
[494/555] Compiling e_tls.cc
[495/555] Compiling conf.cc
[496/555] Compiling e_rc4.cc
[497/555] Compiling e_null.cc
[498/555] Compiling e_rc2.cc
[499/555] Compiling e_des.cc
[500/555] Compiling derive_key.cc
[501/555] Compiling e_chacha20poly1305.cc
[502/555] Compiling e_aesctrhmac.cc
[503/555] Compiling e_aesgcmsiv.cc
[504/555] Compiling chacha.cc
[505/555] Compiling unicode.cc
[506/555] Compiling buf.cc
[507/555] Compiling cbb.cc
[508/555] Compiling cbs.cc
[509/555] Compiling ber.cc
[510/555] Compiling bn_asn1.cc
[510/555] Compiling asn1_compat.cc
[512/555] Compiling blake2.cc
[513/555] Compiling convert.cc
[514/555] Compiling socket_helper.cc
[515/555] Compiling printf.cc
[515/555] Compiling socket.cc
[517/555] Compiling pair.cc
[518/555] Compiling hexdump.cc
[519/555] Compiling file.cc
[520/555] Compiling errno.cc
[521/555] Compiling fd.cc
[522/555] Compiling connect.cc
[523/555] Compiling bio_mem.cc
[524/555] Compiling base64.cc
[525/555] Compiling bio.cc
[526/555] Compiling tasn_typ.cc
[527/555] Compiling tasn_fre.cc
[528/555] Compiling f_string.cc
[528/555] Compiling posix_time.cc
[530/555] Compiling tasn_utl.cc
[531/555] Compiling tasn_enc.cc
[532/555] Compiling tasn_new.cc
[533/555] Compiling f_int.cc
[534/555] Compiling asn_pack.cc
[535/555] Compiling tasn_dec.cc
[536/555] Compiling asn1_par.cc
[537/555] Compiling a_utctm.cc
[538/555] Compiling a_time.cc
[539/555] Compiling a_type.cc
[540/555] Compiling a_octet.cc
[541/555] Compiling asn1_lib.cc
[542/555] Compiling a_strnid.cc
[543/555] Compiling a_strex.cc
[544/555] Compiling a_i2d_fp.cc
[545/555] Compiling a_object.cc
[546/555] Compiling a_dup.cc
[547/555] Compiling a_d2i_fp.cc
[548/555] Compiling a_int.cc
[549/555] Compiling a_mbstr.cc
[550/555] Compiling a_gentm.cc
[551/555] Compiling a_bool.cc
[552/555] Compiling a_bitstr.cc
[553/555] Compiling c-nioatomics.c
[554/555] Compiling c-atomics.c
[556/561] Compiling NIOConcurrencyHelpers lock.swift
[557/561] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[558/561] Compiling NIOConcurrencyHelpers NIOLock.swift
[559/561] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[560/561] Emitting module NIOConcurrencyHelpers
[561/561] Compiling NIOConcurrencyHelpers atomics.swift
[563/621] Compiling NIOCore MarkedCircularBuffer.swift
[564/621] Compiling NIOCore MulticastChannel.swift
[565/621] Compiling NIOCore NIOAny.swift
[566/621] Compiling NIOCore NIOCloseOnErrorHandler.swift
[567/621] Compiling NIOCore NIOLoopBound.swift
[568/621] Compiling NIOCore NIOScheduledCallback.swift
[569/621] Compiling NIOCore NIOSendable.swift
[570/621] Compiling NIOCore RecvByteBufferAllocator.swift
[571/621] Compiling NIOCore EventLoop.swift
[572/621] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[573/621] Compiling NIOCore EventLoopFuture+Deprecated.swift
[574/621] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[575/621] Compiling NIOCore EventLoopFuture.swift
[576/621] Compiling NIOCore FileDescriptor.swift
[577/621] Compiling NIOCore FileHandle.swift
[578/621] Compiling NIOCore FileRegion.swift
[579/621] Compiling NIOCore GlobalSingletons.swift
[580/621] Compiling NIOCore IO.swift
[581/621] Compiling NIOCore IOData.swift
[582/621] Compiling NIOCore IPProtocol.swift
[583/621] Compiling NIOCore IntegerBitPacking.swift
[584/621] Compiling NIOCore IntegerTypes.swift
[585/621] Compiling NIOCore Interfaces.swift
[586/621] Compiling NIOCore Linux.swift
[587/629] Compiling NIOCore ChannelPipeline.swift
[588/629] Compiling NIOCore CircularBuffer.swift
[589/629] Compiling NIOCore Codec.swift
[590/629] Compiling NIOCore ConvenienceOptionSupport.swift
[591/629] Compiling NIOCore DeadChannel.swift
[592/629] Compiling NIOCore DispatchQueue+WithFuture.swift
[593/629] Compiling NIOCore EventLoop+Deprecated.swift
[594/629] Compiling NIOCore EventLoop+SerialExecutor.swift
[595/629] Compiling NIOCore AddressedEnvelope.swift
[596/629] Compiling NIOCore AsyncAwaitSupport.swift
[597/629] Compiling NIOCore AsyncChannel.swift
[598/629] Compiling NIOCore AsyncChannelHandler.swift
[599/629] Compiling NIOCore AsyncChannelInboundStream.swift
[600/629] Compiling NIOCore AsyncChannelOutboundWriter.swift
[601/629] Compiling NIOCore NIOAsyncSequenceProducer.swift
[602/629] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[603/629] Compiling NIOCore NIOAsyncWriter.swift
[604/629] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[605/629] Compiling NIOCore SocketAddresses.swift
[606/629] Compiling NIOCore SocketOptionProvider.swift
[607/629] Compiling NIOCore SystemCallHelpers.swift
[608/629] Compiling NIOCore TimeAmount+Duration.swift
[609/629] Compiling NIOCore TypeAssistedChannelHandler.swift
[610/629] Compiling NIOCore UniversalBootstrapSupport.swift
[611/629] Compiling NIOCore Utilities.swift
[612/629] Compiling NIOCore ByteBuffer-multi-int.swift
[613/629] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[614/629] Compiling NIOCore ByteBuffer-views.swift
[615/629] Compiling NIOCore Channel.swift
[616/629] Compiling NIOCore ChannelHandler.swift
[617/629] Compiling NIOCore ChannelHandlers.swift
[618/629] Compiling NIOCore ChannelInvoker.swift
[619/629] Compiling NIOCore ChannelOption.swift
[620/629] Emitting module NIOCore
[621/629] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[622/629] Compiling NIOCore BSDSocketAPI.swift
[623/629] Compiling NIOCore ByteBuffer-aux.swift
[624/629] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[625/629] Compiling NIOCore ByteBuffer-conversions.swift
[626/629] Compiling NIOCore ByteBuffer-core.swift
[627/629] Compiling NIOCore ByteBuffer-hex.swift
[628/629] Compiling NIOCore ByteBuffer-int.swift
[629/629] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[631/681] Compiling NIOEmbedded Embedded.swift
[632/681] Compiling NIOEmbedded AsyncTestingChannel.swift
[633/681] Emitting module NIOEmbedded
[634/681] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[636/682] Compiling NIOPosix IO.swift
[637/682] Compiling NIOPosix IntegerBitPacking.swift
[638/682] Compiling NIOPosix IntegerTypes.swift
[639/682] Compiling NIOPosix Linux.swift
[640/682] Compiling NIOPosix LinuxCPUSet.swift
[641/682] Compiling NIOPosix LinuxUring.swift
[642/682] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[643/688] Compiling NIOPosix ThreadPosix.swift
[644/688] Compiling NIOPosix ThreadWindows.swift
[645/688] Compiling NIOPosix UnsafeTransfer.swift
[646/688] Compiling NIOPosix Utilities.swift
[647/688] Compiling NIOPosix VsockAddress.swift
[648/688] Compiling NIOPosix VsockChannelEvents.swift
[649/688] Emitting module NIOPosix
[650/688] Compiling NIOPosix PooledRecvBufferAllocator.swift
[651/688] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[652/688] Compiling NIOPosix PosixSingletons.swift
[653/688] Compiling NIOPosix RawSocketBootstrap.swift
[654/688] Compiling NIOPosix Resolver.swift
[655/688] Compiling NIOPosix Selectable.swift
[656/688] Compiling NIOPosix BSDSocketAPICommon.swift
[657/688] Compiling NIOPosix BSDSocketAPIPosix.swift
[658/688] Compiling NIOPosix BSDSocketAPIWindows.swift
[659/688] Compiling NIOPosix BaseSocket.swift
[660/688] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[661/688] Compiling NIOPosix BaseSocketChannel.swift
[662/688] Compiling NIOPosix BaseStreamSocketChannel.swift
[663/688] Compiling NIOPosix ServerSocket.swift
[664/688] Compiling NIOPosix Socket.swift
[665/688] Compiling NIOPosix SocketChannel.swift
[666/688] Compiling NIOPosix SocketProtocols.swift
[667/688] Compiling NIOPosix System.swift
[668/688] Compiling NIOPosix Thread.swift
[669/688] Compiling NIOPosix SelectableChannel.swift
[670/688] Compiling NIOPosix SelectableEventLoop.swift
[671/688] Compiling NIOPosix SelectorEpoll.swift
[672/688] Compiling NIOPosix SelectorGeneric.swift
[673/688] Compiling NIOPosix SelectorKqueue.swift
[674/688] Compiling NIOPosix SelectorUring.swift
[675/688] Compiling NIOPosix Bootstrap.swift
[676/688] Compiling NIOPosix ControlMessage.swift
[677/688] Compiling NIOPosix DatagramVectorReadManager.swift
[678/688] Compiling NIOPosix Errors+Any.swift
[679/688] Compiling NIOPosix FileDescriptor.swift
[680/688] Compiling NIOPosix GetaddrinfoResolver.swift
[681/688] Compiling NIOPosix HappyEyeballs.swift
[682/688] Compiling NIOPosix NIOThreadPool.swift
[683/688] Compiling NIOPosix NonBlockingFileIO.swift
[684/688] Compiling NIOPosix PendingDatagramWritesManager.swift
[685/688] Compiling NIOPosix PendingWritesManager.swift
[686/688] Compiling NIOPosix PipeChannel.swift
[687/688] Compiling NIOPosix PipePair.swift
[688/688] Compiling NIOPosix Pool.swift
[690/691] Emitting module NIO
[691/691] Compiling NIO Exports.swift
[693/731] Compiling NIOTLS TLSEvents.swift
[694/731] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[695/732] Compiling NIOSOCKS ClientStateMachine.swift
[696/732] Compiling NIOSOCKS SOCKSResponse.swift
[697/732] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[698/732] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[699/732] Compiling NIOTLS SNIHandler.swift
[700/732] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[701/732] Emitting module NIOTLS
[702/733] Compiling NIOSOCKS ServerStateMachine.swift
[703/733] Compiling NIOSOCKS Errors.swift
[704/733] Compiling NIOSOCKS Helpers.swift
[705/733] Compiling NIOSOCKS AuthenticationMethod.swift
[706/733] Compiling NIOSOCKS ClientGreeting.swift
[707/733] Emitting module NIOSOCKS
[708/733] Compiling NIOSOCKS SOCKSClientHandler.swift
[709/733] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[710/733] Compiling NIOSOCKS Messages.swift
[711/733] Compiling NIOSOCKS SOCKSRequest.swift
[712/733] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[713/733] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[718/761] Compiling NIOSSL SSLCertificateExtensions.swift
[719/761] Compiling NIOSSL SSLConnection.swift
[720/765] Compiling NIOSSL SSLContext.swift
[721/765] Compiling NIOSSL SSLErrors.swift
[722/765] Compiling NIOSSL IdentityVerification.swift
[723/765] Compiling NIOSSL NIOSSLServerHandler.swift
[724/765] Compiling NIOSSL ObjectIdentifier.swift
[725/765] Compiling NIOSSL PosixPort.swift
[726/765] Emitting module NIOHTTP1
[727/765] Compiling NIOSSL NIOSSLHandler.swift
[728/765] Compiling NIOSSL AndroidCABundle.swift
[729/765] Compiling NIOSSL LinuxCABundle.swift
[730/765] Compiling NIOSSL NIOSSLClientHandler.swift
[731/765] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[733/784] Emitting module NIOSSL
[734/787] Emitting module NIOHTTPCompression
[735/787] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[736/787] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[737/787] Compiling NIOSSL SSLPublicKey.swift
[738/787] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[739/787] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[740/787] Compiling NIOSSL SubjectAlternativeName.swift
[741/787] Compiling NIOSSL NIOSSLSecureBytes.swift
[742/787] Compiling NIOSSL RNG.swift
[743/787] Compiling NIOSSL SafeCompare.swift
[744/787] Compiling NIOSSL Zeroization.swift
[745/787] Compiling NIOHPACK DynamicHeaderTable.swift
[746/787] Compiling NIOHPACK HPACKDecoder.swift
[747/787] Compiling NIOHPACK HPACKHeader.swift
[748/787] Compiling NIOHPACK HeaderTables.swift
[749/787] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[750/787] Compiling NIOHTTPCompression HTTPDecompression.swift
[751/787] Compiling NIOHPACK IndexedHeaderTable.swift
[753/787] Compiling NIOSSL SSLInit.swift
[754/787] Compiling NIOSSL SSLPKCS12Bundle.swift
[755/787] Compiling NIOSSL SSLPrivateKey.swift
[756/787] Compiling NIOHTTPCompression HTTPCompression.swift
[757/787] Compiling NIOHPACK IntegerCoding.swift
[758/787] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[759/789] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[760/789] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[762/789] Emitting module NIOHPACK
[763/789] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[764/789] Emitting module NIOFoundationCompat
[765/789] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[766/790] Compiling NIOHPACK HuffmanTables.swift
[767/790] Compiling NIOHPACK HuffmanCoding.swift
[768/790] Compiling NIOHPACK StaticHeaderTable.swift
[770/790] Compiling NIOHPACK HPACKEncoder.swift
[771/790] Compiling NIOHPACK HPACKErrors.swift
[777/813] Compiling NIOTransportServices NIOTSBootstraps.swift
[778/813] Compiling NIOTransportServices NIOTSChannelOptions.swift
[779/813] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[780/813] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[781/813] Compiling NIOTransportServices NIOTSErrors.swift
[782/813] Compiling NIOTransportServices NIOTSEventLoop.swift
[783/815] Compiling NIOTransportServices StateManagedChannel.swift
[784/815] Compiling NIOTransportServices StateManagedListenerChannel.swift
[785/815] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[786/815] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[787/815] Compiling NIOTransportServices NIOTSSingletons.swift
[788/815] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[789/815] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[790/815] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[791/815] Compiling NIOTransportServices NIOTSListenerChannel.swift
[792/815] Compiling NIOTransportServices AcceptHandler.swift
[793/815] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[794/815] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[795/815] Emitting module NIOTransportServices
[796/815] Compiling NIOTransportServices NIOTSDatagramListener.swift
[797/815] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[798/815] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[799/815] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[800/815] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[801/871] Compiling NIOHTTP2 SendingPushPromiseState.swift
[802/871] Compiling NIOHTTP2 SendingRstStreamState.swift
[803/871] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[804/871] Compiling NIOHTTP2 HTTP2SettingsState.swift
[805/874] Compiling NIOHTTP2 ConnectionStateMachine.swift
[806/874] Compiling NIOHTTP2 ConnectionStreamsState.swift
[807/874] Compiling NIOHTTP2 MayReceiveFrames.swift
[808/874] Compiling NIOHTTP2 ReceivingDataState.swift
[809/874] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[810/874] Compiling NIOHTTP2 ReceivingHeadersState.swift
[811/874] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[812/874] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[814/874] Compiling NIOHTTP2 Error+Any.swift
[815/874] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[816/874] Compiling NIOHTTP2 ControlFrameBuffer.swift
[818/875] Compiling NIOHTTP2 MaySendFrames.swift
[819/875] Compiling NIOHTTP2 SendingDataState.swift
[820/875] Compiling NIOHTTP2 SendingGoawayState.swift
[821/875] Compiling NIOHTTP2 SendingHeadersState.swift
[826/883] Emitting module NIOHTTP2
[827/883] Compiling NIOHTTP2 InboundWindowManager.swift
[828/883] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[829/883] Compiling NIOHTTP2 StreamChannelFlowController.swift
[830/883] Compiling NIOHTTP2 StreamChannelList.swift
[831/883] Compiling NIOHTTP2 StreamMap.swift
[832/883] Compiling NIOHTTP2 StreamStateMachine.swift
[833/883] Compiling NIOHTTP2 UnsafeTransfer.swift
[834/883] Compiling NIOHTTP2 WatermarkedFlowController.swift
[843/883] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[844/883] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[845/883] Compiling NIOHTTP2 HTTP2Frame.swift
[846/883] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[847/883] Compiling NIOHTTP2 HTTP2FrameParser.swift
[848/883] Compiling NIOHTTP2 HTTP2PingData.swift
[849/883] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[850/883] Compiling NIOHTTP2 HTTP2Settings.swift
[851/883] Compiling NIOHTTP2 HTTP2Stream.swift
[852/883] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[853/883] Compiling NIOHTTP2 HasFlowControlWindows.swift
[854/883] Compiling NIOHTTP2 HasLocalSettings.swift
[855/883] Compiling NIOHTTP2 HasRemoteSettings.swift
[856/883] Compiling NIOHTTP2 LocallyQuiescingState.swift
[857/883] Compiling NIOHTTP2 QuiescingState.swift
[858/883] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[859/883] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[860/883] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[861/883] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[862/883] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[863/883] Compiling NIOHTTP2 HTTP2StreamID.swift
[864/883] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[865/883] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[866/883] Compiling NIOHTTP2 HTTP2UserEvents.swift
[867/883] Compiling NIOHTTP2 InboundEventBuffer.swift
[868/883] Compiling NIOHTTP2 StateMachineResult.swift
[869/883] Compiling NIOHTTP2 ContentLengthVerifier.swift
[870/883] Compiling NIOHTTP2 DOSHeuristics.swift
[874/883] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[875/883] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[876/883] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[877/883] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[878/883] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[879/883] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[880/883] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[881/883] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[882/883] Compiling NIOHTTP2 HTTP2Error.swift
[883/883] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[885/943] Emitting module AsyncHTTPClient
[886/951] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[887/951] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[888/951] Compiling AsyncHTTPClient AsyncLazySequence.swift
[889/951] Compiling AsyncHTTPClient HTTPClient+execute.swift
[890/951] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[891/951] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[892/951] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[893/951] Compiling AsyncHTTPClient HTTPClientRequest.swift
[894/951] Compiling AsyncHTTPClient HTTPClientResponse.swift
[895/951] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[896/951] Compiling AsyncHTTPClient ConnectionTarget.swift
[897/951] Compiling AsyncHTTPClient DeconstructedURL.swift
[898/951] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[899/951] Compiling AsyncHTTPClient FoundationExtensions.swift
[900/951] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[901/951] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[902/951] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[903/951] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[904/951] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[905/951] Compiling AsyncHTTPClient Transaction.swift
[906/951] Compiling AsyncHTTPClient Base64.swift
[907/951] Compiling AsyncHTTPClient BasicAuth.swift
[908/951] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[909/951] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[910/951] Compiling AsyncHTTPClient ConnectionPool.swift
[911/951] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[912/951] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[913/951] Compiling AsyncHTTPClient TLSEventsHandler.swift
[914/951] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[915/951] Compiling AsyncHTTPClient HTTP1Connection.swift
[916/951] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[917/951] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[918/951] Compiling AsyncHTTPClient HTTP2Connection.swift
[919/951] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[920/951] Compiling AsyncHTTPClient RequestBag.swift
[921/951] Compiling AsyncHTTPClient RequestValidation.swift
[922/951] Compiling AsyncHTTPClient SSLContextCache.swift
[923/951] Compiling AsyncHTTPClient Scheme.swift
[924/951] Compiling AsyncHTTPClient Singleton.swift
[925/951] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[926/951] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[927/951] Compiling AsyncHTTPClient Utils.swift
[928/951] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[929/951] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[930/951] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[931/951] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[932/951] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[933/951] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[934/951] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[935/951] Compiling AsyncHTTPClient RequestBodyLength.swift
[936/951] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[937/951] Compiling AsyncHTTPClient RequestOptions.swift
[938/951] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[939/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[940/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[941/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[942/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[943/951] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[944/951] Compiling AsyncHTTPClient HTTPClient.swift
[945/951] Compiling AsyncHTTPClient HTTPHandler.swift
[946/951] Compiling AsyncHTTPClient LRUCache.swift
[947/951] Compiling AsyncHTTPClient NWErrorHandler.swift
[948/951] Compiling AsyncHTTPClient NWWaitingHandler.swift
[949/951] Compiling AsyncHTTPClient TLSConfiguration.swift
[950/951] Compiling AsyncHTTPClient RedirectState.swift
[951/951] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[953/1002] Compiling OpenAIKit ListFilesRequest.swift
[954/1002] Compiling OpenAIKit RetrieveFileContentRequest.swift
[955/1002] Compiling OpenAIKit RetrieveFileRequest.swift
[956/1002] Compiling OpenAIKit UploadFileRequest.swift
[957/1002] Compiling OpenAIKit DeleteFileResponse.swift
[958/1002] Compiling OpenAIKit ListFilesResponse.swift
[959/1002] Compiling OpenAIKit Image.swift
[960/1002] Compiling OpenAIKit Embedding.swift
[961/1002] Compiling OpenAIKit EmbeddingProvider.swift
[962/1002] Compiling OpenAIKit APIError.swift
[963/1002] Compiling OpenAIKit RequestHandler+Error.swift
[964/1002] Compiling OpenAIKit File.swift
[965/1002] Compiling OpenAIKit FileProvider.swift
[966/1002] Compiling OpenAIKit DeleteFileRequest.swift
[967/1009] Compiling OpenAIKit API.swift
[968/1009] Compiling OpenAIKit AudioProvider.swift
[969/1009] Compiling OpenAIKit CreateTranscriptionRequest.swift
[970/1009] Compiling OpenAIKit CreateTranslationRequest.swift
[971/1009] Compiling OpenAIKit Transcription.swift
[972/1009] Compiling OpenAIKit Translation.swift
[973/1009] Compiling OpenAIKit Chat.swift
[974/1009] Compiling OpenAIKit CreateCompletionRequest.swift
[975/1009] Compiling OpenAIKit Configuration.swift
[976/1009] Compiling OpenAIKit CreateEditRequest.swift
[977/1009] Compiling OpenAIKit Edit.swift
[978/1009] Compiling OpenAIKit EditProvider.swift
[979/1009] Compiling OpenAIKit CreateEmbeddingRequest.swift
[980/1009] Compiling OpenAIKit CreateEmbeddingResponse.swift
[981/1009] Compiling OpenAIKit ImageProvider.swift
[982/1009] Compiling OpenAIKit ImageResponse.swift
[983/1009] Compiling OpenAIKit CreateImageEditRequest.swift
[984/1009] Compiling OpenAIKit CreateImageRequest.swift
[985/1009] Compiling OpenAIKit CreateImageVariationRequest.swift
[986/1009] Compiling OpenAIKit Language.swift
[987/1009] Compiling OpenAIKit MIMEType.swift
[988/1009] Compiling OpenAIKit Model.swift
[989/1009] Compiling OpenAIKit ModelProvider.swift
[990/1009] Compiling OpenAIKit ListModelsRequest.swift
[991/1009] Compiling OpenAIKit RetrieveModelRequest.swift
[992/1009] Compiling OpenAIKit ListModelsResponse.swift
[993/1009] Compiling OpenAIKit CreateModerationRequest.swift
[994/1009] Compiling OpenAIKit Moderation.swift
[995/1009] Emitting module OpenAIKit
[996/1009] Compiling OpenAIKit ChatProvider.swift
[997/1009] Compiling OpenAIKit ChatStream.swift
[998/1009] Compiling OpenAIKit CreateChatRequest.swift
[999/1009] Compiling OpenAIKit FinishReason.swift
[1000/1009] Compiling OpenAIKit Client.swift
[1001/1009] Compiling OpenAIKit Completion.swift
[1002/1009] Compiling OpenAIKit CompletionProvider.swift
[1003/1009] Compiling OpenAIKit ModerationProvider.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/NIORequestHandler.swift:79:44: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 77 |
 78 |         return AsyncThrowingStream<T, Error> { continuation in
 79 |             Task(priority: .userInitiated) {
    |                                            `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 80 |                 do {
 81 |                     for try await buffer in response.body {
    :
 85 |                             .compactMap {
 86 |                                 guard let data = $0.data(using: .utf8) else { return nil }
 87 |                                 return try? decoder.decode(T.self, from: data)
    |                                             `- note: closure captures 'self' which is accessible to code in the current task
 88 |                             }
 89 |                             .forEach { value in
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/NIORequestHandler.swift:90:46: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
 88 |                             }
 89 |                             .forEach { value in
 90 |                                 continuation.yield(value)
    |                                              |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
    |                                              `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 91 |                             }
 92 |                     }
[1004/1009] Compiling OpenAIKit MultipartFormDataBuilder.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/NIORequestHandler.swift:79:44: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 77 |
 78 |         return AsyncThrowingStream<T, Error> { continuation in
 79 |             Task(priority: .userInitiated) {
    |                                            `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 80 |                 do {
 81 |                     for try await buffer in response.body {
    :
 85 |                             .compactMap {
 86 |                                 guard let data = $0.data(using: .utf8) else { return nil }
 87 |                                 return try? decoder.decode(T.self, from: data)
    |                                             `- note: closure captures 'self' which is accessible to code in the current task
 88 |                             }
 89 |                             .forEach { value in
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/NIORequestHandler.swift:90:46: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
 88 |                             }
 89 |                             .forEach { value in
 90 |                                 continuation.yield(value)
    |                                              |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
    |                                              `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 91 |                             }
 92 |                     }
[1005/1009] Compiling OpenAIKit NIORequestHandler.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/NIORequestHandler.swift:79:44: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 77 |
 78 |         return AsyncThrowingStream<T, Error> { continuation in
 79 |             Task(priority: .userInitiated) {
    |                                            `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 80 |                 do {
 81 |                     for try await buffer in response.body {
    :
 85 |                             .compactMap {
 86 |                                 guard let data = $0.data(using: .utf8) else { return nil }
 87 |                                 return try? decoder.decode(T.self, from: data)
    |                                             `- note: closure captures 'self' which is accessible to code in the current task
 88 |                             }
 89 |                             .forEach { value in
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/NIORequestHandler.swift:90:46: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
 88 |                             }
 89 |                             .forEach { value in
 90 |                                 continuation.yield(value)
    |                                              |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
    |                                              `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 91 |                             }
 92 |                     }
[1006/1009] Compiling OpenAIKit Request.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/NIORequestHandler.swift:79:44: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 77 |
 78 |         return AsyncThrowingStream<T, Error> { continuation in
 79 |             Task(priority: .userInitiated) {
    |                                            `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 80 |                 do {
 81 |                     for try await buffer in response.body {
    :
 85 |                             .compactMap {
 86 |                                 guard let data = $0.data(using: .utf8) else { return nil }
 87 |                                 return try? decoder.decode(T.self, from: data)
    |                                             `- note: closure captures 'self' which is accessible to code in the current task
 88 |                             }
 89 |                             .forEach { value in
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/NIORequestHandler.swift:90:46: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
 88 |                             }
 89 |                             .forEach { value in
 90 |                                 continuation.yield(value)
    |                                              |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
    |                                              `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 91 |                             }
 92 |                     }
[1007/1009] Compiling OpenAIKit RequestHandler.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/NIORequestHandler.swift:79:44: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 77 |
 78 |         return AsyncThrowingStream<T, Error> { continuation in
 79 |             Task(priority: .userInitiated) {
    |                                            `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 80 |                 do {
 81 |                     for try await buffer in response.body {
    :
 85 |                             .compactMap {
 86 |                                 guard let data = $0.data(using: .utf8) else { return nil }
 87 |                                 return try? decoder.decode(T.self, from: data)
    |                                             `- note: closure captures 'self' which is accessible to code in the current task
 88 |                             }
 89 |                             .forEach { value in
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/NIORequestHandler.swift:90:46: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
 88 |                             }
 89 |                             .forEach { value in
 90 |                                 continuation.yield(value)
    |                                              |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
    |                                              `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 91 |                             }
 92 |                     }
[1008/1009] Compiling OpenAIKit URLSessionRequestHandler.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/NIORequestHandler.swift:79:44: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 77 |
 78 |         return AsyncThrowingStream<T, Error> { continuation in
 79 |             Task(priority: .userInitiated) {
    |                                            `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 80 |                 do {
 81 |                     for try await buffer in response.body {
    :
 85 |                             .compactMap {
 86 |                                 guard let data = $0.data(using: .utf8) else { return nil }
 87 |                                 return try? decoder.decode(T.self, from: data)
    |                                             `- note: closure captures 'self' which is accessible to code in the current task
 88 |                             }
 89 |                             .forEach { value in
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/NIORequestHandler.swift:90:46: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
 88 |                             }
 89 |                             .forEach { value in
 90 |                                 continuation.yield(value)
    |                                              |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
    |                                              `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 91 |                             }
 92 |                     }
[1009/1009] Compiling OpenAIKit Usage.swift
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/NIORequestHandler.swift:79:44: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 77 |
 78 |         return AsyncThrowingStream<T, Error> { continuation in
 79 |             Task(priority: .userInitiated) {
    |                                            `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 80 |                 do {
 81 |                     for try await buffer in response.body {
    :
 85 |                             .compactMap {
 86 |                                 guard let data = $0.data(using: .utf8) else { return nil }
 87 |                                 return try? decoder.decode(T.self, from: data)
    |                                             `- note: closure captures 'self' which is accessible to code in the current task
 88 |                             }
 89 |                             .forEach { value in
/host/spi-builder-workspace/Sources/OpenAIKit/RequestHandler/NIORequestHandler.swift:90:46: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
 88 |                             }
 89 |                             .forEach { value in
 90 |                                 continuation.yield(value)
    |                                              |- warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
    |                                              `- note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 91 |                             }
 92 |                     }
Build complete! (106.31s)
Build complete.
{
  "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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.