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 SwiftyRequest, reference 3.2.200 (2c5437), with Swift 6.1 for Linux on 27 Apr 2025 19:07:32 UTC.

Swift 6 data race errors: 1

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/Kitura/SwiftyRequest.git
Reference: 3.2.200
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
 * tag               3.2.200    -> FETCH_HEAD
HEAD is now at 2c54377 Misc org update (#87)
Cloned https://github.com/Kitura/SwiftyRequest.git
Revision (git rev-parse @):
2c543777a5088bed811503a68551a4b4eceac198
SUCCESS checkout https://github.com/Kitura/SwiftyRequest.git at 3.2.200
========================================
Build
========================================
Selected platform:         linux
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" : {
        "range" : [
          {
            "lower_bound" : "5.0.200",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/CircuitBreaker.git"
    },
    {
      "identity" : "loggerapi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.200",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/LoggerAPI.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "1.2.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.0"
}
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/Kitura/LoggerAPI.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/Kitura/CircuitBreaker.git
[1/771] Fetching loggerapi
[772/2504] Fetching loggerapi, circuitbreaker
[2505/16291] Fetching loggerapi, circuitbreaker, async-http-client
Fetched https://github.com/Kitura/CircuitBreaker.git from cache (0.95s)
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.95s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.96s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (2.34s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.43s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.1.1 (1.07s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5662] Fetching swift-nio-extras
[5663/81098] Fetching swift-nio-extras, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.44s)
[2/90229] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.03s)
[59595/75436] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.13s)
Computing version for https://github.com/Kitura/CircuitBreaker.git
Computed https://github.com/Kitura/CircuitBreaker.git at 5.1.0 (6.07s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.58s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.68s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
[2032/3736] Fetching swift-http-structured-headers, swift-http-types, swift-atomics
[2561/9639] Fetching swift-http-structured-headers, swift-http-types, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.37s)
[1655/20004] Fetching swift-http-types, swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (0.68s)
[10826/19100] Fetching swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (1.36s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.36s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.37s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.93s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.88s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[916/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.12s)
Fetched https://github.com/apple/swift-collections.git from cache (1.15s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.38s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.06s)
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 (1.68s)
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.54s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.51s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.61s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.31s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.01s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.15s)
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/Kitura/CircuitBreaker.git
Working copy of https://github.com/Kitura/CircuitBreaker.git resolved at 5.1.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 1.9.200
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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Building for debugging...
[0/434] Write sources
[15/434] Compiling CNIOLLHTTP c_nio_http.c
[15/434] Write sources
[18/434] Compiling _AtomicsShims.c
[19/434] Write sources
[21/434] Compiling CNIOWindows shim.c
[22/434] Compiling CNIOWindows WSAStartup.c
[23/434] Compiling CNIOWASI CNIOWASI.c
[24/434] Compiling CNIOLLHTTP c_nio_api.c
[25/434] Compiling CNIOLinux liburing_shims.c
[26/434] Compiling CNIOExtrasZlib empty.c
[27/434] Compiling CNIOLinux shim.c
[28/434] Compiling CNIODarwin shim.c
[29/434] Write swift-version-24593BA9C3E375BF.txt
[30/434] Compiling fiat_p256_adx_sqr.S
[31/434] Compiling fiat_p256_adx_mul.S
[32/434] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/443] Compiling a_mbstr.cc
[34/443] Compiling a_i2d_fp.cc
[35/443] Compiling fiat_curve25519_adx_square.S
[36/462] Compiling fiat_curve25519_adx_mul.S
[37/462] Compiling CNIOBoringSSLShims shims.c
[38/462] Compiling a_int.cc
[39/462] Compiling a_gentm.cc
[41/462] Emitting module _NIODataStructures
[41/462] Compiling tls_record.cc
[42/462] Compiling tls_method.cc
[43/462] Compiling tls13_enc.cc
[44/462] Compiling tls13_server.cc
[46/462] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[47/462] Compiling InternalCollectionsUtilities Specialize.swift
[48/464] Emitting module _NIOBase64
[49/464] Compiling _NIOBase64 Base64.swift
[50/464] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[51/464] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[52/465] Compiling InternalCollectionsUtilities _SortedCollection.swift
[53/465] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[54/465] Emitting module InternalCollectionsUtilities
[55/465] Compiling InternalCollectionsUtilities Debugging.swift
[56/465] Compiling InternalCollectionsUtilities Descriptions.swift
[57/465] Compiling _NIODataStructures _TinyArray.swift
[58/465] Compiling _NIODataStructures PriorityQueue.swift
[59/465] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[60/465] Compiling InternalCollectionsUtilities Integer rank.swift
[61/465] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[62/465] Compiling InternalCollectionsUtilities UInt+reversed.swift
[63/465] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[64/465] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[65/465] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[66/465] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[68/465] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[69/465] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[70/466] Compiling t1_enc.cc
[71/467] Compiling tls13_both.cc
[72/481] Compiling tls13_client.cc
[74/481] Compiling DequeModule Deque+Equatable.swift
[75/481] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[76/481] Compiling DequeModule Deque+CustomReflectable.swift
[77/481] Compiling DequeModule Deque+Descriptions.swift
[78/483] Compiling DequeModule _DequeBuffer.swift
[79/483] Compiling DequeModule _DequeBufferHeader.swift
[80/483] Compiling _NIODataStructures Heap.swift
[81/484] Compiling Logging MetadataProvider.swift
[82/484] Emitting module Logging
[83/484] Compiling Logging Locks.swift
[84/484] Compiling Logging LogHandler.swift
[85/484] Compiling Logging Logging.swift
[88/485] Compiling DequeModule Deque+Extras.swift
[89/485] Compiling DequeModule Deque+Hashable.swift
[90/485] Compiling DequeModule Deque+Testing.swift
[91/485] Compiling DequeModule Deque._Storage.swift
[91/485] Compiling ssl_x509.cc
[93/485] Compiling DequeModule _DequeSlot.swift
[94/485] Compiling DequeModule _UnsafeWrappedBuffer.swift
[95/487] Compiling DequeModule Deque._UnsafeHandle.swift
[96/487] Compiling DequeModule Deque.swift
[97/487] Compiling DequeModule Deque+Codable.swift
[98/487] Compiling DequeModule Deque+Collection.swift
[98/487] Compiling ssl_versions.cc
[100/487] Emitting module DequeModule
[101/488] Compiling ssl_transcript.cc
[102/488] Compiling ssl_stat.cc
[103/488] Compiling ssl_session.cc
[104/488] Compiling ssl_privkey.cc
[105/488] Compiling ssl_lib.cc
[106/488] Compiling ssl_key_share.cc
[107/488] Compiling ssl_file.cc
[108/488] Compiling ssl_credential.cc
[109/488] Compiling ssl_cipher.cc
[110/488] Compiling ssl_buffer.cc
[111/488] Compiling ssl_cert.cc
[113/488] Emitting module LoggerAPI
[114/488] Compiling LoggerAPI Logger.swift
[115/489] Compiling ssl_asn1.cc
[116/499] Compiling ssl_aead_ctx.cc
[118/499] Compiling CircuitBreaker Monitor.swift
[119/499] Compiling CircuitBreaker Invocation.swift
[120/499] Compiling CircuitBreaker MonitorCollection.swift
[120/500] Compiling s3_pkt.cc
[121/500] Compiling s3_lib.cc
[123/500] Compiling CircuitBreaker Utils.swift
[124/500] Compiling CircuitBreaker Snapshot.swift
[125/500] Compiling CircuitBreaker Stats.swift
[125/500] Compiling s3_both.cc
[127/500] Compiling CircuitBreaker BreakerError.swift
[128/500] Compiling CircuitBreaker Bulkhead.swift
[129/500] Emitting module CircuitBreaker
[130/500] Compiling CircuitBreaker CircuitBreaker.swift
[131/500] Compiling CircuitBreaker Collection.swift
[132/501] Compiling handshake_server.cc
[133/501] Compiling handshake_client.cc
[134/501] Compiling handshake.cc
[135/501] Compiling dtls_record.cc
[136/501] Compiling handoff.cc
[137/501] Compiling encrypted_client_hello.cc
[138/501] Compiling md5-x86_64-linux.S
[139/501] Compiling md5-x86_64-apple.S
[140/501] Compiling md5-586-linux.S
[141/501] Compiling extensions.cc
[142/501] Compiling md5-586-apple.S
[143/501] Compiling dtls_method.cc
[144/501] Compiling d1_srtp.cc
[145/501] Compiling chacha20_poly1305_x86_64-linux.S
[146/501] Compiling chacha20_poly1305_armv8-win.S
[147/501] Compiling chacha20_poly1305_x86_64-apple.S
[148/501] Compiling chacha20_poly1305_armv8-linux.S
[149/501] Compiling chacha-x86_64-linux.S
[150/501] Compiling chacha20_poly1305_armv8-apple.S
[151/501] Compiling chacha-x86_64-apple.S
[152/501] Compiling chacha-x86-linux.S
[153/501] Compiling d1_pkt.cc
[154/501] Compiling err_data.cc
[155/501] Compiling chacha-armv8-win.S
[155/501] Compiling chacha-x86-apple.S
[157/501] Compiling chacha-armv8-linux.S
[158/501] Compiling chacha-armv4-linux.S
[159/501] Compiling chacha-armv8-apple.S
[160/501] Compiling aes128gcmsiv-x86_64-apple.S
[161/501] Compiling aes128gcmsiv-x86_64-linux.S
[162/501] Compiling x86_64-mont5-linux.S
[163/501] Compiling x86_64-mont5-apple.S
[164/501] Compiling x86_64-mont-linux.S
[165/501] Compiling x86_64-mont-apple.S
[166/501] Compiling d1_lib.cc
[167/501] Compiling x86-mont-linux.S
[168/501] Compiling x86-mont-apple.S
[169/501] Compiling bio_ssl.cc
[170/501] Compiling vpaes-x86_64-linux.S
[171/501] Compiling vpaes-x86_64-apple.S
[172/501] Compiling vpaes-x86-apple.S
[173/501] Compiling vpaes-x86-linux.S
[174/501] Compiling vpaes-armv8-linux.S
[175/501] Compiling vpaes-armv8-win.S
[176/501] Compiling vpaes-armv8-apple.S
[177/501] Compiling vpaes-armv7-linux.S
[178/501] Compiling sha512-x86_64-linux.S
[179/501] Compiling sha512-armv8-win.S
[180/501] Compiling sha512-x86_64-apple.S
[181/501] Compiling sha512-armv8-linux.S
[182/501] Compiling sha512-armv8-apple.S
[183/501] Compiling d1_both.cc
[183/501] Compiling sha256-x86_64-linux.S
[184/501] Compiling sha256-x86_64-apple.S
[186/501] Compiling sha512-armv4-linux.S
[187/501] Compiling sha512-586-apple.S
[187/501] Compiling sha512-586-linux.S
[189/501] Compiling sha256-armv8-win.S
[190/501] Compiling sha256-armv8-linux.S
[191/501] Compiling sha256-armv4-linux.S
[192/501] Compiling sha256-586-apple.S
[193/501] Compiling sha256-586-linux.S
[194/501] Compiling sha256-armv8-apple.S
[195/501] Compiling sha1-x86_64-apple.S
[196/501] Compiling sha1-armv8-win.S
[197/501] Compiling sha1-armv8-linux.S
[198/501] Compiling sha1-armv8-apple.S
[199/501] Compiling sha1-armv4-large-linux.S
[200/501] Compiling sha1-586-apple.S
[201/501] Compiling rsaz-avx2-apple.S
[202/501] Compiling sha1-x86_64-linux.S
[203/501] Compiling rsaz-avx2-linux.S
[204/501] Compiling sha1-586-linux.S
[205/501] Compiling rdrand-x86_64-apple.S
[206/501] Compiling rdrand-x86_64-linux.S
[207/501] Compiling p256_beeu-x86_64-asm-apple.S
[208/501] Compiling p256_beeu-armv8-asm-win.S
[209/501] Compiling p256_beeu-x86_64-asm-linux.S
[210/501] Compiling p256_beeu-armv8-asm-apple.S
[211/501] Compiling p256_beeu-armv8-asm-linux.S
[212/501] Compiling p256-x86_64-asm-apple.S
[213/501] Compiling p256-armv8-asm-win.S
[214/501] Compiling p256-x86_64-asm-linux.S
[215/501] Compiling p256-armv8-asm-linux.S
[216/501] Compiling ghashv8-armv8-win.S
[217/501] Compiling ghashv8-armv8-apple.S
[218/501] Compiling ghashv8-armv8-linux.S
[219/501] Compiling p256-armv8-asm-apple.S
[220/501] Compiling ghashv8-armv7-linux.S
[221/501] Compiling ghash-x86_64-linux.S
[222/501] Compiling ghash-x86_64-apple.S
[223/501] Compiling ghash-ssse3-x86_64-apple.S
[224/501] Compiling ghash-x86-linux.S
[224/501] Compiling ghash-x86-apple.S
[224/501] Compiling ghash-ssse3-x86_64-linux.S
[227/501] Compiling ghash-neon-armv8-win.S
[228/501] Compiling ghash-neon-armv8-linux.S
[228/501] Compiling ghash-ssse3-x86-linux.S
[230/501] Compiling ghash-ssse3-x86-apple.S
[231/501] Compiling ghash-neon-armv8-apple.S
[232/501] Compiling ghash-armv4-linux.S
[233/501] Compiling bn-armv8-linux.S
[234/501] Compiling bn-armv8-apple.S
[235/501] Compiling bsaes-armv7-linux.S
[236/501] Compiling co-586-linux.S
[236/501] Compiling co-586-apple.S
[238/501] Compiling bn-armv8-win.S
[239/501] Compiling bn-586-linux.S
[240/501] Compiling armv8-mont-linux.S
[241/501] Compiling bn-586-apple.S
[242/501] Compiling aesv8-gcm-armv8-win.S
[243/501] Compiling armv8-mont-win.S
[244/501] Compiling aesv8-gcm-armv8-apple.S
[245/501] Compiling aesv8-gcm-armv8-linux.S
[246/501] Compiling armv8-mont-apple.S
[247/501] Compiling armv4-mont-linux.S
[248/501] Compiling aesv8-armv8-win.S
[249/501] Compiling aesv8-armv8-apple.S
[250/501] Compiling aesni-x86_64-apple.S
[251/501] Compiling aesv8-armv8-linux.S
[252/501] Compiling aesni-x86-linux.S
[252/501] Compiling aesni-x86_64-linux.S
[254/501] Compiling aesni-x86-apple.S
[254/501] Compiling aesv8-armv7-linux.S
[254/501] Compiling aesni-gcm-x86_64-linux.S
[257/501] Compiling aesni-gcm-x86_64-apple.S
[258/501] Compiling aes-gcm-avx10-x86_64-apple.S
[259/501] Compiling aes-gcm-avx10-x86_64-linux.S
[260/501] Compiling aes-gcm-avx2-x86_64-apple.S
[261/501] Compiling aes-gcm-avx2-x86_64-linux.S
[262/501] Compiling x_req.cc
[263/501] Compiling x_spki.cc
[264/501] Compiling x_val.cc
[265/501] Compiling x_sig.cc
[266/501] Compiling x_x509a.cc
[267/501] Compiling x_x509.cc
[268/501] Compiling x_pubkey.cc
[269/501] Compiling x_name.cc
[270/501] Compiling x_exten.cc
[271/501] Compiling x509spki.cc
[272/501] Compiling x_crl.cc
[273/501] Compiling x_attrib.cc
[274/501] Compiling x_all.cc
[275/501] Compiling x_algor.cc
[276/501] Compiling x509rset.cc
[277/501] Compiling x509cset.cc
[278/501] Compiling x509name.cc
[279/501] Compiling x509_v3.cc
[280/501] Compiling x509_vpm.cc
[281/501] Compiling x509_txt.cc
[282/501] Compiling x509_vfy.cc
[283/501] Compiling x509_obj.cc
[284/501] Compiling x509_trs.cc
[285/501] Compiling x509_set.cc
[286/501] Compiling x509_req.cc
[287/501] Compiling x509_def.cc
[288/501] Compiling x509_lu.cc
[289/501] Compiling x509_ext.cc
[290/501] Compiling x509_d2.cc
[291/501] Compiling v3_skey.cc
[292/501] Compiling x509_cmp.cc
[293/501] Compiling x509.cc
[294/501] Compiling x509_att.cc
[295/501] Compiling v3_utl.cc
[296/501] Compiling v3_purp.cc
[297/501] Compiling v3_pcons.cc
[298/501] Compiling v3_prn.cc
[299/501] Compiling v3_pmaps.cc
[300/501] Compiling v3_lib.cc
[301/501] Compiling v3_ncons.cc
[302/501] Compiling v3_ocsp.cc
[303/501] Compiling v3_crld.cc
[304/501] Compiling v3_genn.cc
[305/501] Compiling v3_ia5.cc
[306/501] Compiling v3_int.cc
[307/501] Compiling v3_info.cc
[308/501] Compiling v3_extku.cc
[309/501] Compiling v3_enum.cc
[310/501] Compiling v3_akeya.cc
[311/501] Compiling v3_cpols.cc
[312/501] Compiling v3_alt.cc
[313/501] Compiling v3_conf.cc
[314/501] Compiling v3_bitst.cc
[315/501] Compiling v3_bcons.cc
[316/501] Compiling t_x509a.cc
[317/501] Compiling v3_akey.cc
[318/501] Compiling t_req.cc
[319/501] Compiling t_x509.cc
[320/501] Compiling t_crl.cc
[321/501] Compiling rsa_pss.cc
[322/501] Compiling name_print.cc
[323/501] Compiling policy.cc
[324/501] Compiling i2d_pr.cc
[325/501] Compiling by_file.cc
[326/501] Compiling algorithm.cc
[327/501] Compiling by_dir.cc
[328/501] Compiling a_verify.cc
[329/501] Compiling asn1_gen.cc
[330/501] Compiling voprf.cc
[331/501] Compiling a_sign.cc
[332/501] Compiling a_digest.cc
[333/501] Compiling pmbtoken.cc
[334/501] Compiling thread_win.cc
[335/501] Compiling trust_token.cc
[336/501] Compiling thread.cc
[337/501] Compiling thread_none.cc
[338/501] Compiling thread_pthread.cc
[339/501] Compiling sha256.cc
[340/501] Compiling sha1.cc
[341/501] Compiling rsa_print.cc
[342/501] Compiling siphash.cc
[343/501] Compiling sha512.cc
[344/501] Compiling stack.cc
[345/501] Compiling rsa_extra.cc
[346/501] Compiling spake2plus.cc
[347/501] Compiling slhdsa.cc
[348/501] Compiling rc4.cc
[349/501] Compiling rsa_crypt.cc
[350/501] Compiling trusty.cc
[351/501] Compiling windows.cc
[352/501] Compiling urandom.cc
[353/501] Compiling refcount.cc
[354/501] Compiling rand.cc
[355/501] Compiling ios.cc
[356/501] Compiling passive.cc
[357/501] Compiling rsa_asn1.cc
[358/501] Compiling poly1305_arm_asm.S
[359/501] Compiling getentropy.cc
[360/501] Compiling deterministic.cc
[361/501] Compiling forkunsafe.cc
[362/501] Compiling fork_detect.cc
[363/501] Compiling poly1305_arm.cc
[364/501] Compiling poly1305.cc
[365/501] Compiling pool.cc
[366/501] Compiling poly1305_vec.cc
[367/501] Compiling pkcs7.cc
[368/501] Compiling pkcs8.cc
[369/501] Compiling pkcs8_x509.cc
[370/501] Compiling p5_pbev2.cc
[371/501] Compiling pkcs7_x509.cc
[372/501] Compiling pem_xaux.cc
[373/501] Compiling pem_x509.cc
[374/501] Compiling pem_pkey.cc
[375/501] Compiling pem_pk8.cc
[376/501] Compiling mlkem.cc
[377/501] Compiling mldsa.cc
[378/501] Compiling obj_xref.cc
[379/501] Compiling pem_oth.cc
[380/501] Compiling pem_lib.cc
[381/501] Compiling pem_all.cc
[382/501] Compiling md5.cc
[383/501] Compiling obj.cc
[384/501] Compiling pem_info.cc
[385/501] Compiling mem.cc
[386/501] Compiling fips_shared_support.cc
[387/501] Compiling poly_rq_mul.S
[388/501] Compiling md4.cc
[389/501] Compiling lhash.cc
[390/501] Compiling ex_data.cc
[391/501] Compiling kyber.cc
[392/501] Compiling hrss.cc
[393/501] Compiling hpke.cc
[394/501] Compiling scrypt.cc
[395/501] Compiling sign.cc
[396/501] Compiling pbkdf.cc
[397/501] Compiling p_x25519.cc
[398/501] Compiling print.cc
[399/501] Compiling p_rsa.cc
[400/501] Compiling p_ed25519.cc
[401/501] Compiling p_rsa_asn1.cc
[402/501] Compiling p_ed25519_asn1.cc
[403/501] Compiling p_x25519_asn1.cc
[404/501] Compiling p_ec.cc
[405/501] Compiling p_ec_asn1.cc
[406/501] Compiling p_hkdf.cc
[407/501] Compiling p_dh.cc
[408/501] Compiling p_dh_asn1.cc
[409/501] Compiling p_dsa_asn1.cc
[410/501] Compiling evp_ctx.cc
[411/501] Compiling evp.cc
[412/501] Compiling evp_asn1.cc
[413/501] Compiling hash_to_curve.cc
[414/501] Compiling err.cc
[415/501] Compiling engine.cc
[416/501] Compiling ec_derive.cc
[417/501] Compiling ecdh.cc
[418/501] Compiling ecdsa_asn1.cc
[419/501] Compiling dsa_asn1.cc
[420/501] Compiling params.cc
[421/501] Compiling ec_asn1.cc
[422/501] Compiling dsa.cc
[423/501] Compiling x25519-asm-arm.S
[424/501] Compiling des.cc
[425/501] Compiling dh_asn1.cc
[426/501] Compiling digest_extra.cc
[427/501] Compiling curve25519.cc
[428/501] Compiling crypto.cc
[429/501] Compiling cpu_intel.cc
[430/501] Compiling spake25519.cc
[431/501] Compiling cpu_arm_linux.cc
[432/501] Compiling cpu_arm_freebsd.cc
[433/501] Compiling cpu_aarch64_win.cc
[434/501] Compiling cpu_aarch64_sysreg.cc
[435/501] Compiling cpu_aarch64_openbsd.cc
[436/501] Compiling cpu_aarch64_apple.cc
[437/501] Compiling cpu_aarch64_linux.cc
[438/501] Compiling cpu_aarch64_fuchsia.cc
[439/501] Compiling tls_cbc.cc
[440/501] Compiling conf.cc
[441/501] Compiling get_cipher.cc
[442/501] Compiling bcm.cc
[443/501] Compiling curve25519_64_adx.cc
[444/501] Compiling e_rc4.cc
[445/501] Compiling e_rc2.cc
[446/501] Compiling e_tls.cc
[447/501] Compiling e_des.cc
[448/501] Compiling e_chacha20poly1305.cc
[449/501] Compiling e_aesgcmsiv.cc
[450/501] Compiling e_null.cc
[451/501] Compiling derive_key.cc
[452/501] Compiling e_aesctrhmac.cc
[453/501] Compiling chacha.cc
[454/501] Compiling unicode.cc
[455/501] Compiling buf.cc
[456/501] Compiling blake2.cc
[457/501] Compiling cbb.cc
[458/501] Compiling asn1_compat.cc
[459/501] Compiling ber.cc
[460/501] Compiling cbs.cc
[461/501] Compiling bn_asn1.cc
[462/501] Compiling convert.cc
[463/501] Compiling hexdump.cc
[464/501] Compiling file.cc
[465/501] Compiling printf.cc
[466/501] Compiling socket_helper.cc
[467/501] Compiling pair.cc
[468/501] Compiling socket.cc
[469/501] Compiling fd.cc
[470/501] Compiling errno.cc
[471/501] Compiling tasn_typ.cc
[472/501] Compiling bio.cc
[473/501] Compiling connect.cc
[474/501] Compiling base64.cc
[475/501] Compiling bio_mem.cc
[476/501] Compiling tasn_fre.cc
[477/501] Compiling posix_time.cc
[478/501] Compiling tasn_utl.cc
[479/501] Compiling tasn_enc.cc
[480/501] Compiling f_int.cc
[481/501] Compiling tasn_new.cc
[482/501] Compiling f_string.cc
[483/501] Compiling asn_pack.cc
[484/501] Compiling asn1_par.cc
[485/501] Compiling tasn_dec.cc
[486/501] Compiling a_type.cc
[487/501] Compiling a_octet.cc
[488/501] Compiling a_utctm.cc
[489/501] Compiling asn1_lib.cc
[490/501] Compiling a_time.cc
[491/501] Compiling a_object.cc
[492/501] Compiling a_dup.cc
[493/501] Write sources
[494/501] Compiling a_strnid.cc
[495/501] Compiling a_strex.cc
[496/511] Compiling a_d2i_fp.cc
[497/520] Compiling a_bitstr.cc
[498/520] Compiling a_bool.cc
[500/520] Compiling Atomics Primitives.shims.swift
[501/520] Compiling Atomics AtomicInteger.swift
[502/520] Compiling Atomics AtomicOptionalWrappable.swift
[503/522] Compiling Atomics AtomicMemoryOrderings.swift
[504/522] Compiling Atomics DoubleWord.swift
[505/522] Compiling Atomics IntegerOperations.swift
[506/522] Compiling Atomics Unmanaged extensions.swift
[507/522] Compiling Atomics ManagedAtomic.swift
[508/522] Compiling Atomics ManagedAtomicLazyReference.swift
[509/522] Compiling Atomics UnsafeAtomic.swift
[510/522] Compiling Atomics UnsafeAtomicLazyReference.swift
[511/522] Compiling Atomics AtomicReference.swift
[512/522] Compiling Atomics AtomicStorage.swift
[513/522] Compiling Atomics AtomicValue.swift
[513/522] Compiling c-nioatomics.c
[515/522] Compiling Atomics OptionalRawRepresentable.swift
[516/522] Compiling Atomics RawRepresentable.swift
[517/522] Compiling Atomics AtomicBool.swift
[518/522] Compiling Atomics IntegerConformances.swift
[519/522] Compiling Atomics PointerConformances.swift
[520/522] Compiling Atomics Primitives.native.swift
[521/522] Emitting module Atomics
[522/523] Compiling c-atomics.c
[524/529] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[525/529] Compiling NIOConcurrencyHelpers lock.swift
[526/529] Compiling NIOConcurrencyHelpers NIOLock.swift
[527/529] Emitting module NIOConcurrencyHelpers
[528/529] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[529/529] Compiling NIOConcurrencyHelpers atomics.swift
[531/589] Compiling NIOCore GlobalSingletons.swift
[532/589] Compiling NIOCore IO.swift
[533/589] Compiling NIOCore IOData.swift
[534/589] Compiling NIOCore IPProtocol.swift
[535/589] Compiling NIOCore IntegerBitPacking.swift
[536/589] Compiling NIOCore IntegerTypes.swift
[537/589] Compiling NIOCore Interfaces.swift
[538/589] Compiling NIOCore Linux.swift
[539/597] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[540/597] Compiling NIOCore SocketAddresses.swift
[541/597] Compiling NIOCore SocketOptionProvider.swift
[542/597] Compiling NIOCore SystemCallHelpers.swift
[543/597] Compiling NIOCore TimeAmount+Duration.swift
[544/597] Compiling NIOCore TypeAssistedChannelHandler.swift
[545/597] Compiling NIOCore UniversalBootstrapSupport.swift
[546/597] Compiling NIOCore Utilities.swift
[547/597] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[548/597] Compiling NIOCore BSDSocketAPI.swift
[549/597] Compiling NIOCore ByteBuffer-aux.swift
[550/597] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[551/597] Compiling NIOCore ByteBuffer-conversions.swift
[552/597] Compiling NIOCore ByteBuffer-core.swift
[553/597] Compiling NIOCore ByteBuffer-hex.swift
[554/597] Compiling NIOCore ByteBuffer-int.swift
[555/597] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[556/597] Compiling NIOCore AddressedEnvelope.swift
[557/597] Compiling NIOCore AsyncAwaitSupport.swift
[558/597] Compiling NIOCore AsyncChannel.swift
[559/597] Compiling NIOCore AsyncChannelHandler.swift
[560/597] Compiling NIOCore AsyncChannelInboundStream.swift
[561/597] Compiling NIOCore AsyncChannelOutboundWriter.swift
[562/597] Compiling NIOCore NIOAsyncSequenceProducer.swift
[563/597] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[564/597] Compiling NIOCore NIOAsyncWriter.swift
[565/597] Compiling NIOCore ChannelPipeline.swift
[566/597] Compiling NIOCore CircularBuffer.swift
[567/597] Compiling NIOCore Codec.swift
[568/597] Compiling NIOCore ConvenienceOptionSupport.swift
[569/597] Compiling NIOCore DeadChannel.swift
[570/597] Compiling NIOCore DispatchQueue+WithFuture.swift
[571/597] Compiling NIOCore EventLoop+Deprecated.swift
[572/597] Compiling NIOCore EventLoop+SerialExecutor.swift
[573/597] Compiling NIOCore EventLoop.swift
[574/597] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[575/597] Compiling NIOCore EventLoopFuture+Deprecated.swift
[576/597] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[577/597] Compiling NIOCore EventLoopFuture.swift
[578/597] Compiling NIOCore FileDescriptor.swift
[579/597] Compiling NIOCore FileHandle.swift
[580/597] Compiling NIOCore FileRegion.swift
[581/597] Compiling NIOCore MarkedCircularBuffer.swift
[582/597] Compiling NIOCore MulticastChannel.swift
[583/597] Compiling NIOCore NIOAny.swift
[584/597] Compiling NIOCore NIOCloseOnErrorHandler.swift
[585/597] Compiling NIOCore NIOLoopBound.swift
[586/597] Compiling NIOCore NIOScheduledCallback.swift
[587/597] Compiling NIOCore NIOSendable.swift
[588/597] Compiling NIOCore RecvByteBufferAllocator.swift
[589/597] Compiling NIOCore ByteBuffer-multi-int.swift
[590/597] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[591/597] Compiling NIOCore ByteBuffer-views.swift
[592/597] Compiling NIOCore Channel.swift
[593/597] Compiling NIOCore ChannelHandler.swift
[594/597] Compiling NIOCore ChannelHandlers.swift
[595/597] Compiling NIOCore ChannelInvoker.swift
[596/597] Compiling NIOCore ChannelOption.swift
[597/597] Emitting module NIOCore
[599/649] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[600/649] Compiling NIOEmbedded Embedded.swift
[601/649] Emitting module NIOEmbedded
[602/649] Compiling NIOEmbedded AsyncTestingChannel.swift
[604/650] Compiling NIOPosix PooledRecvBufferAllocator.swift
[605/650] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[606/650] Compiling NIOPosix PosixSingletons.swift
[607/650] Compiling NIOPosix RawSocketBootstrap.swift
[608/650] Compiling NIOPosix Resolver.swift
[609/650] Compiling NIOPosix Selectable.swift
[610/650] Compiling NIOPosix SelectableChannel.swift
[611/650] Compiling NIOPosix SelectableEventLoop.swift
[612/650] Compiling NIOPosix SelectorEpoll.swift
[613/650] Compiling NIOPosix SelectorGeneric.swift
[614/650] Compiling NIOPosix SelectorKqueue.swift
[615/650] Compiling NIOPosix SelectorUring.swift
[616/656] Compiling NIOPosix ThreadPosix.swift
[617/656] Compiling NIOPosix ThreadWindows.swift
[618/656] Compiling NIOPosix UnsafeTransfer.swift
[619/656] Compiling NIOPosix Utilities.swift
[620/656] Compiling NIOPosix VsockAddress.swift
[621/656] Compiling NIOPosix VsockChannelEvents.swift
[622/656] Compiling NIOPosix ServerSocket.swift
[623/656] Compiling NIOPosix Socket.swift
[624/656] Compiling NIOPosix SocketChannel.swift
[625/656] Compiling NIOPosix SocketProtocols.swift
[626/656] Compiling NIOPosix System.swift
[627/656] Compiling NIOPosix Thread.swift
[628/656] Compiling NIOPosix BSDSocketAPICommon.swift
[629/656] Compiling NIOPosix BSDSocketAPIPosix.swift
[630/656] Compiling NIOPosix BSDSocketAPIWindows.swift
[631/656] Compiling NIOPosix BaseSocket.swift
[632/656] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[633/656] Compiling NIOPosix BaseSocketChannel.swift
[634/656] Compiling NIOPosix BaseStreamSocketChannel.swift
[635/656] Compiling NIOPosix IO.swift
[636/656] Compiling NIOPosix IntegerBitPacking.swift
[637/656] Compiling NIOPosix IntegerTypes.swift
[638/656] Compiling NIOPosix Linux.swift
[639/656] Compiling NIOPosix LinuxCPUSet.swift
[640/656] Compiling NIOPosix LinuxUring.swift
[641/656] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[642/656] Compiling NIOPosix Bootstrap.swift
[643/656] Compiling NIOPosix ControlMessage.swift
[644/656] Compiling NIOPosix DatagramVectorReadManager.swift
[645/656] Compiling NIOPosix Errors+Any.swift
[646/656] Compiling NIOPosix FileDescriptor.swift
[647/656] Compiling NIOPosix GetaddrinfoResolver.swift
[648/656] Compiling NIOPosix HappyEyeballs.swift
[649/656] Emitting module NIOPosix
[650/656] Compiling NIOPosix NIOThreadPool.swift
[651/656] Compiling NIOPosix NonBlockingFileIO.swift
[652/656] Compiling NIOPosix PendingDatagramWritesManager.swift
[653/656] Compiling NIOPosix PendingWritesManager.swift
[654/656] Compiling NIOPosix PipeChannel.swift
[655/656] Compiling NIOPosix PipePair.swift
[656/656] Compiling NIOPosix Pool.swift
[658/659] Emitting module NIO
[659/659] Compiling NIO Exports.swift
[661/687] Compiling NIOTLS TLSEvents.swift
[662/687] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[663/687] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[664/687] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[665/687] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[666/689] Emitting module NIOTLS
[667/689] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[668/689] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[669/689] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[670/689] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[671/689] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[672/689] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[673/689] Compiling NIOTLS SNIHandler.swift
[675/690] Emitting module NIOFoundationCompat
[676/690] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[677/691] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[678/691] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[680/720] Compiling NIOSSL SSLPrivateKey.swift
[681/720] Compiling NIOSSL SSLCertificate.swift
[682/720] Compiling NIOSSL ByteBufferBIO.swift
[683/720] Compiling NIOSSL CustomPrivateKey.swift
[684/720] Compiling NIOSSL ObjectIdentifier.swift
[685/720] Compiling NIOSSL PosixPort.swift
[686/720] Compiling NIOSSL SSLCallbacks.swift
[687/720] Compiling NIOSSL SSLErrors.swift
[688/720] Emitting module NIOHTTP1
[689/720] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[690/720] Compiling NIOSSL NIOSSLHandler.swift
[691/720] Compiling NIOSSL AndroidCABundle.swift
[693/728] Compiling NIOSSL NIOSSLServerHandler.swift
[697/731] Compiling NIOSSL SSLPublicKey.swift
[698/731] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[699/731] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[700/731] Compiling NIOSSL SubjectAlternativeName.swift
[701/731] Compiling NIOSSL NIOSSLSecureBytes.swift
[702/731] Compiling NIOSSL RNG.swift
[703/731] Compiling NIOSSL SafeCompare.swift
[704/731] Compiling NIOSSL Zeroization.swift
[708/731] Compiling NIOSSL IdentityVerification.swift
[709/731] Emitting module NIOSSL
[710/731] Compiling NIOSSL LinuxCABundle.swift
[711/731] Compiling NIOSSL NIOSSLClientHandler.swift
[715/731] Compiling NIOSSL SSLInit.swift
[716/731] Compiling NIOSSL SSLPKCS12Bundle.swift
[718/731] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[719/731] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[720/731] Emitting module NIOHTTPCompression
[721/731] Compiling NIOHTTPCompression HTTPCompression.swift
[722/731] Compiling NIOHTTPCompression HTTPDecompression.swift
[723/731] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[724/731] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[727/732] Compiling NIOSSL SSLCertificateExtensions.swift
[728/732] Compiling NIOSSL SSLConnection.swift
[729/732] Compiling NIOSSL SSLContext.swift
[730/732] Compiling NIOSSL TLSConfiguration.swift
[731/732] Compiling NIOSSL UniversalBootstrapSupport.swift
[732/732] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[734/740] Compiling AsyncHTTPClient Utils.swift
[735/740] Compiling AsyncHTTPClient RequestValidation.swift
[736/740] Emitting module AsyncHTTPClient
[737/740] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[738/740] Compiling AsyncHTTPClient HTTPClient.swift
[739/740] Compiling AsyncHTTPClient HTTPClientProxyHandler.swift
[740/740] Compiling AsyncHTTPClient HTTPHandler.swift
[742/752] Compiling SwiftyRequest RestUtilities.swift
[743/753] Compiling SwiftyRequest RestResponse.swift
[744/753] Compiling SwiftyRequest RestToken.swift
[745/753] Compiling SwiftyRequest StringExtensions.swift
[746/753] Emitting module SwiftyRequest
/host/spi-builder-workspace/Sources/SwiftyRequest/RestError.swift:105:16: warning: stored property 'response' of 'Sendable'-conforming struct 'RestError' has non-sendable type 'HTTPClient.Response?'; this is an error in the Swift 6 language mode
103 |
104 |     /// The HTTP response that caused the error.
105 |     public let response: HTTPClient.Response?
    |                `- warning: stored property 'response' of 'Sendable'-conforming struct 'RestError' has non-sendable type 'HTTPClient.Response?'; this is an error in the Swift 6 language mode
106 |
107 |     /// The underlying error, if an error occurred before a request could be made.
/host/spi-builder-workspace/.build/checkouts/async-http-client/Sources/AsyncHTTPClient/HTTPHandler.swift:222:19: note: struct 'Response' does not conform to the 'Sendable' protocol
220 |
221 |     /// Represent HTTP response.
222 |     public struct Response {
    |                   `- note: struct 'Response' does not conform to the 'Sendable' protocol
