The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build telesign-kit, reference master (fa8905), with Swift 6.1 for Android on 27 May 2025 19:28:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/telesign-kit.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/vapor-community/telesign-kit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         android
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-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/async-http-client.git
[1/13936] Fetching swift-crypto
[141/27950] Fetching swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.18s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.20s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (1.70s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.45s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.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-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5914] Fetching swift-nio-extras
[1362/8581] Fetching swift-nio-extras, swift-nio-transport-services
[4318/12417] Fetching swift-nio-extras, swift-nio-transport-services, swift-log
[4691/14127] Fetching swift-nio-extras, swift-nio-transport-services, swift-log, swift-atomics
[8615/20086] Fetching swift-nio-extras, swift-nio-transport-services, swift-log, swift-atomics, swift-algorithms
[18240/31613] Fetching swift-nio-extras, swift-nio-transport-services, swift-log, swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.46s)
Fetching https://github.com/apple/swift-nio-ssl.git
[16593/25699] Fetching swift-nio-transport-services, swift-log, swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
Fetching https://github.com/apple/swift-nio.git
[15114/23989] Fetching swift-nio-transport-services, swift-log, swift-algorithms, swift-nio-http2
[23990/38832] Fetching swift-nio-transport-services, swift-log, swift-algorithms, swift-nio-http2, swift-nio-ssl
[26514/114887] Fetching swift-nio-transport-services, swift-log, swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.08s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.08s)
[23916/106261] Fetching swift-log, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.08s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.09s)
[9314/90898] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.76s)
Fetched https://github.com/apple/swift-nio.git from cache (3.41s)
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 (4.90s)
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.46s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.52s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/904] Fetching swift-http-types
[905/2494] Fetching swift-http-types, swift-asn1
[1017/8649] Fetching swift-http-types, swift-asn1, swift-certificates
[1018/9790] Fetching swift-http-types, swift-asn1, swift-certificates, swift-http-structured-headers
[2355/14775] Fetching swift-http-types, swift-asn1, swift-certificates, swift-http-structured-headers, swift-async-algorithms
[2367/17201] Fetching swift-http-types, swift-asn1, swift-certificates, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-types.git from cache (0.44s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.44s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.44s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.44s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.44s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.88s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.42s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.42s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.24s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.93s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (0.00s)
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.50s)
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.00s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.47s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.40s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.69s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.35s)
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.78s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.41s)
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.00s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.13s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Building for debugging...
[0/846] Write sources
[17/846] Compiling a_bitstr.c
[18/846] Compiling a_bool.c
[19/846] Write sources
[21/846] Compiling a_d2i_fp.c
[22/846] Write sources
[28/846] Compiling p_x25519.c
[29/846] Compiling a_int.c
[30/846] Compiling _NumericsShims _NumericsShims.c
[31/846] Compiling CNIOWindows shim.c
[32/846] Compiling _AtomicsShims.c
[33/846] Compiling CNIOWASI CNIOWASI.c
[34/846] Compiling CNIOWindows WSAStartup.c
[35/846] Compiling CNIOLinux liburing_shims.c
[36/846] Compiling CNIOExtrasZlib empty.c
[36/846] Compiling e_aes.c
[38/846] Compiling CNIOLLHTTP c_nio_http.c
[39/846] Compiling CNIODarwin shim.c
[40/846] Compiling CNIOLinux shim.c
[41/846] Compiling CNIOLLHTTP c_nio_api.c
[42/846] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[43/846] Write swift-version-24593BA9C3E375BF.txt
[44/846] Compiling fiat_p256_adx_sqr.S
[45/846] Compiling fiat_p256_adx_mul.S
[46/846] Compiling fiat_curve25519_adx_square.S
[47/846] Compiling fiat_curve25519_adx_mul.S
[48/848] Compiling CNIOLLHTTP c_nio_llhttp.c
[49/867] Compiling CNIOBoringSSLShims shims.c
[50/900] Compiling tls_record.cc
[51/900] Compiling tls_method.cc
[53/900] Compiling _NIODataStructures PriorityQueue.swift
[54/900] Compiling Atomics OptionalRawRepresentable.swift
[55/900] Compiling Atomics RawRepresentable.swift
[56/900] Compiling Atomics AtomicBool.swift
[57/900] Emitting module Atomics
[58/902] Compiling RealModule Real.swift
[59/903] Compiling Atomics UnsafeAtomic.swift
[60/903] Compiling Atomics UnsafeAtomicLazyReference.swift
[61/903] Compiling _NIODataStructures _TinyArray.swift
[62/903] Compiling RealModule Float80+Real.swift
[63/903] Emitting module _NIODataStructures
[64/903] Compiling _NIODataStructures Heap.swift
[66/903] Compiling Atomics IntegerConformances.swift
[67/904] Emitting module InternalCollectionsUtilities
[72/905] Emitting module RealModule
[73/905] Compiling Atomics Primitives.shims.swift
[74/905] Compiling Atomics AtomicInteger.swift
[75/905] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[78/905] Compiling Atomics AtomicOptionalWrappable.swift
[79/905] Compiling Atomics PointerConformances.swift
[80/905] Compiling Atomics Primitives.native.swift
[81/905] Compiling RealModule Float+Real.swift
[82/905] Compiling RealModule ElementaryFunctions.swift
[83/905] Compiling Atomics AtomicReference.swift
[84/905] Compiling Atomics AtomicStorage.swift
[85/905] Compiling Atomics AtomicValue.swift
[86/905] Compiling Atomics AtomicMemoryOrderings.swift
[87/905] Compiling Atomics DoubleWord.swift
[88/905] Compiling RealModule Float16+Real.swift
[91/905] Compiling Atomics ManagedAtomic.swift
[92/905] Compiling Atomics ManagedAtomicLazyReference.swift
[95/905] Emitting module _NIOBase64
[96/905] Compiling _NIOBase64 Base64.swift
[99/906] Compiling RealModule RealFunctions.swift
[100/907] Compiling tls13_server.cc
[104/907] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[105/908] Compiling Atomics IntegerOperations.swift
[106/908] Compiling Atomics Unmanaged extensions.swift
[111/949] Compiling tls13_enc.cc
[113/949] Compiling DequeModule Deque+Equatable.swift
[114/949] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[115/949] Compiling DequeModule Deque+CustomReflectable.swift
[116/949] Compiling DequeModule Deque+Descriptions.swift
[117/951] Compiling DequeModule _DequeBuffer.swift
[118/951] Compiling DequeModule _DequeBufferHeader.swift
[119/951] Compiling DequeModule Deque+Extras.swift
[120/951] Compiling DequeModule Deque+Hashable.swift
[120/951] Compiling tls13_both.cc
[122/951] Compiling DequeModule Deque+Testing.swift
[123/951] Compiling DequeModule Deque._Storage.swift
[124/951] Compiling DequeModule Deque._UnsafeHandle.swift
[125/951] Compiling DequeModule Deque.swift
[126/951] Compiling DequeModule _DequeSlot.swift
[127/951] Compiling DequeModule _UnsafeWrappedBuffer.swift
[131/954] Compiling t1_enc.cc
[133/954] Compiling Algorithms Split.swift
[134/954] Compiling Algorithms Stride.swift
[135/954] Compiling Algorithms Suffix.swift
[136/954] Compiling DequeModule Deque+Codable.swift
[137/954] Compiling DequeModule Deque+Collection.swift
[137/954] Compiling ssl_versions.cc
[139/954] Compiling Logging Locks.swift
[140/954] Emitting module Logging
[141/954] Compiling Logging MetadataProvider.swift
[141/954] Compiling ssl_x509.cc
[143/954] Compiling Algorithms RandomSample.swift
[144/954] Compiling Algorithms Reductions.swift
[145/954] Compiling Algorithms Rotate.swift
[145/954] Compiling tls13_client.cc
[147/954] Emitting module DequeModule
[148/955] Compiling Logging LogHandler.swift
[149/955] Compiling Logging Logging.swift
[155/956] Compiling Algorithms Permutations.swift
[156/956] Compiling Algorithms Product.swift
[162/956] Compiling Algorithms Trim.swift
[163/956] Compiling Algorithms Unique.swift
[164/956] Compiling Algorithms Windows.swift
[164/956] Compiling ssl_transcript.cc
[169/956] Compiling ssl_stat.cc
[170/956] Compiling ssl_session.cc
[172/956] Emitting module Algorithms
[172/957] Compiling ssl_key_share.cc
[174/957] Compiling ssl_file.cc
[175/957] Compiling ssl_privkey.cc
[176/957] Compiling ssl_lib.cc
[177/957] Compiling ssl_credential.cc
[178/957] Compiling ssl_cert.cc
[179/957] Compiling ssl_cipher.cc
[180/957] Compiling ssl_buffer.cc
[181/957] Compiling ssl_asn1.cc
[182/957] Compiling ssl_aead_ctx.cc
[183/957] Compiling s3_lib.cc
[184/957] Compiling s3_both.cc
[185/957] Compiling s3_pkt.cc
[186/957] Compiling handshake_server.cc
[186/957] Compiling handshake.cc
[188/957] Compiling handshake_client.cc
[189/957] Compiling handoff.cc
[190/957] Compiling dtls_method.cc
[191/957] Compiling dtls_record.cc
[192/957] Compiling encrypted_client_hello.cc
[193/957] Compiling md5-x86_64-linux.S
[194/957] Compiling md5-x86_64-apple.S
[195/957] Compiling md5-586-linux.S
[196/957] Compiling md5-586-apple.S
[197/957] Compiling chacha20_poly1305_x86_64-linux.S
[198/957] Compiling extensions.cc
[199/957] Compiling chacha20_poly1305_armv8-win.S
[200/957] Compiling chacha20_poly1305_x86_64-apple.S
[201/957] Compiling chacha20_poly1305_armv8-apple.S
[202/957] Compiling chacha-x86_64-linux.S
[203/957] Compiling chacha20_poly1305_armv8-linux.S
[204/957] Compiling chacha-x86_64-apple.S
[205/957] Compiling chacha-x86-linux.S
[206/957] Compiling chacha-armv8-win.S
[207/957] Compiling chacha-x86-apple.S
[208/957] Compiling chacha-armv8-linux.S
[209/957] Compiling chacha-armv8-apple.S
[210/957] Compiling err_data.cc
[211/957] Compiling chacha-armv4-linux.S
[212/957] Compiling aes128gcmsiv-x86_64-linux.S
[213/957] Compiling aes128gcmsiv-x86_64-apple.S
[214/957] Compiling x86_64-mont5-linux.S
[215/957] Compiling x86_64-mont5-apple.S
[216/957] Compiling x86_64-mont-linux.S
[217/957] Compiling x86-mont-linux.S
[218/957] Compiling x86_64-mont-apple.S
[219/957] Compiling x86-mont-apple.S
[220/957] Compiling bio_ssl.cc
[221/957] Compiling d1_srtp.cc
[222/957] Compiling vpaes-x86_64-linux.S
[223/957] Compiling d1_pkt.cc
[224/957] Compiling vpaes-x86_64-apple.S
[225/957] Compiling vpaes-x86-linux.S
[226/957] Compiling vpaes-armv8-win.S
[227/957] Compiling vpaes-x86-apple.S
[228/957] Compiling vpaes-armv7-linux.S
[229/957] Compiling vpaes-armv8-apple.S
[229/957] Compiling vpaes-armv8-linux.S
[231/957] Compiling sha512-x86_64-linux.S
[232/957] Compiling sha512-x86_64-apple.S
[233/957] Compiling d1_lib.cc
[234/957] Compiling sha512-armv8-win.S
[235/957] Compiling sha512-armv8-apple.S
[236/957] Compiling sha512-586-linux.S
[236/957] Compiling sha512-armv4-linux.S
[238/957] Compiling sha512-armv8-linux.S
[239/957] Compiling sha256-x86_64-linux.S
[240/957] Compiling sha512-586-apple.S
[241/957] Compiling sha256-x86_64-apple.S
[242/957] Compiling sha256-armv8-win.S
[243/957] Compiling sha256-armv8-apple.S
[244/957] Compiling sha256-586-linux.S
[245/957] Compiling sha256-armv4-linux.S
[246/957] Compiling sha256-armv8-linux.S
[247/957] Compiling sha256-586-apple.S
[248/957] Compiling sha1-x86_64-apple.S
[249/957] Compiling sha1-x86_64-linux.S
[250/957] Compiling sha1-armv8-win.S
[251/957] Compiling sha1-armv4-large-linux.S
[252/957] Compiling sha1-armv8-apple.S
[253/957] Compiling sha1-586-linux.S
[254/957] Compiling sha1-586-apple.S
[255/957] Compiling rsaz-avx2-linux.S
[256/957] Compiling sha1-armv8-linux.S
[257/957] Compiling rsaz-avx2-apple.S
[258/957] Compiling rdrand-x86_64-apple.S
[259/957] Compiling p256_beeu-x86_64-asm-apple.S
[260/957] Compiling rdrand-x86_64-linux.S
[261/957] Compiling p256_beeu-x86_64-asm-linux.S
[262/957] Compiling p256_beeu-armv8-asm-win.S
[263/957] Compiling p256_beeu-armv8-asm-apple.S
[264/957] Compiling p256_beeu-armv8-asm-linux.S
[265/957] Compiling p256-armv8-asm-win.S
[266/957] Compiling p256-x86_64-asm-apple.S
[267/957] Compiling p256-x86_64-asm-linux.S
[268/957] Compiling p256-armv8-asm-apple.S
[269/957] Compiling ghashv8-armv8-win.S
[270/957] Compiling p256-armv8-asm-linux.S
[271/957] Compiling ghashv8-armv8-apple.S
[272/957] Compiling ghashv8-armv8-linux.S
[273/957] Compiling ghashv8-armv7-linux.S
[274/957] Compiling ghash-x86_64-linux.S
[275/957] Compiling ghash-x86_64-apple.S
[276/957] Compiling ghash-x86-linux.S
[277/957] Compiling d1_both.cc
[278/957] Compiling ghash-ssse3-x86_64-linux.S
[279/957] Compiling ghash-x86-apple.S
[280/957] Compiling ghash-ssse3-x86_64-apple.S
[281/957] Compiling ghash-ssse3-x86-linux.S
[282/957] Compiling ghash-ssse3-x86-apple.S
[283/957] Compiling ghash-neon-armv8-win.S
[284/957] Compiling ghash-neon-armv8-apple.S
[285/957] Compiling ghash-armv4-linux.S
[286/957] Compiling co-586-apple.S
[287/957] Compiling bsaes-armv7-linux.S
[288/957] Compiling ghash-neon-armv8-linux.S
[289/957] Compiling co-586-linux.S
[290/957] Compiling bn-armv8-win.S
[291/957] Compiling bn-armv8-linux.S
[292/957] Compiling bn-armv8-apple.S
[293/957] Compiling bn-586-apple.S
[294/957] Compiling armv8-mont-win.S
[295/957] Compiling bn-586-linux.S
[296/957] Compiling armv8-mont-apple.S
[297/957] Compiling armv4-mont-linux.S
[298/957] Compiling armv8-mont-linux.S
[299/957] Compiling aesv8-gcm-armv8-win.S
[300/957] Compiling aesv8-armv8-win.S
[301/957] Compiling aesv8-gcm-armv8-apple.S
[302/957] Compiling aesv8-armv8-linux.S
[303/957] Compiling aesni-x86_64-linux.S
[304/957] Compiling aesv8-armv7-linux.S
[305/957] Compiling aesv8-armv8-apple.S
[305/957] Compiling aesv8-gcm-armv8-linux.S
[305/957] Compiling aesni-x86_64-apple.S
[305/957] Compiling aesni-x86-linux.S
[305/957] Compiling aesni-x86-apple.S
[305/957] Compiling aesni-gcm-x86_64-apple.S
[305/957] Compiling aes-gcm-avx2-x86_64-apple.S
[305/957] Compiling aesni-gcm-x86_64-linux.S
[305/957] Compiling aes-gcm-avx10-x86_64-linux.S
[305/957] Compiling aes-gcm-avx2-x86_64-linux.S
[305/957] Compiling aes-gcm-avx10-x86_64-apple.S
[316/957] Compiling x_sig.cc
[317/957] Compiling x_spki.cc
[318/957] Compiling x_x509.cc
[319/957] Compiling x_name.cc
[320/957] Compiling x_pubkey.cc
[321/957] Compiling x_x509a.cc
[322/957] Compiling x_req.cc
[323/957] Compiling x_val.cc
[324/957] Compiling x_exten.cc
[325/957] Compiling x_crl.cc
[326/957] Compiling x_algor.cc
[327/957] Compiling x_attrib.cc
[328/957] Compiling x509spki.cc
[328/957] Compiling x_all.cc
[330/957] Compiling x509rset.cc
[331/957] Compiling x509name.cc
[332/957] Compiling x509cset.cc
[333/957] Compiling x509_vpm.cc
[334/957] Compiling x509_trs.cc
[335/957] Compiling x509_txt.cc
[336/957] Compiling x509_v3.cc
[337/957] Compiling x509_vfy.cc
[338/957] Compiling x509_set.cc
[339/957] Compiling x509_req.cc
[340/957] Compiling x509_obj.cc
[341/957] Compiling x509_lu.cc
[342/957] Compiling x509_def.cc
[343/957] Compiling x509_d2.cc
[343/957] Compiling x509_ext.cc
[345/957] Compiling x509_att.cc
[346/957] Compiling x509_cmp.cc
[347/957] Compiling x509.cc
[348/957] Compiling v3_utl.cc
[349/957] Compiling v3_skey.cc
[350/957] Compiling v3_prn.cc
[351/957] Compiling v3_purp.cc
[352/957] Compiling v3_pmaps.cc
[353/957] Compiling v3_ocsp.cc
[354/957] Compiling v3_pcons.cc
[355/957] Compiling v3_ncons.cc
[356/957] Compiling v3_lib.cc
[357/957] Compiling v3_int.cc
[358/957] Compiling v3_ia5.cc
[358/957] Compiling v3_info.cc
[360/957] Compiling v3_genn.cc
[361/957] Compiling v3_extku.cc
[362/957] Compiling v3_enum.cc
[363/957] Compiling v3_crld.cc
[364/957] Compiling v3_cpols.cc
[365/957] Compiling v3_conf.cc
[366/957] Compiling v3_bitst.cc
[367/957] Compiling v3_bcons.cc
[368/957] Compiling v3_alt.cc
[369/957] Compiling v3_akeya.cc
[370/957] Compiling v3_akey.cc
[371/957] Compiling t_x509a.cc
[372/957] Compiling i2d_pr.cc
[373/957] Compiling t_x509.cc
[374/957] Compiling t_req.cc
[375/957] Compiling rsa_pss.cc
[376/957] Compiling t_crl.cc
[377/957] Compiling name_print.cc
[378/957] Compiling policy.cc
[379/957] Compiling by_file.cc
[380/957] Compiling by_dir.cc
[381/957] Compiling asn1_gen.cc
[382/957] Compiling a_sign.cc
[383/957] Compiling algorithm.cc
[384/957] Compiling a_verify.cc
[385/957] Compiling a_digest.cc
[386/957] Compiling voprf.cc
[387/957] Compiling trust_token.cc
[388/957] Compiling thread_win.cc
[389/957] Compiling thread_pthread.cc
[390/957] Compiling thread_none.cc
[391/957] Compiling thread.cc
[392/957] Compiling stack.cc
[393/957] Compiling pmbtoken.cc
[394/957] Compiling slhdsa.cc
[395/957] Compiling siphash.cc
[396/957] Compiling sha512.cc
[397/957] Compiling sha256.cc
[398/957] Compiling spake2plus.cc
[399/957] Compiling sha1.cc
[400/957] Compiling rsa_extra.cc
[400/957] Compiling rsa_print.cc
[402/957] Compiling refcount.cc
[403/957] Compiling rc4.cc
[404/957] Compiling rsa_crypt.cc
[405/957] Compiling windows.cc
[406/957] Compiling urandom.cc
[407/957] Compiling rsa_asn1.cc
[408/957] Compiling trusty.cc
[409/957] Compiling rand.cc
[410/957] Compiling ios.cc
[411/957] Compiling passive.cc
[412/957] Compiling getentropy.cc
[413/957] Compiling poly1305_arm_asm.S
[414/957] Compiling forkunsafe.cc
[415/957] Compiling fork_detect.cc
[416/957] Compiling deterministic.cc
[417/957] Compiling poly1305_vec.cc
[418/957] Compiling poly1305_arm.cc
[419/957] Compiling pool.cc
[420/957] Compiling poly1305.cc
[421/957] Compiling pkcs7.cc
[422/957] Compiling p5_pbev2.cc
[423/957] Compiling pkcs8_x509.cc
[424/957] Compiling pkcs8.cc
[425/957] Compiling pkcs7_x509.cc
[426/957] Compiling pem_xaux.cc
[427/957] Compiling pem_x509.cc
[428/957] Compiling pem_pkey.cc
[429/957] Compiling pem_pk8.cc
[430/957] Compiling pem_oth.cc
[431/957] Compiling pem_lib.cc
[432/957] Compiling pem_info.cc
[433/957] Compiling pem_all.cc
[434/957] Compiling mlkem.cc
[435/957] Compiling obj_xref.cc
[436/957] Compiling obj.cc
[437/957] Compiling poly_rq_mul.S
[438/957] Compiling mldsa.cc
[439/957] Compiling fips_shared_support.cc
[440/957] Compiling md5.cc
[441/957] Compiling lhash.cc
[442/957] Compiling md4.cc
[443/957] Compiling mem.cc
[444/957] Compiling kyber.cc
[445/957] Compiling scrypt.cc
[446/957] Compiling sign.cc
[447/957] Compiling ex_data.cc
[448/957] Compiling print.cc
[449/957] Compiling hrss.cc
[450/957] Compiling hpke.cc
[451/957] Compiling pbkdf.cc
[452/957] Compiling p_x25519.cc
[453/957] Compiling p_x25519_asn1.cc
[454/957] Compiling p_rsa_asn1.cc
[455/957] Compiling p_ed25519.cc
[456/957] Compiling p_rsa.cc
[456/957] Compiling p_ed25519_asn1.cc
[456/957] Compiling p_hkdf.cc
[459/957] Compiling p_ec.cc
[460/957] Compiling p_ec_asn1.cc
[461/957] Compiling p_dh.cc
[462/957] Compiling evp_ctx.cc
[463/957] Compiling p_dh_asn1.cc
[464/957] Compiling p_dsa_asn1.cc
[465/957] Compiling evp.cc
[466/957] Compiling err.cc
[467/957] Compiling evp_asn1.cc
[468/957] Compiling engine.cc
[469/957] Compiling ecdh.cc
[470/957] Compiling hash_to_curve.cc
[471/957] Compiling ec_derive.cc
[472/957] Compiling bcm.cc
[473/957] Compiling ecdsa_asn1.cc
[474/957] Compiling ec_asn1.cc
[475/957] Compiling dsa.cc
[476/957] Compiling dsa_asn1.cc
[477/957] Compiling x25519-asm-arm.S
[478/957] Compiling params.cc
[479/957] Compiling des.cc
[480/957] Compiling digest_extra.cc
[481/957] Compiling dh_asn1.cc
[482/957] Compiling curve25519_64_adx.cc
[483/957] Compiling spake25519.cc
[484/957] Compiling crypto.cc
[485/957] Compiling cpu_intel.cc
[486/957] Compiling curve25519.cc
[487/957] Compiling cpu_arm_linux.cc
[488/957] Compiling cpu_aarch64_win.cc
[489/957] Compiling cpu_arm_freebsd.cc
[490/957] Compiling cpu_aarch64_sysreg.cc
[491/957] Compiling cpu_aarch64_openbsd.cc
[492/957] Compiling cpu_aarch64_fuchsia.cc
[493/957] Compiling cpu_aarch64_linux.cc
[494/957] Compiling cpu_aarch64_apple.cc
[495/957] Compiling get_cipher.cc
[496/957] Compiling tls_cbc.cc
[497/957] Compiling conf.cc
[498/957] Compiling e_rc4.cc
[499/957] Compiling e_rc2.cc
[500/957] Compiling e_tls.cc
[501/957] Compiling e_null.cc
[502/957] Compiling e_des.cc
[503/957] Compiling e_aesgcmsiv.cc
[504/957] Compiling derive_key.cc
[505/957] Compiling e_chacha20poly1305.cc
[506/957] Compiling chacha.cc
[507/957] Compiling e_aesctrhmac.cc
[508/957] Compiling unicode.cc
[509/957] Compiling cbb.cc
[510/957] Compiling cbs.cc
[511/957] Compiling buf.cc
[512/957] Compiling ber.cc
[513/957] Compiling asn1_compat.cc
[514/957] Compiling blake2.cc
[515/957] Compiling bn_asn1.cc
[516/957] Compiling convert.cc
[517/957] Compiling socket_helper.cc
[518/957] Compiling socket.cc
[519/957] Compiling printf.cc
[520/957] Compiling pair.cc
[521/957] Compiling hexdump.cc
[522/957] Compiling fd.cc
[523/957] Compiling file.cc
[524/957] Compiling errno.cc
[525/957] Compiling connect.cc
[526/957] Compiling base64.cc
[527/957] Compiling bio_mem.cc
[528/957] Compiling bio.cc
[529/957] Compiling tasn_typ.cc
[530/957] Compiling tasn_utl.cc
[531/957] Compiling tasn_fre.cc
[532/957] Compiling tasn_new.cc
[533/957] Compiling tasn_enc.cc
[534/957] Compiling f_string.cc
[535/957] Compiling tasn_dec.cc
[536/957] Compiling posix_time.cc
[537/957] Compiling asn1_par.cc
[538/957] Compiling asn_pack.cc
[539/957] Compiling f_int.cc
[540/957] Compiling a_utctm.cc
[541/957] Compiling asn1_lib.cc
[542/957] Compiling a_octet.cc
[543/957] Compiling a_type.cc
[544/957] Compiling a_time.cc
[545/957] Compiling a_strnid.cc
[546/957] Compiling a_strex.cc
[547/957] Compiling a_object.cc
[548/957] Compiling a_i2d_fp.cc
[549/957] Compiling a_mbstr.cc
[550/957] Compiling a_dup.cc
[551/957] Compiling a_int.cc
[552/957] Compiling a_d2i_fp.cc
[553/957] Compiling a_gentm.cc
[554/957] Compiling a_bitstr.cc
[555/957] Compiling v3_skey.c
[556/957] Compiling CCryptoBoringSSLShims shims.c
[557/957] Compiling v3_utl.c
[558/957] Compiling a_bool.cc
[559/957] Compiling v3_purp.c
[560/957] Compiling v3_prn.c
[561/957] Compiling v3_pcia.c
[562/957] Compiling v3_pmaps.c
[563/957] Compiling v3_pcons.c
[564/957] Compiling v3_pci.c
[565/957] Compiling v3_ocsp.c
[566/957] Compiling v3_info.c
[567/957] Compiling v3_int.c
[568/957] Compiling v3_ncons.c
[569/957] Compiling v3_lib.c
[570/957] Compiling v3_ia5.c
[571/957] Compiling v3_extku.c
[572/957] Compiling v3_genn.c
[573/957] Compiling v3_enum.c
[574/957] Compiling v3_crld.c
[575/957] Compiling v3_cpols.c
[576/957] Compiling v3_conf.c
[577/957] Compiling v3_bcons.c
[577/957] Compiling v3_bitst.c
[579/957] Compiling v3_alt.c
[580/957] Compiling v3_akeya.c
[581/957] Compiling v3_akey.c
[582/957] Compiling pcy_map.c
[583/957] Compiling pcy_tree.c
[583/957] Compiling pcy_node.c
[585/957] Compiling pcy_lib.c
[585/957] Compiling pcy_data.c
[587/957] Compiling pcy_cache.c
[588/957] Compiling x_val.c
[589/957] Compiling x_x509a.c
[590/957] Compiling x_req.c
[591/957] Compiling x_spki.c
[592/957] Compiling x_sig.c
[593/957] Compiling x_x509.c
[594/957] Compiling x_pkey.c
[595/957] Compiling x_pubkey.c
[596/957] Compiling x_exten.c
[597/957] Compiling x_info.c
[598/957] Compiling x_name.c
[599/957] Compiling x_attrib.c
[600/957] Compiling x_all.c
[601/957] Compiling x_algor.c
[602/957] Compiling x_crl.c
[603/957] Compiling x509spki.c
[604/957] Compiling x509rset.c
[605/957] Compiling x509name.c
[606/957] Compiling x509cset.c
[607/957] Compiling x509_txt.c
[608/957] Compiling x509_v3.c
[609/957] Compiling x509_vpm.c
[610/957] Compiling x509_trs.c
[611/957] Compiling x509_set.c
[612/957] Compiling x509_vfy.c
[613/957] Compiling x509_req.c
[614/957] Compiling x509_obj.c
[615/957] Compiling x509_lu.c
[616/957] Compiling c-nioatomics.c
[617/957] Compiling x509_def.c
[618/957] Compiling x509_d2.c
[619/957] Compiling x509_ext.c
[620/957] Compiling x509_att.c
[621/957] Compiling x509_cmp.c
[622/957] Compiling t_x509a.c
[623/957] Compiling x509.c
[624/957] Compiling t_req.c
[625/957] Compiling t_x509.c
[626/957] Compiling i2d_pr.c
[627/957] Compiling t_crl.c
[628/957] Compiling rsa_pss.c
[629/957] Compiling by_file.c
[630/957] Compiling by_dir.c
[631/957] Compiling algorithm.c
[632/957] Compiling a_verify.c
[633/957] Compiling c-atomics.c
[634/957] Compiling a_sign.c
[635/957] Compiling asn1_gen.c
[636/957] Compiling a_strex.c
[637/957] Compiling thread_win.c
[638/957] Compiling a_digest.c
[638/957] Compiling voprf.c
[640/963] Compiling trust_token.c
[641/963] Compiling thread.c
[642/963] Compiling thread_pthread.c
[643/963] Compiling thread_none.c
[644/963] Compiling pmbtoken.c
[645/963] Compiling rsa_print.c
[646/963] Compiling siphash.c
[647/963] Compiling stack.c
[648/963] Compiling rsa_asn1.c
[649/963] Compiling rc4.c
[649/963] Compiling windows.c
[651/963] Compiling fuchsia.c
[651/963] Compiling refcount_c11.c
[653/963] Compiling rand_extra.c
[653/963] Compiling refcount_lock.c
[655/963] Compiling passive.c
[656/963] Compiling deterministic.c
[657/963] Compiling forkunsafe.c
[658/963] Compiling pool.c
[659/963] Compiling poly1305_vec.c
[660/963] Compiling poly1305_arm.c
[661/963] Compiling poly1305_arm_asm.S
[662/963] Compiling poly1305.c
[663/963] Compiling p5_pbev2.c
[664/963] Compiling pkcs8_x509.c
[665/963] Compiling pkcs8.c
[667/963] Compiling NIOConcurrencyHelpers lock.swift
[667/963] Compiling pkcs7.c
[669/963] Compiling NIOConcurrencyHelpers NIOLock.swift
[670/963] Emitting module NIOConcurrencyHelpers
[671/963] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[672/963] Compiling NIOConcurrencyHelpers atomics.swift
[673/963] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[673/963] Compiling pem_x509.c
[674/963] Compiling pem_xaux.c
[675/964] Compiling pkcs7_x509.c
[676/964] Compiling pem_pkey.c
[677/964] Compiling pem_oth.c
[679/964] Compiling obj_xref.c
[680/964] Compiling pem_pk8.c
[681/964] Compiling pem_lib.c
[682/964] Compiling mem.c
[683/964] Compiling lhash.c
[684/964] Compiling pem_info.c
[685/964] Compiling pem_all.c
[686/964] Compiling hpke.c
[687/964] Compiling poly_rq_mul.S
[687/964] Compiling x86_64-mont5.mac.x86_64.S
[689/964] Compiling hkdf.c
[690/964] Compiling x86_64-mont5.linux.x86_64.S
[691/964] Compiling x86_64-mont.mac.x86_64.S
[692/964] Compiling obj.c
[693/964] Compiling x86_64-mont.linux.x86_64.S
[694/964] Compiling vpaes-x86_64.mac.x86_64.S
[695/964] Compiling x86-mont.windows.x86.S
[696/964] Compiling x86-mont.linux.x86.S
[697/964] Compiling vpaes-x86_64.linux.x86_64.S
[698/964] Compiling vpaes-x86.windows.x86.S
[699/964] Compiling vpaes-x86.linux.x86.S
[700/964] Compiling vpaes-armv8.ios.aarch64.S
[701/964] Compiling vpaes-armv7.linux.arm.S
[702/964] Compiling vpaes-armv8.linux.aarch64.S
[703/964] Compiling vpaes-armv7.ios.arm.S
[704/964] Compiling sha512-x86_64.mac.x86_64.S
[705/964] Compiling sha512-x86_64.linux.x86_64.S
[706/964] Compiling sha512-armv8.ios.aarch64.S
[707/964] Compiling kdf.c
[708/964] Compiling sha512-armv4.linux.arm.S
[709/964] Compiling sha512-armv8.linux.aarch64.S
[710/964] Compiling sha512-armv4.ios.arm.S
[710/964] Compiling sha512-586.windows.x86.S
[712/964] Compiling sha256-x86_64.mac.x86_64.S
[713/964] Compiling sha512-586.linux.x86.S
[714/964] Compiling sha256-x86_64.linux.x86_64.S
[715/964] Compiling sha256-armv8.ios.aarch64.S
[716/964] Compiling sha256-armv4.linux.arm.S
[717/964] Compiling sha256-armv4.ios.arm.S
[718/964] Compiling sha256-armv8.linux.aarch64.S
[719/964] Compiling sha256-586.linux.x86.S
[720/964] Compiling sha256-586.windows.x86.S
[721/964] Compiling hrss.c
[722/1024] Compiling sha1-x86_64.mac.x86_64.S
[723/1024] Compiling sha1-x86_64.linux.x86_64.S
[724/1024] Compiling sha1-armv4-large.linux.arm.S
[725/1024] Compiling sha1-armv4-large.ios.arm.S
[725/1024] Compiling sha1-586.windows.x86.S
[726/1024] Compiling sha1-armv8.ios.aarch64.S
[728/1024] Compiling sha1-586.linux.x86.S
[729/1024] Compiling sha1-armv8.linux.aarch64.S
[730/1024] Compiling sha512.c
[731/1024] Compiling sha1-altivec.c
[732/1024] Compiling rsaz-avx2.linux.x86_64.S
[733/1024] Compiling rsaz-avx2.mac.x86_64.S
[734/1024] Compiling sha1.c
[735/1024] Compiling sha256.c
[736/1024] Compiling blinding.c
[737/1024] Compiling self_check.c
[738/1024] Compiling padding.c
[739/1024] Compiling urandom.c
[740/1024] Compiling rsa.c
[740/1024] Compiling rsa_impl.c
[742/1024] Compiling rand.c
[743/1024] Compiling fork_detect.c
[744/1024] Compiling ctrdrbg.c
[745/1024] Compiling polyval.c
[746/1024] Compiling ofb.c
[747/1024] Compiling rdrand-x86_64.mac.x86_64.S
[748/1024] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[749/1024] Compiling p256-x86_64-asm.linux.x86_64.S
[749/1024] Compiling rdrand-x86_64.linux.x86_64.S
[751/1024] Compiling p256-x86_64-asm.mac.x86_64.S
[752/1024] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[753/1024] Compiling gcm_nohw.c
[754/1024] Compiling md5-x86_64.mac.x86_64.S
[755/1024] Compiling cbc.c
[756/1024] Compiling cfb.c
[757/1024] Compiling ctr.c
[758/1024] Compiling md5.c
[759/1024] Compiling md5-x86_64.linux.x86_64.S
[760/1024] Compiling gcm.c
[761/1024] Compiling md4.c
[762/1024] Compiling is_fips.c
[763/1024] Compiling hmac.c
[764/1024] Compiling md5-586.windows.x86.S
[765/1024] Compiling md5-586.linux.x86.S
[766/1024] Compiling ghash-x86_64.linux.x86_64.S
[767/1024] Compiling ghash-x86_64.mac.x86_64.S
[768/1024] Compiling ghashv8-armx64.ios.aarch64.S
[768/1024] Compiling ghashv8-armx64.linux.aarch64.S
[770/1024] Compiling ghashv8-armx32.ios.arm.S
[771/1024] Compiling ghash-x86.windows.x86.S
[772/1024] Compiling ghashv8-armx32.linux.arm.S
[773/1024] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[774/1024] Compiling ghash-x86.linux.x86.S
[775/1024] Compiling ghash-ssse3-x86.windows.x86.S
[776/1024] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[777/1024] Compiling ghash-neon-armv8.linux.aarch64.S
[778/1024] Compiling ghash-neon-armv8.ios.aarch64.S
[779/1024] Compiling ghash-armv4.linux.arm.S
[780/1024] Compiling ghash-ssse3-x86.linux.x86.S
[780/1024] Compiling fips_shared_support.c
[782/1024] Compiling ghash-armv4.ios.arm.S
[783/1024] Compiling util.c
[784/1024] Compiling ecdh.c
[785/1024] Compiling wnaf.c
[786/1024] Compiling ecdsa.c
[787/1024] Compiling simple_mul.c
[788/1024] Compiling scalar.c
[789/1024] Compiling simple.c
[790/1024] Compiling oct.c
[791/1024] Compiling p256.c
[792/1024] Compiling p224-64.c
[793/1024] Compiling p256-x86_64.c
[794/1024] Compiling felem.c
[795/1024] Compiling ec_montgomery.c
[796/1024] Compiling check.c
[797/1024] Compiling ec_key.c
[798/1024] Compiling digests.c
[799/1024] Compiling digest.c
[800/1024] Compiling dh.c
[801/1024] Compiling ec.c
[802/1024] Compiling des.c
[803/1024] Compiling cipher.c
[804/1024] Compiling e_des.c
[805/1024] Compiling aead.c
[806/1024] Compiling co-586.windows.x86.S
[807/1024] Compiling sqrt.c
[808/1024] Compiling co-586.linux.x86.S
[809/1024] Compiling rsaz_exp.c
[810/1024] Compiling bsaes-armv7.linux.arm.S
[811/1024] Compiling bsaes-armv7.ios.arm.S
[812/1024] Compiling shift.c
[813/1024] Compiling random.c
[814/1024] Compiling mul.c
[815/1024] Compiling montgomery.c
[816/1024] Compiling prime.c
[817/1024] Compiling montgomery_inv.c
[818/1024] Compiling jacobi.c
[819/1024] Compiling gcd_extra.c
[820/1024] Compiling gcd.c
[821/1024] Compiling exponentiation.c
[822/1024] Compiling div_extra.c
[823/1024] Compiling generic.c
[824/1024] Compiling cmp.c
[825/1024] Compiling div.c
[825/1024] Compiling ctx.c
[827/1024] Compiling x86_64-gcc.c
[828/1024] Compiling bytes.c
[829/1024] Compiling add.c
[830/1024] Compiling bn-586.windows.x86.S
[831/1024] Compiling armv8-mont.linux.aarch64.S
[832/1024] Compiling bn-586.linux.x86.S
[832/1024] Compiling armv8-mont.ios.aarch64.S
[834/1024] Compiling armv4-mont.ios.arm.S
[834/1024] Compiling armv4-mont.linux.arm.S
[834/1024] Compiling bn.c
[837/1024] Compiling aesv8-armx64.ios.aarch64.S
[839/1024] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[840/1024] Compiling NIOCore EventLoopFuture+Deprecated.swift
[841/1024] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[842/1024] Compiling NIOCore EventLoopFuture.swift
[843/1024] Compiling NIOCore FileDescriptor.swift
[844/1024] Compiling NIOCore FileHandle.swift
[845/1024] Compiling NIOCore FileRegion.swift
[846/1024] Compiling NIOCore GlobalSingletons.swift
[846/1024] Compiling aesv8-armx32.linux.arm.S
[847/1032] Compiling aesv8-armx64.linux.aarch64.S
[848/1032] Compiling aesni-x86_64.mac.x86_64.S
[849/1032] Compiling aesv8-armx32.ios.arm.S
[850/1032] Compiling aesni-x86_64.linux.x86_64.S
[851/1032] Compiling aesni-x86.windows.x86.S
[852/1032] Compiling aesni-x86.linux.x86.S
[853/1032] Compiling aesni-gcm-x86_64.mac.x86_64.S
[854/1032] Compiling mode_wrappers.c
[855/1032] Compiling key_wrap.c
[856/1032] Compiling aesni-gcm-x86_64.linux.x86_64.S
[857/1032] Compiling sign.c
[858/1032] Compiling aes.c
[859/1032] Compiling ex_data.c
[860/1032] Compiling aes_nohw.c
[860/1032] Compiling scrypt.c
[862/1032] Compiling pbkdf.c
[863/1032] Compiling print.c
[864/1032] Compiling p_rsa_asn1.c
[865/1032] Compiling p_ec_asn1.c
[866/1032] Compiling p_x25519_asn1.c
[867/1032] Compiling p_ed25519.c
[868/1032] Compiling p_ed25519_asn1.c
[869/1032] Compiling p_rsa.c
[870/1032] Compiling p_ec.c
[872/1032] Compiling NIOCore CircularBuffer.swift
[873/1032] Compiling NIOCore Codec.swift
[874/1032] Compiling NIOCore ConvenienceOptionSupport.swift
[875/1032] Compiling NIOCore DeadChannel.swift
[876/1032] Compiling NIOCore DispatchQueue+WithFuture.swift
[877/1032] Compiling NIOCore EventLoop+Deprecated.swift
[878/1032] Compiling NIOCore EventLoop+SerialExecutor.swift
[879/1032] Compiling NIOCore EventLoop.swift
[879/1032] Compiling p_dsa_asn1.c
[880/1032] Compiling err_data.c
[881/1032] Compiling evp_asn1.c
[882/1032] Compiling digestsign.c
[882/1032] Compiling evp.c
[882/1032] Compiling evp_ctx.c
[885/1032] Compiling engine.c
[886/1032] Compiling err.c
[887/1032] Compiling ecdh_extra.c
[889/1032] Compiling NIOCore AddressedEnvelope.swift
[890/1032] Compiling NIOCore AsyncAwaitSupport.swift
[891/1032] Compiling NIOCore AsyncChannel.swift
[892/1032] Compiling NIOCore AsyncChannelHandler.swift
[893/1032] Compiling NIOCore AsyncChannelInboundStream.swift
[894/1032] Compiling NIOCore AsyncChannelOutboundWriter.swift
[895/1032] Compiling NIOCore NIOAsyncSequenceProducer.swift
[896/1032] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[897/1032] Compiling NIOCore NIOAsyncWriter.swift
[897/1032] Compiling ecdsa_asn1.c
[898/1032] Compiling ec_derive.c
[899/1032] Compiling dsa_asn1.c
[899/1032] Compiling hash_to_curve.c
[901/1032] Compiling dsa.c
[902/1032] Compiling params.c
[903/1032] Compiling ec_asn1.c
[904/1032] Compiling digest_extra.c
[905/1032] Compiling dh_asn1.c
[907/1032] Compiling NIOCore MulticastChannel.swift
[908/1032] Compiling NIOCore NIOAny.swift
[909/1032] Compiling NIOCore NIOCloseOnErrorHandler.swift
[910/1032] Compiling NIOCore NIOLoopBound.swift
[911/1032] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[912/1032] Compiling NIOCore NIOScheduledCallback.swift
[913/1032] Compiling NIOCore NIOSendable.swift
[914/1032] Compiling NIOCore RecvByteBufferAllocator.swift
[914/1032] Compiling x25519-asm-arm.S
[916/1032] Compiling NIOCore IO.swift
[917/1032] Compiling NIOCore IOData.swift
[918/1032] Compiling NIOCore IPProtocol.swift
[919/1032] Compiling NIOCore IntegerBitPacking.swift
[920/1032] Compiling NIOCore IntegerTypes.swift
[921/1032] Compiling NIOCore Interfaces.swift
[922/1032] Compiling NIOCore Linux.swift
[923/1032] Compiling NIOCore MarkedCircularBuffer.swift
[923/1032] Compiling cpu-ppc64le.c
[924/1032] Compiling cpu-intel.c
[925/1032] Compiling spake25519.c
[926/1032] Compiling crypto.c
[927/1032] Compiling cpu-aarch64-win.c
[928/1032] Compiling cpu-arm-linux.c
[929/1032] Compiling cpu-arm.c
[930/1032] Compiling cpu-aarch64-linux.c
[931/1032] Compiling cpu-aarch64-fuchsia.c
[932/1032] Compiling cmac.c
[933/1032] Compiling e_rc4.c
[933/1032] Compiling curve25519.c
[935/1032] Compiling e_rc2.c
[936/1032] Compiling tls_cbc.c
[937/1032] Compiling e_null.c
[938/1032] Compiling e_chacha20poly1305.c
[938/1032] Compiling e_aesctrhmac.c
[938/1032] Compiling e_tls.c
[941/1032] Compiling conf.c
[942/1032] Compiling derive_key.c
[942/1032] Compiling e_aesgcmsiv.c
[944/1032] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[945/1032] Compiling e_aesccm.c
[946/1032] Compiling cipher_extra.c
[947/1032] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[948/1032] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[949/1032] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[950/1032] Compiling chacha-x86_64.mac.x86_64.S
[951/1032] Compiling chacha-x86_64.linux.x86_64.S
[952/1032] Compiling chacha-x86.windows.x86.S
[953/1032] Compiling chacha.c
[954/1032] Compiling chacha-x86.linux.x86.S
[955/1032] Compiling unicode.c
[956/1032] Compiling chacha-armv8.ios.aarch64.S
[957/1032] Compiling chacha-armv8.linux.aarch64.S
[958/1032] Compiling chacha-armv4.ios.arm.S
[958/1032] Compiling chacha-armv4.linux.arm.S
[960/1032] Compiling cbs.c
[961/1032] Compiling ber.c
[962/1032] Compiling cbb.c
[963/1032] Compiling buf.c
[964/1032] Compiling bn_asn1.c
[965/1032] Compiling asn1_compat.c
[966/1032] Compiling socket_helper.c
[967/1032] Compiling blake2.c
[968/1032] Compiling pair.c
[969/1032] Compiling socket.c
[970/1032] Compiling printf.c
[970/1032] Compiling hexdump.c
[972/1032] Compiling convert.c
[973/1032] Compiling fd.c
[974/1032] Compiling file.c
[976/1032] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[977/1032] Compiling NIOCore SocketAddresses.swift
[978/1032] Compiling NIOCore SocketOptionProvider.swift
[979/1032] Compiling NIOCore SystemCallHelpers.swift
[980/1032] Compiling NIOCore TimeAmount+Duration.swift
[981/1032] Compiling NIOCore TypeAssistedChannelHandler.swift
[982/1032] Compiling NIOCore UniversalBootstrapSupport.swift
[983/1032] Compiling NIOCore Utilities.swift
[983/1032] Compiling connect.c
[984/1032] Compiling bio_mem.c
[985/1032] Compiling base64.c
[986/1032] Compiling tasn_utl.c
[987/1032] Compiling time_support.c
[988/1032] Compiling bio.c
[989/1032] Compiling tasn_typ.c
[990/1032] Compiling tasn_fre.c
[991/1032] Compiling f_string.c
[992/1032] Compiling f_enum.c
[993/1032] Compiling tasn_new.c
[994/1032] Compiling tasn_enc.c
[995/1032] Compiling asn_pack.c
[996/1032] Compiling f_int.c
[997/1032] Compiling tasn_dec.c
[998/1032] Compiling asn1_par.c
[999/1032] Compiling a_utf8.c
[1000/1032] Compiling asn1_lib.c
[1001/1032] Compiling a_time.c
[1002/1032] Compiling a_utctm.c
[1003/1032] Compiling a_type.c
[1004/1032] Compiling a_strnid.c
[1005/1032] Compiling a_print.c
[1006/1032] Compiling a_octet.c
[1007/1032] Compiling a_mbstr.c
[1008/1032] Compiling a_object.c
[1009/1032] Compiling a_i2d_fp.c
[1010/1032] Compiling a_dup.c
[1011/1032] Compiling a_enum.c
[1012/1032] Compiling a_gentm.c
[1014/1086] Compiling Crypto Curve25519.swift
[1015/1086] Compiling Crypto Ed25519.swift
[1016/1086] Compiling Crypto NISTCurvesKeys.swift
[1017/1086] Compiling Crypto X25519Keys.swift
[1018/1086] Compiling Crypto EdDSA_boring.swift
[1019/1086] Compiling Crypto ECDSA.swift
[1020/1086] Compiling Crypto EdDSA.swift
[1021/1086] Compiling Crypto Signature.swift
[1022/1086] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[1023/1086] Compiling Crypto HMAC.swift
[1024/1086] Compiling Crypto MACFunctions.swift
[1025/1086] Compiling Crypto MessageAuthenticationCode.swift
[1026/1086] Compiling Crypto AES.swift
[1027/1086] Compiling Crypto ECDSASignature_boring.swift
[1028/1086] Compiling Crypto ECDSA_boring.swift
[1029/1086] Compiling Crypto EllipticCurve_boring.swift
[1030/1086] Compiling Crypto NISTCurvesKeys_boring.swift
[1031/1086] Compiling Crypto X25519Keys_boring.swift
[1032/1086] Emitting module NIOCore
[1034/1137] Emitting module Crypto
[1035/1144] Emitting module NIOEmbedded
[1036/1144] Compiling NIOEmbedded AsyncTestingChannel.swift
[1037/1144] Compiling NIOEmbedded Embedded.swift
[1038/1144] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1040/1145] Compiling NIOPosix Resolver.swift
[1041/1145] Compiling NIOPosix Selectable.swift
[1042/1145] Compiling NIOPosix SelectableChannel.swift
[1043/1145] Compiling NIOPosix SelectableEventLoop.swift
[1044/1145] Compiling NIOPosix SelectorEpoll.swift
[1045/1145] Compiling NIOPosix SelectorGeneric.swift
[1046/1145] Compiling NIOPosix SelectorKqueue.swift
[1047/1145] Compiling NIOPosix SelectorUring.swift
[1048/1145] Compiling NIOPosix ServerSocket.swift
[1049/1145] Compiling NIOPosix Socket.swift
[1050/1145] Compiling NIOPosix SocketChannel.swift
[1051/1145] Compiling NIOPosix SocketProtocols.swift
[1052/1145] Compiling NIOPosix System.swift
[1053/1145] Compiling NIOPosix Thread.swift
[1054/1145] Compiling NIOPosix BSDSocketAPIPosix.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[1055/1145] Compiling NIOPosix BSDSocketAPIWindows.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[1056/1145] Compiling NIOPosix BaseSocket.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[1057/1145] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[1058/1145] Compiling NIOPosix BaseSocketChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[1059/1145] Compiling NIOPosix BaseStreamSocketChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[1060/1145] Compiling NIOPosix NIOThreadPool.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[1061/1145] Compiling NIOPosix NonBlockingFileIO.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[1062/1145] Compiling NIOPosix LinuxCPUSet.swift
[1063/1145] Compiling NIOPosix LinuxUring.swift
[1064/1145] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1065/1145] Compiling NIOPosix Pool.swift
[1066/1145] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1067/1145] Compiling NIOPosix PosixSingletons.swift
[1068/1145] Compiling NIOPosix RawSocketBootstrap.swift
[1069/1145] Compiling Crypto ASN1Identifier.swift
[1070/1145] Compiling Crypto ASN1Integer.swift
[1071/1145] Compiling Crypto ASN1OctetString.swift
[1072/1145] Compiling Crypto ArraySliceBigint.swift
[1073/1145] Compiling Crypto ObjectIdentifier.swift
[1074/1145] Compiling Crypto ECDSASignature.swift
[1075/1145] Compiling Crypto PEMDocument.swift
[1076/1145] Compiling Crypto PKCS8PrivateKey.swift
[1077/1145] Compiling NIOPosix PendingDatagramWritesManager.swift
[1078/1145] Compiling NIOPosix PendingWritesManager.swift
[1079/1145] Compiling NIOPosix PipeChannel.swift
[1080/1145] Compiling NIOPosix PipePair.swift
[1081/1145] Compiling NIOPosix IO.swift
[1082/1145] Compiling NIOPosix IntegerBitPacking.swift
[1083/1145] Compiling NIOPosix IntegerTypes.swift
[1084/1145] Compiling NIOPosix Linux.swift
[1085/1145] Compiling NIOPosix Bootstrap.swift
[1086/1145] Compiling NIOPosix ControlMessage.swift
[1087/1145] Compiling NIOPosix DatagramVectorReadManager.swift
[1088/1145] Compiling NIOPosix Errors+Any.swift
[1089/1145] Compiling NIOPosix FileDescriptor.swift
[1090/1145] Compiling NIOPosix GetaddrinfoResolver.swift
[1091/1145] Compiling NIOPosix HappyEyeballs.swift
[1092/1145] Compiling NIOPosix BSDSocketAPICommon.swift
[1093/1145] Compiling Crypto RNG_boring.swift
[1094/1145] Compiling Crypto SafeCompare_boring.swift
[1095/1145] Compiling Crypto Zeroization_boring.swift
[1096/1145] Compiling Crypto PrettyBytes.swift
[1097/1145] Compiling Crypto SafeCompare.swift
[1098/1145] Compiling Crypto SecureBytes.swift
[1099/1145] Compiling Crypto Zeroization.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/115] Compiling Crypto ChaChaPoly.swift
[3/115] Compiling Crypto Cipher.swift
[4/115] Compiling Crypto Nonces.swift
[5/117] Compiling RealModule ElementaryFunctions.swift
[6/118] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/119] Compiling RealModule Float80+Real.swift
[8/119] Compiling RealModule Real.swift
[9/119] Compiling Crypto SEC1PrivateKey.swift
[10/119] Compiling Crypto SubjectPublicKeyInfo.swift
[11/119] Compiling Logging MetadataProvider.swift
[12/119] Compiling Crypto ASN1OctetString.swift
[13/119] Compiling Crypto ArraySliceBigint.swift
[14/119] Compiling Crypto ASN1Identifier.swift
[15/119] Compiling Crypto ASN1Integer.swift
[16/119] Compiling RealModule RealFunctions.swift
[18/119] Compiling Crypto ObjectIdentifier.swift
[21/119] Compiling RealModule Float+Real.swift
[22/119] Compiling RealModule Float16+Real.swift
[23/119] Compiling Crypto AES-GCM.swift
[24/119] Compiling Crypto AES-GCM_boring.swift
[25/119] Compiling Crypto ChaChaPoly_boring.swift
[27/119] Compiling NIOConcurrencyHelpers NIOLock.swift
[28/119] Compiling NIOConcurrencyHelpers lock.swift
[29/119] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/119] Compiling Atomics IntegerOperations.swift
[31/119] Compiling Atomics Unmanaged extensions.swift
[32/119] Emitting module Logging
[33/119] Compiling Logging Locks.swift
[34/119] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[35/119] Compiling NIOConcurrencyHelpers atomics.swift
[36/119] Compiling _NIOBase64 Base64.swift
[37/119] Compiling _NIODataStructures PriorityQueue.swift
[38/119] Compiling _NIODataStructures _TinyArray.swift
[39/119] Compiling _NIODataStructures Heap.swift
[40/119] Emitting module _NIOBase64
[41/119] Emitting module RealModule
[42/121] Emitting module _NIODataStructures
[43/122] Emitting module InternalCollectionsUtilities
[45/122] Compiling Crypto ASN1.swift
[46/122] Compiling Crypto ASN1BitString.swift
[52/122] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[53/122] Emitting module NIOConcurrencyHelpers
[62/124] Compiling Crypto EllipticCurve_boring.swift
[63/124] Compiling Crypto NISTCurvesKeys_boring.swift
[64/124] Compiling Crypto X25519Keys_boring.swift
[65/124] Compiling Crypto Curve25519.swift
[66/124] Compiling Crypto Ed25519.swift
[67/124] Compiling Crypto NISTCurvesKeys.swift
[68/124] Compiling Crypto X25519Keys.swift
[69/124] Compiling Crypto Insecure.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[70/124] Compiling Crypto Insecure_HashFunctions.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[71/124] Compiling Crypto ECDH_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[72/124] Compiling Crypto DH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[73/124] Compiling Crypto ECDH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[74/124] Compiling Crypto HKDF.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[75/124] Compiling Crypto Ed25519_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[76/124] Compiling Crypto EllipticCurvePoint_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[77/131] Compiling Crypto EdDSA_boring.swift
[78/131] Compiling Crypto ECDSA.swift
[79/131] Compiling Crypto EdDSA.swift
[80/131] Compiling Crypto Signature.swift
[81/131] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[82/131] Compiling Crypto CryptoKitErrors_boring.swift
[83/131] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[84/131] Compiling Crypto SymmetricKeys.swift
[85/131] Compiling Crypto HMAC.swift
[86/131] Compiling Crypto MACFunctions.swift
[87/131] Compiling Crypto MessageAuthenticationCode.swift
[88/131] Compiling Crypto AES.swift
[89/131] Compiling Crypto ECDSASignature_boring.swift
[90/131] Compiling Crypto ECDSA_boring.swift
[95/146] Compiling Crypto Digest.swift
[96/146] Compiling Crypto Digests.swift
[97/146] Compiling Crypto HashFunctions.swift
[98/146] Compiling Crypto HashFunctions_SHA2.swift
[99/146] Compiling Logging LogHandler.swift
[100/146] Compiling Logging Logging.swift
[101/172] Compiling Algorithms Compacted.swift
[102/172] Compiling Algorithms Cycle.swift
[103/172] Compiling Algorithms EitherSequence.swift
[104/172] Compiling Algorithms FirstNonNil.swift
[105/172] Compiling Algorithms Joined.swift
[106/172] Compiling Algorithms Keyed.swift
[107/172] Compiling Algorithms MinMax.swift
[108/172] Compiling Algorithms Partition.swift
[109/172] Compiling Algorithms Chunked.swift
[110/172] Compiling Algorithms Combinations.swift
[114/174] Compiling Algorithms FlattenCollection.swift
[115/174] Compiling Algorithms Grouped.swift
[116/174] Compiling Algorithms Indexed.swift
[117/174] Compiling Algorithms Intersperse.swift
[118/174] Emitting module Crypto
[119/174] Compiling Algorithms AdjacentPairs.swift
[120/174] Compiling Algorithms Chain.swift
[129/174] Compiling DequeModule _DequeSlot.swift
[130/174] Compiling DequeModule _UnsafeWrappedBuffer.swift
[135/174] Emitting module DequeModule
[142/175] Emitting module Atomics
[144/176] Compiling Algorithms Permutations.swift
[145/176] Compiling Algorithms Product.swift
[151/179] Compiling Algorithms Split.swift
[152/179] Compiling Algorithms Stride.swift
[153/179] Compiling Algorithms Suffix.swift
[154/179] Compiling Algorithms RandomSample.swift
[155/179] Compiling Algorithms Reductions.swift
[156/179] Compiling Algorithms Rotate.swift
[158/179] Compiling Crypto RNG_boring.swift
[159/179] Compiling Crypto SafeCompare_boring.swift
[160/179] Compiling Crypto Zeroization_boring.swift
[161/179] Compiling Crypto PrettyBytes.swift
[162/179] Compiling Crypto SafeCompare.swift
[163/179] Compiling Crypto SecureBytes.swift
[164/179] Compiling Crypto Zeroization.swift
BUILD FAILURE 6.1 android