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 1.8.2 (bf4e81), with Swift 6.1 for Linux on 27 Apr 2025 19:37:30 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 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:         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-4606859-1":/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 (1.12s)
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.71s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2619] Fetching swift-nio-transport-services
[840/8281] Fetching swift-nio-transport-services, swift-nio-extras
[1076/12117] Fetching swift-nio-transport-services, swift-nio-extras, swift-log
[1930/18020] Fetching swift-nio-transport-services, swift-nio-extras, swift-log, swift-algorithms
[9477/19725] Fetching swift-nio-transport-services, swift-nio-extras, swift-log, swift-algorithms, swift-atomics
[15758/31217] Fetching swift-nio-transport-services, swift-nio-extras, swift-log, swift-algorithms, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.60s)
Fetching https://github.com/apple/swift-nio-ssl.git
[16581/25314] Fetching swift-nio-transport-services, swift-nio-extras, swift-log, swift-atomics, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (0.62s)
Fetched https://github.com/apple/swift-log.git from cache (0.62s)
Fetching https://github.com/apple/swift-nio.git
[11154/19773] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2
[19774/34566] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-nio-ssl
[21254/110002] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.35s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.35s)
[21359/101721] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.36s)
[10769/90229] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.61s)
[67893/75436] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.68s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (6.96s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.03s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.85s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.95s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.77s)
Fetched https://github.com/apple/swift-collections.git from cache (1.88s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.85s)
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 (0.57s)
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.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.80s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.08s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[905/2031] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.26s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.26s)
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.80s)
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.00s)
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.78s)
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/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-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-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-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-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-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-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-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-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/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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/440] Write sources
[22/440] Compiling CNIOWindows shim.c
[22/440] Compiling CNIOWindows WSAStartup.c
[24/440] Compiling CNIOWASI CNIOWASI.c
[25/440] Compiling _AtomicsShims.c
[26/440] Compiling _NumericsShims _NumericsShims.c
[27/440] Compiling CNIOLinux liburing_shims.c
[28/440] Compiling CNIOExtrasZlib empty.c
[29/440] Compiling CNIODarwin shim.c
[30/440] Compiling CNIOLLHTTP c_nio_http.c
[31/440] Compiling fiat_p256_adx_sqr.S
[32/440] Compiling fiat_p256_adx_mul.S
[33/440] Compiling CNIOLLHTTP c_nio_api.c
[34/440] Compiling CNIOLinux shim.c
[35/440] Compiling fiat_curve25519_adx_square.S
[36/440] Compiling fiat_curve25519_adx_mul.S
[37/440] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[38/440] Write swift-version-24593BA9C3E375BF.txt
[39/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[40/440] Compiling CNIOBoringSSLShims shims.c
[41/446] Compiling tls_method.cc
[42/446] Compiling tls_record.cc
[43/456] Compiling tls13_enc.cc
[44/478] Compiling tls13_client.cc
[45/478] Compiling tls13_server.cc
[46/478] Compiling tls13_both.cc
[47/478] Compiling ssl_versions.cc
[49/478] Emitting module RealModule
[50/478] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[51/478] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[52/479] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[53/479] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[54/481] Compiling RealModule ElementaryFunctions.swift
[55/481] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[57/481] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[58/481] Compiling InternalCollectionsUtilities Integer rank.swift
[59/481] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[63/481] Emitting module InternalCollectionsUtilities
[64/481] Compiling InternalCollectionsUtilities UInt+reversed.swift
[65/481] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[66/481] Compiling RealModule Real.swift
[67/481] Compiling RealModule Float16+Real.swift
[68/481] Compiling RealModule Float80+Real.swift
[69/481] Compiling RealModule RealFunctions.swift
[70/481] Compiling RealModule Float+Real.swift
[70/482] Compiling t1_enc.cc
[72/482] Compiling _NIODataStructures PriorityQueue.swift
[73/482] Compiling _NIODataStructures _TinyArray.swift
[74/482] Compiling _NIOBase64 Base64.swift
[75/482] Emitting module _NIOBase64
[76/482] Compiling InternalCollectionsUtilities _SortedCollection.swift
[77/482] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[78/482] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[79/482] Compiling InternalCollectionsUtilities Specialize.swift
[80/483] Compiling InternalCollectionsUtilities Debugging.swift
[81/483] Compiling InternalCollectionsUtilities Descriptions.swift
[84/483] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[85/483] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[86/484] Compiling ssl_x509.cc
[88/499] Compiling DequeModule Deque+Equatable.swift
[89/499] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[90/501] Compiling DequeModule Deque+CustomReflectable.swift
[91/501] Compiling DequeModule Deque+Descriptions.swift
[92/501] Emitting module _NIODataStructures
[93/501] Compiling _NIODataStructures Heap.swift
[94/501] Compiling Logging Locks.swift
[95/501] Emitting module Logging
[96/502] Compiling Logging MetadataProvider.swift
[97/502] Compiling Logging LogHandler.swift
[98/502] Compiling Logging Logging.swift
[99/503] Compiling DequeModule _DequeBuffer.swift
[100/503] Compiling DequeModule _DequeBufferHeader.swift
[103/503] Compiling DequeModule _DequeSlot.swift
[104/503] Compiling DequeModule _UnsafeWrappedBuffer.swift
[105/503] Compiling DequeModule Deque+Testing.swift
[106/503] Compiling DequeModule Deque._Storage.swift
[106/503] Compiling ssl_stat.cc
[108/503] Compiling DequeModule Deque+Codable.swift
[109/503] Compiling DequeModule Deque+Collection.swift
[110/503] Emitting module DequeModule
[110/503] Compiling ssl_transcript.cc
[112/503] Compiling DequeModule Deque+Extras.swift
[113/503] Compiling DequeModule Deque+Hashable.swift
[114/503] Compiling DequeModule Deque._UnsafeHandle.swift
[115/503] Compiling DequeModule Deque.swift
[116/504] Compiling ssl_session.cc
[117/504] Compiling ssl_privkey.cc
[118/504] Compiling ssl_lib.cc
[119/504] Compiling ssl_file.cc
[120/504] Compiling ssl_key_share.cc
[121/504] Compiling ssl_credential.cc
[122/504] Compiling ssl_cipher.cc
[123/504] Compiling ssl_cert.cc
[124/504] Compiling ssl_buffer.cc
[125/504] Compiling ssl_asn1.cc
[126/504] Compiling s3_pkt.cc
[127/504] Compiling ssl_aead_ctx.cc
[128/504] Compiling s3_lib.cc
[129/504] Compiling s3_both.cc
[130/504] Compiling handshake_server.cc
[131/504] Compiling handshake_client.cc
[132/504] Compiling handshake.cc
[133/504] Compiling handoff.cc
[134/504] Compiling dtls_record.cc
[135/504] Compiling encrypted_client_hello.cc
[136/504] Compiling md5-x86_64-linux.S
[137/504] Compiling md5-x86_64-apple.S
[138/504] Compiling md5-586-linux.S
[138/504] Compiling dtls_method.cc
[140/504] Compiling md5-586-apple.S
[141/504] Compiling extensions.cc
[142/504] Compiling chacha20_poly1305_x86_64-apple.S
[143/504] Compiling chacha20_poly1305_x86_64-linux.S
[144/504] Compiling chacha20_poly1305_armv8-win.S
[145/504] Compiling chacha20_poly1305_armv8-linux.S
[146/504] Compiling chacha20_poly1305_armv8-apple.S
[147/504] Compiling chacha-x86_64-linux.S
[148/504] Compiling chacha-x86_64-apple.S
[149/504] Compiling chacha-x86-linux.S
[150/504] Compiling d1_srtp.cc
[151/504] Compiling err_data.cc
[152/504] Compiling chacha-x86-apple.S
[153/504] Compiling chacha-armv8-win.S
[154/504] Compiling chacha-armv8-linux.S
[155/504] Compiling chacha-armv8-apple.S
[156/504] Compiling chacha-armv4-linux.S
[157/504] Compiling aes128gcmsiv-x86_64-apple.S
[158/504] Compiling aes128gcmsiv-x86_64-linux.S
[159/504] Compiling x86_64-mont5-linux.S
[160/504] Compiling x86_64-mont5-apple.S
[161/504] Compiling x86_64-mont-linux.S
[162/504] Compiling x86_64-mont-apple.S
[163/504] Compiling x86-mont-linux.S
[164/504] Compiling x86-mont-apple.S
[165/504] Compiling vpaes-x86_64-apple.S
[166/504] Compiling vpaes-x86_64-linux.S
[167/504] Compiling vpaes-x86-linux.S
[168/504] Compiling vpaes-x86-apple.S
[169/504] Compiling vpaes-armv8-win.S
[170/504] Compiling vpaes-armv8-linux.S
[171/504] Compiling vpaes-armv8-apple.S
[172/504] Compiling d1_pkt.cc
[173/504] Compiling vpaes-armv7-linux.S
[174/504] Compiling sha512-x86_64-apple.S
[175/504] Compiling sha512-armv8-win.S
[176/504] Compiling sha512-x86_64-linux.S
[177/504] Compiling sha512-armv8-linux.S
[178/504] Compiling sha512-armv8-apple.S
[179/504] Compiling sha512-armv4-linux.S
[180/504] Compiling sha512-586-linux.S
[181/504] Compiling sha512-586-apple.S
[182/504] Compiling sha256-x86_64-linux.S
[183/504] Compiling sha256-x86_64-apple.S
[184/504] Compiling sha256-armv8-win.S
[185/504] Compiling sha256-armv8-linux.S
[186/504] Compiling sha256-armv8-apple.S
[187/504] Compiling bio_ssl.cc
[188/504] Compiling sha256-armv4-linux.S
[189/504] Compiling sha256-586-linux.S
[190/504] Compiling sha256-586-apple.S
[191/504] Compiling sha1-x86_64-apple.S
[192/504] Compiling sha1-armv8-win.S
[193/504] Compiling sha1-armv8-linux.S
[194/504] Compiling sha1-armv8-apple.S
[195/504] Compiling sha1-x86_64-linux.S
[196/504] Compiling sha1-armv4-large-linux.S
[197/504] Compiling sha1-586-linux.S
[198/504] Compiling sha1-586-apple.S
[199/504] Compiling rsaz-avx2-linux.S
[200/504] Compiling rsaz-avx2-apple.S
[201/504] Compiling rdrand-x86_64-linux.S
[202/504] Compiling rdrand-x86_64-apple.S
[203/504] Compiling p256_beeu-x86_64-asm-linux.S
[204/504] Compiling p256_beeu-x86_64-asm-apple.S
[205/504] Compiling p256_beeu-armv8-asm-win.S
[206/504] Compiling p256_beeu-armv8-asm-linux.S
[207/504] Compiling p256_beeu-armv8-asm-apple.S
[208/504] Compiling p256-x86_64-asm-apple.S
[209/504] Compiling d1_lib.cc
[210/504] Compiling p256-x86_64-asm-linux.S
[211/504] Compiling p256-armv8-asm-win.S
[212/504] Compiling p256-armv8-asm-linux.S
[213/504] Compiling p256-armv8-asm-apple.S
[214/504] Compiling ghashv8-armv8-win.S
[215/504] Compiling ghashv8-armv8-apple.S
[215/504] Compiling ghashv8-armv8-linux.S
[217/504] Compiling ghashv8-armv7-linux.S
[218/504] Compiling ghash-x86_64-apple.S
[219/504] Compiling ghash-x86-linux.S
[220/504] Compiling ghash-x86_64-linux.S
[221/504] Compiling ghash-x86-apple.S
[222/504] Compiling ghash-ssse3-x86_64-apple.S
[223/504] Compiling ghash-ssse3-x86_64-linux.S
[224/504] Compiling ghash-ssse3-x86-linux.S
[225/504] Compiling ghash-ssse3-x86-apple.S
[225/504] Compiling ghash-neon-armv8-win.S
[227/504] Compiling ghash-neon-armv8-linux.S
[228/504] Compiling ghash-armv4-linux.S
[229/504] Compiling ghash-neon-armv8-apple.S
[230/504] Compiling co-586-linux.S
[231/504] Compiling co-586-apple.S
[232/504] Compiling bn-armv8-win.S
[233/504] Compiling bn-armv8-linux.S
[234/504] Compiling bsaes-armv7-linux.S
[235/504] Compiling bn-armv8-apple.S
[236/504] Compiling bn-586-linux.S
[237/504] Compiling bn-586-apple.S
[237/504] Compiling armv8-mont-win.S
[239/504] Compiling armv8-mont-linux.S
[240/504] Compiling armv8-mont-apple.S
[240/504] Compiling armv4-mont-linux.S
[242/504] Compiling aesv8-gcm-armv8-win.S
[243/504] Compiling aesv8-gcm-armv8-linux.S
[244/504] Compiling aesv8-gcm-armv8-apple.S
[245/504] Compiling aesv8-armv8-win.S
[246/504] Compiling aesv8-armv8-apple.S
[247/504] Compiling aesv8-armv8-linux.S
[248/504] Compiling aesv8-armv7-linux.S
[249/504] Compiling aesni-x86_64-apple.S
[250/504] Compiling aesni-x86-apple.S
[251/504] Compiling aesni-x86_64-linux.S
[252/504] Compiling aesni-x86-linux.S
[253/504] Compiling aesni-gcm-x86_64-linux.S
[254/504] Compiling aes-gcm-avx2-x86_64-linux.S
[255/504] Compiling aesni-gcm-x86_64-apple.S
[256/504] Compiling aes-gcm-avx2-x86_64-apple.S
[257/504] Compiling aes-gcm-avx10-x86_64-linux.S
[258/504] Compiling aes-gcm-avx10-x86_64-apple.S
[259/504] Compiling d1_both.cc
[260/504] Compiling x_sig.cc
[261/504] Compiling x_x509a.cc
[262/504] Compiling x_spki.cc
[263/504] Compiling x_val.cc
[264/504] Compiling x_req.cc
[265/504] Compiling x_pubkey.cc
[266/504] Compiling x_x509.cc
[267/504] Compiling x_name.cc
[268/504] Compiling x_algor.cc
[268/504] Compiling x509spki.cc
[270/504] Compiling x_exten.cc
[271/504] Compiling x_attrib.cc
[272/504] Compiling x_crl.cc
[273/504] Compiling x509rset.cc
[274/504] Compiling x_all.cc
[275/504] Compiling x509name.cc
[276/504] Compiling x509cset.cc
[277/504] Compiling x509_txt.cc
[278/504] Compiling x509_vpm.cc
[279/504] Compiling x509_vfy.cc
[280/504] Compiling x509_trs.cc
[280/504] Compiling x509_v3.cc
[282/504] Compiling x509_set.cc
[283/504] Compiling x509_req.cc
[284/504] Compiling x509_obj.cc
[285/504] Compiling x509_def.cc
[286/504] Compiling x509_d2.cc
[287/504] Compiling x509_ext.cc
[288/504] Compiling x509_lu.cc
[289/504] Compiling x509_cmp.cc
[290/504] Compiling x509.cc
[291/504] Compiling x509_att.cc
[292/504] Compiling v3_prn.cc
[293/504] Compiling v3_skey.cc
[294/504] Compiling v3_pmaps.cc
[294/504] Compiling v3_purp.cc
[296/504] Compiling v3_ocsp.cc
[297/504] Compiling v3_utl.cc
[298/504] Compiling v3_pcons.cc
[299/504] Compiling v3_ncons.cc
[300/504] Compiling v3_int.cc
[301/504] Compiling v3_lib.cc
[302/504] Compiling v3_ia5.cc
[303/504] Compiling v3_info.cc
[304/504] Compiling v3_extku.cc
[304/504] Compiling v3_genn.cc
[306/504] Compiling v3_enum.cc
[307/504] Compiling v3_crld.cc
[308/504] Compiling v3_cpols.cc
[309/504] Compiling v3_conf.cc
[310/504] Compiling v3_bitst.cc
[311/504] Compiling v3_bcons.cc
[312/504] Compiling v3_akeya.cc
[313/504] Compiling v3_akey.cc
[314/504] Compiling v3_alt.cc
[315/504] Compiling t_x509a.cc
[316/504] Compiling i2d_pr.cc
[317/504] Compiling t_crl.cc
[318/504] Compiling t_req.cc
[318/504] Compiling t_x509.cc
[320/504] Compiling name_print.cc
[321/504] Compiling rsa_pss.cc
[322/504] Compiling policy.cc
[323/504] Compiling by_file.cc
[324/504] Compiling by_dir.cc
[325/504] Compiling voprf.cc
[326/504] Compiling a_verify.cc
[327/504] Compiling trust_token.cc
[328/504] Compiling asn1_gen.cc
[329/504] Compiling a_digest.cc
[330/504] Compiling algorithm.cc
[331/504] Compiling a_sign.cc
[332/504] Compiling thread_win.cc
[333/504] Compiling thread.cc
[334/504] Compiling thread_pthread.cc
[334/504] Compiling thread_none.cc
[336/504] Compiling stack.cc
[337/504] Compiling pmbtoken.cc
[338/504] Compiling siphash.cc
[339/504] Compiling sha512.cc
[339/504] Compiling slhdsa.cc
[341/504] Compiling sha1.cc
[342/504] Compiling sha256.cc
[343/504] Compiling spake2plus.cc
[344/504] Compiling rsa_print.cc
[344/504] Compiling rsa_extra.cc
[346/504] Compiling rc4.cc
[347/504] Compiling refcount.cc
[348/504] Compiling windows.cc
[349/504] Compiling trusty.cc
[350/504] Compiling rand.cc
[351/504] Compiling rsa_crypt.cc
[352/504] Compiling urandom.cc
[353/504] Compiling rsa_asn1.cc
[354/504] Compiling ios.cc
[355/504] Compiling passive.cc
[355/504] Compiling getentropy.cc
[357/504] Compiling deterministic.cc
[358/504] Compiling poly1305_arm_asm.S
[359/504] Compiling fork_detect.cc
[360/504] Compiling forkunsafe.cc
[361/504] Compiling poly1305_arm.cc
[362/504] Compiling poly1305.cc
[363/504] Compiling pool.cc
[364/504] Compiling poly1305_vec.cc
[365/504] Compiling pkcs7.cc
[366/504] Compiling pkcs8.cc
[367/504] Compiling p5_pbev2.cc
[368/504] Compiling pkcs8_x509.cc
[369/504] Compiling pkcs7_x509.cc
[370/504] Compiling pem_xaux.cc
[371/504] Compiling pem_x509.cc
[372/504] Compiling pem_pkey.cc
[373/504] Compiling mlkem.cc
[374/504] Compiling obj_xref.cc
[375/504] Compiling pem_pk8.cc
[376/504] Compiling pem_oth.cc
[377/504] Compiling pem_info.cc
[378/504] Compiling mldsa.cc
[379/504] Compiling pem_all.cc
[380/504] Compiling pem_lib.cc
[381/504] Compiling poly_rq_mul.S
[382/504] Compiling obj.cc
[383/504] Compiling fips_shared_support.cc
[384/504] Compiling md5.cc
[385/504] Compiling mem.cc
[386/504] Compiling md4.cc
[387/504] Compiling lhash.cc
[388/504] Compiling hrss.cc
[389/504] Compiling ex_data.cc
[390/504] Compiling sign.cc
[391/504] Compiling kyber.cc
[392/504] Compiling scrypt.cc
[393/504] Compiling hpke.cc
[394/504] Compiling print.cc
[395/504] Compiling p_x25519.cc
[396/504] Compiling pbkdf.cc
[397/504] Compiling p_x25519_asn1.cc
[398/504] Compiling p_rsa_asn1.cc
[399/504] Compiling p_rsa.cc
[400/504] Compiling p_ed25519.cc
[401/504] Compiling p_hkdf.cc
[402/504] Compiling p_ed25519_asn1.cc
[403/504] Compiling p_ec_asn1.cc
[404/504] Compiling p_ec.cc
[405/504] Compiling p_dh.cc
[406/504] Compiling p_dh_asn1.cc
[407/504] Compiling evp_ctx.cc
[408/504] Compiling p_dsa_asn1.cc
[409/504] Compiling evp.cc
[410/504] Compiling err.cc
[411/504] Compiling engine.cc
[412/504] Compiling evp_asn1.cc
[413/504] Compiling ecdh.cc
[414/504] Compiling ecdsa_asn1.cc
[415/504] Compiling hash_to_curve.cc
[416/504] Compiling ec_derive.cc
[417/504] Compiling dsa.cc
[418/504] Compiling dsa_asn1.cc
[419/504] Compiling ec_asn1.cc
[420/504] Compiling params.cc
[421/504] Compiling x25519-asm-arm.S
[422/504] Compiling des.cc
[423/504] Compiling digest_extra.cc
[424/504] Compiling dh_asn1.cc
[425/504] Compiling crypto.cc
[426/504] Compiling spake25519.cc
[427/504] Compiling cpu_intel.cc
[428/504] Compiling cpu_arm_linux.cc
[429/504] Compiling curve25519.cc
[430/504] Compiling cpu_arm_freebsd.cc
[431/504] Compiling cpu_aarch64_win.cc
[432/504] Compiling cpu_aarch64_openbsd.cc
[433/504] Compiling bcm.cc
[434/504] Compiling cpu_aarch64_linux.cc
[434/504] Compiling cpu_aarch64_sysreg.cc
[436/504] Compiling cpu_aarch64_apple.cc
[437/504] Compiling cpu_aarch64_fuchsia.cc
[438/504] Compiling curve25519_64_adx.cc
[439/504] Compiling tls_cbc.cc
[440/504] Compiling get_cipher.cc
[440/504] Compiling conf.cc
[442/504] Compiling e_rc4.cc
[443/504] Compiling e_tls.cc
[444/504] Compiling e_null.cc
[445/504] Compiling e_rc2.cc
[446/504] Compiling e_des.cc
[447/504] Compiling derive_key.cc
[448/504] Compiling e_aesctrhmac.cc
[449/504] Compiling e_chacha20poly1305.cc
[450/504] Compiling e_aesgcmsiv.cc
[451/504] Compiling chacha.cc
[452/504] Compiling unicode.cc
[453/504] Compiling buf.cc
[454/504] Compiling cbb.cc
[455/504] Compiling cbs.cc
[456/504] Compiling ber.cc
[457/504] Compiling bn_asn1.cc
[458/504] Compiling asn1_compat.cc
[459/504] Compiling blake2.cc
[460/504] Compiling convert.cc
[461/504] Compiling socket.cc
[462/504] Compiling printf.cc
[463/504] Compiling socket_helper.cc
[464/504] Compiling pair.cc
[465/504] Compiling hexdump.cc
[466/504] Compiling file.cc
[467/504] Compiling errno.cc
[468/504] Compiling fd.cc
[469/504] Compiling connect.cc
[470/504] Compiling bio_mem.cc
[471/504] Compiling base64.cc
[472/504] Compiling bio.cc
[473/504] Compiling tasn_typ.cc
[474/504] Compiling tasn_fre.cc
[475/504] Compiling tasn_enc.cc
[476/504] Compiling posix_time.cc
[477/504] Compiling f_string.cc
[478/504] Compiling tasn_new.cc
[479/504] Compiling tasn_utl.cc
[480/504] Compiling f_int.cc
[481/504] Compiling asn_pack.cc
[482/504] Compiling tasn_dec.cc
[483/504] Compiling asn1_par.cc
[484/504] Compiling a_utctm.cc
[485/504] Compiling a_octet.cc
[486/504] Compiling a_type.cc
[487/504] Compiling asn1_lib.cc
[488/504] Compiling a_strex.cc
[489/504] Compiling a_strnid.cc
[490/504] Compiling a_time.cc
[491/504] Compiling a_dup.cc
[492/504] Compiling a_object.cc
[493/504] Compiling a_i2d_fp.cc
[494/504] Compiling a_mbstr.cc
[495/504] Write sources
[496/504] Compiling a_d2i_fp.cc
[496/504] Write sources
[498/504] Compiling a_int.cc
[499/504] Compiling a_gentm.cc
[500/521] Compiling a_bool.cc
[501/548] Compiling a_bitstr.cc
[503/548] Compiling Algorithms Permutations.swift
[504/548] Compiling Algorithms Product.swift
[505/550] Compiling Algorithms MinMax.swift
[506/550] Compiling Algorithms Partition.swift
[507/550] Compiling Algorithms EitherSequence.swift
[508/550] Compiling Algorithms FirstNonNil.swift
[509/550] Compiling Algorithms FlattenCollection.swift
[510/550] Compiling Algorithms Combinations.swift
[511/550] Compiling Algorithms Compacted.swift
[512/550] Compiling Algorithms Cycle.swift
[513/550] Compiling Algorithms Joined.swift
[514/550] Compiling Algorithms Keyed.swift
[515/550] Compiling Algorithms Grouped.swift
[516/550] Compiling Algorithms Indexed.swift
[517/550] Compiling Algorithms Intersperse.swift
[518/550] Compiling Atomics IntegerOperations.swift
[519/550] Compiling Atomics Unmanaged extensions.swift
[522/550] Compiling Algorithms Suffix.swift
[523/553] Compiling Algorithms RandomSample.swift
[524/553] Compiling Algorithms Reductions.swift
[525/553] Compiling Algorithms Rotate.swift
[532/553] Compiling Algorithms Trim.swift
[533/553] Compiling Algorithms Unique.swift
[534/553] Compiling Algorithms Windows.swift
[543/553] Compiling Algorithms AdjacentPairs.swift
[544/553] Compiling Algorithms Chain.swift
[545/553] Compiling Algorithms Chunked.swift
[547/553] Emitting module Atomics
[547/553] Compiling c-nioatomics.c
[552/554] Compiling c-atomics.c
[554/560] Compiling NIOConcurrencyHelpers lock.swift
[555/560] Emitting module Algorithms
[556/561] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[557/561] Compiling NIOConcurrencyHelpers NIOLock.swift
[558/561] Emitting module NIOConcurrencyHelpers
[559/561] Compiling NIOConcurrencyHelpers atomics.swift
[560/561] Compiling NIOConcurrencyHelpers NIOAtomic.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/629] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[580/629] Compiling NIOCore BSDSocketAPI.swift
[581/629] Compiling NIOCore ByteBuffer-aux.swift
[582/629] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[583/629] Compiling NIOCore ByteBuffer-conversions.swift
[584/629] Compiling NIOCore ByteBuffer-core.swift
[585/629] Compiling NIOCore ByteBuffer-hex.swift
[586/629] Compiling NIOCore ByteBuffer-int.swift
[587/629] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[588/629] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[589/629] Compiling NIOCore SocketAddresses.swift
[590/629] Compiling NIOCore SocketOptionProvider.swift
[591/629] Compiling NIOCore SystemCallHelpers.swift
[592/629] Compiling NIOCore TimeAmount+Duration.swift
[593/629] Compiling NIOCore TypeAssistedChannelHandler.swift
[594/629] Compiling NIOCore UniversalBootstrapSupport.swift
[595/629] Compiling NIOCore Utilities.swift
[596/629] Compiling NIOCore GlobalSingletons.swift
[597/629] Compiling NIOCore IO.swift
[598/629] Compiling NIOCore IOData.swift
[599/629] Compiling NIOCore IPProtocol.swift
[600/629] Compiling NIOCore IntegerBitPacking.swift
[601/629] Compiling NIOCore IntegerTypes.swift
[602/629] Compiling NIOCore Interfaces.swift
[603/629] Compiling NIOCore Linux.swift
[604/629] Compiling NIOCore AddressedEnvelope.swift
[605/629] Compiling NIOCore AsyncAwaitSupport.swift
[606/629] Compiling NIOCore AsyncChannel.swift
[607/629] Compiling NIOCore AsyncChannelHandler.swift
[608/629] Compiling NIOCore AsyncChannelInboundStream.swift
[609/629] Compiling NIOCore AsyncChannelOutboundWriter.swift
[610/629] Compiling NIOCore NIOAsyncSequenceProducer.swift
[611/629] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[612/629] Compiling NIOCore NIOAsyncWriter.swift
[613/629] Compiling NIOCore ChannelPipeline.swift
[614/629] Compiling NIOCore CircularBuffer.swift
[615/629] Compiling NIOCore Codec.swift
[616/629] Compiling NIOCore ConvenienceOptionSupport.swift
[617/629] Compiling NIOCore DeadChannel.swift
[618/629] Compiling NIOCore DispatchQueue+WithFuture.swift
[619/629] Compiling NIOCore EventLoop+Deprecated.swift
[620/629] Compiling NIOCore EventLoop+SerialExecutor.swift
[621/629] Compiling NIOCore ByteBuffer-multi-int.swift
[622/629] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[623/629] Compiling NIOCore ByteBuffer-views.swift
[624/629] Compiling NIOCore Channel.swift
[625/629] Compiling NIOCore ChannelHandler.swift
[626/629] Compiling NIOCore ChannelHandlers.swift
[627/629] Compiling NIOCore ChannelInvoker.swift
[628/629] Compiling NIOCore ChannelOption.swift
[629/629] Emitting module NIOCore
[631/681] Emitting module NIOEmbedded
[632/681] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[633/681] Compiling NIOEmbedded Embedded.swift
[634/681] Compiling NIOEmbedded AsyncTestingChannel.swift
[636/682] Emitting module NIOPosix
[637/688] Compiling NIOPosix PooledRecvBufferAllocator.swift
[638/688] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[639/688] Compiling NIOPosix PosixSingletons.swift
[640/688] Compiling NIOPosix RawSocketBootstrap.swift
[641/688] Compiling NIOPosix Resolver.swift
[642/688] Compiling NIOPosix Selectable.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] Compiling NIOPosix SelectableChannel.swift
[650/688] Compiling NIOPosix SelectableEventLoop.swift
[651/688] Compiling NIOPosix SelectorEpoll.swift
[652/688] Compiling NIOPosix SelectorGeneric.swift
[653/688] Compiling NIOPosix SelectorKqueue.swift
[654/688] Compiling NIOPosix SelectorUring.swift
[655/688] Compiling NIOPosix ServerSocket.swift
[656/688] Compiling NIOPosix Socket.swift
[657/688] Compiling NIOPosix SocketChannel.swift
[658/688] Compiling NIOPosix SocketProtocols.swift
[659/688] Compiling NIOPosix System.swift
[660/688] Compiling NIOPosix Thread.swift
[661/688] Compiling NIOPosix BSDSocketAPICommon.swift
[662/688] Compiling NIOPosix BSDSocketAPIPosix.swift
[663/688] Compiling NIOPosix BSDSocketAPIWindows.swift
[664/688] Compiling NIOPosix BaseSocket.swift
[665/688] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[666/688] Compiling NIOPosix BaseSocketChannel.swift
[667/688] Compiling NIOPosix BaseStreamSocketChannel.swift
[668/688] Compiling NIOPosix IO.swift
[669/688] Compiling NIOPosix IntegerBitPacking.swift
[670/688] Compiling NIOPosix IntegerTypes.swift
[671/688] Compiling NIOPosix Linux.swift
[672/688] Compiling NIOPosix LinuxCPUSet.swift
[673/688] Compiling NIOPosix LinuxUring.swift
[674/688] Compiling NIOPosix MultiThreadedEventLoopGroup.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] Compiling NIO Exports.swift
[691/691] Emitting module NIO
[693/731] Compiling NIOTLS TLSEvents.swift
[694/731] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[695/731] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[696/732] Compiling NIOHTTP1 ByteCollectionUtils.swift
[697/732] Compiling NIOHTTP1 HTTPDecoder.swift
[698/732] Compiling NIOSOCKS ClientStateMachine.swift
[699/732] Emitting module NIOTLS
[700/732] Compiling NIOSOCKS ServerStateMachine.swift
[701/732] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[702/732] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[703/734] Compiling NIOSOCKS SOCKSResponse.swift
[704/734] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[705/734] Emitting module NIOSOCKS
[706/734] Compiling NIOHTTP1 HTTPEncoder.swift
[707/734] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[708/734] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[709/734] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[711/735] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[712/735] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[713/735] Compiling NIOTLS SNIHandler.swift
[714/735] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[716/736] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[717/736] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[720/736] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[721/736] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[723/736] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[726/736] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[727/736] Compiling NIOHTTP1 HTTPTypes.swift
[731/736] Emitting module NIOHTTP1
[733/784] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[734/784] Compiling NIOHPACK HuffmanCoding.swift
[735/785] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[736/785] Compiling NIOHPACK IntegerCoding.swift
[737/785] Compiling NIOHPACK IndexedHeaderTable.swift
[738/785] Compiling NIOHPACK DynamicHeaderTable.swift
[739/785] Compiling NIOHPACK HPACKDecoder.swift
[740/785] Compiling NIOHTTPCompression HTTPDecompression.swift
[741/785] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[742/785] Compiling NIOHPACK HuffmanTables.swift
[743/785] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[744/785] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[745/785] Emitting module NIOHTTPCompression
[746/785] Compiling NIOHTTPCompression HTTPCompression.swift
[747/786] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[748/786] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[749/786] Emitting module NIOFoundationCompat
[750/786] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[751/786] Compiling NIOHPACK StaticHeaderTable.swift
[752/787] Emitting module NIOHPACK
[755/787] Compiling NIOHPACK HPACKEncoder.swift
[756/787] Compiling NIOHPACK HPACKErrors.swift
[757/787] Compiling NIOHPACK HPACKHeader.swift
[758/787] Compiling NIOHPACK HeaderTables.swift
[760/810] Compiling NIOTransportServices StateManagedChannel.swift
[761/810] Compiling NIOTransportServices StateManagedListenerChannel.swift
[762/810] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[763/812] Emitting module NIOTransportServices
[764/812] Compiling NIOTransportServices NIOTSBootstraps.swift
[765/812] Compiling NIOTransportServices NIOTSChannelOptions.swift
[766/812] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[767/812] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[768/812] Compiling NIOTransportServices NIOTSSingletons.swift
[769/812] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[770/812] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[771/812] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[772/815] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[773/815] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[774/815] Compiling NIOTransportServices NIOTSListenerChannel.swift
[775/815] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[776/815] Compiling NIOTransportServices NIOTSErrors.swift
[777/815] Compiling NIOTransportServices NIOTSEventLoop.swift
[778/860] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[779/860] Compiling NIOHTTP2 HTTP2Frame.swift
[780/860] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[781/863] Compiling NIOHTTP2 HTTP2FrameParser.swift
[782/863] Compiling NIOHTTP2 HTTP2PingData.swift
[783/863] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[784/871] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[785/871] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[786/871] Compiling NIOHTTP2 HTTP2UserEvents.swift
[787/871] Compiling NIOHTTP2 InboundEventBuffer.swift
[788/871] Compiling NIOHTTP2 ConnectionStateMachine.swift
[789/871] Compiling NIOHTTP2 ConnectionStreamsState.swift
[790/871] Compiling NIOHTTP2 MayReceiveFrames.swift
[791/871] Compiling NIOHTTP2 ReceivingDataState.swift
[797/874] Emitting module NIOSSL
[798/874] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[799/874] Compiling NIOHTTP2 HasFlowControlWindows.swift
[800/874] Compiling NIOHTTP2 HasLocalSettings.swift
[801/874] Compiling NIOHTTP2 HasRemoteSettings.swift
[804/874] Compiling NIOHTTP2 HTTP2Settings.swift
[805/874] Compiling NIOHTTP2 HTTP2Stream.swift
[806/874] Compiling NIOHTTP2 LocallyQuiescingState.swift
[807/874] Compiling NIOHTTP2 QuiescingState.swift
[808/874] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[809/874] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[810/874] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[811/874] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[812/874] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[813/874] Compiling NIOHTTP2 HTTP2StreamID.swift
[814/874] Compiling NIOSSL TLSConfiguration.swift
[815/874] Compiling NIOSSL UniversalBootstrapSupport.swift
[816/874] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[834/883] Emitting module NIOHTTP2
[843/883] Compiling NIOHTTP2 InboundWindowManager.swift
[844/883] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[845/883] Compiling NIOHTTP2 StreamChannelFlowController.swift
[846/883] Compiling NIOHTTP2 StreamChannelList.swift
[847/883] Compiling NIOHTTP2 StreamMap.swift
[848/883] Compiling NIOHTTP2 StreamStateMachine.swift
[849/883] Compiling NIOHTTP2 UnsafeTransfer.swift
[850/883] Compiling NIOHTTP2 WatermarkedFlowController.swift
[851/883] Compiling NIOHTTP2 StateMachineResult.swift
[852/883] Compiling NIOHTTP2 ContentLengthVerifier.swift
[853/883] Compiling NIOHTTP2 DOSHeuristics.swift
[854/883] Compiling NIOHTTP2 Error+Any.swift
[855/883] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[856/883] Compiling NIOHTTP2 ControlFrameBuffer.swift
[857/883] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[858/883] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[859/883] Compiling NIOHTTP2 MaySendFrames.swift
[860/883] Compiling NIOHTTP2 SendingDataState.swift
[861/883] Compiling NIOHTTP2 SendingGoawayState.swift
[862/883] Compiling NIOHTTP2 SendingHeadersState.swift
[863/883] Compiling NIOHTTP2 SendingPushPromiseState.swift
[864/883] Compiling NIOHTTP2 SendingRstStreamState.swift
[865/883] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[866/883] Compiling NIOHTTP2 HTTP2SettingsState.swift
[874/883] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[875/883] Compiling NIOHTTP2 ReceivingWindowUpdateState.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 SingleIteratorPrecondition.swift
[896/951] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[897/951] Compiling AsyncHTTPClient Transaction.swift
[898/951] Compiling AsyncHTTPClient Base64.swift
[899/951] Compiling AsyncHTTPClient BasicAuth.swift
[900/951] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[901/951] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[902/951] Compiling AsyncHTTPClient ConnectionPool.swift
[903/951] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[904/951] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[905/951] Compiling AsyncHTTPClient ConnectionTarget.swift
[906/951] Compiling AsyncHTTPClient DeconstructedURL.swift
[907/951] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[908/951] Compiling AsyncHTTPClient FoundationExtensions.swift
[909/951] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[910/951] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[911/951] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.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 HTTPClient.swift
[929/951] Compiling AsyncHTTPClient HTTPHandler.swift
[930/951] Compiling AsyncHTTPClient LRUCache.swift
[931/951] Compiling AsyncHTTPClient NWErrorHandler.swift
[932/951] Compiling AsyncHTTPClient NWWaitingHandler.swift
[933/951] Compiling AsyncHTTPClient TLSConfiguration.swift
[934/951] Compiling AsyncHTTPClient RedirectState.swift
[935/951] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[936/951] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[937/951] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[938/951] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[939/951] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[940/951] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[941/951] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[942/951] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[943/951] Compiling AsyncHTTPClient RequestBodyLength.swift
[944/951] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[945/951] Compiling AsyncHTTPClient RequestOptions.swift
[946/951] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[947/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[948/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[949/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[950/951] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[951/951] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[953/1002] Compiling OpenAIKit API.swift
[954/1002] Compiling OpenAIKit AudioProvider.swift
[955/1002] Compiling OpenAIKit CreateTranscriptionRequest.swift
[956/1002] Compiling OpenAIKit CreateTranslationRequest.swift
[957/1002] Compiling OpenAIKit Transcription.swift
[958/1002] Compiling OpenAIKit Translation.swift
[959/1002] Compiling OpenAIKit Chat.swift
[960/1002] Compiling OpenAIKit ChatProvider.swift
[961/1002] Compiling OpenAIKit ChatStream.swift
[962/1002] Compiling OpenAIKit CreateChatRequest.swift
[963/1002] Compiling OpenAIKit FinishReason.swift
[964/1002] Compiling OpenAIKit Client.swift
[965/1002] Compiling OpenAIKit Completion.swift
[966/1002] Compiling OpenAIKit CompletionProvider.swift
[967/1009] Emitting module OpenAIKit
[968/1009] Compiling OpenAIKit ImageProvider.swift
[969/1009] Compiling OpenAIKit ImageResponse.swift
[970/1009] Compiling OpenAIKit CreateImageEditRequest.swift
[971/1009] Compiling OpenAIKit CreateImageRequest.swift
[972/1009] Compiling OpenAIKit CreateImageVariationRequest.swift
[973/1009] Compiling OpenAIKit Language.swift
[974/1009] Compiling OpenAIKit MIMEType.swift
[975/1009] Compiling OpenAIKit ListFilesRequest.swift
[976/1009] Compiling OpenAIKit RetrieveFileContentRequest.swift
[977/1009] Compiling OpenAIKit RetrieveFileRequest.swift
[978/1009] Compiling OpenAIKit UploadFileRequest.swift
[979/1009] Compiling OpenAIKit DeleteFileResponse.swift
[980/1009] Compiling OpenAIKit ListFilesResponse.swift
[981/1009] Compiling OpenAIKit Image.swift
[982/1009] Compiling OpenAIKit Model.swift
[983/1009] Compiling OpenAIKit ModelProvider.swift
[984/1009] Compiling OpenAIKit ListModelsRequest.swift
[985/1009] Compiling OpenAIKit RetrieveModelRequest.swift
[986/1009] Compiling OpenAIKit ListModelsResponse.swift
[987/1009] Compiling OpenAIKit CreateModerationRequest.swift
[988/1009] Compiling OpenAIKit Moderation.swift
[989/1009] Compiling OpenAIKit Embedding.swift
[990/1009] Compiling OpenAIKit EmbeddingProvider.swift
[991/1009] Compiling OpenAIKit APIError.swift
[992/1009] Compiling OpenAIKit RequestHandler+Error.swift
[993/1009] Compiling OpenAIKit File.swift
[994/1009] Compiling OpenAIKit FileProvider.swift
[995/1009] Compiling OpenAIKit DeleteFileRequest.swift
[996/1009] Compiling OpenAIKit CreateCompletionRequest.swift
[997/1009] Compiling OpenAIKit Configuration.swift
[998/1009] Compiling OpenAIKit CreateEditRequest.swift
[999/1009] Compiling OpenAIKit Edit.swift
[1000/1009] Compiling OpenAIKit EditProvider.swift
[1001/1009] Compiling OpenAIKit CreateEmbeddingRequest.swift
[1002/1009] Compiling OpenAIKit CreateEmbeddingResponse.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! (129.46s)
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.