223 |         /// Remote host of the request.
224 |         public var host: String
/host/spi-builder-workspace/Sources/SwiftyRequest/RestError.swift:19:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncHTTPClient'
 17 | import NIO
 18 | import NIOHTTP1
 19 | import AsyncHTTPClient
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncHTTPClient'
 20 | import Foundation
 21 |
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:152:44: warning: capture of 'invocation' with non-sendable type 'Invocation<(HTTPClient.Request, (Result<HTTPClient.Response, RestError>) -> Void), String>' in a '@Sendable' closure
150 |                         let request = invocation.commandArgs.0
151 |                         self?.session.execute(request: request).whenComplete { result in
152 |                             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
153 |                             switch result {
154 |                             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
[747/753] Compiling SwiftyRequest Credentials.swift
[748/753] Compiling SwiftyRequest HTTPMethod.swift
[749/753] Compiling SwiftyRequest MultipartFormData.swift
/host/spi-builder-workspace/Sources/SwiftyRequest/RestError.swift:105:16: warning: stored property 'response' of 'Sendable'-conforming struct 'RestError' has non-sendable type 'HTTPClient.Response?'; this is an error in the Swift 6 language mode
103 |
104 |     /// The HTTP response that caused the error.
105 |     public let response: HTTPClient.Response?
    |                `- warning: stored property 'response' of 'Sendable'-conforming struct 'RestError' has non-sendable type 'HTTPClient.Response?'; this is an error in the Swift 6 language mode
106 |
107 |     /// The underlying error, if an error occurred before a request could be made.
/host/spi-builder-workspace/.build/checkouts/async-http-client/Sources/AsyncHTTPClient/HTTPHandler.swift:222:19: note: struct 'Response' does not conform to the 'Sendable' protocol
220 |
221 |     /// Represent HTTP response.
222 |     public struct Response {
    |                   `- note: struct 'Response' does not conform to the 'Sendable' protocol
223 |         /// Remote host of the request.
224 |         public var host: String
/host/spi-builder-workspace/Sources/SwiftyRequest/RestError.swift:19:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncHTTPClient'
 17 | import NIO
 18 | import NIOHTTP1
 19 | import AsyncHTTPClient
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncHTTPClient'
 20 | import Foundation
 21 |
[750/753] Compiling SwiftyRequest RestError.swift
/host/spi-builder-workspace/Sources/SwiftyRequest/RestError.swift:105:16: warning: stored property 'response' of 'Sendable'-conforming struct 'RestError' has non-sendable type 'HTTPClient.Response?'; this is an error in the Swift 6 language mode
103 |
104 |     /// The HTTP response that caused the error.
105 |     public let response: HTTPClient.Response?
    |                `- warning: stored property 'response' of 'Sendable'-conforming struct 'RestError' has non-sendable type 'HTTPClient.Response?'; this is an error in the Swift 6 language mode
106 |
107 |     /// The underlying error, if an error occurred before a request could be made.
/host/spi-builder-workspace/.build/checkouts/async-http-client/Sources/AsyncHTTPClient/HTTPHandler.swift:222:19: note: struct 'Response' does not conform to the 'Sendable' protocol
220 |
221 |     /// Represent HTTP response.
222 |     public struct Response {
    |                   `- note: struct 'Response' does not conform to the 'Sendable' protocol
223 |         /// Remote host of the request.
224 |         public var host: String
/host/spi-builder-workspace/Sources/SwiftyRequest/RestError.swift:19:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncHTTPClient'
 17 | import NIO
 18 | import NIOHTTP1
 19 | import AsyncHTTPClient
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncHTTPClient'
 20 | import Foundation
 21 |
[751/753] Compiling SwiftyRequest CircuitParameters.swift
[752/753] Compiling SwiftyRequest ClientCertificate.swift
[753/753] Compiling SwiftyRequest RestRequest.swift
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:152:44: warning: capture of 'invocation' with non-sendable type 'Invocation<(HTTPClient.Request, (Result<HTTPClient.Response, RestError>) -> Void), String>' in a '@Sendable' closure
150 |                         let request = invocation.commandArgs.0
151 |                         self?.session.execute(request: request).whenComplete { result in
152 |                             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
153 |                             switch result {
154 |                             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:419:49: warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
417 |             key = nil
418 |         }
419 |         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
420 |             certificateVerification: (insecure ? .none : .fullVerification),
421 |             certificateChain: chain, privateKey: key)
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:457:32: warning: capture of 'completionHandler' with non-sendable type '(Result<HTTPClient.Response, RestError>) -> Void' in a '@Sendable' closure
455 |                 case .success(let response):
456 |                     if response.status.code >= 200 && response.status.code < 300 {
457 |                         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'
458 |                     } else {
459 |                         return completionHandler(.failure(RestError.errorStatusCode(response: response)))
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:842:17: warning: capture of 'completionHandler' with non-sendable type '(Result<HTTPResponseHead, RestError>) -> Void' in a '@Sendable' closure
840 |             switch result {
841 |             case .success(let response):
842 |                 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'
843 |             case .failure(let error as HTTPClientError):
844 |                 completionHandler(.failure(.httpClientError(error)))
Build complete! (214.97s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "circuitbreaker",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.200",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/CircuitBreaker.git"
    },
    {
      "identity" : "loggerapi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.9.200",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Kitura/LoggerAPI.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "1.2.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.0"
}
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.