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 telesign-kit, reference 3.1.1 (fa8905), with Swift 6.1 for Linux on 26 Apr 2025 01:03:06 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/vapor-community/telesign-kit.git
Reference: 3.1.1
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/vapor-community/telesign-kit
 * tag               3.1.1      -> FETCH_HEAD
HEAD is now at fa89055 Merge pull request #7 from vapor-community/update/fixes
Cloned https://github.com/vapor-community/telesign-kit.git
Revision (git rev-parse @):
fa89055da55359756e1db3bbc8a4169791c17acb
SUCCESS checkout https://github.com/vapor-community/telesign-kit.git at 3.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor-community/telesign-kit.git
https://github.com/vapor-community/telesign-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "telesign-kit",
  "name" : "telesign-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "TelesignKit",
      "targets" : [
        "TelesignKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TelesignKitTests",
      "module_type" : "SwiftTarget",
      "name" : "TelesignKitTests",
      "path" : "Tests/TelesignKitTests",
      "sources" : [
        "TelesignRequestTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "TelesignKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TelesignKit",
      "module_type" : "SwiftTarget",
      "name" : "TelesignKit",
      "path" : "Sources/TelesignKit",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Crypto"
      ],
      "product_memberships" : [
        "TelesignKit"
      ],
      "sources" : [
        "Messaging/MessageResponse.swift",
        "Messaging/MessageRoute.swift",
        "Models/AccountLifecycleEvent.swift",
        "Models/MessageType.swift",
        "Models/Status.swift",
        "Models/TelesignModel.swift",
        "PhoneId/PhoneIdResponse.swift",
        "PhoneId/PhoneRoute.swift",
        "Score/ScoreResponse.swift",
        "Score/ScoreRoute.swift",
        "TelesignClient.swift",
        "TelesignError.swift",
        "TelesignRequest.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-crypto.git
[1/13783] Fetching async-http-client
[277/27567] Fetching async-http-client, swift-crypto
Fetched https://github.com/swift-server/async-http-client.git from cache (0.82s)
[5376/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (2.14s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.54s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-log.git
[1/5662] Fetching swift-nio-extras
[907/8281] Fetching swift-nio-extras, swift-nio-transport-services
[3305/9986] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics
[4190/21478] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-nio-http2
[4693/27381] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-nio-http2, swift-algorithms
[8794/31217] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-nio-http2, swift-algorithms, swift-log
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.52s)
[16707/25555] Fetching swift-nio-transport-services, swift-atomics, swift-nio-http2, swift-algorithms, swift-log
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.57s)
Fetching https://github.com/apple/swift-nio.git
[14432/22936] Fetching swift-atomics, swift-nio-http2, swift-algorithms, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.60s)
[11516/19100] Fetching swift-atomics, swift-nio-http2, swift-algorithms
[19101/94531] Fetching swift-atomics, swift-nio-http2, swift-algorithms, swift-nio
[19856/109324] Fetching swift-atomics, swift-nio-http2, swift-algorithms, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (1.18s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.18s)
[17779/101716] Fetching swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.20s)
[7189/90224] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.84s)
[53557/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.98s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (7.65s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.52s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.09s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.60s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.87s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[4267/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.05s)
Fetched https://github.com/apple/swift-collections.git from cache (1.08s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.79s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.67s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.52s)
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.63s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.25s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.25s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.77s)
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.53s)
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.54s)
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-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-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
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-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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-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-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.25.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Building for debugging...
[0/846] Write sources
[20/846] Compiling CNIOWindows shim.c
[21/846] Compiling CNIOWindows WSAStartup.c
[22/846] Compiling CNIOWASI CNIOWASI.c
[23/846] Write sources
[26/846] Compiling CNIOLinux liburing_shims.c
[27/846] Compiling _NumericsShims _NumericsShims.c
[28/846] Compiling _AtomicsShims.c
[29/846] Compiling CNIOExtrasZlib empty.c
[29/846] Compiling CNIODarwin shim.c
[29/846] Compiling CNIOLLHTTP c_nio_http.c
[32/846] Compiling CNIOLinux shim.c
[33/846] Compiling CNIOLLHTTP c_nio_api.c
[34/846] Compiling fiat_p256_adx_sqr.S
[35/846] Compiling fiat_p256_adx_mul.S
[36/846] Compiling fiat_curve25519_adx_square.S
[37/846] Compiling fiat_curve25519_adx_mul.S
[38/846] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[39/846] Write swift-version-24593BA9C3E375BF.txt
[40/846] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/846] Compiling CNIOBoringSSLShims shims.c
[42/852] Compiling tls_method.cc
[43/852] Compiling tls_record.cc
[45/859] Emitting module _NIODataStructures
[45/867] Compiling tls13_enc.cc
[46/867] Compiling tls13_client.cc
[47/867] Compiling tls13_server.cc
[48/867] Compiling tls13_both.cc
[50/884] Emitting module InternalCollectionsUtilities
[51/886] Compiling _NIODataStructures PriorityQueue.swift
[51/886] Compiling t1_enc.cc
[53/886] Compiling RealModule Real.swift
[54/887] Compiling RealModule Float80+Real.swift
[55/887] Compiling _NIOBase64 Base64.swift
[56/887] Emitting module _NIOBase64
[56/887] Compiling ssl_versions.cc
[58/888] Compiling RealModule RealFunctions.swift
[59/888] Emitting module RealModule
[60/888] Compiling RealModule Float16+Real.swift
[60/888] Compiling ssl_x509.cc
[62/888] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[63/888] Compiling InternalCollectionsUtilities Integer rank.swift
[64/888] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/888] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/888] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[67/888] Compiling _NIODataStructures _TinyArray.swift
[68/888] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[69/888] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[70/888] Compiling InternalCollectionsUtilities Debugging.swift
[71/888] Compiling InternalCollectionsUtilities Descriptions.swift
[72/888] Compiling InternalCollectionsUtilities _SortedCollection.swift
[73/888] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[74/888] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[75/888] Compiling InternalCollectionsUtilities Specialize.swift
[76/888] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[77/888] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[80/888] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[81/888] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[82/888] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[84/889] Compiling RealModule ElementaryFunctions.swift
[87/889] Compiling RealModule Float+Real.swift
[90/905] Compiling _NIODataStructures Heap.swift
[91/905] Compiling Logging MetadataProvider.swift
[92/906] Compiling DequeModule Deque+CustomReflectable.swift
[93/906] Compiling DequeModule Deque+Descriptions.swift
[94/906] Compiling Logging LogHandler.swift
[95/906] Compiling Logging Logging.swift
[97/908] Compiling Logging Locks.swift
[98/908] Emitting module Logging
[99/909] Compiling DequeModule _DequeBuffer.swift
[100/909] Compiling DequeModule _DequeBufferHeader.swift
[102/909] Compiling DequeModule Deque+Extras.swift
[103/909] Compiling DequeModule Deque+Hashable.swift
[104/909] Compiling DequeModule Deque+Equatable.swift
[105/909] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[106/909] Compiling DequeModule Deque+Codable.swift
[107/909] Compiling DequeModule Deque+Collection.swift
[108/909] Compiling DequeModule Deque+Testing.swift
[109/909] Compiling DequeModule Deque._Storage.swift
[110/909] Compiling DequeModule Deque._UnsafeHandle.swift
[111/909] Compiling DequeModule Deque.swift
[112/909] Compiling DequeModule _DequeSlot.swift
[113/909] Compiling DequeModule _UnsafeWrappedBuffer.swift
[114/909] Emitting module DequeModule
[115/910] Compiling ssl_transcript.cc
[116/910] Compiling ssl_stat.cc
[117/910] Compiling ssl_privkey.cc
[118/910] Compiling ssl_session.cc
[119/910] Compiling ssl_lib.cc
[120/910] Compiling ssl_key_share.cc
[121/910] Compiling ssl_file.cc
[122/910] Compiling ssl_buffer.cc
[123/910] Compiling ssl_cert.cc
[124/910] Compiling ssl_cipher.cc
[125/910] Compiling ssl_credential.cc
[126/910] Compiling ssl_asn1.cc
[127/910] Compiling ssl_aead_ctx.cc
[128/910] Compiling s3_pkt.cc
[129/910] Compiling s3_lib.cc
[130/910] Compiling s3_both.cc
[131/910] Compiling handshake_server.cc
[132/910] Compiling handshake.cc
[133/910] Compiling handoff.cc
[134/910] Compiling handshake_client.cc
[135/910] Compiling encrypted_client_hello.cc
[136/910] Compiling dtls_record.cc
[137/910] Compiling md5-x86_64-linux.S
[138/910] Compiling dtls_method.cc
[139/910] Compiling md5-x86_64-apple.S
[140/910] Compiling md5-586-linux.S
[141/910] Compiling md5-586-apple.S
[142/910] Compiling chacha20_poly1305_x86_64-linux.S
[143/910] Compiling extensions.cc
[144/910] Compiling chacha20_poly1305_x86_64-apple.S
[145/910] Compiling chacha20_poly1305_armv8-win.S
[146/910] Compiling chacha20_poly1305_armv8-linux.S
[147/910] Compiling d1_srtp.cc
[148/910] Compiling chacha20_poly1305_armv8-apple.S
[149/910] Compiling chacha-x86_64-linux.S
[150/910] Compiling err_data.cc
[151/910] Compiling chacha-x86_64-apple.S
[152/910] Compiling d1_pkt.cc
[153/910] Compiling bio_ssl.cc
[154/910] Compiling chacha-x86-linux.S
[154/910] Compiling chacha-armv8-win.S
[156/910] Compiling d1_both.cc
[157/910] Compiling d1_lib.cc
[158/910] Compiling chacha-x86-apple.S
[158/910] Compiling chacha-armv8-linux.S
[160/910] Compiling chacha-armv8-apple.S
[161/910] Compiling chacha-armv4-linux.S
[162/910] Compiling aes128gcmsiv-x86_64-apple.S
[163/910] Compiling x86_64-mont5-apple.S
[164/910] Compiling aes128gcmsiv-x86_64-linux.S
[165/910] Compiling x86_64-mont5-linux.S
[166/910] Compiling x86_64-mont-apple.S
[167/910] Compiling x86_64-mont-linux.S
[168/910] Compiling x86-mont-apple.S
[169/910] Compiling x86-mont-linux.S
[170/910] Compiling vpaes-x86_64-linux.S
[171/910] Compiling vpaes-x86_64-apple.S
[172/910] Compiling vpaes-x86-linux.S
[173/910] Compiling vpaes-x86-apple.S
[174/910] Compiling vpaes-armv8-win.S
[175/910] Compiling vpaes-armv8-apple.S
[176/910] Compiling vpaes-armv8-linux.S
[177/910] Compiling vpaes-armv7-linux.S
[178/910] Compiling sha512-x86_64-apple.S
[179/910] Compiling sha512-x86_64-linux.S
[180/910] Compiling sha512-armv8-win.S
[181/910] Compiling sha512-armv8-apple.S
[182/910] Compiling sha512-armv8-linux.S
[183/910] Compiling sha512-586-linux.S
[184/910] Compiling sha512-armv4-linux.S
[185/910] Compiling sha512-586-apple.S
[186/910] Compiling sha256-armv8-win.S
[187/910] Compiling sha256-x86_64-apple.S
[188/910] Compiling sha256-x86_64-linux.S
[189/910] Compiling sha256-armv8-linux.S
[190/910] Compiling sha256-armv8-apple.S
[191/910] Compiling sha256-armv4-linux.S
[192/910] Compiling sha256-586-linux.S
[193/910] Compiling sha256-586-apple.S
[194/910] Compiling sha1-x86_64-apple.S
[195/910] Compiling sha1-armv8-win.S
[196/910] Compiling sha1-armv8-linux.S
[197/910] Compiling sha1-armv4-large-linux.S
[198/910] Compiling sha1-x86_64-linux.S
[199/910] Compiling sha1-armv8-apple.S
[200/910] Compiling sha1-586-linux.S
[201/910] Compiling sha1-586-apple.S
[202/910] Compiling rdrand-x86_64-linux.S
[203/910] Compiling rsaz-avx2-apple.S
[204/910] Compiling rsaz-avx2-linux.S
[205/910] Compiling rdrand-x86_64-apple.S
[206/910] Compiling p256_beeu-x86_64-asm-linux.S
[207/910] Compiling p256_beeu-x86_64-asm-apple.S
[208/910] Compiling p256_beeu-armv8-asm-win.S
[209/910] Compiling p256_beeu-armv8-asm-linux.S
[210/910] Compiling p256_beeu-armv8-asm-apple.S
[211/910] Compiling p256-armv8-asm-linux.S
[212/910] Compiling p256-x86_64-asm-apple.S
[213/910] Compiling p256-armv8-asm-apple.S
[214/910] Compiling p256-armv8-asm-win.S
[215/910] Compiling p256-x86_64-asm-linux.S
[216/910] Compiling ghashv8-armv8-win.S
[217/910] Compiling ghashv8-armv8-linux.S
[218/910] Compiling ghashv8-armv8-apple.S
[219/910] Compiling ghashv8-armv7-linux.S
[220/910] Compiling ghash-x86_64-linux.S
[221/910] Compiling ghash-x86_64-apple.S
[222/910] Compiling ghash-x86-linux.S
[223/910] Compiling ghash-x86-apple.S
[224/910] Compiling ghash-ssse3-x86_64-linux.S
[225/910] Compiling ghash-ssse3-x86_64-apple.S
[226/910] Compiling ghash-ssse3-x86-apple.S
[226/910] Compiling ghash-neon-armv8-linux.S
[228/910] Compiling ghash-ssse3-x86-linux.S
[229/910] Compiling ghash-neon-armv8-win.S
[230/910] Compiling ghash-neon-armv8-apple.S
[231/910] Compiling ghash-armv4-linux.S
[232/910] Compiling co-586-linux.S
[233/910] Compiling co-586-apple.S
[234/910] Compiling bsaes-armv7-linux.S
[235/910] Compiling bn-armv8-linux.S
[236/910] Compiling bn-armv8-apple.S
[237/910] Compiling bn-armv8-win.S
[238/910] Compiling bn-586-apple.S
[239/910] Compiling bn-586-linux.S
[240/910] Compiling armv8-mont-win.S
[241/910] Compiling armv8-mont-linux.S
[242/910] Compiling armv8-mont-apple.S
[243/910] Compiling armv4-mont-linux.S
[244/910] Compiling aesv8-gcm-armv8-linux.S
[245/910] Compiling aesv8-gcm-armv8-win.S
[246/910] Compiling aesv8-gcm-armv8-apple.S
[247/910] Compiling aesv8-armv8-win.S
[248/910] Compiling aesv8-armv8-linux.S
[249/910] Compiling aesv8-armv8-apple.S
[250/910] Compiling aesni-x86_64-apple.S
[251/910] Compiling aesv8-armv7-linux.S
[252/910] Compiling aesni-x86-linux.S
[253/910] Compiling aesni-x86-apple.S
[254/910] Compiling aesni-gcm-x86_64-apple.S
[255/910] Compiling aesni-x86_64-linux.S
[256/910] Compiling aesni-gcm-x86_64-linux.S
[257/910] Compiling aes-gcm-avx10-x86_64-apple.S
[258/910] Compiling aes-gcm-avx2-x86_64-apple.S
[259/910] Compiling aes-gcm-avx2-x86_64-linux.S
[260/910] Compiling aes-gcm-avx10-x86_64-linux.S
[261/910] Compiling x_x509.cc
[262/910] Compiling x_x509a.cc
[262/910] Compiling x_sig.cc
[264/910] Compiling x_val.cc
[265/910] Compiling x_spki.cc
[266/910] Compiling x_req.cc
[267/910] Compiling x_name.cc
[268/910] Compiling x_pubkey.cc
[269/910] Compiling x_crl.cc
[270/910] Compiling x_attrib.cc
[271/910] Compiling x_all.cc
[272/910] Compiling x_exten.cc
[273/910] Compiling x509spki.cc
[274/910] Compiling x509rset.cc
[274/910] Compiling x509name.cc
[276/910] Compiling x_algor.cc
[277/910] Compiling x509_vpm.cc
[278/910] Compiling x509cset.cc
[279/910] Compiling x509_vfy.cc
[280/910] Compiling x509_v3.cc
[281/910] Compiling x509_txt.cc
[282/910] Compiling x509_req.cc
[283/910] Compiling x509_set.cc
[284/910] Compiling x509_trs.cc
[285/910] Compiling x509_obj.cc
[286/910] Compiling x509_d2.cc
[287/910] Compiling x509_ext.cc
[288/910] Compiling x509_def.cc
[289/910] Compiling x509_lu.cc
[290/910] Compiling x509_att.cc
[291/910] Compiling x509.cc
[292/910] Compiling x509_cmp.cc
[293/910] Compiling v3_utl.cc
[294/910] Compiling v3_prn.cc
[295/910] Compiling v3_skey.cc
[296/910] Compiling v3_purp.cc
[297/910] Compiling v3_pmaps.cc
[298/910] Compiling v3_ocsp.cc
[299/910] Compiling v3_ncons.cc
[300/910] Compiling v3_pcons.cc
[301/910] Compiling v3_int.cc
[302/910] Compiling v3_ia5.cc
[303/910] Compiling v3_lib.cc
[304/910] Compiling v3_extku.cc
[305/910] Compiling v3_genn.cc
[306/910] Compiling v3_info.cc
[307/910] Compiling v3_crld.cc
[308/910] Compiling v3_enum.cc
[309/910] Compiling v3_cpols.cc
[310/910] Compiling v3_conf.cc
[311/910] Compiling v3_alt.cc
[312/910] Compiling v3_bitst.cc
[313/910] Compiling v3_bcons.cc
[314/910] Compiling v3_akeya.cc
[315/910] Compiling v3_akey.cc
[316/910] Compiling t_x509a.cc
[317/910] Compiling t_x509.cc
[318/910] Compiling i2d_pr.cc
[319/910] Compiling t_req.cc
[320/910] Compiling t_crl.cc
[321/910] Compiling policy.cc
[322/910] Compiling name_print.cc
[323/910] Compiling rsa_pss.cc
[324/910] Compiling by_file.cc
[325/910] Compiling algorithm.cc
[326/910] Compiling asn1_gen.cc
[327/910] Compiling a_verify.cc
[328/910] Compiling by_dir.cc
[329/910] Compiling a_sign.cc
[330/910] Compiling a_digest.cc
[331/910] Compiling trust_token.cc
[332/910] Compiling voprf.cc
[333/910] Compiling thread_win.cc
[334/910] Compiling thread_pthread.cc
[335/910] Compiling thread.cc
[336/910] Compiling thread_none.cc
[337/910] Compiling stack.cc
[338/910] Compiling sha512.cc
[339/910] Compiling pmbtoken.cc
[340/910] Compiling siphash.cc
[341/910] Compiling sha1.cc
[342/910] Compiling sha256.cc
[343/910] Compiling slhdsa.cc
[344/910] Compiling spake2plus.cc
[345/910] Compiling rsa_print.cc
[346/910] Compiling rc4.cc
[347/910] Compiling rsa_extra.cc
[348/910] Compiling windows.cc
[349/910] Compiling rsa_crypt.cc
[350/910] Compiling refcount.cc
[351/910] Compiling urandom.cc
[352/910] Compiling trusty.cc
[353/910] Compiling rsa_asn1.cc
[354/910] Compiling rand.cc
[355/910] Compiling ios.cc
[356/910] Compiling passive.cc
[357/910] Compiling poly1305_arm_asm.S
[358/910] Compiling fork_detect.cc
[359/910] Compiling getentropy.cc
[360/910] Compiling deterministic.cc
[361/910] Compiling forkunsafe.cc
[362/910] Compiling poly1305_arm.cc
[363/910] Compiling poly1305_vec.cc
[364/910] Compiling pool.cc
[365/910] Compiling poly1305.cc
[366/910] Compiling pkcs7.cc
[367/910] Compiling pkcs8.cc
[368/910] Compiling pkcs7_x509.cc
[369/910] Compiling p5_pbev2.cc
[370/910] Compiling pkcs8_x509.cc
[371/910] Compiling pem_xaux.cc
[372/910] Compiling pem_pkey.cc
[373/910] Compiling pem_x509.cc
[374/910] Compiling pem_oth.cc
[375/910] Compiling pem_pk8.cc
[376/910] Compiling mlkem.cc
[377/910] Compiling obj_xref.cc
[378/910] Compiling pem_info.cc
[379/910] Compiling mldsa.cc
[380/910] Compiling pem_lib.cc
[381/910] Compiling obj.cc
[382/910] Compiling md5.cc
[383/910] Compiling mem.cc
[384/910] Compiling fips_shared_support.cc
[385/910] Compiling md4.cc
[386/910] Compiling poly_rq_mul.S
[387/910] Compiling pem_all.cc
[388/910] Compiling lhash.cc
[389/910] Compiling hrss.cc
[390/910] Compiling ex_data.cc
[391/910] Compiling sign.cc
[392/910] Compiling kyber.cc
[393/910] Compiling scrypt.cc
[394/910] Compiling hpke.cc
[395/910] Compiling print.cc
[396/910] Compiling p_x25519.cc
[397/910] Compiling pbkdf.cc
[398/910] Compiling p_x25519_asn1.cc
[399/910] Compiling p_rsa_asn1.cc
[399/910] Compiling p_rsa.cc
[401/910] Compiling p_ed25519_asn1.cc
[402/910] Compiling p_ed25519.cc
[403/910] Compiling p_hkdf.cc
[404/910] Compiling p_ec_asn1.cc
[405/910] Compiling p_dh_asn1.cc
[406/910] Compiling p_ec.cc
[407/910] Compiling p_dh.cc
[408/910] Compiling evp_ctx.cc
[409/910] Compiling p_dsa_asn1.cc
[410/910] Compiling evp.cc
[411/910] Compiling evp_asn1.cc
[412/910] Compiling err.cc
[413/910] Compiling ecdh.cc
[414/910] Compiling engine.cc
[415/910] Compiling hash_to_curve.cc
[416/910] Compiling ec_derive.cc
[417/910] Compiling ecdsa_asn1.cc
[418/910] Compiling params.cc
[419/910] Compiling dsa.cc
[420/910] Compiling ec_asn1.cc
[421/910] Compiling dsa_asn1.cc
[422/910] Compiling x25519-asm-arm.S
[423/910] Compiling digest_extra.cc
[424/910] Compiling dh_asn1.cc
[425/910] Compiling des.cc
[426/910] Compiling spake25519.cc
[427/910] Compiling crypto.cc
[428/910] Compiling cpu_intel.cc
[429/910] Compiling cpu_arm_freebsd.cc
[430/910] Compiling curve25519.cc
[431/910] Compiling cpu_arm_linux.cc
[432/910] Compiling cpu_aarch64_win.cc
[433/910] Compiling cpu_aarch64_openbsd.cc
[434/910] Compiling curve25519_64_adx.cc
[435/910] Compiling bcm.cc
[436/910] Compiling cpu_aarch64_linux.cc
[437/910] Compiling cpu_aarch64_sysreg.cc
[438/910] Compiling cpu_aarch64_apple.cc
[439/910] Compiling cpu_aarch64_fuchsia.cc
[440/910] Compiling tls_cbc.cc
[441/910] Compiling conf.cc
[442/910] Compiling get_cipher.cc
[443/910] Compiling e_tls.cc
[444/910] Compiling e_rc2.cc
[445/910] Compiling e_des.cc
[446/910] Compiling e_null.cc
[447/910] Compiling e_rc4.cc
[448/910] Compiling e_chacha20poly1305.cc
[449/910] Compiling e_aesgcmsiv.cc
[450/910] Compiling derive_key.cc
[451/910] Compiling chacha.cc
[452/910] Compiling e_aesctrhmac.cc
[453/910] Compiling unicode.cc
[454/910] Compiling buf.cc
[455/910] Compiling ber.cc
[456/910] Compiling asn1_compat.cc
[457/910] Compiling cbs.cc
[458/910] Compiling blake2.cc
[459/910] Compiling cbb.cc
[460/910] Compiling socket_helper.cc
[461/910] Compiling bn_asn1.cc
[461/910] Compiling convert.cc
[463/910] Compiling socket.cc
[464/910] Compiling pair.cc
[465/910] Compiling file.cc
[466/910] Compiling printf.cc
[467/910] Compiling errno.cc
[468/910] Compiling hexdump.cc
[469/910] Compiling connect.cc
[470/910] Compiling fd.cc
[471/910] Compiling bio_mem.cc
[472/910] Compiling bio.cc
[473/910] Compiling base64.cc
[474/910] Compiling tasn_typ.cc
[475/910] Compiling tasn_enc.cc
[476/910] Compiling tasn_fre.cc
[477/910] Compiling tasn_new.cc
[478/910] Compiling posix_time.cc
[479/910] Compiling tasn_utl.cc
[480/910] Compiling f_string.cc
[481/910] Compiling f_int.cc
[482/910] Compiling tasn_dec.cc
[483/910] Compiling asn_pack.cc
[484/910] Compiling asn1_par.cc
[485/910] Compiling a_utctm.cc
[486/910] Compiling a_type.cc
[487/910] Compiling asn1_lib.cc
[488/910] Compiling a_time.cc
[489/910] Compiling a_octet.cc
[490/910] Compiling a_strnid.cc
[491/910] Compiling a_strex.cc
[492/910] Compiling a_dup.cc
[493/910] Compiling a_object.cc
[494/910] Compiling a_i2d_fp.cc
[495/910] Compiling a_mbstr.cc
[496/910] Compiling a_d2i_fp.cc
[497/910] Compiling a_int.cc
[498/910] Compiling a_gentm.cc
[499/910] Compiling v3_skey.c
[500/910] Compiling v3_utl.c
[501/910] Compiling a_bitstr.cc
[501/910] Compiling CCryptoBoringSSLShims shims.c
[503/910] Compiling a_bool.cc
[504/910] Compiling v3_pmaps.c
[505/910] Compiling v3_purp.c
[506/910] Compiling v3_pcons.c
[507/910] Compiling v3_prn.c
[508/910] Compiling v3_pci.c
[509/910] Compiling v3_pcia.c
[510/910] Compiling v3_ocsp.c
[511/910] Compiling v3_int.c
[512/910] Compiling v3_lib.c
[513/910] Compiling v3_ncons.c
[514/910] Compiling v3_info.c
[515/910] Compiling v3_genn.c
[516/910] Compiling v3_ia5.c
[517/910] Compiling v3_extku.c
[518/910] Compiling v3_enum.c
[519/910] Compiling v3_crld.c
[520/910] Compiling v3_conf.c
[521/910] Compiling v3_bitst.c
[522/910] Compiling v3_cpols.c
[523/910] Compiling v3_bcons.c
[524/910] Compiling v3_alt.c
[525/910] Compiling v3_akey.c
[526/910] Compiling v3_akeya.c
[527/910] Compiling pcy_tree.c
[528/910] Compiling pcy_lib.c
[529/910] Compiling pcy_map.c
[530/910] Compiling pcy_node.c
[531/910] Compiling pcy_data.c
[532/910] Compiling x_x509a.c
[533/910] Compiling pcy_cache.c
[534/910] Compiling x_req.c
[535/910] Compiling x_spki.c
[535/910] Compiling x_sig.c
[537/910] Compiling x_val.c
[537/910] Compiling x_pubkey.c
[539/910] Compiling x_x509.c
[540/910] Compiling x_exten.c
[541/910] Compiling x_info.c
[542/910] Compiling x_pkey.c
[543/910] Compiling x_name.c
[544/910] Compiling x_attrib.c
[545/910] Compiling x_all.c
[546/910] Compiling x_algor.c
[547/910] Compiling c-nioatomics.c
[548/910] Compiling x509spki.c
[549/910] Compiling x_crl.c
[550/910] Compiling x509rset.c
[551/910] Compiling x509cset.c
[552/910] Compiling x509_txt.c
[553/910] Compiling x509name.c
[554/910] Compiling x509_req.c
[555/910] Compiling x509_v3.c
[556/910] Compiling x509_vpm.c
[557/910] Compiling x509_set.c
[558/910] Compiling x509_vfy.c
[559/910] Compiling x509_trs.c
[560/910] Compiling x509_obj.c
[561/910] Compiling x509_d2.c
[562/910] Compiling x509.c
[563/910] Compiling x509_lu.c
[564/910] Compiling x509_def.c
[565/910] Compiling x509_att.c
[566/910] Compiling t_x509a.c
[567/910] Compiling c-atomics.c
[568/910] Compiling x509_ext.c
[569/910] Compiling x509_cmp.c
[570/910] Compiling i2d_pr.c
[571/910] Compiling rsa_pss.c
[572/910] Compiling t_x509.c
[573/910] Compiling t_crl.c
[574/910] Compiling t_req.c
[575/910] Compiling by_file.c
[576/915] Compiling by_dir.c
[577/916] Compiling a_strex.c
[578/916] Compiling a_verify.c
[579/916] Compiling algorithm.c
[580/916] Compiling voprf.c
[581/916] Compiling a_digest.c
[582/916] Compiling a_sign.c
[583/916] Compiling asn1_gen.c
[584/916] Compiling thread.c
[585/916] Compiling trust_token.c
[586/916] Compiling thread_win.c
[587/916] Compiling thread_none.c
[587/916] Compiling stack.c
[589/916] Compiling thread_pthread.c
[591/916] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[591/916] Compiling siphash.c
[592/916] Compiling rsa_print.c
[593/916] Compiling rc4.c
[594/916] Compiling rsa_asn1.c
[595/916] Compiling windows.c
[595/916] Compiling rand_extra.c
[595/916] Compiling refcount_c11.c
[595/916] Compiling refcount_lock.c
[599/916] Compiling pmbtoken.c
[601/916] Compiling NIOConcurrencyHelpers lock.swift
[601/916] Compiling passive.c
[602/916] Compiling deterministic.c
[603/916] Compiling fuchsia.c
[604/916] Compiling forkunsafe.c
[605/916] Compiling poly1305_arm_asm.S
[606/916] Compiling pool.c
[607/916] Compiling poly1305.c
[609/916] Compiling NIOConcurrencyHelpers NIOLock.swift
[609/916] Compiling poly1305_arm.c
[610/916] Compiling pkcs7.c
[611/916] Compiling poly1305_vec.c
[613/916] Emitting module NIOConcurrencyHelpers
[613/916] Compiling pkcs8.c
[615/916] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[615/916] Compiling pkcs8_x509.c
[617/916] Compiling NIOConcurrencyHelpers atomics.swift
[617/917] Compiling p5_pbev2.c
[618/917] Compiling pem_xaux.c
[619/917] Compiling pkcs7_x509.c
[620/917] Compiling pem_pk8.c
[622/917] Compiling pem_pkey.c
[623/917] Compiling pem_x509.c
[624/917] Compiling pem_lib.c
[625/917] Compiling pem_oth.c
[626/917] Compiling pem_info.c
[627/917] Compiling mem.c
[628/917] Compiling obj_xref.c
[629/917] Compiling lhash.c
[630/917] Compiling pem_all.c
[631/917] Compiling obj.c
[632/917] Compiling hkdf.c
[633/917] Compiling x86_64-mont5.mac.x86_64.S
[634/917] Compiling poly_rq_mul.S
[635/917] Compiling x86_64-mont.mac.x86_64.S
[636/917] Compiling x86_64-mont5.linux.x86_64.S
[637/917] Compiling x86-mont.windows.x86.S
[638/917] Compiling x86-mont.linux.x86.S
[639/917] Compiling x86_64-mont.linux.x86_64.S
[640/917] Compiling hpke.c
[641/917] Compiling vpaes-x86_64.mac.x86_64.S
[642/917] Compiling vpaes-x86_64.linux.x86_64.S
[643/917] Compiling vpaes-x86.windows.x86.S
[644/917] Compiling vpaes-x86.linux.x86.S
[645/917] Compiling vpaes-armv8.ios.aarch64.S
[646/917] Compiling vpaes-armv8.linux.aarch64.S
[647/917] Compiling vpaes-armv7.linux.arm.S
[648/917] Compiling vpaes-armv7.ios.arm.S
[649/917] Compiling sha512-x86_64.mac.x86_64.S
[650/917] Compiling hrss.c
[651/917] Compiling sha512-armv8.linux.aarch64.S
[652/917] Compiling sha512-armv8.ios.aarch64.S
[653/917] Compiling sha512-armv4.ios.arm.S
[654/917] Compiling kdf.c
[655/917] Compiling sha512-x86_64.linux.x86_64.S
[656/917] Compiling sha512-armv4.linux.arm.S
[657/917] Compiling sha512-586.windows.x86.S
[658/917] Compiling sha512-586.linux.x86.S
[659/917] Compiling sha256-x86_64.mac.x86_64.S
[660/917] Compiling sha256-armv8.linux.aarch64.S
[661/917] Compiling sha256-armv4.linux.arm.S
[662/917] Compiling sha256-armv8.ios.aarch64.S
[663/917] Compiling sha256-x86_64.linux.x86_64.S
[664/917] Compiling sha256-586.windows.x86.S
[665/917] Compiling sha256-armv4.ios.arm.S
[666/917] Compiling sha1-x86_64.mac.x86_64.S
[667/917] Compiling sha256-586.linux.x86.S
[668/917] Compiling sha1-armv8.linux.aarch64.S
[669/917] Compiling sha1-armv8.ios.aarch64.S
[670/917] Compiling sha1-armv4-large.ios.arm.S
[671/917] Compiling sha1-armv4-large.linux.arm.S
[672/917] Compiling sha1-586.windows.x86.S
[673/917] Compiling sha1-586.linux.x86.S
[674/917] Compiling sha1-x86_64.linux.x86_64.S
[675/917] Compiling sha1-altivec.c
[676/917] Compiling sha512.c
[676/917] Compiling sha256.c
[678/917] Compiling sha1.c
[679/917] Compiling rsaz-avx2.mac.x86_64.S
[680/917] Compiling rsaz-avx2.linux.x86_64.S
[681/917] Compiling self_check.c
[682/917] Compiling rdrand-x86_64.mac.x86_64.S
[683/917] Compiling rsa_impl.c
[684/917] Compiling padding.c
[685/917] Compiling blinding.c
[686/917] Compiling rsa.c
[687/917] Compiling rdrand-x86_64.linux.x86_64.S
[688/917] Compiling rand.c
[689/917] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[690/917] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[691/917] Compiling p256-x86_64-asm.mac.x86_64.S
[692/917] Compiling ctrdrbg.c
[693/917] Compiling urandom.c
[694/917] Compiling p256-x86_64-asm.linux.x86_64.S
[695/917] Compiling fork_detect.c
[696/917] Compiling polyval.c
[697/917] Compiling ofb.c
[698/917] Compiling gcm_nohw.c
[699/917] Compiling ctr.c
[700/917] Compiling gcm.c
[701/917] Compiling cbc.c
[701/917] Compiling cfb.c
[703/917] Compiling md5-x86_64.mac.x86_64.S
[703/917] Compiling md5-x86_64.linux.x86_64.S
[705/917] Compiling md5-586.windows.x86.S
[705/917] Compiling md5-586.linux.x86.S
[707/917] Compiling md5.c
[708/917] Compiling is_fips.c
[709/917] Compiling ghashv8-armx64.ios.aarch64.S
[710/917] Compiling ghashv8-armx64.linux.aarch64.S
[711/917] Compiling md4.c
[712/917] Compiling hmac.c
[713/917] Compiling ghashv8-armx32.ios.arm.S
[713/917] Compiling ghashv8-armx32.linux.arm.S
[715/917] Compiling ghash-x86_64.mac.x86_64.S
[716/917] Compiling ghash-x86_64.linux.x86_64.S
[717/917] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[718/917] Compiling ghash-x86.linux.x86.S
[719/917] Compiling ghash-x86.windows.x86.S
[720/917] Compiling ghash-ssse3-x86.windows.x86.S
[721/917] Compiling ghash-neon-armv8.linux.aarch64.S
[722/917] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[723/917] Compiling ghash-ssse3-x86.linux.x86.S
[724/917] Compiling ghash-neon-armv8.ios.aarch64.S
[725/917] Compiling fips_shared_support.c
[726/917] Compiling ghash-armv4.linux.arm.S
[726/917] Compiling ghash-armv4.ios.arm.S
[728/917] Compiling util.c
[729/917] Compiling ecdh.c
[730/917] Compiling ecdsa.c
[731/917] Compiling simple_mul.c
[732/917] Compiling wnaf.c
[733/917] Compiling scalar.c
[734/917] Compiling simple.c
[735/917] Compiling felem.c
[736/917] Compiling p224-64.c
[737/917] Compiling oct.c
[738/917] Compiling ec_key.c
[739/917] Compiling ec_montgomery.c
[740/917] Compiling p256.c
[741/917] Compiling digests.c
[742/917] Compiling ec.c
[743/917] Compiling check.c
[744/917] Compiling co-586.linux.x86.S
[745/917] Compiling co-586.windows.x86.S
[746/917] Compiling digest.c
[747/917] Compiling dh.c
[748/917] Compiling des.c
[749/917] Compiling e_des.c
[750/917] Compiling bsaes-armv7.ios.arm.S
[751/917] Compiling cipher.c
[752/917] Compiling bsaes-armv7.linux.arm.S
[753/917] Compiling p256-x86_64.c
[754/917] Compiling aead.c
[755/917] Compiling e_aes.c
[756/917] Compiling sqrt.c
[757/917] Compiling montgomery_inv.c
[758/917] Compiling rsaz_exp.c
[759/917] Compiling shift.c
[760/917] Compiling mul.c
[761/917] Compiling prime.c
[762/917] Compiling jacobi.c
[762/917] Compiling random.c
[762/917] Compiling montgomery.c
[765/917] Compiling generic.c
[766/917] Compiling gcd.c
[767/917] Compiling gcd_extra.c
[768/917] Compiling div_extra.c
[769/917] Compiling div.c
[770/917] Compiling exponentiation.c
[771/917] Compiling ctx.c
[772/917] Compiling cmp.c
[773/917] Compiling bn-586.linux.x86.S
[774/917] Compiling bytes.c
[775/917] Compiling bn-586.windows.x86.S
[776/917] Compiling armv8-mont.linux.aarch64.S
[777/917] Compiling add.c
[778/917] Compiling bn.c
[779/917] Compiling armv8-mont.ios.aarch64.S
[780/917] Compiling armv4-mont.ios.arm.S
[781/917] Compiling armv4-mont.linux.arm.S
[782/917] Compiling aesv8-armx64.ios.aarch64.S
[783/917] Compiling aesv8-armx32.linux.arm.S
[784/917] Compiling aesv8-armx64.linux.aarch64.S
[785/917] Compiling aesv8-armx32.ios.arm.S
[785/917] Compiling aesni-x86_64.mac.x86_64.S
[787/917] Compiling aesni-x86.windows.x86.S
[788/917] Compiling x86_64-gcc.c
[789/917] Compiling aesni-x86.linux.x86.S
[790/917] Compiling aesni-gcm-x86_64.mac.x86_64.S
[791/917] Compiling aesni-x86_64.linux.x86_64.S
[792/917] Compiling key_wrap.c
[793/917] Compiling mode_wrappers.c
[794/917] Compiling aes.c
[795/917] Compiling aesni-gcm-x86_64.linux.x86_64.S
[796/917] Compiling ex_data.c
[797/917] Compiling scrypt.c
[798/917] Compiling sign.c
[799/917] Compiling aes_nohw.c
[800/917] Compiling print.c
[801/917] Compiling pbkdf.c
[801/917] Compiling p_x25519_asn1.c
[803/917] Compiling p_x25519.c
[804/917] Compiling p_rsa_asn1.c
[805/917] Compiling p_ed25519_asn1.c
[806/917] Compiling p_ed25519.c
[807/917] Compiling p_dsa_asn1.c
[808/917] Compiling p_rsa.c
[809/917] Compiling p_ec_asn1.c
[810/917] Compiling err_data.c
[811/917] Compiling p_ec.c
[811/917] Compiling evp_ctx.c
[813/917] Compiling evp_asn1.c
[814/917] Compiling evp.c
[815/917] Compiling digestsign.c
[816/917] Compiling err.c
[817/917] Compiling engine.c
[818/917] Compiling ecdsa_asn1.c
[819/917] Compiling hash_to_curve.c
[820/917] Compiling ec_derive.c
[821/917] Compiling ecdh_extra.c
[822/917] Compiling dsa_asn1.c
[823/917] Compiling dsa.c
[824/917] Compiling ec_asn1.c
[825/917] Compiling digest_extra.c
[826/917] Compiling params.c
[827/917] Compiling spake25519.c
[828/917] Compiling x25519-asm-arm.S
[829/917] Compiling dh_asn1.c
[830/917] Compiling cpu-arm.c
[831/917] Compiling cpu-ppc64le.c
[832/917] Compiling cpu-arm-linux.c
[833/917] Compiling crypto.c
[834/917] Compiling cpu-aarch64-fuchsia.c
[835/917] Compiling cpu-aarch64-win.c
[836/917] Compiling cpu-aarch64-linux.c
[837/917] Compiling cpu-intel.c
[838/917] Compiling cmac.c
[839/917] Compiling tls_cbc.c
[840/917] Compiling e_rc4.c
[840/917] Compiling curve25519.c
[842/917] Compiling e_tls.c
[843/917] Compiling conf.c
[844/917] Compiling e_null.c
[845/917] Compiling e_rc2.c
[846/917] Compiling e_chacha20poly1305.c
[847/917] Compiling derive_key.c
[848/917] Compiling e_aesccm.c
[849/917] Compiling e_aesctrhmac.c
[850/917] Compiling cipher_extra.c
[851/917] Compiling e_aesgcmsiv.c
[852/917] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[853/917] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[854/917] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[855/917] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[856/917] Compiling chacha.c
[857/917] Compiling chacha-x86.windows.x86.S
[858/917] Compiling chacha-x86_64.mac.x86_64.S
[859/917] Compiling chacha-x86_64.linux.x86_64.S
[860/917] Compiling chacha-x86.linux.x86.S
[861/917] Compiling chacha-armv4.linux.arm.S
[862/917] Compiling chacha-armv8.linux.aarch64.S
[863/917] Compiling chacha-armv4.ios.arm.S
[863/917] Compiling chacha-armv8.ios.aarch64.S
[865/917] Compiling unicode.c
[866/917] Compiling asn1_compat.c
[867/917] Compiling ber.c
[867/917] Compiling cbs.c
[869/917] Compiling cbb.c
[870/917] Compiling bn_asn1.c
[870/917] Compiling blake2.c
[871/917] Compiling buf.c
[873/917] Compiling convert.c
[874/917] Compiling socket.c
[874/917] Compiling printf.c
[876/917] Compiling hexdump.c
[876/917] Compiling socket_helper.c
[878/917] Compiling pair.c
[879/917] Compiling file.c
[880/917] Compiling fd.c
[881/917] Compiling connect.c
[882/917] Compiling base64.c
[883/917] Compiling bio.c
[884/917] Compiling time_support.c
[884/917] Compiling bio_mem.c
[886/917] Compiling tasn_typ.c
[887/917] Compiling tasn_utl.c
[888/917] Compiling tasn_fre.c
[889/917] Compiling tasn_new.c
[890/917] Compiling f_string.c
[891/917] Compiling asn_pack.c
[892/917] Compiling f_int.c
[893/917] Compiling f_enum.c
[894/917] Compiling tasn_enc.c
[895/917] Compiling asn1_par.c
[896/917] Compiling tasn_dec.c
[897/917] Compiling asn1_lib.c
[898/917] Compiling a_type.c
[898/917] Compiling a_utf8.c
[900/917] Compiling a_utctm.c
[901/917] Compiling a_time.c
[902/917] Compiling a_strnid.c
[903/917] Compiling a_print.c
[904/917] Compiling a_octet.c
[905/917] Compiling a_object.c
[906/917] Compiling a_mbstr.c
[907/917] Compiling a_i2d_fp.c
[908/917] Write sources
[910/917] Compiling a_int.c
[911/917] Compiling a_d2i_fp.c
[912/917] Compiling a_enum.c
[913/917] Compiling a_gentm.c
[914/917] Compiling a_dup.c
[915/917] Compiling a_bitstr.c
[916/917] Compiling a_bool.c
[918/1015] Compiling Crypto AES-GCM.swift
[919/1015] Compiling Crypto AES-GCM_boring.swift
[920/1015] Compiling Crypto ChaChaPoly_boring.swift
[921/1017] Compiling Crypto ASN1.swift
[922/1017] Compiling Crypto ASN1BitString.swift
[923/1017] Compiling Crypto HashFunctions_SHA2.swift
[924/1017] Compiling Crypto ASN1Identifier.swift
[925/1017] Compiling Crypto ASN1Integer.swift
[926/1017] Compiling Crypto Digests.swift
[927/1017] Compiling Crypto HashFunctions.swift
[928/1017] Compiling Atomics IntegerOperations.swift
[929/1017] Compiling Atomics Unmanaged extensions.swift
[930/1017] Compiling Crypto CryptoKitErrors.swift
[931/1017] Compiling Crypto Digest_boring.swift
[932/1017] Compiling Crypto Digest.swift
[935/1017] Compiling Crypto SEC1PrivateKey.swift
[936/1017] Compiling Crypto SubjectPublicKeyInfo.swift
[941/1020] Compiling Crypto ChaChaPoly.swift
[942/1020] Compiling Crypto Cipher.swift
[943/1020] Compiling Crypto Nonces.swift
[947/1020] Emitting module Algorithms
[948/1020] Compiling Algorithms Trim.swift
[949/1020] Compiling Algorithms Unique.swift
[950/1020] Compiling Algorithms Windows.swift
[951/1020] Emitting module Atomics
[955/1020] Compiling Crypto ObjectIdentifier.swift
[956/1020] Compiling Crypto ECDSASignature.swift
[957/1020] Compiling Crypto PEMDocument.swift
[958/1020] Compiling Crypto PKCS8PrivateKey.swift
[969/1081] Compiling NIOCore MarkedCircularBuffer.swift
[970/1081] Compiling NIOCore MulticastChannel.swift
[971/1081] Compiling NIOCore NIOAny.swift
[972/1081] Compiling NIOCore NIOCloseOnErrorHandler.swift
[973/1081] Compiling NIOCore NIOLoopBound.swift
[974/1081] Compiling NIOCore NIOScheduledCallback.swift
[975/1081] Compiling NIOCore NIOSendable.swift
[976/1081] Compiling NIOCore RecvByteBufferAllocator.swift
[977/1089] Compiling NIOCore ChannelHandlers.swift
[978/1089] Compiling NIOCore ChannelInvoker.swift
[979/1089] Compiling NIOCore ChannelOption.swift
[980/1089] Compiling NIOCore GlobalSingletons.swift
[981/1089] Compiling NIOCore IO.swift
[982/1089] Compiling NIOCore IOData.swift
[983/1089] Compiling NIOCore IPProtocol.swift
[984/1096] Compiling NIOCore EventLoop+Deprecated.swift
[985/1096] Compiling NIOCore EventLoop+SerialExecutor.swift
[986/1096] Compiling NIOCore ByteBuffer-multi-int.swift
[987/1096] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[988/1096] Compiling NIOCore ByteBuffer-views.swift
[989/1096] Compiling NIOCore Channel.swift
[990/1096] Compiling NIOCore ChannelHandler.swift
[991/1096] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[992/1096] Compiling NIOCore AddressedEnvelope.swift
[993/1096] Compiling NIOCore AsyncAwaitSupport.swift
[994/1096] Compiling NIOCore AsyncChannel.swift
[995/1096] Compiling NIOCore AsyncChannelHandler.swift
[996/1096] Compiling NIOCore AsyncChannelInboundStream.swift
[997/1096] Compiling NIOCore AsyncChannelOutboundWriter.swift
[998/1096] Compiling NIOCore NIOAsyncSequenceProducer.swift
[999/1096] Compiling NIOCore FileHandle.swift
[1000/1096] Compiling NIOCore FileRegion.swift
[1001/1096] Compiling NIOCore ChannelPipeline.swift
[1002/1096] Compiling NIOCore CircularBuffer.swift
[1003/1096] Compiling NIOCore Codec.swift
[1004/1096] Compiling NIOCore ConvenienceOptionSupport.swift
[1005/1096] Compiling NIOCore DeadChannel.swift
[1006/1096] Compiling NIOCore DispatchQueue+WithFuture.swift
[1007/1096] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1008/1096] Compiling NIOCore BSDSocketAPI.swift
[1009/1096] Compiling NIOCore ByteBuffer-aux.swift
[1010/1096] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1011/1096] Compiling NIOCore ByteBuffer-conversions.swift
[1012/1096] Compiling NIOCore ByteBuffer-core.swift
[1013/1096] Compiling NIOCore ByteBuffer-hex.swift
[1014/1096] Compiling NIOCore ByteBuffer-int.swift
[1015/1096] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1016/1096] Compiling NIOCore NIOAsyncWriter.swift
[1017/1096] Compiling NIOCore EventLoop.swift
[1018/1096] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1019/1096] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1020/1096] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1021/1096] Compiling NIOCore EventLoopFuture.swift
[1022/1096] Compiling NIOCore FileDescriptor.swift
[1023/1096] Emitting module Crypto
[1024/1096] Compiling NIOCore IntegerBitPacking.swift
[1025/1096] Compiling NIOCore IntegerTypes.swift
[1026/1096] Compiling NIOCore Interfaces.swift
[1027/1096] Compiling NIOCore Linux.swift
[1047/1096] Compiling Crypto RNG_boring.swift
[1048/1096] Compiling Crypto SafeCompare_boring.swift
[1049/1096] Compiling Crypto Zeroization_boring.swift
[1050/1096] Compiling Crypto PrettyBytes.swift
[1051/1096] Compiling Crypto SafeCompare.swift
[1052/1096] Compiling Crypto SecureBytes.swift
[1053/1096] Compiling Crypto Zeroization.swift
[1057/1097] Compiling NIOCore SocketOptionProvider.swift
[1058/1097] Compiling NIOCore SystemCallHelpers.swift
[1059/1097] Compiling NIOCore TimeAmount+Duration.swift
[1060/1097] Compiling NIOCore TypeAssistedChannelHandler.swift
[1061/1097] Compiling NIOCore UniversalBootstrapSupport.swift
[1062/1097] Compiling NIOCore Utilities.swift
[1097/1097] Emitting module NIOCore
[1099/1149] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1100/1149] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1101/1149] Compiling NIOPosix PosixSingletons.swift
[1102/1149] Compiling NIOPosix RawSocketBootstrap.swift
[1103/1149] Compiling NIOPosix Resolver.swift
[1104/1149] Compiling NIOPosix Selectable.swift
[1105/1155] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1106/1155] Compiling NIOEmbedded Embedded.swift
[1107/1155] Compiling NIOEmbedded AsyncTestingChannel.swift
[1108/1155] Emitting module NIOEmbedded
[1110/1156] Compiling NIOPosix ThreadPosix.swift
[1111/1156] Compiling NIOPosix ThreadWindows.swift
[1112/1156] Compiling NIOPosix UnsafeTransfer.swift
[1113/1156] Compiling NIOPosix Utilities.swift
[1114/1156] Compiling NIOPosix VsockAddress.swift
[1115/1156] Compiling NIOPosix VsockChannelEvents.swift
[1116/1156] Compiling NIOPosix SelectableChannel.swift
[1117/1156] Compiling NIOPosix SelectableEventLoop.swift
[1118/1156] Compiling NIOPosix SelectorEpoll.swift
[1119/1156] Compiling NIOPosix SelectorGeneric.swift
[1120/1156] Compiling NIOPosix SelectorKqueue.swift
[1121/1156] Compiling NIOPosix SelectorUring.swift
[1122/1156] Compiling NIOPosix ServerSocket.swift
[1123/1156] Compiling NIOPosix Socket.swift
[1124/1156] Compiling NIOPosix SocketChannel.swift
[1125/1156] Compiling NIOPosix SocketProtocols.swift
[1126/1156] Compiling NIOPosix System.swift
[1127/1156] Compiling NIOPosix Thread.swift
[1128/1156] Emitting module NIOPosix
[1129/1156] Compiling NIOPosix NIOThreadPool.swift
[1130/1156] Compiling NIOPosix NonBlockingFileIO.swift
[1131/1156] Compiling NIOPosix PendingDatagramWritesManager.swift
[1132/1156] Compiling NIOPosix PendingWritesManager.swift
[1133/1156] Compiling NIOPosix PipeChannel.swift
[1134/1156] Compiling NIOPosix PipePair.swift
[1135/1156] Compiling NIOPosix Pool.swift
[1136/1156] Compiling NIOPosix BSDSocketAPICommon.swift
[1137/1156] Compiling NIOPosix BSDSocketAPIPosix.swift
[1138/1156] Compiling NIOPosix BSDSocketAPIWindows.swift
[1139/1156] Compiling NIOPosix BaseSocket.swift
[1140/1156] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1141/1156] Compiling NIOPosix BaseSocketChannel.swift
[1142/1156] Compiling NIOPosix BaseStreamSocketChannel.swift
[1143/1156] Compiling NIOPosix IO.swift
[1144/1156] Compiling NIOPosix IntegerBitPacking.swift
[1145/1156] Compiling NIOPosix IntegerTypes.swift
[1146/1156] Compiling NIOPosix Linux.swift
[1147/1156] Compiling NIOPosix LinuxCPUSet.swift
[1148/1156] Compiling NIOPosix LinuxUring.swift
[1149/1156] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1150/1156] Compiling NIOPosix Bootstrap.swift
[1151/1156] Compiling NIOPosix ControlMessage.swift
[1152/1156] Compiling NIOPosix DatagramVectorReadManager.swift
[1153/1156] Compiling NIOPosix Errors+Any.swift
[1154/1156] Compiling NIOPosix FileDescriptor.swift
[1155/1156] Compiling NIOPosix GetaddrinfoResolver.swift
[1156/1156] Compiling NIOPosix HappyEyeballs.swift
[1158/1159] Compiling NIO Exports.swift
[1159/1159] Emitting module NIO
[1161/1199] Compiling NIOTLS TLSEvents.swift
[1162/1199] Compiling NIOSOCKS Errors.swift
[1163/1199] Compiling NIOSOCKS Helpers.swift
[1164/1201] Emitting module NIOTLS
[1165/1201] Compiling NIOSOCKS ClientStateMachine.swift
[1166/1202] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1167/1202] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1168/1202] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1169/1202] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1170/1202] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1171/1202] Compiling NIOSOCKS SOCKSResponse.swift
[1172/1202] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1173/1202] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1174/1202] Emitting module NIOFoundationCompat
[1175/1202] Compiling NIOSOCKS ServerStateMachine.swift
[1178/1202] Compiling NIOSOCKS AuthenticationMethod.swift
[1179/1202] Compiling NIOSOCKS ClientGreeting.swift
[1180/1202] Compiling NIOSOCKS Messages.swift
[1181/1202] Compiling NIOSOCKS SOCKSRequest.swift
[1182/1202] Emitting module NIOSOCKS
[1183/1202] Compiling NIOSOCKS SOCKSClientHandler.swift
[1184/1202] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1185/1203] Emitting module NIOHTTP1
[1187/1203] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1188/1203] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1189/1203] Compiling NIOTLS SNIHandler.swift
[1191/1204] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1192/1205] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1193/1205] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1195/1234] Compiling NIOSSL NIOSSLHandler.swift
[1196/1234] Compiling NIOSSL SSLErrors.swift
[1197/1256] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1198/1256] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1199/1256] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1200/1256] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1201/1256] Compiling NIOTransportServices NIOTSBootstraps.swift
[1202/1256] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1203/1256] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1204/1258] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1205/1258] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1206/1258] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1209/1259] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1212/1259] Compiling NIOTransportServices StateManagedChannel.swift
[1213/1259] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1214/1259] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1215/1259] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1216/1259] Compiling NIOTransportServices NIOTSSingletons.swift
[1217/1259] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1218/1259] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1219/1259] Compiling NIOTransportServices NIOTSErrors.swift
[1220/1259] Compiling NIOTransportServices NIOTSEventLoop.swift
[1221/1259] Compiling NIOTransportServices AcceptHandler.swift
[1224/1259] Emitting module NIOTransportServices
[1229/1259] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1230/1259] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1232/1278] Emitting module NIOSSL
[1233/1281] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1234/1281] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1235/1281] Compiling NIOHPACK HPACKEncoder.swift
[1236/1281] Compiling NIOHPACK HPACKErrors.swift
[1237/1282] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1238/1282] Compiling NIOHPACK IntegerCoding.swift
[1239/1282] Compiling NIOHPACK IndexedHeaderTable.swift
[1240/1282] Compiling NIOHPACK StaticHeaderTable.swift
[1241/1282] Compiling NIOHPACK HuffmanCoding.swift
[1242/1282] Compiling NIOHPACK HuffmanTables.swift
[1243/1282] Compiling NIOHTTPCompression HTTPCompression.swift
[1244/1282] Emitting module NIOHTTPCompression
[1252/1282] Compiling NIOSSL SubjectAlternativeName.swift
[1253/1282] Compiling NIOSSL NIOSSLSecureBytes.swift
[1254/1282] Compiling NIOSSL RNG.swift
[1255/1282] Compiling NIOSSL SafeCompare.swift
[1256/1282] Compiling NIOSSL Zeroization.swift
[1257/1282] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1258/1282] Compiling NIOHTTPCompression HTTPDecompression.swift
[1268/1283] Emitting module NIOHPACK
[1269/1283] Compiling NIOHPACK DynamicHeaderTable.swift
[1270/1283] Compiling NIOHPACK HPACKDecoder.swift
[1271/1283] Compiling NIOHPACK HPACKHeader.swift
[1272/1283] Compiling NIOHPACK HeaderTables.swift
[1274/1342] Compiling NIOHTTP2 HTTP2StreamID.swift
[1275/1342] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1276/1342] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1277/1342] Compiling NIOHTTP2 MaySendFrames.swift
[1278/1342] Compiling NIOHTTP2 SendingDataState.swift
[1279/1342] Compiling NIOHTTP2 SendingGoawayState.swift
[1280/1342] Compiling NIOHTTP2 SendingHeadersState.swift
[1281/1342] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1282/1342] Compiling NIOHTTP2 SendingRstStreamState.swift
[1283/1342] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1284/1342] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1294/1351] Emitting module NIOHTTP2
[1295/1351] Compiling NIOHTTP2 InboundWindowManager.swift
[1296/1351] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1297/1351] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1298/1351] Compiling NIOHTTP2 StreamChannelList.swift
[1299/1351] Compiling NIOHTTP2 StreamMap.swift
[1300/1351] Compiling NIOHTTP2 StreamStateMachine.swift
[1301/1351] Compiling NIOHTTP2 UnsafeTransfer.swift
[1302/1351] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1303/1351] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1304/1351] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1305/1351] Compiling NIOHTTP2 MayReceiveFrames.swift
[1306/1351] Compiling NIOHTTP2 ReceivingDataState.swift
[1307/1351] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1308/1351] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1309/1351] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1310/1351] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1311/1351] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1312/1351] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1313/1351] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1314/1351] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1318/1351] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1319/1351] Compiling NIOHTTP2 InboundEventBuffer.swift
[1320/1351] Compiling NIOHTTP2 StateMachineResult.swift
[1321/1351] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1322/1351] Compiling NIOHTTP2 DOSHeuristics.swift
[1323/1351] Compiling NIOHTTP2 Error+Any.swift
[1324/1351] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1325/1351] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1326/1351] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1327/1351] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1328/1351] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1329/1351] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1330/1351] Compiling NIOHTTP2 HasLocalSettings.swift
[1331/1351] Compiling NIOHTTP2 HasRemoteSettings.swift
[1332/1351] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1333/1351] Compiling NIOHTTP2 QuiescingState.swift
[1334/1351] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1335/1351] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1336/1351] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1337/1351] Compiling NIOHTTP2 HTTP2Frame.swift
[1338/1351] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1339/1351] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1340/1351] Compiling NIOHTTP2 HTTP2PingData.swift
[1341/1351] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1342/1351] Compiling NIOHTTP2 HTTP2Settings.swift
[1343/1351] Compiling NIOHTTP2 HTTP2Stream.swift
[1344/1351] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1345/1351] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1346/1351] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1347/1351] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1348/1351] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1349/1351] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1350/1351] Compiling NIOHTTP2 HTTP2Error.swift
[1351/1351] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1353/1411] Emitting module AsyncHTTPClient
[1354/1419] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1355/1419] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1356/1419] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1357/1419] Compiling AsyncHTTPClient HTTP1Connection.swift
[1358/1419] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1359/1419] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1360/1419] Compiling AsyncHTTPClient HTTP2Connection.swift
[1361/1419] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1362/1419] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1363/1419] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1364/1419] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1365/1419] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1366/1419] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1367/1419] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1368/1419] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1369/1419] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1370/1419] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1371/1419] Compiling AsyncHTTPClient RequestBag.swift
[1372/1419] Compiling AsyncHTTPClient RequestValidation.swift
[1373/1419] Compiling AsyncHTTPClient SSLContextCache.swift
[1374/1419] Compiling AsyncHTTPClient Scheme.swift
[1375/1419] Compiling AsyncHTTPClient Singleton.swift
[1376/1419] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1377/1419] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1378/1419] Compiling AsyncHTTPClient Utils.swift
[1379/1419] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1380/1419] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1381/1419] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1382/1419] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1383/1419] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1384/1419] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1385/1419] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1386/1419] Compiling AsyncHTTPClient RequestBodyLength.swift
[1387/1419] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1388/1419] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1389/1419] Compiling AsyncHTTPClient Transaction.swift
[1390/1419] Compiling AsyncHTTPClient Base64.swift
[1391/1419] Compiling AsyncHTTPClient BasicAuth.swift
[1392/1419] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1393/1419] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1394/1419] Compiling AsyncHTTPClient ConnectionPool.swift
[1395/1419] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1396/1419] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1397/1419] Compiling AsyncHTTPClient RequestOptions.swift
[1398/1419] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1399/1419] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1400/1419] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1401/1419] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1402/1419] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1403/1419] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1404/1419] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1405/1419] Compiling AsyncHTTPClient ConnectionTarget.swift
[1406/1419] Compiling AsyncHTTPClient DeconstructedURL.swift
[1407/1419] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1408/1419] Compiling AsyncHTTPClient FoundationExtensions.swift
[1409/1419] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1410/1419] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1411/1419] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1412/1419] Compiling AsyncHTTPClient HTTPClient.swift
[1413/1419] Compiling AsyncHTTPClient HTTPHandler.swift
[1414/1419] Compiling AsyncHTTPClient LRUCache.swift
[1415/1419] Compiling AsyncHTTPClient NWErrorHandler.swift
[1416/1419] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1417/1419] Compiling AsyncHTTPClient TLSConfiguration.swift
[1418/1419] Compiling AsyncHTTPClient RedirectState.swift
[1419/1419] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1421/1433] Compiling TelesignKit TelesignClient.swift
[1422/1433] Compiling TelesignKit TelesignError.swift
/host/spi-builder-workspace/Sources/TelesignKit/TelesignError.swift:12:16: warning: stored property 'status' of 'Sendable'-conforming struct 'TelesignError' has non-sendable type 'Status'; this is an error in the Swift 6 language mode
10 |
11 | public struct TelesignError: TelesignModel, Error {
12 |     public var status: Status
   |                `- warning: stored property 'status' of 'Sendable'-conforming struct 'TelesignError' has non-sendable type 'Status'; this is an error in the Swift 6 language mode
13 | }
14 |
/host/spi-builder-workspace/Sources/TelesignKit/Models/Status.swift:10:15: note: consider making struct 'Status' conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | public struct Status: TelesignModel {
   |               `- note: consider making struct 'Status' conform to the 'Sendable' protocol
11 |     /// This code describes the status of your transaction. You can use this code to programmatically respond. You are returned two types of codes, either status codes or error codes.
12 |     public var code: Int
[1423/1434] Compiling TelesignKit MessageResponse.swift
[1424/1434] Compiling TelesignKit MessageRoute.swift
[1425/1434] Emitting module TelesignKit
/host/spi-builder-workspace/Sources/TelesignKit/TelesignError.swift:12:16: warning: stored property 'status' of 'Sendable'-conforming struct 'TelesignError' has non-sendable type 'Status'; this is an error in the Swift 6 language mode
10 |
11 | public struct TelesignError: TelesignModel, Error {
12 |     public var status: Status
   |                `- warning: stored property 'status' of 'Sendable'-conforming struct 'TelesignError' has non-sendable type 'Status'; this is an error in the Swift 6 language mode
13 | }
14 |
/host/spi-builder-workspace/Sources/TelesignKit/Models/Status.swift:10:15: note: consider making struct 'Status' conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | public struct Status: TelesignModel {
   |               `- note: consider making struct 'Status' conform to the 'Sendable' protocol
11 |     /// This code describes the status of your transaction. You can use this code to programmatically respond. You are returned two types of codes, either status codes or error codes.
12 |     public var code: Int
[1426/1434] Compiling TelesignKit TelesignRequest.swift
/host/spi-builder-workspace/Sources/TelesignKit/TelesignRequest.swift:99:99: warning: type 'TM' does not conform to the 'Sendable' protocol
 91 |     }
 92 |
 93 |     public func send<TM: TelesignModel>(method: HTTPMethod, path: String, body: String) -> EventLoopFuture<TM> {
    |                      `- note: consider making generic parameter 'TM' conform to the 'Sendable' protocol
 94 |         let headers = generateHeaders(path: path, method: method, body: body, apiKey: apiKey, customerId: customerId)
 95 |
    :
 97 |             let request = try HTTPClient.Request(url: "\(uri)/\(path)", method: method, headers: headers, body: .string(body))
 98 |
 99 |             return httpClient.execute(request: request, eventLoop: .delegate(on: self.eventLoop)).flatMap { response in
    |                                                                                                   `- warning: type 'TM' does not conform to the 'Sendable' protocol
100 |                 guard var byteBuffer = response.body else {
101 |                     fatalError("Response body from Telesign is missing! This should never happen.")
/host/spi-builder-workspace/Sources/TelesignKit/TelesignRequest.swift:109:43: warning: type 'TM' does not conform to the 'Sendable' protocol
 91 |     }
 92 |
 93 |     public func send<TM: TelesignModel>(method: HTTPMethod, path: String, body: String) -> EventLoopFuture<TM> {
    |                      `- note: consider making generic parameter 'TM' conform to the 'Sendable' protocol
 94 |         let headers = generateHeaders(path: path, method: method, body: body, apiKey: apiKey, customerId: customerId)
 95 |
    :
107 |                         return self.eventLoop.makeFailedFuture(try self.decoder.decode(TelesignError.self, from: responseData))
108 |                     }
109 |                     return self.eventLoop.makeSucceededFuture(try self.decoder.decode(TM.self, from: responseData))
    |                                           `- warning: type 'TM' does not conform to the 'Sendable' protocol
110 |
111 |                 } catch {
/host/spi-builder-workspace/Sources/TelesignKit/TelesignRequest.swift:107:32: warning: capture of 'self' with non-sendable type 'TelesignAPIRequest' in a '@Sendable' closure
 72 | }
 73 |
 74 | public class TelesignAPIRequest: TelesignRequest {
    |              `- note: class 'TelesignAPIRequest' does not conform to the 'Sendable' protocol
 75 |     private let uri = "https://rest-api.telesign.com"
 76 |     private let decoder = JSONDecoder()
    :
105 |                 do {
106 |                     guard response.status == .ok else {
107 |                         return self.eventLoop.makeFailedFuture(try self.decoder.decode(TelesignError.self, from: responseData))
    |                                `- warning: capture of 'self' with non-sendable type 'TelesignAPIRequest' in a '@Sendable' closure
108 |                     }
109 |                     return self.eventLoop.makeSucceededFuture(try self.decoder.decode(TM.self, from: responseData))
[1427/1434] Compiling TelesignKit PhoneIdResponse.swift
[1428/1434] Compiling TelesignKit PhoneRoute.swift
[1429/1434] Compiling TelesignKit Status.swift
[1430/1434] Compiling TelesignKit TelesignModel.swift
[1431/1434] Compiling TelesignKit ScoreResponse.swift
[1432/1434] Compiling TelesignKit ScoreRoute.swift
[1433/1434] Compiling TelesignKit AccountLifecycleEvent.swift
[1434/1434] Compiling TelesignKit MessageType.swift
Build complete! (152.34s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "telesign-kit",
  "name" : "telesign-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "TelesignKit",
      "targets" : [
        "TelesignKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TelesignKitTests",
      "module_type" : "SwiftTarget",
      "name" : "TelesignKitTests",
      "path" : "Tests/TelesignKitTests",
      "sources" : [
        "TelesignRequestTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "TelesignKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TelesignKit",
      "module_type" : "SwiftTarget",
      "name" : "TelesignKit",
      "path" : "Sources/TelesignKit",
      "product_dependencies" : [
        "AsyncHTTPClient",
        "Crypto"
      ],
      "product_memberships" : [
        "TelesignKit"
      ],
      "sources" : [
        "Messaging/MessageResponse.swift",
        "Messaging/MessageRoute.swift",
        "Models/AccountLifecycleEvent.swift",
        "Models/MessageType.swift",
        "Models/Status.swift",
        "Models/TelesignModel.swift",
        "PhoneId/PhoneIdResponse.swift",
        "PhoneId/PhoneRoute.swift",
        "Score/ScoreResponse.swift",
        "Score/ScoreRoute.swift",
        "TelesignClient.swift",
        "TelesignError.swift",
        "TelesignRequest.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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.