The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of soto-cognito-authentication-kit, reference 5.0.0 (6ea926), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 16:41:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/soto-project/soto-cognito-authentication-kit.git
Reference: 5.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/soto-project/soto-cognito-authentication-kit
 * tag               5.0.0      -> FETCH_HEAD
HEAD is now at 6ea9262 Swift testing (#53)
Cloned https://github.com/soto-project/soto-cognito-authentication-kit.git
Revision (git rev-parse @):
6ea926230d69fbc88447c8cd753b388014eee821
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/soto-project/soto-cognito-authentication-kit.git at 5.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/soto-project/soto-cognito-authentication-kit.git
https://github.com/soto-project/soto-cognito-authentication-kit.git
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "soto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.1.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soto-project/soto.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit.git"
    },
    {
      "identity" : "big-num",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/adam-fowler/big-num.git"
    }
  ],
  "manifest_display_name" : "soto-cognito-authentication-kit",
  "name" : "soto-cognito-authentication-kit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SotoCognitoAuthenticationKit",
      "targets" : [
        "SotoCognitoAuthenticationKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SotoCognitoAuthenticationSRP",
      "targets" : [
        "SotoCognitoAuthenticationSRP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SotoCognitoAuthenticationSRP",
      "module_type" : "SwiftTarget",
      "name" : "SotoCognitoAuthenticationSRP",
      "path" : "Sources/SotoCognitoAuthenticationSRP",
      "product_dependencies" : [
        "BigNum"
      ],
      "product_memberships" : [
        "SotoCognitoAuthenticationSRP"
      ],
      "sources" : [
        "Authenticatable+SRP.swift",
        "SRP.swift",
        "UserPoolAuthenticationMethod+SRP.swift"
      ],
      "target_dependencies" : [
        "SotoCognitoAuthenticationKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SotoCognitoAuthenticationKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SotoCognitoAuthenticationKitTests",
      "path" : "Tests/SotoCognitoAuthenticationKitTests",
      "sources" : [
        "CognitoTests.swift",
        "SRPTests.swift"
      ],
      "target_dependencies" : [
        "SotoCognitoAuthenticationKit",
        "SotoCognitoAuthenticationSRP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SotoCognitoAuthenticationKit",
      "module_type" : "SwiftTarget",
      "name" : "SotoCognitoAuthenticationKit",
      "path" : "Sources/SotoCognitoAuthenticationKit",
      "product_dependencies" : [
        "SotoCognitoIdentity",
        "SotoCognitoIdentityProvider",
        "AsyncHTTPClient",
        "JWTKit",
        "Crypto"
      ],
      "product_memberships" : [
        "SotoCognitoAuthenticationKit",
        "SotoCognitoAuthenticationSRP"
      ],
      "sources" : [
        "Authenticatable+JWT.swift",
        "Authenticatable.swift",
        "Configuration.swift",
        "ContextData.swift",
        "Identifiable.swift",
        "Tokens.swift",
        "UserPoolCredentialProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/981] Write sources
[10/981] Copying PrivacyInfo.xcprivacy
[11/981] Write sources
[12/981] Copying PrivacyInfo.xcprivacy
[12/981] Write sources
[12/981] Copying PrivacyInfo.xcprivacy
[12/981] Write sources
[51/981] Compiling CSotoExpat xmltok_impl.c
[52/981] Compiling CNIOWindows shim.c
[52/981] Compiling CSotoExpat xmltok_ns.c
[52/981] Compiling CNIOWindows WSAStartup.c
[55/981] Compiling _NumericsShims _NumericsShims.c
[56/981] Write swift-version-2F0A5646E1D333AE.txt
[57/981] Compiling CSotoExpat xmlrole.c
[57/981] Compiling CNIOLinux shim.c
[59/981] Compiling CNIOWASI CNIOWASI.c
[60/981] Compiling CNIOLinux liburing_shims.c
[61/981] Compiling _AtomicsShims.c
[62/1007] Compiling CNIOLLHTTP c_nio_http.c
[63/1010] Compiling CNIOLLHTTP c_nio_api.c
[64/1018] Compiling CNIOLLHTTP c_nio_llhttp.c
[65/1020] Compiling CSotoExpat xmltok.c
[66/1054] Compiling CSotoExpat xmlparse.c
[68/1056] Emitting module _CertificateInternals
[69/1056] Compiling _CertificateInternals _TinyArray.swift
[70/1056] Compiling ServiceContextModule ServiceContextKey.swift
[71/1056] Emitting module ServiceContextModule
[72/1056] Compiling ServiceContextModule ServiceContext.swift
[73/1056] Compiling RealModule Float80+Real.swift
[74/1056] Compiling RealModule Real.swift
[75/1056] Emitting module _NIOBase64
[76/1056] Compiling _NIOBase64 Base64.swift
[77/1057] Compiling RealModule RealFunctions.swift
[78/1057] Compiling RealModule ElementaryFunctions.swift
[79/1057] Compiling RealModule Double+Real.swift
[80/1057] Compiling RealModule AugmentedArithmetic.swift
[81/1057] Compiling RealModule Float+Real.swift
[82/1057] Compiling RealModule AlgebraicField.swift
[83/1057] Emitting module RealModule
[84/1057] Compiling RealModule ApproximateEquality.swift
[85/1057] Compiling RealModule Float16+Real.swift
[86/1068] Compiling INIParser INIParser.swift
[87/1068] Emitting module INIParser
[87/1071] Compiling CNIOExtrasZlib empty.c
[89/1071] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[90/1071] Compiling InternalCollectionsUtilities Specialize.swift
[91/1071] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[92/1145] Compiling Crypto HPKE-Utils.swift
[93/1145] Compiling Crypto DHKEM.swift
[94/1145] Compiling Instrumentation NoOpInstrument.swift
[95/1145] Compiling _NIODataStructures _TinyArray.swift
[96/1145] Compiling Instrumentation Instrument.swift
[97/1145] Compiling Instrumentation InstrumentationSystem.swift
[98/1145] Compiling Instrumentation MultiplexInstrument.swift
[99/1145] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[100/1145] Compiling Crypto Cipher.swift
[101/1145] Compiling Crypto Nonces.swift
[102/1145] Compiling Crypto HPKE-KEM.swift
[103/1145] Compiling Crypto HPKE-Errors.swift
[104/1145] Compiling Crypto AES-GCM.swift
[105/1145] Compiling Crypto AES-GCM_boring.swift
[106/1145] Compiling Crypto HPKE-KexKeyDerivation.swift
[107/1145] Compiling Crypto HPKE-LabeledExtract.swift
[108/1145] Emitting module InternalCollectionsUtilities
[109/1145] Compiling Crypto ASN1.swift
[110/1145] Compiling Crypto ASN1Any.swift
[111/1145] Compiling Crypto ChaChaPoly_boring.swift
[112/1145] Compiling Crypto ChaChaPoly.swift
[113/1145] Emitting module Instrumentation
[114/1145] Compiling Instrumentation Locks.swift
[115/1145] Compiling _NIODataStructures PriorityQueue.swift
[116/1145] Emitting module _NIODataStructures
[117/1145] Compiling _NIODataStructures Heap.swift
[118/1145] Compiling Logging Locks.swift
[119/1146] Compiling Logging LogHandler.swift
[120/1146] Emitting module Logging
[121/1146] Compiling Logging MetadataProvider.swift
[122/1146] Compiling Logging Logging.swift
[123/1169] Compiling CoreMetrics Locks.swift
[124/1169] Emitting module CoreMetrics
[125/1169] Compiling CoreMetrics Metrics.swift
[125/1169] Compiling fiat_p256_adx_sqr.S
[126/1169] Compiling fiat_p256_adx_mul.S
[127/1169] Compiling CNIODarwin shim.c
[128/1169] Compiling fiat_curve25519_adx_square.S
[129/1169] Compiling fiat_curve25519_adx_mul.S
[131/1169] Compiling DequeModule _DequeBufferHeader.swift
[132/1169] Compiling DequeModule _DequeSlot.swift
[133/1170] Compiling DequeModule _DequeBuffer.swift
[134/1172] Emitting module Tracing
[135/1172] Compiling Tracing TracingTime.swift
[136/1172] Compiling DequeModule _UnsafeWrappedBuffer.swift
[137/1172] Compiling DequeModule Deque+Testing.swift
[138/1172] Compiling DequeModule Deque._Storage.swift
[139/1172] Compiling DequeModule Deque._UnsafeHandle.swift
[140/1172] Compiling DequeModule Deque.swift
[141/1172] Compiling DequeModule Deque+Equatable.swift
[142/1172] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[143/1172] Compiling Tracing TracerProtocol.swift
[144/1172] Compiling DequeModule Deque+Extras.swift
[145/1172] Compiling DequeModule Deque+Hashable.swift
[146/1172] Compiling DequeModule Deque+CustomReflectable.swift
[147/1172] Compiling DequeModule Deque+Descriptions.swift
[148/1172] Compiling DequeModule Deque+Codable.swift
[149/1172] Compiling DequeModule Deque+Collection.swift
[150/1172] Compiling Tracing SpanProtocol.swift
[151/1172] Compiling Tracing InstrumentationSystem+Tracing.swift
[152/1172] Compiling Tracing NoOpTracer.swift
[153/1172] Compiling Tracing Tracer.swift
[154/1172] Compiling Tracing TracerProtocol+Legacy.swift
[155/1172] Emitting module DequeModule
[155/1172] Compiling CNIOBoringSSLShims shims.c
[156/1172] Compiling tls_method.cc
[157/1172] Compiling tls13_enc.cc
[158/1172] Compiling tls_record.cc
[158/1172] Compiling tls13_server.cc
[161/1172] Compiling JMESPath Sendable.swift
[162/1173] Compiling JMESPath Token.swift
[163/1173] Emitting module Crypto
[163/1181] Compiling tls13_client.cc
[165/1181] Compiling JMESPath Runtime.swift
[166/1181] Compiling JMESPath Parser.swift
[167/1181] Compiling SwiftASN1 DER.swift
[178/1182] Compiling SwiftASN1 Errors.swift
[180/1182] Compiling ssl_versions.cc
[181/1182] Compiling t1_enc.cc
[182/1182] Compiling tls13_both.cc
[183/1182] Compiling ssl_transcript.cc
[184/1182] Compiling ssl_x509.cc
[186/1182] Emitting module SwiftASN1
[187/1182] Emitting module Metrics
[188/1182] Compiling Metrics Metrics.swift
[189/1182] Compiling JMESPath Lexer.swift
[190/1182] Compiling JMESPath Variable.swift
[191/1182] Compiling JMESPath Interpreter.swift
[192/1182] Compiling Crypto Curve25519.swift
[193/1182] Compiling Crypto Ed25519Keys.swift
[194/1182] Compiling Crypto NISTCurvesKeys.swift
[195/1182] Compiling Crypto X25519Keys.swift
[196/1182] Compiling Crypto SymmetricKeys.swift
[197/1182] Compiling Crypto HMAC.swift
[198/1182] Compiling Crypto MACFunctions.swift
[199/1182] Compiling Crypto MessageAuthenticationCode.swift
[202/1182] Compiling Crypto HPKE-KEM-Curve25519.swift
[203/1182] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[204/1182] Compiling Crypto AES.swift
[205/1182] Compiling Crypto ECDSASignature_boring.swift
[206/1182] Compiling Crypto ECDSA_boring.swift
[207/1182] Compiling Crypto EdDSA_boring.swift
[208/1182] Compiling Crypto ECDSA.swift
[209/1182] Compiling Crypto Ed25519.swift
[210/1182] Compiling Crypto Signature.swift
[211/1182] Compiling Crypto CryptoKitErrors_boring.swift
[230/1182] Compiling JMESPath Expression.swift
[231/1182] Emitting module JMESPath
[232/1182] Compiling JMESPath Functions.swift
[233/1182] Compiling Crypto DH.swift
[234/1182] Compiling Crypto ECDH.swift
[235/1182] Compiling Crypto HKDF.swift
[236/1182] Compiling Crypto AESWrap.swift
[237/1182] Compiling Crypto AESWrap_boring.swift
[238/1182] Compiling Crypto Ed25519_boring.swift
[239/1182] Compiling Crypto NISTCurvesKeys_boring.swift
[240/1182] Compiling Crypto X25519Keys_boring.swift
[241/1182] Compiling Crypto Digest_boring.swift
[242/1182] Compiling Crypto Digest.swift
[243/1182] Compiling Crypto Digests.swift
[244/1182] Compiling Crypto HashFunctions.swift
[245/1182] Compiling Crypto HashFunctions_SHA2.swift
[246/1182] Compiling Crypto HPKE-AEAD.swift
[247/1182] Compiling Crypto HPKE-Ciphersuite.swift
[248/1182] Compiling Crypto HPKE-KDF.swift
[249/1182] Compiling Crypto ASN1BitString.swift
[250/1182] Compiling Crypto ASN1Boolean.swift
[251/1182] Compiling Crypto ASN1Identifier.swift
[252/1182] Compiling Crypto ASN1Integer.swift
[253/1182] Compiling Crypto ASN1Null.swift
[254/1182] Compiling Crypto ASN1OctetString.swift
[255/1182] Compiling Crypto ASN1Strings.swift
[256/1182] Compiling Crypto ArraySliceBigint.swift
[257/1182] Compiling Crypto HPKE.swift
[258/1182] Compiling Crypto HPKE-Context.swift
[259/1182] Compiling Crypto HPKE-KeySchedule.swift
[260/1182] Compiling Crypto HPKE-Modes.swift
[261/1182] Compiling Crypto Insecure.swift
[262/1182] Compiling Crypto Insecure_HashFunctions.swift
[263/1182] Compiling Crypto KEM.swift
[264/1182] Compiling Crypto ECDH_boring.swift
[265/1182] Compiling Crypto GeneralizedTime.swift
[266/1182] Compiling Crypto ObjectIdentifier.swift
[267/1182] Compiling Crypto ECDSASignature.swift
[268/1182] Compiling Crypto PEMDocument.swift
[269/1182] Compiling Crypto PKCS8PrivateKey.swift
[270/1182] Compiling Crypto SEC1PrivateKey.swift
[271/1182] Compiling Crypto SubjectPublicKeyInfo.swift
[272/1182] Compiling Crypto CryptoKitErrors.swift
[273/1182] Compiling Crypto RNG_boring.swift
[274/1182] Compiling Crypto SafeCompare_boring.swift
[275/1182] Compiling Crypto Zeroization_boring.swift
[276/1182] Compiling Crypto PrettyBytes.swift
[277/1182] Compiling Crypto SafeCompare.swift
[278/1182] Compiling Crypto SecureBytes.swift
[279/1182] Compiling Crypto Zeroization.swift
[280/1182] Compiling Crypto resource_bundle_accessor.swift
[281/1182] Compiling SotoXML XMLDecoder.swift
[282/1182] Compiling SotoXML XML.swift
[283/1182] Compiling SotoXML XMLEncoder.swift
[284/1182] Emitting module SotoXML
[285/1182] Compiling SotoXML Expat.swift
[285/1182] Compiling ssl_stat.cc
[286/1182] Compiling ssl_privkey.cc
[287/1182] Compiling ssl_session.cc
[288/1182] Compiling ssl_key_share.cc
[289/1182] Compiling ssl_file.cc
[290/1182] Compiling ssl_cipher.cc
[291/1182] Compiling ssl_credential.cc
[292/1182] Compiling ssl_lib.cc
[293/1182] Compiling ssl_cert.cc
[294/1182] Compiling ssl_buffer.cc
[295/1182] Compiling ssl_asn1.cc
[296/1182] Compiling ssl_aead_ctx.cc
[297/1182] Compiling s3_pkt.cc
[298/1182] Compiling s3_lib.cc
[299/1182] Compiling s3_both.cc
[300/1182] Compiling handshake.cc
[301/1182] Compiling handshake_server.cc
[302/1182] Compiling handshake_client.cc
[303/1182] Compiling handoff.cc
[304/1182] Compiling md5-x86_64-linux.S
[305/1182] Compiling md5-x86_64-apple.S
[306/1182] Compiling md5-586-linux.S
[307/1182] Compiling md5-586-apple.S
[308/1182] Compiling extensions.cc
[309/1182] Compiling encrypted_client_hello.cc
[310/1182] Compiling chacha20_poly1305_x86_64-linux.S
[311/1182] Compiling dtls_method.cc
[312/1182] Compiling dtls_record.cc
[313/1182] Compiling chacha20_poly1305_x86_64-apple.S
[313/1182] Compiling d1_srtp.cc
[313/1182] Compiling chacha20_poly1305_armv8-win.S
[316/1182] Compiling chacha20_poly1305_armv8-linux.S
[317/1182] Compiling chacha-x86_64-linux.S
[317/1182] Compiling chacha-x86_64-apple.S
[317/1182] Compiling chacha-x86-linux.S
[320/1182] Compiling chacha20_poly1305_armv8-apple.S
[321/1182] Compiling chacha-x86-apple.S
[322/1182] Compiling chacha-armv8-win.S
[323/1182] Compiling chacha-armv8-linux.S
[324/1182] Compiling err_data.cc
[325/1182] Compiling d1_pkt.cc
[326/1182] Compiling bio_ssl.cc
[327/1182] Compiling chacha-armv8-apple.S
[328/1182] Compiling chacha-armv4-linux.S
[329/1182] Compiling aes128gcmsiv-x86_64-linux.S
[330/1182] Compiling aes128gcmsiv-x86_64-apple.S
[331/1182] Compiling x86_64-mont5-linux.S
[332/1182] Compiling x86_64-mont5-apple.S
[333/1182] Compiling x86_64-mont-linux.S
[334/1182] Compiling x86-mont-linux.S
[334/1182] Compiling x86_64-mont-apple.S
[336/1182] Compiling vpaes-x86_64-linux.S
[336/1182] Compiling x86-mont-apple.S
[338/1182] Compiling vpaes-x86-apple.S
[339/1182] Compiling vpaes-x86_64-apple.S
[340/1182] Compiling vpaes-x86-linux.S
[341/1182] Compiling vpaes-armv8-win.S
[342/1182] Compiling vpaes-armv8-linux.S
[343/1182] Compiling sha512-x86_64-linux.S
[343/1182] Compiling vpaes-armv7-linux.S
[345/1182] Compiling vpaes-armv8-apple.S
[346/1182] Compiling sha512-x86_64-apple.S
[347/1182] Compiling sha512-armv8-win.S
[348/1182] Compiling sha512-armv8-linux.S
[349/1182] Compiling d1_lib.cc
[350/1182] Compiling sha512-armv8-apple.S
[351/1182] Compiling sha512-586-linux.S
[352/1182] Compiling sha512-586-apple.S
[353/1182] Compiling sha512-armv4-linux.S
[354/1182] Compiling sha256-x86_64-linux.S
[355/1182] Compiling sha256-x86_64-apple.S
[356/1182] Compiling sha256-armv8-win.S
[357/1182] Compiling sha256-armv8-linux.S
[358/1182] Compiling d1_both.cc
[359/1182] Compiling sha256-armv8-apple.S
[360/1182] Compiling sha256-armv4-linux.S
[361/1182] Compiling sha1-x86_64-linux.S
[362/1182] Compiling sha256-586-apple.S
[362/1182] Compiling sha256-586-linux.S
[364/1182] Compiling sha1-armv8-win.S
[365/1182] Compiling sha1-x86_64-apple.S
[366/1182] Compiling sha1-armv8-linux.S
[367/1182] Compiling sha1-armv8-apple.S
[368/1182] Compiling sha1-armv4-large-linux.S
[369/1182] Compiling sha1-586-linux.S
[370/1182] Compiling sha1-586-apple.S
[371/1182] Compiling rsaz-avx2-linux.S
[371/1182] Compiling rsaz-avx2-apple.S
[373/1182] Compiling rdrand-x86_64-linux.S
[374/1182] Compiling p256_beeu-x86_64-asm-linux.S
[375/1182] Compiling p256_beeu-x86_64-asm-apple.S
[376/1182] Compiling rdrand-x86_64-apple.S
[377/1182] Compiling p256_beeu-armv8-asm-win.S
[378/1182] Compiling p256_beeu-armv8-asm-linux.S
[379/1182] Compiling p256-x86_64-asm-linux.S
[380/1182] Compiling p256_beeu-armv8-asm-apple.S
[381/1182] Compiling p256-armv8-asm-win.S
[382/1182] Compiling p256-x86_64-asm-apple.S
[382/1182] Compiling p256-armv8-asm-linux.S
[384/1182] Compiling ghashv8-armv8-linux.S
[385/1182] Compiling ghashv8-armv8-win.S
[386/1182] Compiling p256-armv8-asm-apple.S
[387/1182] Compiling ghashv8-armv7-linux.S
[388/1182] Compiling ghashv8-armv8-apple.S
[389/1182] Compiling ghash-x86_64-apple.S
[390/1182] Compiling ghash-x86_64-linux.S
[391/1182] Compiling ghash-x86-apple.S
[392/1182] Compiling ghash-x86-linux.S
[393/1182] Compiling ghash-ssse3-x86_64-linux.S
[394/1182] Compiling ghash-ssse3-x86_64-apple.S
[395/1182] Compiling ghash-ssse3-x86-linux.S
[396/1182] Compiling ghash-neon-armv8-win.S
[397/1182] Compiling ghash-ssse3-x86-apple.S
[398/1182] Compiling ghash-armv4-linux.S
[399/1182] Compiling ghash-neon-armv8-linux.S
[400/1182] Compiling ghash-neon-armv8-apple.S
[401/1182] Compiling bsaes-armv7-linux.S
[402/1182] Compiling co-586-apple.S
[402/1182] Compiling co-586-linux.S
[404/1182] Compiling bn-armv8-win.S
[405/1182] Compiling bn-armv8-linux.S
[406/1182] Compiling bn-armv8-apple.S
[407/1182] Compiling bn-586-linux.S
[408/1182] Compiling bn-586-apple.S
[409/1182] Compiling armv8-mont-linux.S
[410/1182] Compiling armv8-mont-win.S
[411/1182] Compiling armv4-mont-linux.S
[412/1182] Compiling aesv8-gcm-armv8-win.S
[413/1182] Compiling armv8-mont-apple.S
[414/1182] Compiling aesv8-gcm-armv8-linux.S
[415/1182] Compiling aesv8-gcm-armv8-apple.S
[416/1182] Compiling aesv8-armv8-win.S
[417/1182] Compiling aesv8-armv8-linux.S
[418/1182] Compiling aesni-x86_64-linux.S
[418/1182] Compiling aesv8-armv7-linux.S
[420/1182] Compiling aesv8-armv8-apple.S
[421/1182] Compiling aesni-x86_64-apple.S
[422/1182] Compiling aesni-x86-linux.S
[423/1182] Compiling aesni-gcm-x86_64-linux.S
[423/1182] Compiling aesni-x86-apple.S
[425/1182] Compiling aesni-gcm-x86_64-apple.S
[426/1182] Compiling aes-gcm-avx2-x86_64-apple.S
[427/1182] Compiling aes-gcm-avx2-x86_64-linux.S
[428/1182] Compiling aes-gcm-avx10-x86_64-apple.S
[429/1182] Compiling aes-gcm-avx10-x86_64-linux.S
[430/1182] Compiling x_x509a.cc
[431/1182] Compiling x_sig.cc
[432/1182] Compiling x_val.cc
[433/1182] Compiling x_spki.cc
[434/1182] Compiling x_req.cc
[435/1182] Compiling x_x509.cc
[436/1182] Compiling x_pubkey.cc
[437/1182] Compiling x_exten.cc
[438/1182] Compiling x_name.cc
[439/1182] Compiling x_crl.cc
[440/1182] Compiling x_attrib.cc
[441/1182] Compiling x_algor.cc
[442/1182] Compiling x509spki.cc
[443/1182] Compiling x_all.cc
[444/1182] Compiling x509rset.cc
[445/1182] Compiling x509cset.cc
[446/1182] Compiling x509name.cc
[447/1182] Compiling x509_vpm.cc
[448/1182] Compiling x509_v3.cc
[449/1182] Compiling x509_vfy.cc
[450/1182] Compiling x509_txt.cc
[451/1182] Compiling x509_trs.cc
[452/1182] Compiling x509_req.cc
[453/1182] Compiling x509_set.cc
[454/1182] Compiling x509_obj.cc
[455/1182] Compiling x509_d2.cc
[456/1182] Compiling x509_ext.cc
[457/1182] Compiling x509_lu.cc
[458/1182] Compiling x509_def.cc
[459/1182] Compiling x509_cmp.cc
[460/1182] Compiling x509_att.cc
[461/1182] Compiling x509.cc
[462/1182] Compiling v3_skey.cc
[463/1182] Compiling v3_prn.cc
[464/1182] Compiling v3_purp.cc
[465/1182] Compiling v3_ocsp.cc
[466/1182] Compiling v3_pcons.cc
[467/1182] Compiling v3_pmaps.cc
[468/1182] Compiling v3_utl.cc
[469/1182] Compiling v3_ncons.cc
[470/1182] Compiling v3_int.cc
[471/1182] Compiling v3_lib.cc
[472/1182] Compiling v3_info.cc
[473/1182] Compiling v3_ia5.cc
[474/1182] Compiling v3_genn.cc
[475/1182] Compiling v3_extku.cc
[476/1182] Compiling v3_enum.cc
[477/1182] Compiling v3_conf.cc
[478/1182] Compiling v3_crld.cc
[479/1182] Compiling v3_cpols.cc
[480/1182] Compiling v3_bitst.cc
[481/1182] Compiling v3_bcons.cc
[482/1182] Compiling v3_alt.cc
[483/1182] Compiling v3_akeya.cc
[484/1182] Compiling t_x509a.cc
[485/1182] Compiling t_crl.cc
[486/1182] Compiling v3_akey.cc
[487/1182] Compiling t_req.cc
[488/1182] Compiling t_x509.cc
[489/1182] Compiling rsa_pss.cc
[490/1182] Compiling i2d_pr.cc
[491/1182] Compiling name_print.cc
[492/1182] Compiling policy.cc
[493/1182] Compiling by_file.cc
[494/1182] Compiling a_digest.cc
[495/1182] Compiling a_verify.cc
[496/1182] Compiling algorithm.cc
[497/1182] Compiling a_sign.cc
[498/1182] Compiling by_dir.cc
[499/1182] Compiling asn1_gen.cc
[500/1182] Compiling voprf.cc
[501/1182] Compiling trust_token.cc
[502/1182] Compiling thread_win.cc
[503/1182] Compiling thread.cc
[504/1182] Compiling thread_pthread.cc
[505/1182] Compiling pmbtoken.cc
[506/1182] Compiling thread_none.cc
[507/1182] Compiling stack.cc
[508/1182] Compiling slhdsa.cc
[509/1182] Compiling spake2plus.cc
[510/1182] Compiling siphash.cc
[511/1182] Compiling sha512.cc
[512/1182] Compiling sha1.cc
[513/1182] Compiling sha256.cc
[514/1182] Compiling rsa_extra.cc
[515/1182] Compiling rsa_print.cc
[516/1182] Compiling rsa_crypt.cc
[517/1182] Compiling refcount.cc
[518/1182] Compiling rc4.cc
[519/1182] Compiling rsa_asn1.cc
[520/1182] Compiling urandom.cc
[521/1182] Compiling windows.cc
[522/1182] Compiling trusty.cc
[523/1182] Compiling rand.cc
[524/1182] Compiling passive.cc
[525/1182] Compiling ios.cc
[526/1182] Compiling poly1305_arm_asm.S
[527/1182] Compiling getentropy.cc
[528/1182] Compiling forkunsafe.cc
[529/1182] Compiling deterministic.cc
[530/1182] Compiling fork_detect.cc
[531/1182] Compiling poly1305_vec.cc
[532/1182] Compiling poly1305_arm.cc
[533/1182] Compiling poly1305.cc
[534/1182] Compiling pool.cc
[535/1182] Compiling pkcs8.cc
[536/1182] Compiling pkcs7.cc
[537/1182] Compiling pkcs8_x509.cc
[538/1182] Compiling p5_pbev2.cc
[539/1182] Compiling pkcs7_x509.cc
[540/1182] Compiling pem_xaux.cc
[541/1182] Compiling pem_x509.cc
[542/1182] Compiling pem_pkey.cc
[543/1182] Compiling pem_pk8.cc
[544/1182] Compiling pem_oth.cc
[545/1182] Compiling mlkem.cc
[546/1182] Compiling obj_xref.cc
[547/1182] Compiling pem_info.cc
[548/1182] Compiling mldsa.cc
[549/1182] Compiling pem_lib.cc
[550/1182] Compiling pem_all.cc
[551/1182] Compiling poly_rq_mul.S
[552/1182] Compiling obj.cc
[553/1182] Compiling mem.cc
[554/1182] Compiling fips_shared_support.cc
[555/1182] Compiling md5.cc
[556/1182] Compiling md4.cc
[557/1182] Compiling lhash.cc
[558/1182] Compiling kyber.cc
[559/1182] Compiling ex_data.cc
[560/1182] Compiling sign.cc
[561/1182] Compiling scrypt.cc
[562/1182] Compiling pbkdf.cc
[563/1182] Compiling print.cc
[564/1182] Compiling hpke.cc
[565/1182] Compiling hrss.cc
[566/1182] Compiling p_x25519_asn1.cc
[567/1182] Compiling p_x25519.cc
[568/1182] Compiling p_ed25519.cc
[569/1182] Compiling p_rsa_asn1.cc
[570/1182] Compiling p_hkdf.cc
[571/1182] Compiling p_rsa.cc
[572/1182] Compiling p_ec.cc
[573/1182] Compiling p_ed25519_asn1.cc
[574/1182] Compiling p_ec_asn1.cc
[575/1182] Compiling p_dh_asn1.cc
[576/1182] Compiling p_dsa_asn1.cc
[577/1182] Compiling p_dh.cc
[578/1182] Compiling evp_ctx.cc
[579/1182] Compiling evp.cc
[580/1182] Compiling engine.cc
[581/1182] Compiling err.cc
[582/1182] Compiling evp_asn1.cc
[583/1182] Compiling ecdh.cc
[584/1182] Compiling ecdsa_asn1.cc
[585/1182] Compiling hash_to_curve.cc
[586/1182] Compiling ec_derive.cc
[587/1182] Compiling dsa.cc
[588/1182] Compiling ec_asn1.cc
[589/1182] Compiling dsa_asn1.cc
[590/1182] Compiling params.cc
[591/1182] Compiling bcm.cc
[592/1182] Compiling x25519-asm-arm.S
[593/1182] Compiling digest_extra.cc
[594/1182] Compiling des.cc
[595/1182] Compiling dh_asn1.cc
[596/1182] Compiling curve25519_64_adx.cc
[597/1182] Compiling spake25519.cc
[598/1182] Compiling cpu_intel.cc
[599/1182] Compiling cpu_arm_linux.cc
[600/1182] Compiling crypto.cc
[601/1182] Compiling cpu_arm_freebsd.cc
[602/1182] Compiling cpu_aarch64_win.cc
[603/1182] Compiling curve25519.cc
[604/1182] Compiling cpu_aarch64_sysreg.cc
[605/1182] Compiling cpu_aarch64_openbsd.cc
[606/1182] Compiling cpu_aarch64_linux.cc
[607/1182] Compiling cpu_aarch64_fuchsia.cc
[608/1182] Compiling cpu_aarch64_apple.cc
[609/1182] Compiling get_cipher.cc
[610/1182] Compiling tls_cbc.cc
[611/1182] Compiling conf.cc
[612/1182] Compiling e_rc4.cc
[613/1182] Compiling e_tls.cc
[614/1182] Compiling e_rc2.cc
[615/1182] Compiling e_null.cc
[616/1182] Compiling e_des.cc
[617/1182] Compiling e_chacha20poly1305.cc
[618/1182] Compiling e_aesgcmsiv.cc
[619/1182] Compiling derive_key.cc
[620/1182] Compiling e_aesctrhmac.cc
[621/1182] Compiling chacha.cc
[622/1182] Compiling unicode.cc
[623/1182] Compiling cbs.cc
[624/1182] Compiling cbb.cc
[625/1182] Compiling ber.cc
[626/1182] Compiling asn1_compat.cc
[627/1182] Compiling buf.cc
[628/1182] Compiling blake2.cc
[629/1182] Compiling socket_helper.cc
[630/1182] Compiling bn_asn1.cc
[631/1182] Compiling convert.cc
[632/1182] Compiling socket.cc
[633/1182] Compiling printf.cc
[634/1182] Compiling pair.cc
[635/1182] Compiling hexdump.cc
[636/1182] Compiling fd.cc
[637/1182] Compiling file.cc
[638/1182] Compiling errno.cc
[639/1182] Compiling bio_mem.cc
[640/1182] Compiling connect.cc
[641/1182] Compiling bio.cc
[642/1182] Compiling base64.cc
[643/1182] Compiling tasn_typ.cc
[644/1182] Compiling tasn_fre.cc
[645/1182] Compiling tasn_enc.cc
[646/1182] Compiling tasn_utl.cc
[647/1182] Compiling tasn_new.cc
[648/1182] Compiling f_string.cc
[649/1182] Compiling posix_time.cc
[650/1182] Compiling f_int.cc
[651/1182] Compiling asn_pack.cc
[652/1182] Compiling tasn_dec.cc
[653/1182] Compiling asn1_par.cc
[654/1182] Compiling asn1_lib.cc
[655/1182] Compiling a_utctm.cc
[656/1182] Compiling a_type.cc
[657/1182] Compiling a_octet.cc
[658/1182] Compiling a_time.cc
[659/1182] Compiling a_strnid.cc
[660/1182] Compiling a_strex.cc
[661/1182] Compiling a_mbstr.cc
[662/1182] Compiling a_object.cc
[663/1182] Compiling a_int.cc
[664/1182] Compiling a_i2d_fp.cc
[665/1182] Compiling fiat_p256_adx_sqr.S
[666/1182] Compiling a_dup.cc
[667/1182] Compiling fiat_p256_adx_mul.S
[668/1182] Compiling fiat_curve25519_adx_square.S
[669/1182] Compiling fiat_curve25519_adx_mul.S
[670/1182] Compiling a_d2i_fp.cc
[671/1182] Compiling md5-x86_64-linux.S
[672/1182] Compiling a_gentm.cc
[673/1182] Compiling md5-x86_64-apple.S
[674/1182] Compiling md5-586-linux.S
[675/1182] Compiling md5-586-apple.S
[676/1182] Compiling chacha20_poly1305_x86_64-linux.S
[677/1182] Compiling chacha20_poly1305_x86_64-apple.S
[678/1182] Compiling a_bitstr.cc
[679/1182] Compiling chacha20_poly1305_armv8-win.S
[680/1182] Compiling chacha20_poly1305_armv8-linux.S
[681/1182] Compiling a_bool.cc
[682/1182] Compiling chacha-x86_64-linux.S
[682/1182] Compiling chacha-x86_64-apple.S
[684/1182] Compiling chacha20_poly1305_armv8-apple.S
[685/1182] Compiling chacha-x86-apple.S
[686/1182] Compiling chacha-x86-linux.S
[687/1182] Compiling chacha-armv8-win.S
[688/1182] Compiling chacha-armv8-linux.S
[689/1182] Compiling chacha-armv4-linux.S
[690/1182] Compiling aes128gcmsiv-x86_64-apple.S
[690/1182] Compiling aes128gcmsiv-x86_64-linux.S
[692/1182] Compiling x86_64-mont5-linux.S
[693/1182] Compiling chacha-armv8-apple.S
[694/1182] Compiling x86_64-mont5-apple.S
[695/1182] Compiling x86_64-mont-apple.S
[695/1182] Compiling x86_64-mont-linux.S
[697/1182] Compiling x86-mont-linux.S
[698/1182] Compiling x86-mont-apple.S
[699/1182] Compiling vpaes-x86_64-linux.S
[700/1182] Compiling vpaes-x86-linux.S
[701/1182] Compiling vpaes-x86_64-apple.S
[701/1182] Compiling vpaes-x86-apple.S
[703/1182] Compiling vpaes-armv8-win.S
[704/1182] Compiling vpaes-armv8-linux.S
[705/1182] Compiling vpaes-armv8-apple.S
[706/1182] Compiling err_data.cc
[707/1182] Compiling CCryptoBoringSSLShims shims.c
[708/1182] Compiling sha512-armv8-win.S
[709/1182] Compiling sha512-x86_64-linux.S
[710/1182] Compiling sha512-armv8-linux.S
[711/1182] Compiling sha512-x86_64-apple.S
[711/1182] Compiling vpaes-armv7-linux.S
[713/1182] Compiling sha512-armv4-linux.S
[714/1182] Compiling sha512-armv8-apple.S
[715/1182] Compiling sha512-586-linux.S
[716/1182] Compiling sha512-586-apple.S
[717/1182] Compiling sha256-armv8-linux.S
[718/1182] Compiling sha256-x86_64-apple.S
[719/1182] Compiling sha256-armv8-win.S
[720/1182] Compiling sha256-x86_64-linux.S
[721/1182] Compiling sha256-armv4-linux.S
[722/1182] Compiling sha256-586-linux.S
[723/1182] Compiling sha256-armv8-apple.S
[724/1182] Compiling sha256-586-apple.S
[725/1182] Compiling sha1-armv8-win.S
[726/1182] Compiling sha1-x86_64-apple.S
[726/1182] Compiling sha1-armv8-linux.S
[728/1182] Compiling sha1-x86_64-linux.S
[729/1182] Compiling sha1-586-linux.S
[729/1182] Compiling sha1-armv4-large-linux.S
[731/1182] Compiling sha1-armv8-apple.S
[732/1182] Compiling rsaz-avx2-apple.S
[733/1182] Compiling rdrand-x86_64-linux.S
[733/1182] Compiling rsaz-avx2-linux.S
[735/1182] Compiling rdrand-x86_64-apple.S
[736/1182] Compiling sha1-586-apple.S
[737/1182] Compiling p256_beeu-x86_64-asm-linux.S
[738/1182] Compiling p256_beeu-armv8-asm-win.S
[738/1182] Compiling p256_beeu-x86_64-asm-apple.S
[740/1182] Compiling p256_beeu-armv8-asm-linux.S
[741/1182] Compiling p256_beeu-armv8-asm-apple.S
[742/1182] Compiling p256-x86_64-asm-linux.S
[743/1182] Compiling p256-x86_64-asm-apple.S
[744/1182] Compiling p256-armv8-asm-win.S
[745/1182] Compiling ghashv8-armv8-linux.S
[745/1182] Compiling p256-armv8-asm-linux.S
[747/1182] Compiling ghashv8-armv8-win.S
[748/1182] Compiling ghashv8-armv8-apple.S
[749/1182] Compiling ghashv8-armv7-linux.S
[750/1182] Compiling p256-armv8-asm-apple.S
[751/1182] Compiling ghash-x86_64-apple.S
[752/1182] Compiling ghash-x86_64-linux.S
[753/1182] Compiling ghash-x86-apple.S
[754/1182] Compiling ghash-x86-linux.S
[754/1182] Compiling ghash-ssse3-x86_64-linux.S
[756/1182] Compiling ghash-ssse3-x86_64-apple.S
[756/1182] Compiling ghash-ssse3-x86-apple.S
[756/1182] Compiling ghash-ssse3-x86-linux.S
[759/1182] Compiling ghash-neon-armv8-win.S
[760/1182] Compiling ghash-neon-armv8-linux.S
[761/1182] Compiling ghash-armv4-linux.S
[761/1182] Compiling ghash-neon-armv8-apple.S
[763/1182] Compiling co-586-linux.S
[764/1182] Compiling bn-armv8-linux.S
[764/1182] Compiling co-586-apple.S
[764/1182] Compiling bn-armv8-win.S
[764/1182] Compiling bsaes-armv7-linux.S
[768/1182] Compiling bn-armv8-apple.S
[769/1182] Compiling bn-586-linux.S
[770/1182] Compiling armv8-mont-win.S
[771/1182] Compiling bn-586-apple.S
[772/1182] Compiling armv4-mont-linux.S
[773/1182] Compiling aesv8-gcm-armv8-win.S
[774/1182] Compiling armv8-mont-linux.S
[775/1182] Compiling armv8-mont-apple.S
[776/1182] Compiling aesv8-gcm-armv8-linux.S
[777/1182] Compiling aesv8-armv8-win.S
[778/1182] Compiling aesv8-armv7-linux.S
[779/1182] Compiling aesni-x86_64-linux.S
[780/1182] Compiling aesv8-armv8-linux.S
[781/1182] Compiling aesv8-armv8-apple.S
[782/1182] Compiling aesv8-gcm-armv8-apple.S
[783/1182] Compiling aesni-x86-linux.S
[783/1182] Compiling aesni-x86_64-apple.S
[785/1182] Compiling aes-gcm-avx10-x86_64-apple.S
[786/1182] Compiling aes-gcm-avx10-x86_64-linux.S
[786/1182] Compiling aesni-x86-apple.S
[787/1182] Compiling aesni-gcm-x86_64-linux.S
[789/1182] Compiling aesni-gcm-x86_64-apple.S
[790/1182] Compiling c-nioatomics.c
[791/1182] Compiling x_val.cc
[792/1182] Compiling x_x509a.cc
[793/1182] Compiling x_x509.cc
[794/1182] Compiling x_sig.cc
[795/1182] Compiling x_spki.cc
[796/1182] Compiling x_name.cc
[797/1182] Compiling x_pubkey.cc
[798/1182] Compiling x_req.cc
[799/1182] Compiling c-atomics.c
[800/1182] Compiling x_exten.cc
[801/1188] Compiling x_attrib.cc
[802/1188] Compiling x_algor.cc
[803/1188] Compiling x509spki.cc
[804/1188] Compiling x509cset.cc
[805/1188] Compiling x_crl.cc
[806/1188] Compiling x509rset.cc
[807/1188] Compiling x_all.cc
[808/1188] Compiling x509name.cc
[809/1188] Compiling x509_vpm.cc
[811/1188] Compiling NIOConcurrencyHelpers lock.swift
[812/1188] Compiling NIOConcurrencyHelpers NIOLock.swift
[813/1188] Emitting module NIOConcurrencyHelpers
[814/1188] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[815/1188] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[816/1188] Compiling NIOConcurrencyHelpers atomics.swift
[816/1188] Compiling x509_txt.cc
[817/1188] Compiling x509_v3.cc
[818/1188] Compiling x509_obj.cc
[819/1188] Compiling x509_vfy.cc
[820/1188] Compiling x509_trs.cc
[821/1188] Compiling x509_req.cc
[822/1188] Compiling x509_set.cc
[823/1188] Compiling x509_lu.cc
[824/1188] Compiling x509_ext.cc
[825/1188] Compiling x509_def.cc
[826/1188] Compiling x509_d2.cc
[827/1188] Compiling x509_cmp.cc
[828/1188] Compiling x509.cc
[829/1188] Compiling v3_prn.cc
[830/1188] Compiling x509_att.cc
[831/1188] Compiling v3_pmaps.cc
[832/1188] Compiling v3_skey.cc
[833/1188] Compiling v3_purp.cc
[834/1188] Compiling v3_utl.cc
[835/1188] Compiling v3_pcons.cc
[836/1188] Compiling v3_ocsp.cc
[837/1188] Compiling v3_ncons.cc
[838/1188] Compiling v3_int.cc
[839/1188] Compiling v3_lib.cc
[840/1188] Compiling v3_info.cc
[841/1188] Compiling v3_ia5.cc
[842/1188] Compiling v3_genn.cc
[843/1188] Compiling v3_enum.cc
[844/1188] Compiling v3_extku.cc
[845/1188] Compiling v3_crld.cc
[846/1188] Compiling v3_cpols.cc
[847/1188] Compiling v3_bitst.cc
[848/1188] Compiling v3_conf.cc
[849/1188] Compiling v3_bcons.cc
[850/1188] Compiling v3_akeya.cc
[851/1188] Compiling v3_akey.cc
[852/1188] Compiling v3_alt.cc
[853/1188] Compiling t_x509a.cc
[854/1188] Compiling t_x509.cc
[855/1188] Compiling i2d_pr.cc
[856/1188] Compiling t_req.cc
[857/1188] Compiling t_crl.cc
[858/1188] Compiling name_print.cc
[859/1188] Compiling rsa_pss.cc
[860/1188] Compiling policy.cc
[861/1188] Compiling by_file.cc
[862/1188] Compiling algorithm.cc
[863/1188] Compiling by_dir.cc
[864/1188] Compiling asn1_gen.cc
[865/1188] Compiling thread_win.cc
[866/1188] Compiling a_verify.cc
[867/1188] Compiling a_sign.cc
[868/1188] Compiling thread_pthread.cc
[868/1188] Compiling thread_none.cc
[870/1188] Compiling thread.cc
[871/1188] Compiling a_digest.cc
[872/1188] Compiling trust_token.cc
[873/1188] Compiling voprf.cc
[874/1188] Compiling pmbtoken.cc
[875/1188] Compiling thash.cc
[876/1188] Compiling wots.cc
[877/1188] Compiling stack.cc
[878/1188] Compiling fors.cc
[879/1188] Compiling merkle.cc
[880/1188] Compiling siphash.cc
[881/1188] Compiling sha512.cc
[882/1188] Compiling sha256.cc
[883/1188] Compiling slhdsa.cc
[884/1188] Compiling sha1.cc
[885/1188] Compiling rsa_extra.cc
[886/1188] Compiling rsa_print.cc
[887/1188] Compiling refcount.cc
[888/1188] Compiling rc4.cc
[889/1188] Compiling urandom.cc
[890/1188] Compiling rsa_crypt.cc
[891/1188] Compiling windows.cc
[892/1188] Compiling trusty.cc
[893/1188] Compiling rand_extra.cc
[894/1188] Compiling rsa_asn1.cc
[895/1188] Compiling poly1305_arm_asm.S
[896/1188] Compiling ios.cc
[897/1188] Compiling getentropy.cc
[898/1188] Compiling passive.cc
[899/1188] Compiling forkunsafe.cc
[900/1188] Compiling deterministic.cc
[901/1188] Compiling fork_detect.cc
[902/1188] Compiling poly1305_vec.cc
[903/1188] Compiling poly1305_arm.cc
[904/1188] Compiling poly1305.cc
[905/1188] Compiling pool.cc
[906/1188] Compiling pkcs7.cc
[907/1188] Compiling p5_pbev2.cc
[908/1188] Compiling pkcs8.cc
[909/1188] Compiling pkcs7_x509.cc
[909/1188] Compiling pkcs8_x509.cc
[911/1188] Compiling pem_xaux.cc
[912/1188] Compiling pem_x509.cc
[913/1188] Compiling pem_pkey.cc
[914/1188] Compiling pem_oth.cc
[915/1188] Compiling pem_pk8.cc
[916/1188] Compiling mldsa.cc
[917/1188] Compiling mem.cc
[918/1188] Compiling obj_xref.cc
[919/1188] Compiling pem_lib.cc
[920/1188] Compiling md5.cc
[921/1188] Compiling md4.cc
[922/1188] Compiling mlkem.cc
[923/1188] Compiling poly_rq_mul.S
[924/1188] Compiling fips_shared_support.cc
[925/1188] Compiling obj.cc
[926/1188] Compiling pem_info.cc
[927/1188] Compiling pem_all.cc
[928/1188] Compiling lhash.cc
[929/1188] Compiling ex_data.cc
[930/1188] Compiling kyber.cc
[931/1188] Compiling sign.cc
[932/1188] Compiling scrypt.cc
[933/1188] Compiling pbkdf.cc
[934/1188] Compiling print.cc
[935/1188] Compiling hpke.cc
[936/1188] Compiling hrss.cc
[937/1188] Compiling p_x25519_asn1.cc
[938/1188] Compiling p_x25519.cc
[939/1188] Compiling p_ed25519.cc
[940/1188] Compiling p_rsa_asn1.cc
[941/1188] Compiling p_rsa.cc
[942/1188] Compiling p_hkdf.cc
[943/1188] Compiling p_ed25519_asn1.cc
[944/1188] Compiling p_ec.cc
[945/1188] Compiling p_ec_asn1.cc
[946/1188] Compiling p_dh_asn1.cc
[947/1188] Compiling p_dsa_asn1.cc
[948/1188] Compiling p_dh.cc
[949/1188] Compiling evp_ctx.cc
[950/1188] Compiling evp.cc
[951/1188] Compiling engine.cc
[952/1188] Compiling err.cc
[953/1188] Compiling evp_asn1.cc
[954/1188] Compiling ecdsa_asn1.cc
[955/1188] Compiling ecdh_extra.cc
[956/1188] Compiling hash_to_curve.cc
[957/1188] Compiling ec_derive.cc
[958/1188] Compiling dsa.cc
[959/1188] Compiling ec_asn1.cc
[960/1188] Compiling params.cc
[961/1188] Compiling dsa_asn1.cc
[962/1188] Compiling x25519-asm-arm.S
[963/1188] Compiling bcm.cc
[964/1188] Compiling digest_extra.cc
[965/1188] Compiling dh_asn1.cc
[966/1188] Compiling des.cc
[967/1188] Compiling curve25519_64_adx.cc
[968/1188] Compiling spake25519.cc
[969/1188] Compiling cpu_intel.cc
[970/1188] Compiling crypto.cc
[971/1188] Compiling cpu_arm_linux.cc
[972/1188] Compiling cpu_arm_freebsd.cc
[973/1188] Compiling cpu_aarch64_win.cc
[974/1188] Compiling curve25519.cc
[975/1188] Compiling cpu_aarch64_sysreg.cc
[976/1188] Compiling cpu_aarch64_openbsd.cc
[977/1188] Compiling cpu_aarch64_linux.cc
[978/1188] Compiling cpu_aarch64_fuchsia.cc
[979/1188] Compiling cpu_aarch64_apple.cc
[980/1188] Compiling conf.cc
[981/1188] Compiling e_tls.cc
[982/1188] Compiling tls_cbc.cc
[983/1188] Compiling e_rc4.cc
[984/1188] Compiling e_rc2.cc
[985/1188] Compiling e_null.cc
[986/1188] Compiling e_des.cc
[987/1188] Compiling e_chacha20poly1305.cc
[988/1188] Compiling e_aesgcmsiv.cc
[989/1188] Compiling e_aesctrhmac.cc
[990/1188] Compiling derive_key.cc
[991/1188] Compiling chacha.cc
[992/1188] Compiling cipher_extra.cc
[993/1188] Compiling unicode.cc
[994/1188] Compiling ber.cc
[995/1188] Compiling cbb.cc
[996/1188] Compiling cbs.cc
[997/1188] Compiling asn1_compat.cc
[998/1188] Compiling buf.cc
[999/1188] Compiling printf.cc
[1000/1188] Compiling blake2.cc
[1001/1188] Compiling convert.cc
[1002/1188] Compiling bn_asn1.cc
[1003/1188] Compiling pair.cc
[1004/1188] Compiling hexdump.cc
[1005/1188] Compiling file.cc
[1006/1188] Compiling errno.cc
[1007/1188] Compiling fd.cc
[1008/1188] Compiling bio_mem.cc
[1009/1188] Compiling base64.cc
[1010/1188] Compiling bio.cc
[1011/1188] Compiling tasn_typ.cc
[1012/1188] Compiling tasn_utl.cc
[1013/1188] Compiling tasn_new.cc
[1014/1188] Compiling tasn_fre.cc
[1015/1188] Compiling tasn_enc.cc
[1016/1188] Compiling f_string.cc
[1017/1188] Compiling posix_time.cc
[1018/1188] Compiling tasn_dec.cc
[1019/1188] Compiling f_int.cc
[1020/1188] Compiling asn_pack.cc
[1021/1188] Compiling asn1_par.cc
[1022/1188] Compiling asn1_lib.cc
[1023/1188] Compiling a_type.cc
[1024/1188] Compiling a_utctm.cc
[1025/1188] Compiling a_time.cc
[1026/1188] Compiling a_strex.cc
[1027/1188] Compiling a_strnid.cc
[1028/1188] Compiling a_octet.cc
[1029/1188] Compiling a_object.cc
[1030/1188] Compiling a_mbstr.cc
[1031/1188] Compiling a_int.cc
[1032/1188] Compiling thread_win.c
[1033/1188] Compiling thread_pthread.c
[1034/1188] Compiling thread_none.c
[1035/1188] Compiling thread.c
[1036/1188] Compiling a_i2d_fp.cc
[1037/1188] Compiling refcount_lock.c
[1038/1188] Compiling stack.c
[1039/1188] Compiling a_dup.cc
[1040/1188] Compiling windows.c
[1041/1188] Compiling refcount_c11.c
[1042/1188] Compiling fuchsia.c
[1043/1188] Compiling deterministic.c
[1044/1188] Compiling passive.c
[1045/1188] Compiling a_gentm.cc
[1046/1188] Compiling a_d2i_fp.cc
[1047/1188] Compiling rand_extra.c
[1048/1188] Compiling forkunsafe.c
[1049/1188] Compiling a_bitstr.cc
[1050/1188] Compiling mem.c
[1051/1188] Compiling x86_64-mont5.mac.x86_64.S
[1052/1188] Compiling x86_64-mont.mac.x86_64.S
[1053/1188] Compiling x86_64-mont5.linux.x86_64.S
[1054/1188] Compiling x86_64-mont.linux.x86_64.S
[1055/1188] Compiling x86-mont.linux.x86.S
[1056/1188] Compiling a_bool.cc
[1056/1188] Compiling vpaes-x86_64.mac.x86_64.S
[1058/1188] Compiling vpaes-x86_64.linux.x86_64.S
[1059/1188] Compiling vpaes-x86.linux.x86.S
[1060/1188] Compiling vpaes-armv8.linux.aarch64.S
[1061/1188] Compiling vpaes-armv8.ios.aarch64.S
[1062/1188] Compiling vpaes-armv7.linux.arm.S
[1063/1188] Compiling vpaes-armv7.ios.arm.S
[1064/1188] Compiling sha512-x86_64.mac.x86_64.S
[1065/1188] Compiling sha512-x86_64.linux.x86_64.S
[1066/1188] Compiling sha512-armv8.linux.aarch64.S
[1067/1188] Compiling sha512-armv4.linux.arm.S
[1068/1188] Compiling sha512-armv4.ios.arm.S
[1069/1188] Compiling sha512-586.linux.x86.S
[1070/1188] Compiling sha512-armv8.ios.aarch64.S
[1071/1188] Compiling sha256-x86_64.mac.x86_64.S
[1072/1188] Compiling sha256-x86_64.linux.x86_64.S
[1073/1188] Compiling sha256-armv8.linux.aarch64.S
[1074/1188] Compiling sha256-armv4.linux.arm.S
[1075/1188] Compiling sha256-armv4.ios.arm.S
[1076/1188] Compiling sha256-586.linux.x86.S
[1077/1188] Compiling sha1-x86_64.mac.x86_64.S
[1078/1188] Compiling sha256-armv8.ios.aarch64.S
[1079/1188] Compiling sha1-x86_64.linux.x86_64.S
[1080/1188] Compiling sha1-armv8.linux.aarch64.S
[1081/1188] Compiling sha1-armv8.ios.aarch64.S
[1082/1188] Compiling sha1-armv4-large.linux.arm.S
[1083/1194] Compiling sha1-armv4-large.ios.arm.S
[1084/1197] Compiling sha1-586.linux.x86.S
[1085/1197] Compiling rdrand-x86_64.mac.x86_64.S
[1086/1197] Compiling rsaz-avx2.linux.x86_64.S
[1087/1197] Compiling rdrand-x86_64.linux.x86_64.S
[1087/1197] Compiling rsaz-avx2.mac.x86_64.S
[1089/1197] Compiling fork_detect.c
[1090/1197] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[1091/1197] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[1092/1197] Compiling p256-x86_64-asm.linux.x86_64.S
[1093/1197] Compiling p256-x86_64-asm.mac.x86_64.S
[1094/1197] Compiling ctrdrbg.c
[1095/1197] Compiling rand.c
[1096/1197] Compiling gcm_nohw.c
[1097/1197] Compiling ofb.c
[1098/1197] Compiling ctr.c
[1099/1197] Compiling cfb.c
[1100/1197] Compiling polyval.c
[1101/1197] Compiling md5-x86_64.mac.x86_64.S
[1102/1197] Compiling md5-x86_64.linux.x86_64.S
[1103/1197] Compiling md5-586.linux.x86.S
[1104/1197] Compiling cbc.c
[1105/1197] Compiling gcm.c
[1106/1197] Compiling ghashv8-armx64.linux.aarch64.S
[1107/1197] Compiling ghashv8-armx32.linux.arm.S
[1108/1197] Compiling ghashv8-armx64.ios.aarch64.S
[1109/1197] Compiling ghashv8-armx32.ios.arm.S
[1110/1197] Compiling ghash-x86_64.mac.x86_64.S
[1111/1197] Compiling ghash-x86.linux.x86.S
[1111/1197] Compiling ghash-x86_64.linux.x86_64.S
[1113/1197] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[1114/1197] Compiling ghash-ssse3-x86.linux.x86.S
[1115/1197] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[1116/1197] Compiling ghash-neon-armv8.linux.aarch64.S
[1117/1197] Compiling ghash-armv4.linux.arm.S
[1118/1197] Compiling ghash-neon-armv8.ios.aarch64.S
[1119/1197] Compiling ghash-armv4.ios.arm.S
[1120/1197] Compiling co-586.linux.x86.S
[1121/1197] Compiling bsaes-armv7.linux.arm.S
[1122/1197] Compiling bsaes-armv7.ios.arm.S
[1123/1197] Compiling shift.c
[1124/1197] Compiling sqrt.c
[1125/1197] Compiling rsaz_exp.c
[1126/1197] Compiling cipher.c
[1127/1197] Compiling random.c
[1127/1197] Compiling e_aes.c
[1129/1197] Compiling prime.c
[1130/1197] Compiling mul.c
[1131/1197] Compiling montgomery_inv.c
[1132/1197] Compiling montgomery.c
[1132/1197] Compiling jacobi.c
[1134/1197] Compiling gcd.c
[1134/1197] Compiling gcd_extra.c
[1136/1197] Compiling generic.c
[1137/1197] Compiling div_extra.c
[1138/1197] Compiling exponentiation.c
[1139/1197] Compiling cmp.c
[1140/1197] Compiling ctx.c
[1141/1197] Compiling bytes.c
[1142/1197] Compiling x86_64-gcc.c
[1143/1197] Compiling div.c
[1144/1197] Compiling bn.c
[1145/1197] Compiling add.c
[1146/1197] Compiling bn-586.linux.x86.S
[1147/1197] Compiling armv8-mont.linux.aarch64.S
[1148/1197] Compiling armv8-mont.ios.aarch64.S
[1149/1197] Compiling armv4-mont.linux.arm.S
[1150/1197] Compiling armv4-mont.ios.arm.S
[1151/1197] Compiling aesv8-armx64.linux.aarch64.S
[1152/1197] Compiling aesv8-armx64.ios.aarch64.S
[1153/1197] Compiling aesv8-armx32.linux.arm.S
[1154/1197] Compiling aesv8-armx32.ios.arm.S
[1155/1197] Compiling aesni-x86_64.mac.x86_64.S
[1156/1197] Compiling aesni-x86_64.linux.x86_64.S
[1157/1197] Compiling aesni-x86.linux.x86.S
[1158/1197] Compiling aesni-gcm-x86_64.mac.x86_64.S
[1159/1197] Compiling aesni-gcm-x86_64.linux.x86_64.S
[1160/1197] Compiling mode_wrappers.c
[1161/1197] Compiling key_wrap.c
[1162/1197] Compiling urandom.c
[1163/1197] Compiling err_data.c
[1164/1197] Compiling aes.c
[1165/1197] Compiling ex_data.c
[1166/1197] Compiling cpu_ppc64le.c
[1167/1197] Compiling crypto.c
[1168/1197] Compiling cpu_intel.c
[1169/1197] Compiling cpu_arm_linux.c
[1170/1197] Compiling cpu_arm.c
[1171/1197] Compiling err.c
[1172/1197] Compiling cpu_aarch64_win.c
[1173/1197] Compiling cpu_aarch64_linux.c
[1174/1197] Compiling cpu_aarch64_fuchsia.c
[1175/1197] Compiling unicode.c
[1176/1197] Compiling aes_nohw.c
[1177/1197] Compiling cpu_aarch64_apple.c
[1178/1197] Write sources
[1180/1197] Compiling ber.c
[1181/1197] Compiling cbs.c
[1182/1197] Compiling asn1_compat.c
[1183/1197] Compiling cbb.c
[1184/1197] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1185/1197] Compiling file.c
[1186/1197] Compiling convert.c
[1187/1197] Compiling bio.c
[1189/1197] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[1190/1197] Compiling CryptoBoringWrapper RandomBytes.swift
[1191/1244] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1192/1244] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1193/1244] Compiling CryptoBoringWrapper EllipticCurve.swift
[1194/1244] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1195/1244] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1196/1244] Emitting module CryptoBoringWrapper
[1197/1244] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1198/1244] Compiling Algorithms Suffix.swift
[1199/1244] Compiling Algorithms Trim.swift
[1200/1244] Compiling Algorithms RandomSample.swift
[1201/1244] Compiling Algorithms Reductions.swift
[1202/1244] Compiling Algorithms Rotate.swift
[1203/1246] Compiling Algorithms EitherSequence.swift
[1204/1246] Compiling Algorithms FirstNonNil.swift
[1205/1246] Compiling Algorithms FlattenCollection.swift
[1206/1246] Compiling Algorithms Split.swift
[1207/1246] Compiling Algorithms Compacted.swift
[1208/1246] Compiling Algorithms Cycle.swift
[1209/1246] Compiling Algorithms Partition.swift
[1210/1246] Compiling Algorithms Permutations.swift
[1211/1246] Compiling Algorithms Product.swift
[1212/1246] Compiling Algorithms Combinations.swift
[1213/1246] Compiling Algorithms Stride.swift
[1214/1246] Compiling Algorithms Joined.swift
[1215/1268] Compiling _CryptoExtras ECToolbox.swift
[1216/1268] Compiling _CryptoExtras HashToField.swift
[1217/1268] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1218/1268] Compiling _CryptoExtras ChaCha20CTR.swift
[1219/1268] Compiling _CryptoExtras ECToolbox_boring.swift
[1220/1268] Compiling _CryptoExtras ARC.swift
[1221/1268] Compiling _CryptoExtras ARCCredential.swift
[1222/1269] Compiling _CryptoExtras ARCEncoding.swift
[1223/1269] Compiling _CryptoExtras ARCPrecredential.swift
[1224/1269] Compiling _CryptoExtras ARCPresentation.swift
[1225/1269] Compiling _CryptoExtras ARCRequest.swift
[1226/1276] Emitting module BigNum
[1227/1276] Compiling BigNum BigNum.swift
[1228/1296] Compiling _CryptoExtras AES_CTR_boring.swift
[1229/1296] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1230/1296] Compiling _CryptoExtras ARC+API.swift
[1233/1296] Compiling _CryptoExtras PBKDF2.swift
[1234/1296] Compiling _CryptoExtras Scrypt_boring.swift
[1235/1296] Compiling _CryptoExtras AES_CTR.swift
[1236/1296] Compiling _CryptoExtras AES_GCM_SIV.swift
[1237/1296] Compiling _CryptoExtras Block Function.swift
[1238/1296] Compiling _CryptoExtras AES_CFB_boring.swift
[1239/1296] Emitting module Atomics
[1240/1296] Compiling _CryptoExtras AES_CBC.swift
[1241/1296] Compiling _CryptoExtras AES_CFB.swift
[1248/1306] Emitting module _CryptoExtras
[1249/1362] Compiling NIOCore BSDSocketAPI.swift
[1250/1362] Compiling NIOCore ByteBuffer-aux.swift
[1251/1362] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1252/1362] Compiling NIOCore ByteBuffer-conversions.swift
[1253/1362] Compiling NIOCore GlobalSingletons.swift
[1254/1362] Compiling NIOCore IO.swift
[1255/1362] Compiling NIOCore IOData.swift
[1256/1362] Compiling NIOCore IPProtocol.swift
[1257/1362] Compiling NIOCore IntegerBitPacking.swift
[1258/1362] Compiling NIOCore IntegerTypes.swift
[1259/1362] Emitting module Algorithms
[1260/1362] Compiling NIOCore CircularBuffer.swift
[1261/1362] Compiling NIOCore AddressedEnvelope.swift
[1262/1362] Compiling NIOCore AsyncAwaitSupport.swift
[1263/1362] Compiling NIOCore AsyncChannel.swift
[1264/1362] Compiling NIOCore AsyncChannelHandler.swift
[1265/1362] Compiling NIOCore AsyncChannelInboundStream.swift
[1266/1362] Compiling NIOCore Channel.swift
[1267/1362] Compiling NIOCore ChannelHandler.swift
[1268/1362] Compiling NIOCore ChannelHandlers.swift
[1269/1362] Compiling NIOCore ChannelInvoker.swift
[1270/1362] Compiling NIOCore ChannelOption.swift
[1271/1362] Compiling NIOCore ChannelPipeline.swift
[1272/1362] Compiling NIOCore Interfaces.swift
[1273/1362] Compiling NIOCore Linux.swift
[1274/1362] Compiling NIOCore MarkedCircularBuffer.swift
[1275/1362] Compiling NIOCore MulticastChannel.swift
[1276/1362] Compiling NIOCore NIOAny.swift
[1277/1362] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1278/1362] Compiling NIOCore ByteBuffer-views.swift
[1279/1362] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1280/1362] Compiling NIOCore NIOAsyncWriter.swift
[1281/1362] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1287/1362] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1294/1362] Compiling NIOCore Codec.swift
[1295/1362] Compiling NIOCore ConvenienceOptionSupport.swift
[1296/1362] Compiling NIOCore DeadChannel.swift
[1297/1362] Compiling NIOCore DispatchQueue+WithFuture.swift
[1298/1362] Compiling NIOCore EventLoop+Deprecated.swift
[1299/1362] Compiling NIOCore EventLoop+SerialExecutor.swift
[1300/1362] Compiling NIOCore EventLoop.swift
[1301/1368] Compiling NIOCore SocketOptionProvider.swift
[1302/1368] Compiling NIOCore SystemCallHelpers.swift
[1303/1368] Compiling NIOCore TimeAmount+Duration.swift
[1304/1368] Compiling NIOCore TypeAssistedChannelHandler.swift
[1305/1368] Compiling NIOCore UniversalBootstrapSupport.swift
[1306/1368] Compiling NIOCore Utilities.swift
[1321/1368] Compiling NIOCore ByteBuffer-core.swift
[1322/1368] Compiling NIOCore ByteBuffer-hex.swift
[1323/1368] Compiling NIOCore ByteBuffer-int.swift
[1324/1368] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1325/1368] Compiling NIOCore ByteBuffer-multi-int.swift
[1328/1368] Compiling NIOCore NIOLoopBound.swift
[1329/1368] Compiling NIOCore NIOScheduledCallback.swift
[1330/1368] Compiling NIOCore NIOSendable.swift
[1331/1368] Compiling NIOCore RecvByteBufferAllocator.swift
[1332/1368] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1333/1368] Compiling NIOCore SocketAddresses.swift
[1339/1368] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1340/1368] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1341/1368] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1342/1368] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1343/1368] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1344/1368] Compiling NIOCore EventLoopFuture.swift
[1345/1368] Compiling NIOCore FileDescriptor.swift
[1346/1368] Compiling NIOCore FileHandle.swift
[1347/1368] Compiling NIOCore FileRegion.swift
[1348/1368] Emitting module NIOCore
[1349/1421] Emitting module NIOEmbedded
[1350/1421] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1351/1421] Compiling NIOEmbedded Embedded.swift
[1352/1421] Compiling NIOEmbedded AsyncTestingChannel.swift
[1353/1421] Compiling NIOPosix GetaddrinfoResolver.swift
[1354/1421] Compiling NIOPosix HappyEyeballs.swift
[1355/1421] Compiling NIOPosix IO.swift
[1356/1421] Compiling NIOPosix IntegerBitPacking.swift
[1357/1421] Compiling NIOPosix IntegerTypes.swift
[1358/1421] Compiling NIOPosix Linux.swift
[1359/1426] Compiling NIOPosix Selectable.swift
[1360/1426] Compiling NIOPosix SelectableChannel.swift
[1361/1426] Compiling NIOPosix SelectableEventLoop.swift
[1362/1426] Compiling NIOPosix SelectorEpoll.swift
[1363/1426] Compiling NIOPosix SelectorGeneric.swift
[1364/1426] Emitting module NIOPosix
[1365/1426] Compiling NIOPosix UnsafeTransfer.swift
[1366/1426] Compiling NIOPosix Utilities.swift
[1367/1426] Compiling NIOPosix VsockAddress.swift
[1368/1426] Compiling NIOPosix VsockChannelEvents.swift
[1369/1426] Compiling NIOPosix resource_bundle_accessor.swift
[1370/1426] Compiling NIOPosix LinuxCPUSet.swift
[1371/1426] Compiling NIOPosix LinuxUring.swift
[1372/1426] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1373/1426] Compiling NIOPosix NIOThreadPool.swift
[1374/1426] Compiling NIOPosix NonBlockingFileIO.swift
[1375/1426] Compiling NIOPosix SelectorKqueue.swift
[1376/1426] Compiling NIOPosix SelectorUring.swift
[1377/1426] Compiling NIOPosix ServerSocket.swift
[1378/1426] Compiling NIOPosix Socket.swift
[1379/1426] Compiling NIOPosix SocketChannel.swift
[1380/1426] Compiling NIOPosix BSDSocketAPICommon.swift
[1381/1426] Compiling NIOPosix BSDSocketAPIPosix.swift
[1382/1426] Compiling NIOPosix BSDSocketAPIWindows.swift
[1383/1426] Compiling NIOPosix BaseSocket.swift
[1384/1426] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1385/1426] Compiling NIOPosix BaseSocketChannel.swift
[1386/1426] Compiling NIOPosix SocketProtocols.swift
[1387/1426] Compiling NIOPosix System.swift
[1388/1426] Compiling NIOPosix Thread.swift
[1389/1426] Compiling NIOPosix ThreadPosix.swift
[1390/1426] Compiling NIOPosix ThreadWindows.swift
[1391/1426] Compiling NIOPosix PendingDatagramWritesManager.swift
[1392/1426] Compiling NIOPosix PendingWritesManager.swift
[1393/1426] Compiling NIOPosix PipeChannel.swift
[1394/1426] Compiling NIOPosix PipePair.swift
[1395/1426] Compiling NIOPosix Pool.swift
[1396/1426] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1397/1426] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1398/1426] Compiling NIOPosix PosixSingletons.swift
[1399/1426] Compiling NIOPosix RawSocketBootstrap.swift
[1400/1426] Compiling NIOPosix Resolver.swift
[1401/1426] Compiling NIOPosix BaseStreamSocketChannel.swift
[1402/1426] Compiling NIOPosix Bootstrap.swift
[1403/1426] Compiling NIOPosix ControlMessage.swift
[1404/1426] Compiling NIOPosix DatagramVectorReadManager.swift
[1405/1426] Compiling NIOPosix Errors+Any.swift
[1406/1426] Compiling NIOPosix FileDescriptor.swift
[1407/1428] Compiling NIO Exports.swift
[1408/1428] Emitting module NIO
[1409/1468] Compiling NIOTLS TLSEvents.swift
[1410/1468] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1411/1468] Compiling NIOSOCKS SOCKSResponse.swift
[1412/1469] Compiling NIOSOCKS Errors.swift
[1413/1469] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1414/1469] Compiling NIOSOCKS ClientStateMachine.swift
[1415/1469] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1416/1469] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1417/1469] Compiling NIOHTTP1 HTTPEncoder.swift
[1418/1469] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1419/1469] Compiling NIOSOCKS Helpers.swift
[1420/1469] Compiling NIOSOCKS Messages.swift
[1421/1469] Compiling NIOSOCKS SOCKSRequest.swift
[1422/1469] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1423/1469] Compiling NIOHTTP1 HTTPDecoder.swift
[1424/1469] Emitting module NIOSOCKS
[1425/1469] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1426/1469] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1427/1469] Emitting module NIOTLS
[1428/1469] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1429/1469] Compiling NIOTLS SNIHandler.swift
[1430/1469] Compiling NIOSOCKS ServerStateMachine.swift
[1446/1469] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1447/1469] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1451/1469] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1452/1470] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1453/1470] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1454/1470] Emitting module NIOFoundationCompat
[1455/1490] Compiling NIOSSL TLSConfiguration.swift
[1456/1490] Compiling NIOSSL NIOSSLServerHandler.swift
[1457/1534] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1458/1534] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1459/1534] Compiling X509 CertificationRequestInfo.swift
[1460/1534] Compiling X509 ExtensionRequest.swift
[1461/1534] Compiling X509 Certificate.swift
[1462/1534] Compiling X509 CertificatePrivateKey.swift
[1463/1617] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1464/1617] Emitting module NIOHTTP1
[1465/1617] Compiling X509 CSRAttribute.swift
[1466/1617] Compiling X509 CSRAttributes.swift
[1467/1617] Compiling X509 CertificatePublicKey.swift
[1468/1617] Compiling X509 CertificateSerialNumber.swift
[1469/1617] Compiling X509 CertificateVersion.swift
[1470/1617] Compiling X509 CMSAttribute.swift
[1471/1641] Emitting module NIOTransportServices
[1472/1643] Compiling X509 CMSOperations.swift
[1473/1643] Compiling X509 CMSSignature.swift
[1474/1643] Compiling X509 CMSEncapsulatedContentInfo.swift
[1475/1643] Compiling X509 CMSIssuerAndSerialNumber.swift
[1481/1643] Compiling X509 CMSContentInfo.swift
[1484/1643] Compiling X509 CertificateSigningRequest.swift
[1486/1643] Compiling NIOHPACK DynamicHeaderTable.swift
[1487/1643] Compiling NIOHPACK HPACKDecoder.swift
[1488/1643] Compiling X509 CSRVersion.swift
[1489/1643] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1490/1643] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1491/1643] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1492/1643] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1493/1643] Compiling NIOHPACK IntegerCoding.swift
[1494/1644] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1495/1644] Compiling NIOHTTPCompression HTTPDecompression.swift
[1496/1644] Compiling NIOHPACK HeaderTables.swift
[1497/1644] Compiling NIOHPACK IndexedHeaderTable.swift
[1498/1644] Emitting module NIOHTTPCompression
[1499/1644] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1500/1644] Compiling NIOHTTPCompression HTTPCompression.swift
[1501/1644] Compiling NIOHPACK StaticHeaderTable.swift
[1502/1644] Compiling X509 CMSSignedData.swift
[1503/1644] Compiling X509 CMSSignerIdentifier.swift
[1504/1644] Compiling X509 CMSSignerInfo.swift
[1505/1644] Compiling X509 CMSVersion.swift
[1506/1644] Emitting module NIOSSL
[1509/1647] Compiling NIOHPACK HuffmanTables.swift
[1510/1647] Compiling NIOHPACK HuffmanCoding.swift
[1511/1647] Compiling NIOHPACK HPACKEncoder.swift
[1512/1647] Compiling NIOHPACK HPACKErrors.swift
[1513/1647] Emitting module NIOHPACK
[1514/1647] Compiling NIOHPACK HPACKHeader.swift
[1521/1707] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1522/1707] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1523/1707] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1524/1707] Compiling SotoSignerV4 exports.swift
[1525/1707] Compiling SotoSignerV4 credentials.swift
[1526/1707] Compiling SotoSignerV4 SigV4a.swift
[1527/1707] Compiling SotoSignerV4 HexEncoding.swift
[1528/1707] Emitting module SotoSignerV4
[1529/1707] Compiling SotoSignerV4 signer.swift
[1530/1707] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1531/1707] Compiling NIOHTTP2 InboundEventBuffer.swift
[1532/1707] Compiling NIOHTTP2 InboundWindowManager.swift
[1533/1707] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1534/1707] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1535/1707] Compiling NIOHTTP2 HTTP2Error.swift
[1536/1707] Compiling NIOHTTP2 SendingHeadersState.swift
[1537/1707] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1538/1707] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1539/1707] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1540/1707] Compiling NIOHTTP2 DOSHeuristics.swift
[1541/1707] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1542/1707] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1543/1707] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1544/1707] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1545/1707] Compiling NIOHTTP2 StateMachineResult.swift
[1546/1707] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1547/1707] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1548/1707] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1549/1707] Compiling NIOHTTP2 QuiescingState.swift
[1550/1707] Compiling NIOHTTP2 MaySendFrames.swift
[1551/1707] Compiling NIOHTTP2 SendingDataState.swift
[1552/1707] Compiling NIOHTTP2 SendingGoawayState.swift
[1553/1707] Compiling X509 Signature.swift
[1554/1707] Compiling X509 SignatureAlgorithm.swift
[1555/1707] Compiling X509 AllOfPolicies.swift
[1556/1707] Compiling X509 AnyPolicy.swift
[1557/1707] Compiling X509 CertificateStore.swift
[1558/1707] Compiling X509 OneOfPolicies.swift
[1559/1707] Compiling X509 PolicyBuilder.swift
[1560/1707] Compiling X509 BasicConstraintsPolicy.swift
[1561/1707] Compiling X509 DNSNames.swift
[1562/1707] Compiling X509 DirectoryNames.swift
[1570/1723] Compiling NIOHTTP2 HTTP2Stream.swift
[1571/1723] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1572/1723] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1573/1723] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1574/1723] Compiling NIOHTTP2 HTTP2StreamID.swift
[1575/1723] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1576/1723] Compiling NIOHTTP2 StreamChannelList.swift
[1577/1723] Compiling NIOHTTP2 StreamMap.swift
[1578/1723] Compiling NIOHTTP2 StreamStateMachine.swift
[1579/1723] Compiling NIOHTTP2 UnsafeTransfer.swift
[1580/1723] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1581/1723] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1582/1723] Compiling NIOHTTP2 SendingRstStreamState.swift
[1583/1723] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1584/1723] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1585/1723] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1586/1723] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1587/1723] Compiling NIOHTTP2 HasLocalSettings.swift
[1588/1723] Compiling NIOHTTP2 HasRemoteSettings.swift
[1589/1723] Compiling NIOHTTP2 HTTP2Settings.swift
[1600/1723] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1612/1723] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1613/1723] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1614/1723] Compiling NIOHTTP2 MayReceiveFrames.swift
[1615/1723] Compiling NIOHTTP2 ReceivingDataState.swift
[1616/1723] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1617/1723] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1623/1723] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1624/1723] Compiling NIOHTTP2 HTTP2Frame.swift
[1625/1723] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1626/1723] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1627/1723] Compiling NIOHTTP2 HTTP2PingData.swift
[1628/1723] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1629/1723] Compiling NIOHTTP2 Error+Any.swift
[1630/1723] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1631/1723] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1632/1723] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1633/1723] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1634/1723] Compiling X509 ExpiryPolicy.swift
[1635/1723] Compiling X509 IPConstraints.swift
[1636/1723] Compiling X509 NameConstraintsPolicy.swift
[1637/1723] Compiling X509 RFC5280Policy.swift
[1638/1723] Compiling X509 URIConstraints.swift
[1639/1723] Compiling X509 VersionPolicy.swift
[1640/1723] Compiling X509 ServerIdentityPolicy.swift
[1641/1723] Compiling X509 TrustRootLoading.swift
[1642/1723] Compiling X509 UnverifiedChain.swift
[1643/1723] Compiling X509 VerificationDiagnostic.swift
[1644/1723] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1645/1723] Compiling X509 OCSPTBSRequest.swift
[1646/1723] Compiling X509 OCSPVersion.swift
[1647/1723] Compiling X509 PKCS8PrivateKey.swift
[1648/1723] Compiling X509 PromiseAndFuture.swift
[1649/1723] Compiling X509 RDNAttribute.swift
[1650/1723] Compiling X509 RandomNumberGenerator+bytes.swift
[1651/1723] Compiling X509 RelativeDistinguishedName.swift
[1652/1723] Compiling X509 SEC1PrivateKey.swift
[1653/1723] Compiling X509 SecKeyWrapper.swift
[1673/1723] Compiling X509 Verifier.swift
[1674/1723] Compiling X509 VerifierPolicy.swift
[1675/1723] Compiling X509 AlgorithmIdentifier.swift
[1676/1723] Compiling X509 ECDSASignature.swift
[1677/1723] Compiling X509 RSAPKCS1PublicKey.swift
[1678/1723] Compiling X509 SubjectPublicKeyInfo.swift
[1679/1723] Compiling X509 TBSCertificate.swift
[1680/1723] Compiling X509 Time.swift
[1681/1723] Compiling X509 TimeCalculations.swift
[1682/1723] Compiling X509 Validity.swift
[1683/1723] Emitting module X509
[1684/1783] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[1685/1783] Compiling JWTKit P256+CurveType.swift
[1686/1783] Compiling JWTKit P384+CurveType.swift
[1687/1783] Compiling JWTKit P521+CurveType.swift
[1688/1783] Compiling JWTKit EdDSA.swift
[1689/1783] Compiling JWTKit EdDSACurve.swift
[1690/1783] Compiling JWTKit EdDSAError.swift
[1691/1783] Compiling JWTKit BoolClaim.swift
[1692/1783] Compiling JWTKit ExpirationClaim.swift
[1693/1783] Compiling JWTKit GoogleHostedDomainClaim.swift
[1694/1783] Compiling JWTKit IDClaim.swift
[1695/1783] Compiling JWTKit IssuedAtClaim.swift
[1696/1783] Compiling JWTKit IssuerClaim.swift
[1697/1783] Compiling JWTKit JWTSerializer.swift
[1698/1783] Compiling JWTKit JWTSigner.swift
[1699/1783] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[1700/1783] Compiling JWTKit UnsecuredNoneSigner.swift
[1701/1783] Compiling JWTKit JWTKeyCollection+RSA.swift
[1702/1783] Compiling JWTKit RSA.swift
[1703/1783] Compiling JWTKit JWTClaim.swift
[1704/1783] Compiling JWTKit JWKIdentifier.swift
[1705/1783] Compiling JWTKit JWKS.swift
[1706/1783] Compiling JWTKit JWKSigner.swift
[1707/1783] Compiling JWTKit JWTAlgorithm.swift
[1708/1783] Compiling JWTKit JWTError.swift
[1709/1783] Compiling JWTKit RSAError.swift
[1710/1783] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[1711/1783] Compiling JWTKit HMAC.swift
[1712/1783] Compiling JWTKit HMACError.swift
[1713/1783] Compiling JWTKit HMACSigner.swift
[1714/1783] Compiling JWTKit JWTKeyCollection+HMAC.swift
[1715/1783] Compiling JWTKit Insecure.swift
[1716/1783] Compiling JWTKit JWK.swift
[1717/1783] Emitting module NIOHTTP2
[1718/1783] Compiling JWTKit RSASigner.swift
[1719/1783] Compiling JWTKit Base64URL.swift
[1720/1783] Compiling JWTKit CryptoSigner.swift
[1721/1783] Compiling JWTKit CustomizedJSONCoders.swift
[1722/1783] Compiling JWTKit Utilities.swift
[1723/1783] Compiling JWTKit AudienceClaim.swift
[1724/1844] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1725/1844] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1726/1844] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1727/1844] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1728/1844] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1729/1844] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1730/1844] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1731/1850] Emitting module AsyncHTTPClient
[1732/1850] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1733/1850] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1734/1850] Compiling AsyncHTTPClient ConnectionPool.swift
[1735/1850] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1736/1850] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1737/1850] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1738/1850] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1739/1850] Compiling AsyncHTTPClient SSLContextCache.swift
[1740/1850] Compiling AsyncHTTPClient Scheme.swift
[1741/1850] Compiling AsyncHTTPClient Singleton.swift
[1742/1850] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1743/1850] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1744/1850] Compiling AsyncHTTPClient Utils.swift
[1745/1850] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1746/1850] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1747/1850] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1748/1850] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1749/1850] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1750/1850] Compiling AsyncHTTPClient RequestBodyLength.swift
[1751/1850] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1752/1850] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1753/1850] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1754/1850] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1755/1850] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1756/1850] Compiling AsyncHTTPClient Transaction.swift
[1757/1850] Compiling AsyncHTTPClient Base64.swift
[1758/1850] Compiling AsyncHTTPClient BasicAuth.swift
[1759/1850] Compiling AsyncHTTPClient HTTP1Connection.swift
[1760/1850] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1761/1850] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1762/1850] Compiling AsyncHTTPClient HTTP2Connection.swift
[1763/1850] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1764/1850] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1765/1850] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1766/1850] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1767/1850] Compiling AsyncHTTPClient TLSConfiguration.swift
[1768/1850] Compiling AsyncHTTPClient RedirectState.swift
[1769/1850] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1770/1850] Compiling AsyncHTTPClient RequestBag.swift
[1771/1850] Compiling AsyncHTTPClient RequestValidation.swift
[1772/1850] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1773/1850] Compiling AsyncHTTPClient ConnectionTarget.swift
[1774/1850] Compiling AsyncHTTPClient DeconstructedURL.swift
[1775/1850] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1776/1850] Compiling AsyncHTTPClient FoundationExtensions.swift
[1777/1850] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1778/1850] Compiling AsyncHTTPClient RequestOptions.swift
[1779/1850] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1780/1850] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1781/1850] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1782/1850] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1783/1850] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1784/1850] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1785/1850] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1786/1850] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1787/1850] Compiling AsyncHTTPClient HTTPClient.swift
[1788/1850] Compiling AsyncHTTPClient HTTPHandler.swift
[1789/1850] Compiling AsyncHTTPClient LRUCache.swift
[1790/1850] Compiling AsyncHTTPClient NWErrorHandler.swift
[1791/1916] Compiling SotoCore ARN.swift
[1792/1916] Compiling SotoCore AWSShape.swift
[1793/1916] Compiling SotoCore EndpointVariant.swift
[1794/1916] Compiling SotoCore Environment.swift
[1795/1916] Compiling SotoCore Region.swift
[1796/1916] Compiling SotoCore ServiceProtocol.swift
[1797/1916] Compiling SotoCore CodableProperties.swift
[1798/1916] Compiling SotoCore ClientErrors.swift
[1799/1916] Compiling SotoCore Error.swift
[1800/1916] Compiling SotoCore ServerErrors.swift
[1801/1916] Compiling SotoCore Exports.swift
[1802/1916] Compiling SotoCore AWSHTTPBody.swift
[1803/1916] Compiling SotoCore AWSHTTPClient.swift
[1804/1916] Compiling SotoCore AWSHTTPRequest.swift
[1805/1923] Emitting module JWTKit
[1806/1929] Compiling SotoCore DateCoders.swift
[1807/1929] Compiling SotoCore EC2ArrayCoder.swift
[1808/1929] Compiling SotoCore EventStreamDecoder.swift
[1809/1929] Compiling SotoCore QueryEncoder.swift
[1810/1929] Compiling SotoCore RequestContainer.swift
[1811/1929] Compiling SotoCore ResponseContainer.swift
[1812/1929] Compiling SotoCore ErrorHandlingMiddleware.swift
[1813/1929] Compiling SotoCore AWSClient+Paginate.swift
[1814/1929] Compiling SotoCore AWSClient.swift
[1815/1929] Compiling SotoCore AWSEndpointDiscovery.swift
[1816/1929] Compiling SotoCore AWSService.swift
[1817/1929] Compiling SotoCore AWSServiceConfig.swift
[1818/1929] Compiling SotoCore Base64Data.swift
[1819/1929] Compiling SotoCore Document.swift
[1827/1929] Compiling SotoCore RotatingCredentialProvider.swift
[1828/1929] Compiling SotoCore RuntimeSelectorCredentialProvider.swift
[1829/1929] Compiling SotoCore STSAssumeRole.swift
[1830/1929] Compiling SotoCore StaticCredential+CredentialProvider.swift
[1831/1929] Compiling SotoCore StaticCredential+Environment.swift
[1832/1929] Compiling SotoCore CollectionCoders.swift
[1833/1929] Compiling SotoCore Middleware.swift
[1834/1929] Compiling SotoCore EditHeadersMiddleware.swift
[1835/1929] Compiling SotoCore EndpointDiscoveryMiddleware.swift
[1836/1929] Compiling SotoCore Credential+IsEmpty.swift
[1837/1929] Compiling SotoCore CredentialProvider.swift
[1838/1929] Compiling SotoCore CredentialProviderError.swift
[1839/1929] Compiling SotoCore ExpiringValue.swift
[1840/1929] Compiling SotoCore FixedSizeByteBufferAsyncSequence.swift
[1841/1929] Compiling SotoCore Sequence+concurrentMap.swift
[1842/1929] Compiling SotoCore ConfigFileCredentialProvider.swift
[1843/1929] Compiling SotoCore ConfigFileLoader.swift
[1844/1929] Compiling SotoCore MetaDataCredentialProvider.swift
[1845/1929] Compiling SotoCore NullCredentialProvider.swift
[1846/1929] Compiling SotoCore CredentialProviderSelector.swift
[1847/1929] Compiling SotoCore DeferredCredentialProvider.swift
[1848/1929] Compiling SotoCore EmptyCredential.swift
[1849/1929] Compiling SotoCore ExpiringCredential.swift
[1850/1929] Compiling SotoCore AnyAsyncSequence.swift
[1851/1929] Compiling SotoCore ByteBufferSequence.swift
[1852/1929] Compiling SotoCore EventStream.swift
[1853/1929] Compiling SotoCore AWSHTTPResponse+HAL.swift
[1854/1929] Compiling SotoCore AWSHTTPResponse.swift
[1855/1929] Compiling SotoCore AsyncHTTPClient.swift
[1856/1929] Compiling SotoCore S3SignedAsyncSequence.swift
[1861/1929] Compiling JWTKit AppleIdentityToken.swift
[1862/1929] Compiling JWTKit FirebaseAuthIdentityToken.swift
[1863/1929] Compiling JWTKit GoogleIdentityToken.swift
[1864/1929] Compiling JWTKit MicrosoftIdentityToken.swift
[1865/1929] Compiling JWTKit ValidationTimePayload.swift
[1866/1929] Compiling JWTKit X5CVerifier.swift
[1867/1929] Compiling SotoCore EventPayload.swift
[1894/1929] Emitting module SotoCore
[1923/1929] Compiling SotoCore MiddlewareStack.swift
[1924/1929] Compiling SotoCore RetryPolicy.swift
[1925/1929] Compiling SotoCore UnsafeTransfer.swift
[1926/1929] Compiling SotoCore base64.swift
[1927/1929] Compiling SotoCore crc32.swift
[1928/1929] Compiling SotoCore AWSClient+Waiter.swift
[1929/1929] Compiling SotoCore Matcher.swift
[1930/1935] Compiling _SotoCognitoIdentityGenerated CognitoIdentity_api.swift
[1931/1935] Emitting module _SotoCognitoIdentityGenerated
[1932/1935] Compiling _SotoCognitoIdentityGenerated CognitoIdentity_shapes.swift
[1933/1939] Compiling SotoCognitoIdentity exports.swift
[1934/1939] Compiling SotoCognitoIdentity CognitoIdentity+CredentialProvider.swift
[1935/1939] Emitting module SotoCognitoIdentity
[1936/1939] Compiling SotoCognitoIdentity CognitoIdentity+IdentityProvider.swift
[1937/1939] Emitting module SotoCognitoIdentityProvider
[1938/1939] Compiling SotoCognitoIdentityProvider CognitoIdentityProvider_shapes.swift
[1939/1939] Compiling SotoCognitoIdentityProvider CognitoIdentityProvider_api.swift
[1940/1947] Compiling SotoCognitoAuthenticationKit Configuration.swift
[1941/1947] Compiling SotoCognitoAuthenticationKit UserPoolCredentialProvider.swift
[1942/1947] Compiling SotoCognitoAuthenticationKit Identifiable.swift
[1943/1947] Compiling SotoCognitoAuthenticationKit ContextData.swift
[1944/1947] Compiling SotoCognitoAuthenticationKit Tokens.swift
[1945/1947] Emitting module SotoCognitoAuthenticationKit
[1946/1947] Compiling SotoCognitoAuthenticationKit Authenticatable+JWT.swift
[1947/1947] Compiling SotoCognitoAuthenticationKit Authenticatable.swift
[1948/1951] Compiling SotoCognitoAuthenticationSRP UserPoolAuthenticationMethod+SRP.swift
[1949/1951] Compiling SotoCognitoAuthenticationSRP SRP.swift
[1950/1951] Emitting module SotoCognitoAuthenticationSRP
[1951/1951] Compiling SotoCognitoAuthenticationSRP Authenticatable+SRP.swift
Build complete! (102.29s)
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/adam-fowler/big-num.git
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/soto-project/soto.git from cache
Fetching https://github.com/swift-server/async-http-client.git from cache
[1/857] Fetching big-num
[156/9906] Fetching big-num, jwt-kit
Fetched https://github.com/adam-fowler/big-num.git from cache (0.99s)
[453/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.54s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.55s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.55s)
Fetched https://github.com/soto-project/soto.git from cache (1.57s)
Computing version for https://github.com/adam-fowler/big-num.git
Computed https://github.com/adam-fowler/big-num.git at 2.0.2 (2.54s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (0.45s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-log.git from cache
[1/6112] Fetching swift-certificates
Fetched https://github.com/apple/swift-log.git from cache (0.70s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.05s)
Computing version for https://github.com/soto-project/soto.git
Computed https://github.com/soto-project/soto.git at 7.6.1 (3.86s)
Fetching https://github.com/soto-project/soto-core.git from cache
Fetched https://github.com/soto-project/soto-core.git from cache (0.69s)
Computing version for https://github.com/soto-project/soto-core.git
Computed https://github.com/soto-project/soto-core.git at 7.6.0 (1.18s)
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/adam-fowler/jmespath.swift.git from cache
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-metrics.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
[1/4974] Fetching swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.61s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.83s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (0.83s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.84s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.03s)
Fetched https://github.com/adam-fowler/jmespath.swift.git from cache (1.03s)
Fetched https://github.com/apple/swift-nio.git from cache (1.04s)
Computing version for https://github.com/adam-fowler/jmespath.swift.git
Computed https://github.com/adam-fowler/jmespath.swift.git at 1.0.3 (1.62s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.46s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.45s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.82s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.28s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.66s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.64s)
Fetched https://github.com/apple/swift-collections.git from cache (0.72s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.19s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.67s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.46s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (0.63s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.63s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.64s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.21s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.05s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.46s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.60s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.46s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.59s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.59s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.66s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.56s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.49s)
Fetching https://github.com/apple/swift-http-types.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.46s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.61s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.08s)
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.47s)
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-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.45s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-nio-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/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.1.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/adam-fowler/jmespath.swift.git
Working copy of https://github.com/adam-fowler/jmespath.swift.git resolved at 1.0.3
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/soto-project/soto-core.git
Working copy of https://github.com/soto-project/soto-core.git resolved at 7.6.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.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.25.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/soto-project/soto.git
Working copy of https://github.com/soto-project/soto.git resolved at 7.6.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/adam-fowler/big-num.git
Working copy of https://github.com/adam-fowler/big-num.git resolved at 2.0.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "soto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.1.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soto-project/soto.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.10.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "jwt-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/jwt-kit.git"
    },
    {
      "identity" : "big-num",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/adam-fowler/big-num.git"
    }
  ],
  "manifest_display_name" : "soto-cognito-authentication-kit",
  "name" : "soto-cognito-authentication-kit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SotoCognitoAuthenticationKit",
      "targets" : [
        "SotoCognitoAuthenticationKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SotoCognitoAuthenticationSRP",
      "targets" : [
        "SotoCognitoAuthenticationSRP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SotoCognitoAuthenticationSRP",
      "module_type" : "SwiftTarget",
      "name" : "SotoCognitoAuthenticationSRP",
      "path" : "Sources/SotoCognitoAuthenticationSRP",
      "product_dependencies" : [
        "BigNum"
      ],
      "product_memberships" : [
        "SotoCognitoAuthenticationSRP"
      ],
      "sources" : [
        "Authenticatable+SRP.swift",
        "SRP.swift",
        "UserPoolAuthenticationMethod+SRP.swift"
      ],
      "target_dependencies" : [
        "SotoCognitoAuthenticationKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SotoCognitoAuthenticationKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SotoCognitoAuthenticationKitTests",
      "path" : "Tests/SotoCognitoAuthenticationKitTests",
      "sources" : [
        "CognitoTests.swift",
        "SRPTests.swift"
      ],
      "target_dependencies" : [
        "SotoCognitoAuthenticationKit",
        "SotoCognitoAuthenticationSRP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SotoCognitoAuthenticationKit",
      "module_type" : "SwiftTarget",
      "name" : "SotoCognitoAuthenticationKit",
      "path" : "Sources/SotoCognitoAuthenticationKit",
      "product_dependencies" : [
        "SotoCognitoIdentity",
        "SotoCognitoIdentityProvider",
        "AsyncHTTPClient",
        "JWTKit",
        "Crypto"
      ],
      "product_memberships" : [
        "SotoCognitoAuthenticationKit",
        "SotoCognitoAuthenticationSRP"
      ],
      "sources" : [
        "Authenticatable+JWT.swift",
        "Authenticatable.swift",
        "Configuration.swift",
        "ContextData.swift",
        "Identifiable.swift",
        "Tokens.swift",
        "UserPoolCredentialProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.