The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SwiftyRequest, reference master (9d7ebe), with Swift 6.1 for Android on 28 May 2025 19:20:39 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/SwiftyRequest.git
Reference: master
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/Kitura/SwiftyRequest
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9d7ebe7 Update packages and close session correctly when still on event loop  (#91)
Cloned https://github.com/Kitura/SwiftyRequest.git
Revision (git rev-parse @):
9d7ebe758ddb4549020f91dfc20ed4f8864fed1b
SUCCESS checkout https://github.com/Kitura/SwiftyRequest.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kitura/SwiftyRequest.git
https://github.com/Kitura/SwiftyRequest.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "circuitbreaker",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StyleShoots/CircuitBreaker"
    },
    {
      "identity" : "loggerapi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/LoggerAPI.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.22.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "SwiftyRequest",
  "name" : "SwiftyRequest",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyRequest",
      "targets" : [
        "SwiftyRequest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyRequestTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyRequestTests",
      "path" : "Tests/SwiftyRequestTests",
      "sources" : [
        "Models.swift",
        "PrintLogger.swift",
        "SwiftyRequestTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyRequest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyRequest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyRequest",
      "path" : "Sources/SwiftyRequest",
      "product_dependencies" : [
        "CircuitBreaker",
        "LoggerAPI",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "SwiftyRequest"
      ],
      "sources" : [
        "CircuitParameters.swift",
        "ClientCertificate.swift",
        "Credentials.swift",
        "HTTPMethod.swift",
        "MultipartFormData.swift",
        "RestError.swift",
        "RestRequest.swift",
        "RestResponse.swift",
        "RestToken.swift",
        "RestUtilities.swift",
        "StringExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/StyleShoots/CircuitBreaker
[1/921] Fetching circuitbreaker
Fetched https://github.com/StyleShoots/CircuitBreaker from cache (0.40s)
Fetching https://github.com/Kitura/LoggerAPI.git
Fetching https://github.com/swift-server/async-http-client.git
[1/771] Fetching loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.42s)
[1/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.40s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 2.0.0 (2.36s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.60s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.32s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2667] Fetching swift-nio-transport-services
[482/8626] Fetching swift-nio-transport-services, swift-algorithms
[1162/10336] Fetching swift-nio-transport-services, swift-algorithms, swift-atomics
[7142/16250] Fetching swift-nio-transport-services, swift-algorithms, swift-atomics, swift-nio-extras
[12272/27777] Fetching swift-nio-transport-services, swift-algorithms, swift-atomics, swift-nio-extras, swift-nio-http2
[18770/42620] Fetching swift-nio-transport-services, swift-algorithms, swift-atomics, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.04s)
[35780/39953] Fetching swift-algorithms, swift-atomics, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.17s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.17s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.17s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.19s)
[11133/14843] Fetching swift-nio-ssl
[14844/90936] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.66s)
[31199/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.78s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (7.46s)
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.71s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.48s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.09s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
[1/1590] Fetching swift-asn1
[574/2731] Fetching swift-asn1, swift-http-structured-headers
[1067/7716] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms
[1201/10142] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle
[3743/11046] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-http-types
[3753/17201] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (1.02s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.02s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.02s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.02s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.03s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.03s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.77s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.80s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.47s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.54s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.02s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.68s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.68s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.31s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.46s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.23s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.76s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.10s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.87s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.46s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.61s)
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/StyleShoots/CircuitBreaker
Working copy of https://github.com/StyleShoots/CircuitBreaker resolved at master (d23fb59)
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-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 2.0.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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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
Building for debugging...
[0/442] Write sources
[22/442] Compiling CNIOWASI CNIOWASI.c
[22/442] Compiling CNIOWindows WSAStartup.c
[24/442] Compiling CNIOWindows shim.c
[25/442] Write sources
[28/442] Compiling CNIOLinux liburing_shims.c
[29/442] Compiling _NumericsShims _NumericsShims.c
[30/442] Compiling CNIOLLHTTP c_nio_http.c
[31/442] Compiling CNIOExtrasZlib empty.c
[31/442] Compiling _AtomicsShims.c
[33/442] Compiling CNIOLinux shim.c
[34/442] Compiling CNIODarwin shim.c
[35/442] Compiling CNIOLLHTTP c_nio_api.c
[36/442] Compiling fiat_p256_adx_mul.S
[37/442] Compiling fiat_curve25519_adx_square.S
[38/442] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[39/442] Write swift-version-24593BA9C3E375BF.txt
[40/442] Compiling fiat_p256_adx_sqr.S
[41/442] Compiling fiat_curve25519_adx_mul.S
[42/442] Compiling CNIOLLHTTP c_nio_llhttp.c
[43/448] Compiling CNIOBoringSSLShims shims.c
[44/463] Compiling tls_method.cc
[45/463] Compiling tls_record.cc
[45/463] Compiling tls13_enc.cc
[45/463] Compiling tls13_server.cc
[49/496] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[50/496] Compiling _NIODataStructures PriorityQueue.swift
[51/496] Compiling _NIODataStructures _TinyArray.swift
[52/496] Emitting module RealModule
[53/496] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[54/496] Compiling InternalCollectionsUtilities Debugging.swift
[55/496] Compiling InternalCollectionsUtilities Descriptions.swift
[56/496] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[57/498] Compiling RealModule ElementaryFunctions.swift
[58/498] Compiling RealModule Real.swift
[59/498] Compiling RealModule Float80+Real.swift
[60/498] Compiling RealModule Float16+Real.swift
[61/498] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[62/498] Compiling Atomics IntegerConformances.swift
[63/498] Compiling Atomics OptionalRawRepresentable.swift
[64/498] Compiling Atomics RawRepresentable.swift
[65/498] Compiling RealModule Float+Real.swift
[66/498] Emitting module _NIOBase64
[67/498] Compiling _NIOBase64 Base64.swift
[68/499] Compiling _NIODataStructures Heap.swift
[69/499] Emitting module _NIODataStructures
[71/500] Compiling Atomics ManagedAtomic.swift
[72/500] Compiling Atomics ManagedAtomicLazyReference.swift
[76/502] Compiling Atomics UnsafeAtomic.swift
[77/502] Compiling Atomics UnsafeAtomicLazyReference.swift
[78/502] Compiling Atomics AtomicMemoryOrderings.swift
[79/502] Compiling Atomics DoubleWord.swift
[80/502] Compiling RealModule RealFunctions.swift
[82/503] Emitting module InternalCollectionsUtilities
[83/503] Compiling Atomics IntegerOperations.swift
[84/503] Compiling Atomics Unmanaged extensions.swift
[85/503] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[88/503] Compiling Atomics Primitives.shims.swift
[89/503] Compiling Atomics AtomicInteger.swift
[94/503] Compiling Atomics PointerConformances.swift
[95/503] Compiling Atomics Primitives.native.swift
[98/504] Compiling tls13_client.cc
[99/519] Compiling tls13_both.cc
[101/519] Compiling DequeModule _DequeBuffer.swift
[102/519] Compiling DequeModule _DequeBufferHeader.swift
[102/521] Compiling t1_enc.cc
[104/521] Compiling DequeModule Deque+CustomReflectable.swift
[105/521] Compiling DequeModule Deque+Descriptions.swift
[106/521] Compiling DequeModule Deque+Equatable.swift
[107/521] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[108/521] Compiling DequeModule _DequeSlot.swift
[109/521] Compiling DequeModule _UnsafeWrappedBuffer.swift
[109/521] Compiling ssl_x509.cc
[110/521] Compiling ssl_versions.cc
[112/521] Compiling DequeModule Deque+Extras.swift
[113/521] Compiling DequeModule Deque+Hashable.swift
[114/521] Compiling DequeModule Deque+Testing.swift
[115/521] Compiling DequeModule Deque._Storage.swift
[116/521] Compiling DequeModule Deque._UnsafeHandle.swift
[117/521] Compiling DequeModule Deque.swift
[118/521] Compiling DequeModule Deque+Codable.swift
[119/521] Compiling DequeModule Deque+Collection.swift
[124/521] Emitting module Atomics
[125/522] Compiling Logging MetadataProvider.swift
[126/522] Emitting module Logging
[128/522] Emitting module DequeModule
[131/523] Compiling Logging LogHandler.swift
[132/523] Compiling Logging Locks.swift
[133/523] Compiling Logging Logging.swift
[133/524] Compiling ssl_transcript.cc
[136/524] Compiling ssl_stat.cc
[137/524] Compiling ssl_session.cc
[138/526] Compiling ssl_privkey.cc
[139/526] Compiling ssl_key_share.cc
[140/526] Compiling ssl_file.cc
[141/526] Compiling ssl_cipher.cc
[142/526] Compiling ssl_lib.cc
[143/526] Compiling ssl_cert.cc
[144/526] Compiling ssl_credential.cc
[145/526] Compiling ssl_buffer.cc
[146/526] Compiling s3_pkt.cc
[147/526] Compiling ssl_aead_ctx.cc
[148/526] Compiling ssl_asn1.cc
[149/526] Compiling s3_lib.cc
[150/526] Compiling s3_both.cc
[151/526] Compiling handshake_server.cc
[153/526] Emitting module LoggerAPI
[154/526] Compiling LoggerAPI Logger.swift
[155/527] Compiling handshake_client.cc
[156/537] Compiling handshake.cc
[157/537] Compiling handoff.cc
[159/537] Compiling CircuitBreaker Monitor.swift
[160/537] Compiling CircuitBreaker MonitorCollection.swift
[161/538] Compiling CircuitBreaker Stats.swift
[162/538] Compiling CircuitBreaker Snapshot.swift
[162/538] Compiling extensions.cc
[164/538] Compiling CircuitBreaker Invocation.swift
[164/538] Compiling encrypted_client_hello.cc
[166/538] Compiling CircuitBreaker Utils.swift
[167/538] Compiling CircuitBreaker CircuitBreaker.swift
[168/538] Compiling CircuitBreaker Collection.swift
[169/538] Compiling CircuitBreaker BreakerError.swift
[170/538] Compiling CircuitBreaker Bulkhead.swift
[171/538] Emitting module CircuitBreaker
[172/539] Compiling dtls_record.cc
[173/539] Compiling dtls_method.cc
[174/539] Compiling md5-x86_64-linux.S
[175/539] Compiling md5-x86_64-apple.S
[176/539] Compiling d1_srtp.cc
[177/539] Compiling md5-586-apple.S
[177/539] Compiling chacha20_poly1305_x86_64-linux.S
[177/539] Compiling md5-586-linux.S
[180/539] Compiling d1_pkt.cc
[181/539] Compiling chacha20_poly1305_x86_64-apple.S
[182/539] Compiling chacha20_poly1305_armv8-win.S
[183/539] Compiling chacha20_poly1305_armv8-linux.S
[184/539] Compiling chacha20_poly1305_armv8-apple.S
[185/539] Compiling chacha-x86_64-linux.S
[186/539] Compiling chacha-x86_64-apple.S
[187/539] Compiling bio_ssl.cc
[188/539] Compiling d1_lib.cc
[189/539] Compiling chacha-x86-linux.S
[190/539] Compiling chacha-armv8-win.S
[191/539] Compiling chacha-x86-apple.S
[192/539] Compiling chacha-armv8-apple.S
[193/539] Compiling aes128gcmsiv-x86_64-apple.S
[194/539] Compiling chacha-armv8-linux.S
[195/539] Compiling chacha-armv4-linux.S
[196/539] Compiling aes128gcmsiv-x86_64-linux.S
[197/539] Compiling x86_64-mont5-linux.S
[198/539] Compiling x86_64-mont5-apple.S
[199/539] Compiling x86_64-mont-apple.S
[200/539] Compiling x86_64-mont-linux.S
[201/539] Compiling x86-mont-apple.S
[202/539] Compiling vpaes-x86_64-linux.S
[202/539] Compiling x86-mont-linux.S
[204/539] Compiling vpaes-x86_64-apple.S
[205/539] Compiling vpaes-x86-linux.S
[206/539] Compiling vpaes-armv8-win.S
[207/539] Compiling vpaes-x86-apple.S
[208/539] Compiling vpaes-armv8-linux.S
[209/539] Compiling vpaes-armv8-apple.S
[210/539] Compiling sha512-x86_64-linux.S
[211/539] Compiling sha512-x86_64-apple.S
[212/539] Compiling err_data.cc
[213/539] Compiling vpaes-armv7-linux.S
[213/539] Compiling sha512-armv8-win.S
[215/539] Compiling sha512-armv8-apple.S
[216/539] Compiling sha256-x86_64-apple.S
[216/539] Compiling sha512-586-linux.S
[218/539] Compiling sha512-armv8-linux.S
[219/539] Compiling sha512-armv4-linux.S
[220/539] Compiling sha256-x86_64-linux.S
[221/539] Compiling sha512-586-apple.S
[222/539] Compiling sha256-armv8-win.S
[223/539] Compiling d1_both.cc
[224/539] Compiling sha256-armv8-apple.S
[225/539] Compiling sha256-armv4-linux.S
[226/539] Compiling sha256-586-apple.S
[226/539] Compiling sha256-armv8-linux.S
[228/539] Compiling sha256-586-linux.S
[229/539] Compiling sha1-x86_64-apple.S
[230/539] Compiling sha1-x86_64-linux.S
[231/539] Compiling sha1-armv8-win.S
[232/539] Compiling sha1-armv8-apple.S
[233/539] Compiling sha1-armv8-linux.S
[234/539] Compiling sha1-armv4-large-linux.S
[235/539] Compiling rsaz-avx2-apple.S
[235/539] Compiling rsaz-avx2-linux.S
[237/539] Compiling sha1-586-linux.S
[238/539] Compiling sha1-586-apple.S
[239/539] Compiling rdrand-x86_64-linux.S
[240/539] Compiling rdrand-x86_64-apple.S
[241/539] Compiling p256_beeu-x86_64-asm-apple.S
[242/539] Compiling p256_beeu-armv8-asm-apple.S
[243/539] Compiling p256_beeu-x86_64-asm-linux.S
[244/539] Compiling p256-x86_64-asm-linux.S
[245/539] Compiling p256_beeu-armv8-asm-win.S
[246/539] Compiling p256_beeu-armv8-asm-linux.S
[247/539] Compiling p256-x86_64-asm-apple.S
[248/539] Compiling p256-armv8-asm-win.S
[249/539] Compiling ghashv8-armv8-apple.S
[250/539] Compiling p256-armv8-asm-apple.S
[250/539] Compiling ghashv8-armv8-linux.S
[252/539] Compiling ghashv8-armv8-win.S
[253/539] Compiling p256-armv8-asm-linux.S
[254/539] Compiling ghashv8-armv7-linux.S
[255/539] Compiling ghash-x86_64-linux.S
[256/539] Compiling ghash-x86_64-apple.S
[257/539] Compiling ghash-x86-apple.S
[258/539] Compiling ghash-x86-linux.S
[259/539] Compiling ghash-ssse3-x86_64-apple.S
[259/539] Compiling ghash-ssse3-x86-linux.S
[261/539] Compiling ghash-ssse3-x86-apple.S
[262/539] Compiling ghash-neon-armv8-apple.S
[262/539] Compiling ghash-neon-armv8-linux.S
[264/539] Compiling co-586-linux.S
[265/539] Compiling ghash-neon-armv8-win.S
[265/539] Compiling ghash-armv4-linux.S
[265/539] Compiling bsaes-armv7-linux.S
[265/539] Compiling ghash-ssse3-x86_64-linux.S
[269/539] Compiling co-586-apple.S
[270/539] Compiling bn-586-linux.S
[271/539] Compiling bn-armv8-linux.S
[272/539] Compiling armv8-mont-win.S
[273/539] Compiling bn-586-apple.S
[274/539] Compiling bn-armv8-apple.S
[275/539] Compiling bn-armv8-win.S
[276/539] Compiling armv8-mont-apple.S
[277/539] Compiling armv8-mont-linux.S
[278/539] Compiling aesv8-gcm-armv8-apple.S
[279/539] Compiling armv4-mont-linux.S
[280/539] Compiling aesv8-gcm-armv8-win.S
[281/539] Compiling aesv8-armv8-win.S
[282/539] Compiling aesv8-armv8-linux.S
[283/539] Compiling aesv8-armv8-apple.S
[284/539] Compiling aesv8-armv7-linux.S
[285/539] Compiling aesv8-gcm-armv8-linux.S
[286/539] Compiling aesni-x86-linux.S
[287/539] Compiling aesni-x86_64-apple.S
[288/539] Compiling aesni-x86-apple.S
[289/539] Compiling aesni-gcm-x86_64-linux.S
[290/539] Compiling aesni-gcm-x86_64-apple.S
[290/539] Compiling aesni-x86_64-linux.S
[292/539] Compiling aes-gcm-avx2-x86_64-apple.S
[293/539] Compiling aes-gcm-avx2-x86_64-linux.S
[294/539] Compiling aes-gcm-avx10-x86_64-apple.S
[294/539] Compiling aes-gcm-avx10-x86_64-linux.S
[296/539] Compiling x_val.cc
[297/539] Compiling x_x509a.cc
[298/539] Compiling x_spki.cc
[299/539] Compiling x_req.cc
[300/539] Compiling x_x509.cc
[301/539] Compiling x_pubkey.cc
[302/539] Compiling x_sig.cc
[303/539] Compiling x_name.cc
[304/539] Compiling x_exten.cc
[305/539] Compiling x_crl.cc
[306/539] Compiling x509spki.cc
[307/539] Compiling x509rset.cc
[308/539] Compiling x_all.cc
[309/539] Compiling x_algor.cc
[310/539] Compiling x_attrib.cc
[311/539] Compiling x509name.cc
[312/539] Compiling x509_txt.cc
[313/539] Compiling x509_v3.cc
[314/539] Compiling x509cset.cc
[315/539] Compiling x509_vpm.cc
[316/539] Compiling x509_set.cc
[317/539] Compiling x509_trs.cc
[318/539] Compiling x509_vfy.cc
[319/539] Compiling x509_req.cc
[320/539] Compiling x509_obj.cc
[321/539] Compiling x509_d2.cc
[322/539] Compiling x509_ext.cc
[322/539] Compiling x509_att.cc
[322/539] Compiling x509_lu.cc
[325/539] Compiling x509_def.cc
[326/539] Compiling x509_cmp.cc
[327/539] Compiling v3_utl.cc
[327/539] Compiling v3_skey.cc
[329/539] Compiling x509.cc
[330/539] Compiling v3_prn.cc
[331/539] Compiling v3_purp.cc
[332/539] Compiling v3_pmaps.cc
[333/539] Compiling v3_pcons.cc
[334/539] Compiling v3_ocsp.cc
[335/539] Compiling v3_info.cc
[336/539] Compiling v3_lib.cc
[337/539] Compiling v3_ia5.cc
[338/539] Compiling v3_ncons.cc
[339/539] Compiling v3_int.cc
[340/539] Compiling v3_genn.cc
[341/539] Compiling v3_crld.cc
[342/539] Compiling v3_enum.cc
[343/539] Compiling v3_extku.cc
[344/539] Compiling v3_cpols.cc
[345/539] Compiling v3_bitst.cc
[346/539] Compiling v3_bcons.cc
[347/539] Compiling v3_conf.cc
[348/539] Compiling v3_akeya.cc
[349/539] Compiling v3_alt.cc
[350/539] Compiling t_x509a.cc
[351/539] Compiling t_x509.cc
[352/539] Compiling t_req.cc
[353/539] Compiling v3_akey.cc
[354/539] Compiling t_crl.cc
[355/539] Compiling rsa_pss.cc
[356/539] Compiling i2d_pr.cc
[357/539] Compiling policy.cc
[358/539] Compiling name_print.cc
[359/539] Compiling by_dir.cc
[360/539] Compiling by_file.cc
[361/539] Compiling asn1_gen.cc
[362/539] Compiling algorithm.cc
[363/539] Compiling voprf.cc
[364/539] Compiling a_sign.cc
[365/539] Compiling thread_win.cc
[366/539] Compiling trust_token.cc
[367/539] Compiling thread_pthread.cc
[368/539] Compiling a_verify.cc
[369/539] Compiling pmbtoken.cc
[370/539] Compiling thread_none.cc
[371/539] Compiling thread.cc
[372/539] Compiling siphash.cc
[373/539] Compiling a_digest.cc
[374/539] Compiling stack.cc
[375/539] Compiling slhdsa.cc
[376/539] Compiling rsa_print.cc
[377/539] Compiling sha512.cc
[378/539] Compiling spake2plus.cc
[379/539] Compiling sha1.cc
[380/539] Compiling rsa_crypt.cc
[381/539] Compiling sha256.cc
[381/539] Compiling refcount.cc
[383/539] Compiling rsa_extra.cc
[384/539] Compiling trusty.cc
[385/539] Compiling rc4.cc
[386/539] Compiling windows.cc
[387/539] Compiling urandom.cc
[388/539] Compiling passive.cc
[389/539] Compiling ios.cc
[390/539] Compiling rsa_asn1.cc
[391/539] Compiling rand.cc
[392/539] Compiling poly1305_arm_asm.S
[393/539] Compiling getentropy.cc
[394/539] Compiling forkunsafe.cc
[395/539] Compiling deterministic.cc
[396/539] Compiling poly1305_arm.cc
[396/539] Compiling fork_detect.cc
[398/539] Compiling poly1305_vec.cc
[399/539] Compiling pool.cc
[400/539] Compiling poly1305.cc
[401/539] Compiling pkcs8.cc
[402/539] Compiling pkcs8_x509.cc
[403/539] Compiling pkcs7.cc
[404/539] Compiling p5_pbev2.cc
[405/539] Compiling pem_xaux.cc
[406/539] Compiling pem_pkey.cc
[407/539] Compiling pem_x509.cc
[408/539] Compiling pkcs7_x509.cc
[409/539] Compiling pem_pk8.cc
[410/539] Compiling mlkem.cc
[411/539] Compiling obj_xref.cc
[412/539] Compiling pem_lib.cc
[413/539] Compiling pem_info.cc
[414/539] Compiling pem_oth.cc
[415/539] Compiling obj.cc
[416/539] Compiling mldsa.cc
[417/539] Compiling poly_rq_mul.S
[418/539] Compiling pem_all.cc
[419/539] Compiling fips_shared_support.cc
[420/539] Compiling mem.cc
[421/539] Compiling md4.cc
[421/539] Compiling md5.cc
[423/539] Compiling lhash.cc
[424/539] Compiling kyber.cc
[425/539] Compiling ex_data.cc
[426/539] Compiling hpke.cc
[427/539] Compiling hrss.cc
[428/539] Compiling sign.cc
[429/539] Compiling scrypt.cc
[430/539] Compiling print.cc
[431/539] Compiling pbkdf.cc
[432/539] Compiling p_x25519.cc
[433/539] Compiling p_x25519_asn1.cc
[434/539] Compiling p_rsa_asn1.cc
[435/539] Compiling p_ed25519_asn1.cc
[436/539] Compiling p_rsa.cc
[437/539] Compiling p_ed25519.cc
[438/539] Compiling p_hkdf.cc
[439/539] Compiling p_ec.cc
[440/539] Compiling p_dh.cc
[441/539] Compiling p_ec_asn1.cc
[442/539] Compiling p_dsa_asn1.cc
[443/539] Compiling p_dh_asn1.cc
[444/539] Compiling evp_ctx.cc
[445/539] Compiling engine.cc
[446/539] Compiling evp_asn1.cc
[447/539] Compiling evp.cc
[448/539] Compiling err.cc
[449/539] Compiling ecdh.cc
[450/539] Compiling ecdsa_asn1.cc
[451/539] Compiling ec_derive.cc
[452/539] Compiling bcm.cc
[453/539] Compiling hash_to_curve.cc
[454/539] Compiling ec_asn1.cc
[455/539] Compiling dsa.cc
[456/539] Compiling digest_extra.cc
[457/539] Compiling dsa_asn1.cc
[458/539] Compiling x25519-asm-arm.S
[459/539] Compiling params.cc
[460/539] Compiling des.cc
[461/539] Compiling spake25519.cc
[462/539] Compiling dh_asn1.cc
[463/539] Compiling crypto.cc
[464/539] Compiling curve25519.cc
[465/539] Compiling cpu_intel.cc
[466/539] Compiling curve25519_64_adx.cc
[467/539] Compiling cpu_arm_linux.cc
[468/539] Compiling cpu_arm_freebsd.cc
[469/539] Compiling cpu_aarch64_sysreg.cc
[470/539] Compiling cpu_aarch64_openbsd.cc
[471/539] Compiling cpu_aarch64_fuchsia.cc
[472/539] Compiling cpu_aarch64_win.cc
[473/539] Compiling cpu_aarch64_linux.cc
[474/539] Compiling cpu_aarch64_apple.cc
[475/539] Compiling conf.cc
[476/539] Compiling e_rc2.cc
[477/539] Compiling e_rc4.cc
[478/539] Compiling e_null.cc
[479/539] Compiling get_cipher.cc
[480/539] Compiling e_tls.cc
[481/539] Compiling tls_cbc.cc
[482/539] Compiling e_des.cc
[483/539] Compiling derive_key.cc
[484/539] Compiling e_aesctrhmac.cc
[485/539] Compiling e_chacha20poly1305.cc
[486/539] Compiling chacha.cc
[487/539] Compiling e_aesgcmsiv.cc
[488/539] Compiling cbb.cc
[489/539] Compiling unicode.cc
[490/539] Compiling buf.cc
[491/539] Compiling ber.cc
[492/539] Compiling cbs.cc
[493/539] Compiling bn_asn1.cc
[494/539] Compiling convert.cc
[495/539] Compiling asn1_compat.cc
[496/539] Compiling socket_helper.cc
[497/539] Compiling blake2.cc
[498/539] Compiling printf.cc
[499/539] Compiling hexdump.cc
[500/539] Compiling pair.cc
[501/539] Compiling fd.cc
[502/539] Compiling socket.cc
[503/539] Compiling file.cc
[504/539] Compiling connect.cc
[505/539] Compiling errno.cc
[506/539] Compiling bio_mem.cc
[507/539] Compiling bio.cc
[508/539] Compiling base64.cc
[509/539] Compiling tasn_new.cc
[510/539] Compiling tasn_enc.cc
[511/539] Compiling tasn_utl.cc
[512/539] Compiling tasn_fre.cc
[513/539] Compiling tasn_typ.cc
[514/539] Compiling tasn_dec.cc
[515/539] Compiling posix_time.cc
[516/539] Compiling asn1_par.cc
[517/539] Compiling f_int.cc
[518/539] Compiling f_string.cc
[519/539] Compiling asn_pack.cc
[520/539] Compiling asn1_lib.cc
[521/539] Compiling a_utctm.cc
[522/539] Compiling a_type.cc
[523/539] Compiling a_time.cc
[524/539] Compiling a_octet.cc
[525/539] Compiling a_strnid.cc
[526/539] Compiling a_strex.cc
[527/539] Compiling a_object.cc
[528/539] Compiling a_int.cc
[529/539] Compiling a_i2d_fp.cc
[530/539] Compiling a_mbstr.cc
[530/539] Write sources
[532/539] Compiling a_gentm.cc
[533/539] Compiling a_d2i_fp.cc
[534/539] Compiling a_dup.cc
[535/564] Compiling a_bitstr.cc
[536/564] Compiling a_bool.cc
[538/564] Compiling Algorithms Compacted.swift
[539/564] Compiling Algorithms Cycle.swift
[540/564] Compiling Algorithms EitherSequence.swift
[541/564] Compiling Algorithms FirstNonNil.swift
[542/567] Compiling Algorithms Split.swift
[543/567] Compiling Algorithms Stride.swift
[544/567] Compiling Algorithms Suffix.swift
[545/567] Compiling Algorithms RandomSample.swift
[546/567] Compiling Algorithms Reductions.swift
[547/567] Compiling Algorithms Rotate.swift
[548/567] Compiling Algorithms Joined.swift
[549/567] Compiling Algorithms Keyed.swift
[550/567] Compiling Algorithms MinMax.swift
[551/567] Compiling Algorithms Partition.swift
[552/567] Compiling Algorithms Permutations.swift
[553/567] Compiling Algorithms Product.swift
[553/567] Compiling c-nioatomics.c
[555/567] Compiling Algorithms FlattenCollection.swift
[556/567] Compiling Algorithms Grouped.swift
[557/567] Compiling Algorithms Indexed.swift
[558/567] Compiling Algorithms Intersperse.swift
[559/567] Compiling Algorithms Trim.swift
[560/567] Compiling Algorithms Unique.swift
[561/567] Compiling Algorithms Windows.swift
[562/567] Compiling Algorithms AdjacentPairs.swift
[563/567] Compiling Algorithms Chain.swift
[564/567] Compiling Algorithms Chunked.swift
[565/567] Compiling Algorithms Combinations.swift
[566/567] Emitting module Algorithms
[567/568] Compiling c-atomics.c
[569/574] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[570/574] Compiling NIOConcurrencyHelpers NIOLock.swift
[571/574] Compiling NIOConcurrencyHelpers lock.swift
[572/574] Emitting module NIOConcurrencyHelpers
[573/574] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[574/574] Compiling NIOConcurrencyHelpers atomics.swift
[576/635] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[577/635] Compiling NIOCore EventLoopFuture+Deprecated.swift
[578/635] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[579/635] Compiling NIOCore EventLoopFuture.swift
[580/635] Compiling NIOCore FileDescriptor.swift
[581/635] Compiling NIOCore FileHandle.swift
[582/635] Compiling NIOCore FileRegion.swift
[583/635] Compiling NIOCore GlobalSingletons.swift
[584/643] Compiling NIOCore IO.swift
[585/643] Compiling NIOCore IOData.swift
[586/643] Compiling NIOCore IPProtocol.swift
[587/643] Compiling NIOCore IntegerBitPacking.swift
[588/643] Compiling NIOCore IntegerTypes.swift
[589/643] Compiling NIOCore Interfaces.swift
[590/643] Compiling NIOCore Linux.swift
[591/643] Compiling NIOCore MarkedCircularBuffer.swift
[592/643] Compiling NIOCore CircularBuffer.swift
[593/643] Compiling NIOCore Codec.swift
[594/643] Compiling NIOCore ConvenienceOptionSupport.swift
[595/643] Compiling NIOCore DeadChannel.swift
[596/643] Compiling NIOCore DispatchQueue+WithFuture.swift
[597/643] Compiling NIOCore EventLoop+Deprecated.swift
[598/643] Compiling NIOCore EventLoop+SerialExecutor.swift
[599/643] Compiling NIOCore EventLoop.swift
[600/643] Compiling NIOCore AddressedEnvelope.swift
[601/643] Compiling NIOCore AsyncAwaitSupport.swift
[602/643] Compiling NIOCore AsyncChannel.swift
[603/643] Compiling NIOCore AsyncChannelHandler.swift
[604/643] Compiling NIOCore AsyncChannelInboundStream.swift
[605/643] Compiling NIOCore AsyncChannelOutboundWriter.swift
[606/643] Compiling NIOCore NIOAsyncSequenceProducer.swift
[607/643] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[608/643] Compiling NIOCore NIOAsyncWriter.swift
[609/643] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[610/643] Compiling NIOCore BSDSocketAPI.swift
[611/643] Compiling NIOCore ByteBuffer-aux.swift
[612/643] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[613/643] Compiling NIOCore ByteBuffer-conversions.swift
[614/643] Compiling NIOCore ByteBuffer-core.swift
[615/643] Compiling NIOCore ByteBuffer-hex.swift
[616/643] Compiling NIOCore ByteBuffer-int.swift
[617/643] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[618/643] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[619/643] Compiling NIOCore SocketAddresses.swift
[620/643] Compiling NIOCore SocketOptionProvider.swift
[621/643] Compiling NIOCore SystemCallHelpers.swift
[622/643] Compiling NIOCore TimeAmount+Duration.swift
[623/643] Compiling NIOCore TypeAssistedChannelHandler.swift
[624/643] Compiling NIOCore UniversalBootstrapSupport.swift
[625/643] Compiling NIOCore Utilities.swift
[626/643] Compiling NIOCore MulticastChannel.swift
[627/643] Compiling NIOCore NIOAny.swift
[628/643] Compiling NIOCore NIOCloseOnErrorHandler.swift
[629/643] Compiling NIOCore NIOLoopBound.swift
[630/643] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[631/643] Compiling NIOCore NIOScheduledCallback.swift
[632/643] Compiling NIOCore NIOSendable.swift
[633/643] Compiling NIOCore RecvByteBufferAllocator.swift
[634/643] Compiling NIOCore ByteBuffer-multi-int.swift
[635/643] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[636/643] Compiling NIOCore ByteBuffer-views.swift
[637/643] Compiling NIOCore Channel.swift
[638/643] Compiling NIOCore ChannelHandler.swift
[639/643] Compiling NIOCore ChannelHandlers.swift
[640/643] Compiling NIOCore ChannelInvoker.swift
[641/643] Compiling NIOCore ChannelOption.swift
[642/643] Compiling NIOCore ChannelPipeline.swift
[643/643] Emitting module NIOCore
[645/694] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[646/694] Emitting module NIOEmbedded
[647/694] Compiling NIOEmbedded Embedded.swift
[648/694] Compiling NIOEmbedded AsyncTestingChannel.swift
[650/695] Emitting module NIOPosix
[651/701] Compiling NIOPosix BSDSocketAPICommon.swift
[652/701] Compiling NIOPosix BSDSocketAPIPosix.swift
[653/701] Compiling NIOPosix BSDSocketAPIWindows.swift
[654/701] Compiling NIOPosix BaseSocket.swift
[655/701] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[656/701] Compiling NIOPosix BaseSocketChannel.swift
[657/701] Compiling NIOPosix BaseStreamSocketChannel.swift
[658/701] Compiling NIOPosix ThreadPosix.swift
[659/701] Compiling NIOPosix ThreadWindows.swift
[660/701] Compiling NIOPosix UnsafeTransfer.swift
[661/701] Compiling NIOPosix Utilities.swift
[662/701] Compiling NIOPosix VsockAddress.swift
[663/701] Compiling NIOPosix VsockChannelEvents.swift
[664/701] Compiling NIOPosix ServerSocket.swift
[665/701] Compiling NIOPosix Socket.swift
[666/701] Compiling NIOPosix SocketChannel.swift
[667/701] Compiling NIOPosix SocketProtocols.swift
[668/701] Compiling NIOPosix System.swift
[669/701] Compiling NIOPosix Thread.swift
[670/701] Compiling NIOPosix IO.swift
[671/701] Compiling NIOPosix IntegerBitPacking.swift
[672/701] Compiling NIOPosix IntegerTypes.swift
[673/701] Compiling NIOPosix Linux.swift
[674/701] Compiling NIOPosix LinuxCPUSet.swift
[675/701] Compiling NIOPosix LinuxUring.swift
[676/701] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[677/701] Compiling NIOPosix SelectableChannel.swift
[678/701] Compiling NIOPosix SelectableEventLoop.swift
[679/701] Compiling NIOPosix SelectorEpoll.swift
[680/701] Compiling NIOPosix SelectorGeneric.swift
[681/701] Compiling NIOPosix SelectorKqueue.swift
[682/701] Compiling NIOPosix SelectorUring.swift
[683/701] Compiling NIOPosix Pool.swift
[684/701] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[685/701] Compiling NIOPosix PosixSingletons.swift
[686/701] Compiling NIOPosix RawSocketBootstrap.swift
[687/701] Compiling NIOPosix Resolver.swift
[688/701] Compiling NIOPosix Selectable.swift
[689/701] Compiling NIOPosix NIOThreadPool.swift
[690/701] Compiling NIOPosix NonBlockingFileIO.swift
[691/701] Compiling NIOPosix PendingDatagramWritesManager.swift
[692/701] Compiling NIOPosix PendingWritesManager.swift
[693/701] Compiling NIOPosix PipeChannel.swift
[694/701] Compiling NIOPosix PipePair.swift
[695/701] Compiling NIOPosix Bootstrap.swift
[696/701] Compiling NIOPosix ControlMessage.swift
[697/701] Compiling NIOPosix DatagramVectorReadManager.swift
[698/701] Compiling NIOPosix Errors+Any.swift
[699/701] Compiling NIOPosix FileDescriptor.swift
[700/701] Compiling NIOPosix GetaddrinfoResolver.swift
[701/701] Compiling NIOPosix HappyEyeballs.swift
[703/704] Compiling NIO Exports.swift
[704/704] Emitting module NIO
[706/744] Compiling NIOTLS TLSEvents.swift
[707/744] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[708/744] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[709/744] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[710/744] Emitting module NIOTLS
[711/744] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[712/744] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[713/744] Compiling NIOSOCKS ClientStateMachine.swift
[714/745] Compiling NIOHTTP1 ByteCollectionUtils.swift
[715/745] Compiling NIOHTTP1 HTTPDecoder.swift
[716/745] Compiling NIOSOCKS SOCKSResponse.swift
[717/745] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[718/745] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[719/745] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[720/745] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[721/745] Emitting module NIOSOCKS
[722/745] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[723/745] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[724/745] Compiling NIOSOCKS ServerStateMachine.swift
[725/745] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[726/745] Compiling NIOTLS SNIHandler.swift
[727/745] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[728/747] Emitting module NIOFoundationCompat
[729/747] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[730/748] Emitting module NIOHTTP1
[733/750] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[734/750] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[736/801] Compiling NIOTransportServices StateManagedChannel.swift
[737/801] Compiling NIOTransportServices StateManagedListenerChannel.swift
[738/801] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[739/803] Emitting module NIOTransportServices
[740/803] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[741/803] Compiling NIOTransportServices NIOTSSingletons.swift
[742/803] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[743/803] Compiling NIOTransportServices NIOTSBootstraps.swift
[744/803] Compiling NIOTransportServices NIOTSChannelOptions.swift
[745/803] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[746/803] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[747/803] Compiling NIOTransportServices NIOTSErrors.swift
[748/803] Compiling NIOTransportServices NIOTSEventLoop.swift
[749/803] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[750/803] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[751/803] Compiling NIOTransportServices NIOTSListenerChannel.swift
[752/803] Compiling NIOTransportServices NIOTSDatagramListener.swift
[753/803] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[754/803] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[755/803] Compiling NIOTransportServices AcceptHandler.swift
[756/803] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[757/803] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[758/803] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[759/803] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[777/823] Compiling NIOSSL SSLPrivateKey.swift
[778/823] Compiling NIOSSL SSLPublicKey.swift
[779/823] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[780/823] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[781/827] Emitting module NIOHPACK
[782/828] Compiling NIOHPACK DynamicHeaderTable.swift
[783/828] Compiling NIOHPACK HPACKDecoder.swift
[784/828] Compiling NIOHPACK HPACKEncoder.swift
[785/828] Compiling NIOHPACK HPACKErrors.swift
[786/828] Emitting module NIOSSL
[787/828] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[788/828] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[789/828] Compiling NIOHTTPCompression HTTPDecompression.swift
[790/828] Compiling NIOHPACK StaticHeaderTable.swift
[791/828] Emitting module NIOHTTPCompression
[792/828] Compiling NIOHTTPCompression HTTPCompression.swift
[793/828] Compiling NIOHPACK HuffmanTables.swift
[794/828] Compiling NIOHPACK IndexedHeaderTable.swift
[795/828] Compiling NIOHPACK IntegerCoding.swift
[796/828] Compiling NIOHPACK HPACKHeader.swift
[797/828] Compiling NIOHPACK HeaderTables.swift
[800/828] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[801/828] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[802/829] Compiling NIOHPACK HuffmanCoding.swift
[819/829] Compiling NIOSSL SSLPKCS12Bundle.swift
[820/829] Compiling NIOSSL Zeroization.swift
[821/829] Compiling NIOSSL TLSConfiguration.swift
[822/829] Compiling NIOSSL UniversalBootstrapSupport.swift
[823/829] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[832/889] Emitting module NIOHTTP2
[833/897] Compiling NIOHTTP2 StateMachineResult.swift
[834/897] Compiling NIOHTTP2 ContentLengthVerifier.swift
[835/897] Compiling NIOHTTP2 DOSHeuristics.swift
[836/897] Compiling NIOHTTP2 Error+Any.swift
[837/897] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[838/897] Compiling NIOHTTP2 ControlFrameBuffer.swift
[839/897] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[840/897] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[841/897] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[842/897] Compiling NIOHTTP2 HasFlowControlWindows.swift
[843/897] Compiling NIOHTTP2 HasLocalSettings.swift
[844/897] Compiling NIOHTTP2 HasRemoteSettings.swift
[845/897] Compiling NIOHTTP2 LocallyQuiescingState.swift
[846/897] Compiling NIOHTTP2 QuiescingState.swift
[847/897] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[848/897] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[849/897] Compiling NIOHTTP2 ConnectionStateMachine.swift
[850/897] Compiling NIOHTTP2 ConnectionStreamsState.swift
[851/897] Compiling NIOHTTP2 MayReceiveFrames.swift
[852/897] Compiling NIOHTTP2 ReceivingDataState.swift
[853/897] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[854/897] Compiling NIOHTTP2 ReceivingHeadersState.swift
[855/897] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[856/897] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[857/897] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[858/897] Compiling NIOHTTP2 MaySendFrames.swift
[859/897] Compiling NIOHTTP2 SendingDataState.swift
[860/897] Compiling NIOHTTP2 SendingGoawayState.swift
[861/897] Compiling NIOHTTP2 SendingHeadersState.swift
[862/897] Compiling NIOHTTP2 SendingPushPromiseState.swift
[863/897] Compiling NIOHTTP2 SendingRstStreamState.swift
[864/897] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[865/897] Compiling NIOHTTP2 HTTP2SettingsState.swift
[866/897] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[867/897] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[868/897] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[869/897] Compiling NIOHTTP2 HTTP2StreamID.swift
[870/897] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[871/897] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[872/897] Compiling NIOHTTP2 HTTP2UserEvents.swift
[873/897] Compiling NIOHTTP2 InboundEventBuffer.swift
[874/897] Compiling NIOHTTP2 InboundWindowManager.swift
[875/897] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[876/897] Compiling NIOHTTP2 StreamChannelFlowController.swift
[877/897] Compiling NIOHTTP2 StreamChannelList.swift
[878/897] Compiling NIOHTTP2 StreamMap.swift
[879/897] Compiling NIOHTTP2 StreamStateMachine.swift
[880/897] Compiling NIOHTTP2 UnsafeTransfer.swift
[881/897] Compiling NIOHTTP2 WatermarkedFlowController.swift
[882/897] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[883/897] Compiling NIOHTTP2 HTTP2Frame.swift
[884/897] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[885/897] Compiling NIOHTTP2 HTTP2FrameParser.swift
[886/897] Compiling NIOHTTP2 HTTP2PingData.swift
[887/897] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[888/897] Compiling NIOHTTP2 HTTP2Settings.swift
[889/897] Compiling NIOHTTP2 HTTP2Stream.swift
[890/897] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[891/897] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[892/897] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[893/897] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[894/897] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[895/897] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[896/897] Compiling NIOHTTP2 HTTP2Error.swift
[897/897] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[899/958] Emitting module AsyncHTTPClient
[900/966] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[901/966] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[902/966] Compiling AsyncHTTPClient AsyncLazySequence.swift
[903/966] Compiling AsyncHTTPClient HTTPClient+execute.swift
[904/966] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[905/966] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[906/966] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[907/966] Compiling AsyncHTTPClient HTTPClientRequest.swift
[908/966] Compiling AsyncHTTPClient HTTPClientResponse.swift
[909/966] Compiling AsyncHTTPClient HTTPHandler.swift
[910/966] Compiling AsyncHTTPClient LRUCache.swift
[911/966] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[912/966] Compiling AsyncHTTPClient NWErrorHandler.swift
[913/966] Compiling AsyncHTTPClient NWWaitingHandler.swift
[914/966] Compiling AsyncHTTPClient TLSConfiguration.swift
[915/966] Compiling AsyncHTTPClient RedirectState.swift
[916/966] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[917/966] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[918/966] Compiling AsyncHTTPClient TLSEventsHandler.swift
[919/966] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[920/966] Compiling AsyncHTTPClient HTTP1Connection.swift
[921/966] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[922/966] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[923/966] Compiling AsyncHTTPClient HTTP2Connection.swift
[924/966] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[925/966] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[926/966] Compiling AsyncHTTPClient RequestBag.swift
[927/966] Compiling AsyncHTTPClient RequestValidation.swift
[928/966] Compiling AsyncHTTPClient SSLContextCache.swift
[929/966] Compiling AsyncHTTPClient Scheme.swift
[930/966] Compiling AsyncHTTPClient Singleton.swift
[931/966] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[932/966] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[933/966] Compiling AsyncHTTPClient Utils.swift
[934/966] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[935/966] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[936/966] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[937/966] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[938/966] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[939/966] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[940/966] Compiling AsyncHTTPClient RequestBodyLength.swift
[941/966] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[942/966] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[943/966] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[944/966] Compiling AsyncHTTPClient Transaction.swift
[945/966] Compiling AsyncHTTPClient Base64.swift
[946/966] Compiling AsyncHTTPClient BasicAuth.swift
[947/966] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[948/966] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[949/966] Compiling AsyncHTTPClient ConnectionPool.swift
[950/966] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[951/966] Compiling AsyncHTTPClient ConnectionTarget.swift
[952/966] Compiling AsyncHTTPClient DeconstructedURL.swift
[953/966] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[954/966] Compiling AsyncHTTPClient FoundationExtensions.swift
[955/966] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[956/966] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[957/966] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[958/966] Compiling AsyncHTTPClient HTTPClient.swift
[959/966] Compiling AsyncHTTPClient RequestOptions.swift
[960/966] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[961/966] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[962/966] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[963/966] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[964/966] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[965/966] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[966/966] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[968/978] Compiling SwiftyRequest RestUtilities.swift
[969/978] Compiling SwiftyRequest RestToken.swift
[970/979] Compiling SwiftyRequest RestResponse.swift
[971/979] Compiling SwiftyRequest StringExtensions.swift
[972/979] Compiling SwiftyRequest Credentials.swift
[973/979] Compiling SwiftyRequest HTTPMethod.swift
[974/979] Compiling SwiftyRequest MultipartFormData.swift
[975/979] Compiling SwiftyRequest RestError.swift
[976/979] Compiling SwiftyRequest RestRequest.swift
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:149:44: warning: capture of 'invocation' with non-sendable type 'Invocation<(HTTPClient.Request, (Result<HTTPClient.Response, RestError>) -> Void), String>' in a '@Sendable' closure
147 |                         let request = invocation.commandArgs.0
148 |                         self?.session.execute(request: request).whenComplete { result in
149 |                             let callback = invocation.commandArgs.1
    |                                            `- warning: capture of 'invocation' with non-sendable type 'Invocation<(HTTPClient.Request, (Result<HTTPClient.Response, RestError>) -> Void), String>' in a '@Sendable' closure
150 |                             switch result {
151 |                             case .failure(let error as HTTPClientError):
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Invocation.swift:23:14: note: generic class 'Invocation' does not conform to the 'Sendable' protocol
 21 | /// The Invocation object allows you to notify the circuit breaker of success or failure, provided
 22 | /// that a timeout has not already been triggered.
 23 | public class Invocation<A, B> {
    |              `- note: generic class 'Invocation' does not conform to the 'Sendable' protocol
 24 |
 25 |   /// Arguments for circuit command.
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:18:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CircuitBreaker'
 16 |
 17 | import Foundation
 18 | import CircuitBreaker
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CircuitBreaker'
 19 | import LoggerAPI
 20 | import AsyncHTTPClient
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:751:11: warning: non-final class 'DownloadDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
749 |     }
750 |
751 |     class DownloadDelegate: HTTPClientResponseDelegate {
    |           `- warning: non-final class 'DownloadDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
752 |         typealias Response = HTTPResponseHead
753 |
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:754:13: warning: stored property 'count' of 'Sendable'-conforming class 'DownloadDelegate' is mutable; this is an error in the Swift 6 language mode
752 |         typealias Response = HTTPResponseHead
753 |
754 |         var count = 0
    |             `- warning: stored property 'count' of 'Sendable'-conforming class 'DownloadDelegate' is mutable; this is an error in the Swift 6 language mode
755 |         let destination: URL
756 |         var responseHead: HTTPResponseHead?
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:416:49: warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
414 |             key = nil
415 |         }
416 |         let tlsConfiguration = TLSConfiguration.forClient(
    |                                                 |- warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
    |                                                 `- note: use 'makeClientConfiguration()' instead
417 |             certificateVerification: (insecure ? .none : .fullVerification),
418 |             certificateChain: chain, privateKey: key)
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:454:32: warning: capture of 'completionHandler' with non-sendable type '(Result<HTTPClient.Response, RestError>) -> Void' in a '@Sendable' closure
452 |                 case .success(let response):
453 |                     if response.status.code >= 200 && response.status.code < 300 {
454 |                         return completionHandler(.success(response))
    |                                |- warning: capture of 'completionHandler' with non-sendable type '(Result<HTTPClient.Response, RestError>) -> Void' in a '@Sendable' closure
    |                                `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
455 |                     } else {
456 |                         return completionHandler(.failure(RestError.errorStatusCode(response: response)))
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:839:17: warning: capture of 'completionHandler' with non-sendable type '(Result<HTTPResponseHead, RestError>) -> Void' in a '@Sendable' closure
837 |             switch result {
838 |             case .success(let response):
839 |                 completionHandler(.success(response))
    |                 |- warning: capture of 'completionHandler' with non-sendable type '(Result<HTTPResponseHead, RestError>) -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
840 |             case .failure(let error as HTTPClientError):
841 |                 completionHandler(.failure(.httpClientError(error)))
[977/979] Emitting module SwiftyRequest
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:149:44: warning: capture of 'invocation' with non-sendable type 'Invocation<(HTTPClient.Request, (Result<HTTPClient.Response, RestError>) -> Void), String>' in a '@Sendable' closure
147 |                         let request = invocation.commandArgs.0
148 |                         self?.session.execute(request: request).whenComplete { result in
149 |                             let callback = invocation.commandArgs.1
    |                                            `- warning: capture of 'invocation' with non-sendable type 'Invocation<(HTTPClient.Request, (Result<HTTPClient.Response, RestError>) -> Void), String>' in a '@Sendable' closure
150 |                             switch result {
151 |                             case .failure(let error as HTTPClientError):
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Invocation.swift:23:14: note: generic class 'Invocation' does not conform to the 'Sendable' protocol
 21 | /// The Invocation object allows you to notify the circuit breaker of success or failure, provided
 22 | /// that a timeout has not already been triggered.
 23 | public class Invocation<A, B> {
    |              `- note: generic class 'Invocation' does not conform to the 'Sendable' protocol
 24 |
 25 |   /// Arguments for circuit command.
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:18:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CircuitBreaker'
 16 |
 17 | import Foundation
 18 | import CircuitBreaker
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CircuitBreaker'
 19 | import LoggerAPI
 20 | import AsyncHTTPClient
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:751:11: warning: non-final class 'DownloadDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
749 |     }
750 |
751 |     class DownloadDelegate: HTTPClientResponseDelegate {
    |           `- warning: non-final class 'DownloadDelegate' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
752 |         typealias Response = HTTPResponseHead
753 |
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:754:13: warning: stored property 'count' of 'Sendable'-conforming class 'DownloadDelegate' is mutable; this is an error in the Swift 6 language mode
752 |         typealias Response = HTTPResponseHead
753 |
754 |         var count = 0
    |             `- warning: stored property 'count' of 'Sendable'-conforming class 'DownloadDelegate' is mutable; this is an error in the Swift 6 language mode
755 |         let destination: URL
756 |         var responseHead: HTTPResponseHead?
[978/979] Compiling SwiftyRequest CircuitParameters.swift
[979/979] Compiling SwiftyRequest ClientCertificate.swift
Build complete! (167.46s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "circuitbreaker",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StyleShoots/CircuitBreaker"
    },
    {
      "identity" : "loggerapi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/LoggerAPI.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.22.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "SwiftyRequest",
  "name" : "SwiftyRequest",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyRequest",
      "targets" : [
        "SwiftyRequest"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyRequestTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyRequestTests",
      "path" : "Tests/SwiftyRequestTests",
      "sources" : [
        "Models.swift",
        "PrintLogger.swift",
        "SwiftyRequestTests.swift"
      ],
      "target_dependencies" : [
        "SwiftyRequest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyRequest",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyRequest",
      "path" : "Sources/SwiftyRequest",
      "product_dependencies" : [
        "CircuitBreaker",
        "LoggerAPI",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "SwiftyRequest"
      ],
      "sources" : [
        "CircuitParameters.swift",
        "ClientCertificate.swift",
        "Credentials.swift",
        "HTTPMethod.swift",
        "MultipartFormData.swift",
        "RestError.swift",
        "RestRequest.swift",
        "RestResponse.swift",
        "RestToken.swift",
        "RestUtilities.swift",
        "StringExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.