The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of sendgrid-kit, reference 3.1.0 (cae5b0), with Swift 6.1 for Android on 31 May 2025 04:20:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/sendgrid-kit.git
Reference: 3.1.0
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/sendgrid-kit
 * tag               3.1.0      -> FETCH_HEAD
HEAD is now at cae5b09 Final touches before release of Email Validation API (#27)
Cloned https://github.com/vapor-community/sendgrid-kit.git
Revision (git rev-parse @):
cae5b098077ce54672f2aac6e856da6dba0236d6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor-community/sendgrid-kit.git at 3.1.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor-community/sendgrid-kit.git
https://github.com/vapor-community/sendgrid-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "sendgrid-kit",
  "name" : "sendgrid-kit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SendGridKit",
      "targets" : [
        "SendGridKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SendGridKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SendGridKitTests",
      "path" : "Tests/SendGridKitTests",
      "sources" : [
        "EmailValidationTests.swift",
        "SendGridKitTests.swift"
      ],
      "target_dependencies" : [
        "SendGridKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SendGridKit",
      "module_type" : "SwiftTarget",
      "name" : "SendGridKit",
      "path" : "Sources/SendGridKit",
      "product_dependencies" : [
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "SendGridKit"
      ],
      "sources" : [
        "Models/AdvancedSuppressionManager.swift",
        "Models/BulkEmailValidation.swift",
        "Models/EmailAddress.swift",
        "Models/EmailAttachment.swift",
        "Models/EmailContent.swift",
        "Models/MailSettings.swift",
        "Models/Personalization.swift",
        "Models/RealtimeEmailValidation.swift",
        "Models/SendGridEmail.swift",
        "Models/SendGridError.swift",
        "Models/TrackingSettings.swift",
        "SendGridClient.swift",
        "SendGridEmailValidationClient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 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/swift-server/async-http-client.git
[1/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.09s)
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 (2.28s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5923] Fetching swift-nio-extras
[2/7640] Fetching swift-nio-extras, swift-atomics
[37/10307] Fetching swift-nio-extras, swift-atomics, swift-nio-transport-services
[3518/14143] Fetching swift-nio-extras, swift-atomics, swift-nio-transport-services, swift-log
[3720/25670] Fetching swift-nio-extras, swift-atomics, swift-nio-transport-services, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (0.95s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.99s)
Fetching https://github.com/apple/swift-nio.git
[7036/15911] Fetching swift-atomics, swift-nio-transport-services, swift-nio-http2
[15912/21870] Fetching swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-algorithms
[21812/36713] Fetching swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-algorithms, swift-nio-ssl
[23356/112836] Fetching swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-algorithms, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (0.69s)
[21331/106877] Fetching swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.00s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.00s)
[27064/102493] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.01s)
[18118/90966] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.85s)
[51764/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.09s)
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 (8.70s)
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.63s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (2.58s)
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.73s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
[49/2494] Fetching swift-asn1, swift-http-types
[727/3635] Fetching swift-asn1, swift-http-types, swift-http-structured-headers
[1675/8620] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms
[2153/11046] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle
[4709/17201] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.54s)
[16113/16297] Fetching swift-asn1, swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.66s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.66s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.66s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.66s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.67s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.22s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.55s)
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.56s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.65s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.88s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.03s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.49s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (8.15s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.94s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.14s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.31s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.55s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.64s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.80s)
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 (1.15s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.71s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.36s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.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-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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Building for debugging...
[0/440] Write sources
[19/440] Compiling CNIODarwin shim.c
[19/440] Write sources
[21/440] Compiling CNIOWindows shim.c
[22/440] Compiling CNIOWindows WSAStartup.c
[22/440] Compiling CNIOLinux liburing_shims.c
[22/440] Write sources
[28/440] Compiling CNIOLinux shim.c
[29/440] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[30/440] Compiling CNIOWASI CNIOWASI.c
[31/440] Compiling _NumericsShims _NumericsShims.c
[32/440] Compiling _AtomicsShims.c
[33/440] Compiling CNIOExtrasZlib empty.c
[34/440] Compiling CNIOLLHTTP c_nio_http.c
[35/440] Compiling fiat_p256_adx_sqr.S
[36/440] Compiling fiat_curve25519_adx_square.S
[37/440] Compiling CNIOLLHTTP c_nio_api.c
[38/440] Compiling fiat_curve25519_adx_mul.S
[39/440] Compiling fiat_p256_adx_mul.S
[40/440] Write swift-version-24593BA9C3E375BF.txt
[41/440] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/440] Compiling CNIOBoringSSLShims shims.c
[43/446] Compiling tls_method.cc
[44/446] Compiling tls13_both.cc
[45/446] Compiling tls_record.cc
[46/475] Compiling tls13_server.cc
[47/475] Compiling tls13_client.cc
[48/475] Compiling tls13_enc.cc
[49/494] Compiling t1_enc.cc
[51/494] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[52/495] Compiling Atomics AtomicOptionalWrappable.swift
[53/495] Compiling Atomics AtomicReference.swift
[54/495] Compiling _NIODataStructures _TinyArray.swift
[55/495] Compiling _NIODataStructures PriorityQueue.swift
[56/495] Compiling Atomics IntegerConformances.swift
[57/495] Compiling Atomics PointerConformances.swift
[58/495] Compiling _NIOBase64 Base64.swift
[59/495] Emitting module _NIOBase64
[60/495] Emitting module InternalCollectionsUtilities
[61/495] Compiling Atomics Primitives.shims.swift
[62/495] Compiling Atomics AtomicInteger.swift
[64/495] Compiling Atomics Primitives.native.swift
[65/495] Compiling Atomics OptionalRawRepresentable.swift
[66/495] Compiling Atomics AtomicMemoryOrderings.swift
[67/495] Compiling Atomics DoubleWord.swift
[68/495] Compiling Atomics AtomicStorage.swift
[69/495] Compiling Atomics AtomicValue.swift
[73/495] Compiling Atomics ManagedAtomic.swift
[74/495] Compiling Atomics ManagedAtomicLazyReference.swift
[75/496] Compiling Atomics UnsafeAtomic.swift
[76/496] Compiling Atomics UnsafeAtomicLazyReference.swift
[79/498] Compiling RealModule ElementaryFunctions.swift
[80/498] Emitting module RealModule
[83/498] Compiling RealModule Float16+Real.swift
[84/498] Compiling RealModule Float+Real.swift
[85/499] Compiling Atomics RawRepresentable.swift
[86/499] Compiling Atomics AtomicBool.swift
[89/499] Compiling RealModule Float80+Real.swift
[90/499] Compiling RealModule Real.swift
[91/499] Compiling ssl_x509.cc
[93/499] Emitting module _NIODataStructures
[94/499] Compiling _NIODataStructures Heap.swift
[95/500] Compiling RealModule RealFunctions.swift
[97/501] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[100/502] Compiling Atomics IntegerOperations.swift
[101/502] Compiling Atomics Unmanaged extensions.swift
[101/527] Compiling ssl_versions.cc
[103/542] Compiling DequeModule Deque+CustomReflectable.swift
[104/542] Compiling DequeModule Deque+Descriptions.swift
[106/542] Compiling DequeModule Deque+Equatable.swift
[107/542] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[108/542] Emitting module Atomics
[109/542] Compiling DequeModule Deque+Codable.swift
[110/542] Compiling DequeModule Deque+Collection.swift
[115/545] Compiling DequeModule _DequeBuffer.swift
[116/545] Compiling DequeModule _DequeBufferHeader.swift
[117/545] Compiling DequeModule Deque._UnsafeHandle.swift
[118/545] Compiling DequeModule Deque.swift
[119/545] Compiling DequeModule Deque+Testing.swift
[120/545] Compiling DequeModule Deque._Storage.swift
[121/545] Compiling DequeModule Deque+Extras.swift
[122/545] Compiling DequeModule Deque+Hashable.swift
[123/545] Compiling DequeModule _DequeSlot.swift
[124/545] Compiling DequeModule _UnsafeWrappedBuffer.swift
[124/545] Compiling ssl_stat.cc
[126/545] Compiling Algorithms Split.swift
[127/545] Compiling Algorithms Stride.swift
[128/545] Compiling Algorithms Suffix.swift
[129/548] Compiling Algorithms RandomSample.swift
[130/548] Compiling Algorithms Reductions.swift
[131/548] Compiling Algorithms Rotate.swift
[133/548] Compiling Algorithms Permutations.swift
[134/548] Compiling Algorithms Product.swift
[134/548] Compiling ssl_transcript.cc
[137/548] Compiling ssl_session.cc
[139/548] Emitting module DequeModule
[151/549] Compiling Logging Locks.swift
[152/549] Emitting module Logging
[153/549] Compiling Logging MetadataProvider.swift
[158/549] Compiling Logging LogHandler.swift
[159/549] Compiling Logging Logging.swift
[162/550] Compiling Algorithms Trim.swift
[163/550] Compiling Algorithms Unique.swift
[164/550] Compiling Algorithms Windows.swift
[164/550] Compiling ssl_privkey.cc
[166/550] Emitting module Algorithms
[166/551] Compiling ssl_lib.cc
[168/551] Compiling ssl_key_share.cc
[169/551] Compiling ssl_credential.cc
[170/551] Compiling ssl_file.cc
[171/551] Compiling ssl_cipher.cc
[172/551] Compiling ssl_buffer.cc
[173/551] Compiling ssl_cert.cc
[174/551] Compiling ssl_asn1.cc
[175/551] Compiling s3_lib.cc
[176/551] Compiling ssl_aead_ctx.cc
[177/551] Compiling s3_pkt.cc
[178/551] Compiling s3_both.cc
[179/551] Compiling handshake_server.cc
[180/551] Compiling handshake.cc
[181/551] Compiling handshake_client.cc
[182/551] Compiling handoff.cc
[183/551] Compiling dtls_record.cc
[184/551] Compiling dtls_method.cc
[185/551] Compiling encrypted_client_hello.cc
[186/551] Compiling md5-x86_64-linux.S
[187/551] Compiling md5-x86_64-apple.S
[188/551] Compiling md5-586-linux.S
[189/551] Compiling md5-586-apple.S
[190/551] Compiling chacha20_poly1305_x86_64-linux.S
[191/551] Compiling chacha20_poly1305_x86_64-apple.S
[192/551] Compiling chacha20_poly1305_armv8-win.S
[193/551] Compiling chacha20_poly1305_armv8-linux.S
[194/551] Compiling extensions.cc
[195/551] Compiling chacha-x86_64-linux.S
[196/551] Compiling d1_pkt.cc
[197/551] Compiling chacha20_poly1305_armv8-apple.S
[198/551] Compiling err_data.cc
[199/551] Compiling d1_srtp.cc
[200/551] Compiling chacha-x86_64-apple.S
[201/551] Compiling chacha-x86-linux.S
[202/551] Compiling chacha-x86-apple.S
[203/551] Compiling bio_ssl.cc
[204/551] Compiling chacha-armv8-win.S
[205/551] Compiling aes128gcmsiv-x86_64-linux.S
[206/551] Compiling chacha-armv8-apple.S
[207/551] Compiling chacha-armv4-linux.S
[208/551] Compiling aes128gcmsiv-x86_64-apple.S
[209/551] Compiling chacha-armv8-linux.S
[210/551] Compiling x86_64-mont5-linux.S
[211/551] Compiling x86_64-mont-apple.S
[212/551] Compiling x86_64-mont5-apple.S
[213/551] Compiling x86-mont-linux.S
[214/551] Compiling x86-mont-apple.S
[215/551] Compiling x86_64-mont-linux.S
[216/551] Compiling vpaes-x86_64-apple.S
[217/551] Compiling vpaes-x86-linux.S
[218/551] Compiling vpaes-x86-apple.S
[219/551] Compiling vpaes-x86_64-linux.S
[220/551] Compiling vpaes-armv8-win.S
[221/551] Compiling vpaes-armv8-linux.S
[222/551] Compiling sha512-x86_64-apple.S
[223/551] Compiling sha512-x86_64-linux.S
[224/551] Compiling vpaes-armv7-linux.S
[224/551] Compiling vpaes-armv8-apple.S
[226/551] Compiling d1_both.cc
[227/551] Compiling sha512-armv4-linux.S
[228/551] Compiling sha512-armv8-win.S
[229/551] Compiling sha512-armv8-apple.S
[230/551] Compiling sha512-586-linux.S
[231/551] Compiling sha512-586-apple.S
[232/551] Compiling d1_lib.cc
[233/551] Compiling sha256-x86_64-linux.S
[234/551] Compiling sha256-x86_64-apple.S
[235/551] Compiling sha512-armv8-linux.S
[236/551] Compiling sha256-armv8-apple.S
[237/551] Compiling sha256-armv8-linux.S
[238/551] Compiling sha256-armv4-linux.S
[239/551] Compiling sha1-x86_64-apple.S
[240/551] Compiling sha256-armv8-win.S
[241/551] Compiling sha1-x86_64-linux.S
[242/551] Compiling sha1-armv8-win.S
[243/551] Compiling sha256-586-linux.S
[244/551] Compiling sha256-586-apple.S
[245/551] Compiling sha1-armv4-large-linux.S
[246/551] Compiling sha1-armv8-apple.S
[247/551] Compiling sha1-586-linux.S
[248/551] Compiling sha1-586-apple.S
[249/551] Compiling rsaz-avx2-apple.S
[250/551] Compiling sha1-armv8-linux.S
[251/551] Compiling rdrand-x86_64-linux.S
[252/551] Compiling rsaz-avx2-linux.S
[253/551] Compiling p256_beeu-x86_64-asm-linux.S
[254/551] Compiling p256_beeu-armv8-asm-linux.S
[254/551] Compiling p256_beeu-x86_64-asm-apple.S
[256/551] Compiling rdrand-x86_64-apple.S
[257/551] Compiling p256_beeu-armv8-asm-win.S
[258/551] Compiling p256_beeu-armv8-asm-apple.S
[259/551] Compiling p256-x86_64-asm-linux.S
[260/551] Compiling p256-x86_64-asm-apple.S
[261/551] Compiling p256-armv8-asm-apple.S
[262/551] Compiling ghashv8-armv8-win.S
[263/551] Compiling p256-armv8-asm-win.S
[264/551] Compiling ghashv8-armv8-apple.S
[265/551] Compiling ghashv8-armv7-linux.S
[266/551] Compiling p256-armv8-asm-linux.S
[267/551] Compiling ghashv8-armv8-linux.S
[268/551] Compiling ghash-x86_64-apple.S
[269/551] Compiling ghash-x86_64-linux.S
[270/551] Compiling ghash-x86-apple.S
[271/551] Compiling ghash-x86-linux.S
[272/551] Compiling ghash-ssse3-x86_64-linux.S
[273/551] Compiling ghash-ssse3-x86-linux.S
[273/551] Compiling ghash-ssse3-x86_64-apple.S
[275/551] Compiling ghash-ssse3-x86-apple.S
[276/551] Compiling ghash-neon-armv8-win.S
[277/551] Compiling ghash-neon-armv8-linux.S
[278/551] Compiling ghash-neon-armv8-apple.S
[279/551] Compiling co-586-linux.S
[280/551] Compiling ghash-armv4-linux.S
[281/551] Compiling bsaes-armv7-linux.S
[282/551] Compiling bn-armv8-win.S
[283/551] Compiling co-586-apple.S
[284/551] Compiling bn-armv8-linux.S
[285/551] Compiling bn-586-linux.S
[286/551] Compiling bn-armv8-apple.S
[287/551] Compiling bn-586-apple.S
[288/551] Compiling armv8-mont-apple.S
[289/551] Compiling armv8-mont-win.S
[290/551] Compiling armv4-mont-linux.S
[291/551] Compiling armv8-mont-linux.S
[292/551] Compiling aesv8-gcm-armv8-win.S
[293/551] Compiling aesv8-gcm-armv8-apple.S
[294/551] Compiling aesv8-armv8-win.S
[295/551] Compiling aesv8-gcm-armv8-linux.S
[296/551] Compiling aesv8-armv7-linux.S
[297/551] Compiling aesv8-armv8-linux.S
[298/551] Compiling aesv8-armv8-apple.S
[299/551] Compiling aesni-x86_64-linux.S
[300/551] Compiling aesni-x86_64-apple.S
[300/551] Compiling aesni-x86-linux.S
[302/551] Compiling aesni-x86-apple.S
[303/551] Compiling aesni-gcm-x86_64-linux.S
[304/551] Compiling aesni-gcm-x86_64-apple.S
[305/551] Compiling aes-gcm-avx2-x86_64-apple.S
[306/551] Compiling aes-gcm-avx2-x86_64-linux.S
[307/551] Compiling aes-gcm-avx10-x86_64-linux.S
[308/551] Compiling aes-gcm-avx10-x86_64-apple.S
[309/551] Compiling x_spki.cc
[310/551] Compiling x_req.cc
[311/551] Compiling x_x509.cc
[312/551] Compiling x_val.cc
[313/551] Compiling x_x509a.cc
[314/551] Compiling x_name.cc
[315/551] Compiling x_sig.cc
[316/551] Compiling x_pubkey.cc
[317/551] Compiling x_exten.cc
[318/551] Compiling x509spki.cc
[319/551] Compiling x_crl.cc
[320/551] Compiling x509rset.cc
[321/551] Compiling x_algor.cc
[322/551] Compiling x_attrib.cc
[323/551] Compiling x_all.cc
[324/551] Compiling x509name.cc
[325/551] Compiling x509cset.cc
[326/551] Compiling x509_txt.cc
[326/551] Compiling x509_vfy.cc
[328/551] Compiling x509_vpm.cc
[329/551] Compiling x509_trs.cc
[330/551] Compiling x509_v3.cc
[331/551] Compiling x509_set.cc
[332/551] Compiling x509_req.cc
[333/551] Compiling x509_obj.cc
[334/551] Compiling x509_def.cc
[335/551] Compiling x509_d2.cc
[336/551] Compiling x509_ext.cc
[337/551] Compiling x509_cmp.cc
[338/551] Compiling x509_lu.cc
[339/551] Compiling x509_att.cc
[340/551] Compiling v3_utl.cc
[341/551] Compiling x509.cc
[342/551] Compiling v3_skey.cc
[343/551] Compiling v3_prn.cc
[344/551] Compiling v3_pmaps.cc
[345/551] Compiling v3_purp.cc
[346/551] Compiling v3_ocsp.cc
[347/551] Compiling v3_ncons.cc
[348/551] Compiling v3_pcons.cc
[349/551] Compiling v3_int.cc
[350/551] Compiling v3_lib.cc
[351/551] Compiling v3_info.cc
[352/551] Compiling v3_genn.cc
[353/551] Compiling v3_ia5.cc
[354/551] Compiling v3_extku.cc
[355/551] Compiling v3_crld.cc
[356/551] Compiling v3_enum.cc
[357/551] Compiling v3_conf.cc
[358/551] Compiling v3_cpols.cc
[359/551] Compiling v3_bitst.cc
[360/551] Compiling v3_bcons.cc
[361/551] Compiling v3_alt.cc
[362/551] Compiling v3_akey.cc
[363/551] Compiling t_x509a.cc
[364/551] Compiling v3_akeya.cc
[365/551] Compiling t_x509.cc
[366/551] Compiling t_req.cc
[367/551] Compiling t_crl.cc
[368/551] Compiling i2d_pr.cc
[369/551] Compiling rsa_pss.cc
[370/551] Compiling policy.cc
[371/551] Compiling by_dir.cc
[372/551] Compiling by_file.cc
[373/551] Compiling name_print.cc
[374/551] Compiling asn1_gen.cc
[375/551] Compiling a_digest.cc
[375/551] Compiling algorithm.cc
[377/551] Compiling thread_win.cc
[378/551] Compiling a_verify.cc
[379/551] Compiling a_sign.cc
[380/551] Compiling voprf.cc
[381/551] Compiling trust_token.cc
[382/551] Compiling pmbtoken.cc
[383/551] Compiling thread_pthread.cc
[384/551] Compiling thread.cc
[385/551] Compiling thread_none.cc
[386/551] Compiling siphash.cc
[387/551] Compiling stack.cc
[388/551] Compiling slhdsa.cc
[389/551] Compiling sha512.cc
[390/551] Compiling spake2plus.cc
[391/551] Compiling sha256.cc
[392/551] Compiling sha1.cc
[393/551] Compiling rsa_print.cc
[394/551] Compiling rsa_extra.cc
[395/551] Compiling rsa_crypt.cc
[396/551] Compiling refcount.cc
[397/551] Compiling rc4.cc
[398/551] Compiling windows.cc
[399/551] Compiling trusty.cc
[400/551] Compiling urandom.cc
[401/551] Compiling rsa_asn1.cc
[402/551] Compiling rand.cc
[403/551] Compiling passive.cc
[404/551] Compiling poly1305_arm_asm.S
[405/551] Compiling ios.cc
[406/551] Compiling getentropy.cc
[407/551] Compiling forkunsafe.cc
[408/551] Compiling deterministic.cc
[409/551] Compiling fork_detect.cc
[410/551] Compiling poly1305_arm.cc
[411/551] Compiling poly1305_vec.cc
[412/551] Compiling poly1305.cc
[413/551] Compiling pool.cc
[414/551] Compiling p5_pbev2.cc
[415/551] Compiling pkcs8.cc
[416/551] Compiling pkcs7.cc
[417/551] Compiling pkcs8_x509.cc
[418/551] Compiling pkcs7_x509.cc
[419/551] Compiling pem_xaux.cc
[420/551] Compiling pem_pkey.cc
[421/551] Compiling pem_x509.cc
[422/551] Compiling pem_oth.cc
[423/551] Compiling pem_info.cc
[424/551] Compiling pem_pk8.cc
[425/551] Compiling pem_lib.cc
[426/551] Compiling obj_xref.cc
[427/551] Compiling mlkem.cc
[428/551] Compiling pem_all.cc
[429/551] Compiling obj.cc
[430/551] Compiling mldsa.cc
[431/551] Compiling poly_rq_mul.S
[432/551] Compiling fips_shared_support.cc
[433/551] Compiling mem.cc
[434/551] Compiling md5.cc
[435/551] Compiling md4.cc
[436/551] Compiling lhash.cc
[437/551] Compiling ex_data.cc
[438/551] Compiling kyber.cc
[439/551] Compiling scrypt.cc
[440/551] Compiling sign.cc
[441/551] Compiling print.cc
[442/551] Compiling hrss.cc
[443/551] Compiling hpke.cc
[444/551] Compiling p_x25519.cc
[445/551] Compiling pbkdf.cc
[446/551] Compiling p_hkdf.cc
[447/551] Compiling p_x25519_asn1.cc
[448/551] Compiling p_rsa_asn1.cc
[449/551] Compiling p_rsa.cc
[450/551] Compiling p_ed25519_asn1.cc
[451/551] Compiling p_ed25519.cc
[452/551] Compiling p_ec_asn1.cc
[453/551] Compiling p_ec.cc
[454/551] Compiling evp.cc
[455/551] Compiling p_dh.cc
[456/551] Compiling p_dh_asn1.cc
[457/551] Compiling evp_ctx.cc
[458/551] Compiling p_dsa_asn1.cc
[459/551] Compiling err.cc
[460/551] Compiling evp_asn1.cc
[461/551] Compiling engine.cc
[462/551] Compiling ecdh.cc
[463/551] Compiling ecdsa_asn1.cc
[464/551] Compiling hash_to_curve.cc
[465/551] Compiling ec_derive.cc
[466/551] Compiling ec_asn1.cc
[467/551] Compiling dsa.cc
[468/551] Compiling dsa_asn1.cc
[469/551] Compiling bcm.cc
[470/551] Compiling params.cc
[471/551] Compiling x25519-asm-arm.S
[472/551] Compiling dh_asn1.cc
[473/551] Compiling digest_extra.cc
[474/551] Compiling des.cc
[475/551] Compiling curve25519_64_adx.cc
[476/551] Compiling curve25519.cc
[477/551] Compiling crypto.cc
[478/551] Compiling spake25519.cc
[479/551] Compiling cpu_intel.cc
[480/551] Compiling cpu_arm_freebsd.cc
[481/551] Compiling cpu_arm_linux.cc
[482/551] Compiling cpu_aarch64_sysreg.cc
[483/551] Compiling cpu_aarch64_win.cc
[484/551] Compiling cpu_aarch64_openbsd.cc
[485/551] Compiling cpu_aarch64_fuchsia.cc
[486/551] Compiling cpu_aarch64_apple.cc
[487/551] Compiling cpu_aarch64_linux.cc
[488/551] Compiling conf.cc
[489/551] Compiling get_cipher.cc
[490/551] Compiling tls_cbc.cc
[491/551] Compiling e_rc4.cc
[492/551] Compiling e_tls.cc
[493/551] Compiling e_rc2.cc
[494/551] Compiling e_null.cc
[495/551] Compiling e_aesgcmsiv.cc
[496/551] Compiling e_chacha20poly1305.cc
[497/551] Compiling e_des.cc
[498/551] Compiling e_aesctrhmac.cc
[499/551] Compiling derive_key.cc
[500/551] Compiling chacha.cc
[501/551] Compiling unicode.cc
[502/551] Compiling buf.cc
[503/551] Compiling ber.cc
[504/551] Compiling cbb.cc
[505/551] Compiling asn1_compat.cc
[506/551] Compiling bn_asn1.cc
[507/551] Compiling cbs.cc
[508/551] Compiling convert.cc
[509/551] Compiling blake2.cc
[510/551] Compiling socket_helper.cc
[511/551] Compiling socket.cc
[512/551] Compiling printf.cc
[513/551] Compiling pair.cc
[514/551] Compiling hexdump.cc
[515/551] Compiling fd.cc
[516/551] Compiling file.cc
[517/551] Compiling errno.cc
[518/551] Compiling connect.cc
[519/551] Compiling tasn_typ.cc
[520/551] Compiling bio_mem.cc
[521/551] Compiling bio.cc
[522/551] Compiling base64.cc
[523/551] Compiling tasn_fre.cc
[524/551] Compiling f_string.cc
[525/551] Compiling tasn_utl.cc
[526/551] Compiling tasn_new.cc
[527/551] Compiling tasn_enc.cc
[528/551] Compiling posix_time.cc
[529/551] Compiling f_int.cc
[530/551] Compiling tasn_dec.cc
[531/551] Compiling asn1_par.cc
[532/551] Compiling asn_pack.cc
[533/551] Compiling a_time.cc
[534/551] Compiling asn1_lib.cc
[535/551] Compiling a_type.cc
[536/551] Compiling a_utctm.cc
[537/551] Compiling a_strnid.cc
[538/551] Compiling a_octet.cc
[539/551] Compiling a_strex.cc
[540/551] Compiling a_object.cc
[541/551] Compiling a_i2d_fp.cc
[542/551] Compiling a_d2i_fp.cc
[543/551] Compiling a_dup.cc
[544/551] Compiling a_int.cc
[545/551] Compiling a_mbstr.cc
[546/551] Compiling a_gentm.cc
[547/551] Compiling a_bool.cc
[548/551] Compiling a_bitstr.cc
[549/551] Compiling c-nioatomics.c
[550/551] Compiling c-atomics.c
[552/557] Compiling NIOConcurrencyHelpers lock.swift
[553/557] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[554/557] Compiling NIOConcurrencyHelpers NIOLock.swift
[555/557] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[556/557] Compiling NIOConcurrencyHelpers atomics.swift
[557/557] Emitting module NIOConcurrencyHelpers
[559/618] Compiling NIOCore IO.swift
[560/618] Compiling NIOCore IOData.swift
[561/618] Compiling NIOCore IPProtocol.swift
[562/618] Compiling NIOCore IntegerBitPacking.swift
[563/618] Compiling NIOCore IntegerTypes.swift
[564/618] Compiling NIOCore Interfaces.swift
[565/618] Compiling NIOCore Linux.swift
[566/618] Compiling NIOCore MarkedCircularBuffer.swift
[567/626] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[568/626] Compiling NIOCore EventLoopFuture+Deprecated.swift
[569/626] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[570/626] Compiling NIOCore EventLoopFuture.swift
[571/626] Compiling NIOCore FileDescriptor.swift
[572/626] Compiling NIOCore FileHandle.swift
[573/626] Compiling NIOCore FileRegion.swift
[574/626] Compiling NIOCore GlobalSingletons.swift
[575/626] Compiling NIOCore CircularBuffer.swift
[576/626] Compiling NIOCore Codec.swift
[577/626] Compiling NIOCore ConvenienceOptionSupport.swift
[578/626] Compiling NIOCore DeadChannel.swift
[579/626] Compiling NIOCore DispatchQueue+WithFuture.swift
[580/626] Compiling NIOCore EventLoop+Deprecated.swift
[581/626] Compiling NIOCore EventLoop+SerialExecutor.swift
[582/626] Compiling NIOCore EventLoop.swift
[583/626] Compiling NIOCore AddressedEnvelope.swift
[584/626] Compiling NIOCore AsyncAwaitSupport.swift
[585/626] Compiling NIOCore AsyncChannel.swift
[586/626] Compiling NIOCore AsyncChannelHandler.swift
[587/626] Compiling NIOCore AsyncChannelInboundStream.swift
[588/626] Compiling NIOCore AsyncChannelOutboundWriter.swift
[589/626] Compiling NIOCore NIOAsyncSequenceProducer.swift
[590/626] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[591/626] Compiling NIOCore NIOAsyncWriter.swift
[592/626] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[593/626] Compiling NIOCore SocketAddresses.swift
[594/626] Compiling NIOCore SocketOptionProvider.swift
[595/626] Compiling NIOCore SystemCallHelpers.swift
[596/626] Compiling NIOCore TimeAmount+Duration.swift
[597/626] Compiling NIOCore TypeAssistedChannelHandler.swift
[598/626] Compiling NIOCore UniversalBootstrapSupport.swift
[599/626] Compiling NIOCore Utilities.swift
[600/626] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[601/626] Compiling NIOCore BSDSocketAPI.swift
[602/626] Compiling NIOCore ByteBuffer-aux.swift
[603/626] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[604/626] Compiling NIOCore ByteBuffer-conversions.swift
[605/626] Compiling NIOCore ByteBuffer-core.swift
[606/626] Compiling NIOCore ByteBuffer-hex.swift
[607/626] Compiling NIOCore ByteBuffer-int.swift
[608/626] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[609/626] Compiling NIOCore MulticastChannel.swift
[610/626] Compiling NIOCore NIOAny.swift
[611/626] Compiling NIOCore NIOCloseOnErrorHandler.swift
[612/626] Compiling NIOCore NIOLoopBound.swift
[613/626] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[614/626] Compiling NIOCore NIOScheduledCallback.swift
[615/626] Compiling NIOCore NIOSendable.swift
[616/626] Compiling NIOCore RecvByteBufferAllocator.swift
[617/626] Compiling NIOCore ByteBuffer-multi-int.swift
[618/626] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[619/626] Compiling NIOCore ByteBuffer-views.swift
[620/626] Compiling NIOCore Channel.swift
[621/626] Compiling NIOCore ChannelHandler.swift
[622/626] Compiling NIOCore ChannelHandlers.swift
[623/626] Compiling NIOCore ChannelInvoker.swift
[624/626] Compiling NIOCore ChannelOption.swift
[625/626] Compiling NIOCore ChannelPipeline.swift
[626/626] Emitting module NIOCore
[628/677] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[629/677] Emitting module NIOEmbedded
[630/677] Compiling NIOEmbedded Embedded.swift
[631/677] Compiling NIOEmbedded AsyncTestingChannel.swift
[633/678] Emitting module NIOPosix
[634/684] Compiling NIOPosix IO.swift
[635/684] Compiling NIOPosix IntegerBitPacking.swift
[636/684] Compiling NIOPosix IntegerTypes.swift
[637/684] Compiling NIOPosix Linux.swift
[638/684] Compiling NIOPosix LinuxCPUSet.swift
[639/684] Compiling NIOPosix LinuxUring.swift
[640/684] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[641/684] Compiling NIOPosix SelectableChannel.swift
[642/684] Compiling NIOPosix SelectableEventLoop.swift
[643/684] Compiling NIOPosix SelectorEpoll.swift
[644/684] Compiling NIOPosix SelectorGeneric.swift
[645/684] Compiling NIOPosix SelectorKqueue.swift
[646/684] Compiling NIOPosix SelectorUring.swift
[647/684] Compiling NIOPosix BSDSocketAPICommon.swift
[648/684] Compiling NIOPosix BSDSocketAPIPosix.swift
[649/684] Compiling NIOPosix BSDSocketAPIWindows.swift
[650/684] Compiling NIOPosix BaseSocket.swift
[651/684] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[652/684] Compiling NIOPosix BaseSocketChannel.swift
[653/684] Compiling NIOPosix BaseStreamSocketChannel.swift
[654/684] Compiling NIOPosix ThreadPosix.swift
[655/684] Compiling NIOPosix ThreadWindows.swift
[656/684] Compiling NIOPosix UnsafeTransfer.swift
[657/684] Compiling NIOPosix Utilities.swift
[658/684] Compiling NIOPosix VsockAddress.swift
[659/684] Compiling NIOPosix VsockChannelEvents.swift
[660/684] Compiling NIOPosix NIOThreadPool.swift
[661/684] Compiling NIOPosix NonBlockingFileIO.swift
[662/684] Compiling NIOPosix PendingDatagramWritesManager.swift
[663/684] Compiling NIOPosix PendingWritesManager.swift
[664/684] Compiling NIOPosix PipeChannel.swift
[665/684] Compiling NIOPosix PipePair.swift
[666/684] Compiling NIOPosix ServerSocket.swift
[667/684] Compiling NIOPosix Socket.swift
[668/684] Compiling NIOPosix SocketChannel.swift
[669/684] Compiling NIOPosix SocketProtocols.swift
[670/684] Compiling NIOPosix System.swift
[671/684] Compiling NIOPosix Thread.swift
[672/684] Compiling NIOPosix Bootstrap.swift
[673/684] Compiling NIOPosix ControlMessage.swift
[674/684] Compiling NIOPosix DatagramVectorReadManager.swift
[675/684] Compiling NIOPosix Errors+Any.swift
[676/684] Compiling NIOPosix FileDescriptor.swift
[677/684] Compiling NIOPosix GetaddrinfoResolver.swift
[678/684] Compiling NIOPosix HappyEyeballs.swift
[679/684] Compiling NIOPosix Pool.swift
[680/684] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[681/684] Compiling NIOPosix PosixSingletons.swift
[682/684] Compiling NIOPosix RawSocketBootstrap.swift
[683/684] Compiling NIOPosix Resolver.swift
[684/684] Compiling NIOPosix Selectable.swift
[686/687] Compiling NIO Exports.swift
[687/687] Emitting module NIO
[689/727] Compiling NIOTLS TLSEvents.swift
[690/727] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[691/727] Emitting module NIOTLS
[692/727] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[693/727] Compiling NIOSOCKS SOCKSClientHandler.swift
[694/727] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[695/729] Compiling NIOSOCKS AuthenticationMethod.swift
[696/729] Compiling NIOSOCKS ClientGreeting.swift
[697/729] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[698/729] Compiling NIOSOCKS SOCKSResponse.swift
[699/729] Compiling NIOSOCKS ClientStateMachine.swift
[700/730] Emitting module NIOSOCKS
[703/730] Compiling NIOSOCKS Messages.swift
[704/730] Compiling NIOSOCKS SOCKSRequest.swift
[705/730] Compiling NIOSOCKS Errors.swift
[706/730] Compiling NIOSOCKS Helpers.swift
[707/730] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[708/730] Compiling NIOTLS SNIHandler.swift
[709/731] Compiling NIOSOCKS ServerStateMachine.swift
[710/732] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[711/732] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[713/732] Emitting module NIOHTTP1
[715/732] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[716/732] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[717/761] Compiling NIOSSL SSLCertificateExtensions.swift
[718/761] Compiling NIOSSL SSLCertificateName.swift
[719/761] Compiling NIOSSL SafeCompare.swift
[720/761] Compiling NIOSSL SSLContext.swift
[721/761] Compiling NIOSSL SSLConnection.swift
[722/761] Compiling NIOSSL NIOSSLServerHandler.swift
[723/761] Compiling NIOSSL ObjectIdentifier.swift
[724/761] Compiling NIOSSL PosixPort.swift
[725/761] Compiling NIOSSL CustomPrivateKey.swift
[726/761] Compiling NIOSSL IdentityVerification.swift
[727/761] Compiling NIOSSL SSLCertificate.swift
[729/763] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[730/780] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[731/780] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[732/780] Emitting module NIOFoundationCompat
[733/780] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[734/781] Emitting module NIOSSL
[736/785] Emitting module NIOHTTPCompression
[737/785] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[738/786] Compiling NIOHPACK IntegerCoding.swift
[739/786] Compiling NIOHPACK IndexedHeaderTable.swift
[740/808] Compiling NIOTransportServices NIOTSDatagramListener.swift
[741/808] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[742/808] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[743/808] Compiling NIOTransportServices AcceptHandler.swift
[744/808] Compiling NIOHPACK HuffmanCoding.swift
[745/808] Compiling NIOHPACK HuffmanTables.swift
[746/808] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[747/808] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[748/808] Compiling NIOTransportServices NIOTSListenerChannel.swift
[749/808] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[752/808] Compiling NIOHTTPCompression HTTPCompression.swift
[753/808] Emitting module NIOHPACK
[754/808] Compiling NIOHTTPCompression HTTPDecompression.swift
[755/808] Compiling NIOTransportServices StateManagedChannel.swift
[756/808] Compiling NIOTransportServices StateManagedListenerChannel.swift
[757/808] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[758/810] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[759/810] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[760/810] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[761/811] Emitting module NIOTransportServices
[763/811] Compiling NIOTransportServices NIOTSSingletons.swift
[764/811] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[772/811] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[773/811] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[774/811] Compiling NIOHPACK StaticHeaderTable.swift
[775/811] Compiling NIOTransportServices NIOTSBootstraps.swift
[776/811] Compiling NIOTransportServices NIOTSChannelOptions.swift
[777/811] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[778/811] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[779/811] Compiling NIOTransportServices NIOTSErrors.swift
[780/811] Compiling NIOTransportServices NIOTSEventLoop.swift
[782/811] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[783/811] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[793/813] Compiling NIOSSL NIOSSLHandler.swift
[794/813] Compiling NIOSSL SSLPrivateKey.swift
[795/813] Compiling NIOSSL SSLPublicKey.swift
[796/813] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[797/813] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[806/871] Compiling NIOHTTP2 HTTP2SettingsState.swift
[807/871] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[808/871] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[809/871] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[810/871] Compiling NIOHTTP2 Error+Any.swift
[811/871] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[812/871] Compiling NIOHTTP2 ControlFrameBuffer.swift
[813/871] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[815/872] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[816/872] Compiling NIOHTTP2 HasFlowControlWindows.swift
[817/872] Compiling NIOHTTP2 HasLocalSettings.swift
[818/872] Compiling NIOHTTP2 HasRemoteSettings.swift
[819/872] Compiling NIOHTTP2 LocallyQuiescingState.swift
[820/872] Compiling NIOHTTP2 QuiescingState.swift
[821/872] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[822/872] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[823/880] Compiling NIOHTTP2 MaySendFrames.swift
[824/880] Compiling NIOHTTP2 SendingDataState.swift
[825/880] Compiling NIOHTTP2 SendingGoawayState.swift
[826/880] Compiling NIOHTTP2 SendingHeadersState.swift
[827/880] Compiling NIOHTTP2 SendingPushPromiseState.swift
[828/880] Compiling NIOHTTP2 SendingRstStreamState.swift
[829/880] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[831/880] Emitting module NIOHTTP2
[832/880] Compiling NIOHTTP2 InboundWindowManager.swift
[833/880] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[834/880] Compiling NIOHTTP2 StreamChannelFlowController.swift
[835/880] Compiling NIOHTTP2 StreamChannelList.swift
[836/880] Compiling NIOHTTP2 StreamMap.swift
[837/880] Compiling NIOHTTP2 StreamStateMachine.swift
[838/880] Compiling NIOHTTP2 UnsafeTransfer.swift
[839/880] Compiling NIOHTTP2 WatermarkedFlowController.swift
[843/880] Compiling NIOHTTP2 HTTP2StreamID.swift
[844/880] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[845/880] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[846/880] Compiling NIOHTTP2 HTTP2UserEvents.swift
[847/880] Compiling NIOHTTP2 InboundEventBuffer.swift
[848/880] Compiling NIOHTTP2 ConnectionStateMachine.swift
[849/880] Compiling NIOHTTP2 ConnectionStreamsState.swift
[850/880] Compiling NIOHTTP2 MayReceiveFrames.swift
[851/880] Compiling NIOHTTP2 ReceivingDataState.swift
[852/880] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[853/880] Compiling NIOHTTP2 ReceivingHeadersState.swift
[854/880] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[855/880] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[856/880] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[857/880] Compiling NIOHTTP2 StateMachineResult.swift
[858/880] Compiling NIOHTTP2 ContentLengthVerifier.swift
[859/880] Compiling NIOHTTP2 DOSHeuristics.swift
[864/880] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[865/880] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[866/880] Compiling NIOHTTP2 HTTP2Frame.swift
[867/880] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[868/880] Compiling NIOHTTP2 HTTP2FrameParser.swift
[869/880] Compiling NIOHTTP2 HTTP2PingData.swift
[870/880] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[871/880] Compiling NIOHTTP2 HTTP2Settings.swift
[872/880] Compiling NIOHTTP2 HTTP2Stream.swift
[873/880] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[874/880] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[875/880] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[876/880] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[877/880] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[878/880] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[879/880] Compiling NIOHTTP2 HTTP2Error.swift
[880/880] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[882/941] Emitting module AsyncHTTPClient
[883/949] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[884/949] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[885/949] Compiling AsyncHTTPClient Transaction.swift
[886/949] Compiling AsyncHTTPClient Base64.swift
[887/949] Compiling AsyncHTTPClient BasicAuth.swift
[888/949] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[889/949] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[890/949] Compiling AsyncHTTPClient ConnectionPool.swift
[891/949] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[892/949] Compiling AsyncHTTPClient ConnectionTarget.swift
[893/949] Compiling AsyncHTTPClient DeconstructedURL.swift
[894/949] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[895/949] Compiling AsyncHTTPClient FoundationExtensions.swift
[896/949] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[897/949] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[898/949] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[899/949] Compiling AsyncHTTPClient HTTPClient.swift
[900/949] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[901/949] Compiling AsyncHTTPClient TLSEventsHandler.swift
[902/949] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[903/949] Compiling AsyncHTTPClient HTTP1Connection.swift
[904/949] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[905/949] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[906/949] Compiling AsyncHTTPClient HTTP2Connection.swift
[907/949] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[908/949] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[909/949] Compiling AsyncHTTPClient RequestBag.swift
[910/949] Compiling AsyncHTTPClient RequestValidation.swift
[911/949] Compiling AsyncHTTPClient SSLContextCache.swift
[912/949] Compiling AsyncHTTPClient Scheme.swift
[913/949] Compiling AsyncHTTPClient Singleton.swift
[914/949] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[915/949] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[916/949] Compiling AsyncHTTPClient Utils.swift
[917/949] Compiling AsyncHTTPClient HTTPHandler.swift
[918/949] Compiling AsyncHTTPClient LRUCache.swift
[919/949] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[920/949] Compiling AsyncHTTPClient NWErrorHandler.swift
[921/949] Compiling AsyncHTTPClient NWWaitingHandler.swift
[922/949] Compiling AsyncHTTPClient TLSConfiguration.swift
[923/949] Compiling AsyncHTTPClient RedirectState.swift
[924/949] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[925/949] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[926/949] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[927/949] Compiling AsyncHTTPClient AsyncLazySequence.swift
[928/949] Compiling AsyncHTTPClient HTTPClient+execute.swift
[929/949] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[930/949] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[931/949] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[932/949] Compiling AsyncHTTPClient HTTPClientRequest.swift
[933/949] Compiling AsyncHTTPClient HTTPClientResponse.swift
[934/949] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[935/949] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[936/949] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[937/949] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[938/949] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[939/949] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[940/949] Compiling AsyncHTTPClient RequestBodyLength.swift
[941/949] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[942/949] Compiling AsyncHTTPClient RequestOptions.swift
[943/949] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[944/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[945/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[946/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[947/949] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[948/949] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[949/949] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[951/963] Compiling SendGridKit SendGridClient.swift
[952/964] Compiling SendGridKit TrackingSettings.swift
[953/964] Compiling SendGridKit EmailContent.swift
[954/964] Compiling SendGridKit MailSettings.swift
[955/964] Compiling SendGridKit Personalization.swift
[956/964] Compiling SendGridKit RealtimeEmailValidation.swift
[957/964] Compiling SendGridKit SendGridEmail.swift
[958/964] Compiling SendGridKit SendGridError.swift
[959/964] Compiling SendGridKit EmailAddress.swift
[960/964] Compiling SendGridKit EmailAttachment.swift
[961/964] Compiling SendGridKit AdvancedSuppressionManager.swift
[962/964] Compiling SendGridKit BulkEmailValidation.swift
[963/964] Emitting module SendGridKit
[964/964] Compiling SendGridKit SendGridEmailValidationClient.swift
Build complete! (241.50s)
Build complete.
docker: Error response from daemon: Head "https://registry.gitlab.com/v2/finestructure/spi-images/manifests/android-6.1-latest": Get "https://gitlab.com/jwt/auth?scope=repository%3Afinestructure%2Fspi-images%3Apull&service=container_registry": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
Run 'docker run --help' for more information
Done.