Build Information
Successful build of soto-cognito-authentication-kit, reference main (694b08
), with Swift 6.0 for Linux on 3 Dec 2024 11:29:14 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/soto-project/soto-cognito-authentication-kit.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/soto-project/soto-cognito-authentication-kit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 694b08d Update badges in README.md
Cloned https://github.com/soto-project/soto-cognito-authentication-kit.git
Revision (git rev-parse @):
694b08d188e2c3e73e06d29fcafea73451088171
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/soto-project/soto-cognito-authentication-kit.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
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" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/adam-fowler/big-num.git
Fetching https://github.com/vapor/jwt-kit.git
Fetching https://github.com/soto-project/soto.git
Fetching https://github.com/apple/swift-crypto.git
[1/857] Fetching big-num
[858/12087] Fetching big-num, swift-crypto
[1757/25404] Fetching big-num, swift-crypto, async-http-client
[16676/34253] Fetching big-num, swift-crypto, async-http-client, jwt-kit
Fetched https://github.com/apple/swift-crypto.git from cache (1.23s)
[1/137055] Fetching soto
Fetched https://github.com/adam-fowler/big-num.git from cache (80.65s)
Fetched https://github.com/swift-server/async-http-client.git from cache (80.66s)
Fetched https://github.com/vapor/jwt-kit.git from cache (80.66s)
Fetched https://github.com/soto-project/soto.git from cache (81.35s)
Computing version for https://github.com/soto-project/soto.git
Computed https://github.com/soto-project/soto.git at 7.2.0 (5.11s)
Fetching https://github.com/soto-project/soto-core.git
[1/45357] Fetching soto-core
Fetched https://github.com/soto-project/soto-core.git from cache (1.97s)
Computing version for https://github.com/soto-project/soto-core.git
Computed https://github.com/soto-project/soto-core.git at 7.2.0 (1.43s)
Fetching https://github.com/adam-fowler/jmespath.swift.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/538] Fetching jmespath.swift
[437/2826] Fetching jmespath.swift, swift-nio-transport-services
[1523/6549] Fetching jmespath.swift, swift-nio-transport-services, swift-log
[4466/11456] Fetching jmespath.swift, swift-nio-transport-services, swift-log, swift-distributed-tracing
[5627/13567] Fetching jmespath.swift, swift-nio-transport-services, swift-log, swift-distributed-tracing, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.52s)
Fetched https://github.com/apple/swift-log.git from cache (0.53s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.53s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/1569] Fetching swift-atomics
[645/15219] Fetching swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (0.35s)
[2730/13650] Fetching swift-nio-ssl
[3960/85725] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/adam-fowler/jmespath.swift.git from cache (2.14s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.14s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.16s)
[53336/72075] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.03s)
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.97s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.48s)
Computing version for https://github.com/adam-fowler/big-num.git
Computed https://github.com/adam-fowler/big-num.git at 2.0.2 (1.16s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.24.0 (0.47s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5177] Fetching swift-nio-extras
[4661/10768] Fetching swift-nio-extras, swift-algorithms
[8869/21927] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.87s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.87s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.88s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.53s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.33s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.46s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.1 (0.42s)
Fetching https://github.com/apple/swift-certificates.git
[1/5377] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.87s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (0.54s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.1.2 (0.44s)
Fetching https://github.com/apple/swift-service-context.git
[1/989] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.23s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.1.0 (0.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.10.0 (1.75s)
Fetching https://github.com/apple/swift-asn1.git
[1/1418] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.23s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (0.48s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (0.42s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.6.1 (0.64s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (0.68s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/3919] Fetching swift-system
[3920/19522] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.00s)
Fetched https://github.com/apple/swift-collections.git from cache (1.02s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.59s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.17s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (0.84s)
Fetching https://github.com/apple/swift-http-types
[1/671] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.39s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.79s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.34.1 (0.75s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.0 (0.57s)
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.34.1
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.29.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.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.1.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.0
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.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.24.1
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.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.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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.6.1
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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.10.0
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.2.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
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.1.2
Creating working copy for https://github.com/soto-project/soto.git
Working copy of https://github.com/soto-project/soto.git resolved at 7.2.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.5.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.1
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/988] Write sources
[26/988] Compiling _NumericsShims _NumericsShims.c
[26/988] Write sources
[44/988] Compiling CSotoExpat xmltok_ns.c
[45/988] Compiling _AtomicsShims.c
[46/988] Compiling sha512.c
[47/988] Compiling sha1.c
[48/988] Compiling sha256.c
[49/988] Compiling CSotoExpat xmltok_impl.c
[50/988] Compiling siphash.c
[51/988] Compiling CNIOWindows shim.c
[52/988] Compiling CNIOWindows WSAStartup.c
[53/988] Compiling CNIOWASI CNIOWASI.c
[54/988] Compiling CNIOLinux liburing_shims.c
[55/988] Compiling CSotoExpat xmlrole.c
[56/988] Compiling CNIOLLHTTP c_nio_http.c
[57/988] Compiling CNIOExtrasZlib empty.c
[58/988] Compiling CNIOLinux shim.c
[59/988] Write swift-version-24593BA9C3E375BF.txt
[60/988] Compiling CNIODarwin shim.c
[61/988] Compiling CNIOLLHTTP c_nio_api.c
[62/988] Compiling by_file.c
[63/988] Compiling fiat_p256_adx_sqr.S
[64/988] Compiling CNIOLLHTTP c_nio_llhttp.c
[65/989] Compiling CSotoExpat xmlparse.c
[66/994] Compiling CSotoExpat xmltok.c
[67/1031] Compiling CNIOBoringSSLShims shims.c
[69/1031] Emitting module _CertificateInternals
[70/1036] Emitting module _NIODataStructures
[71/1036] Emitting module SotoXML
[72/1036] Compiling RealModule Float+Real.swift
[73/1037] Compiling SwiftASN1 TimeUtilities.swift
[74/1037] Compiling SwiftASN1 UTCTime.swift
[75/1039] Compiling RealModule ElementaryFunctions.swift
[76/1039] Compiling _NIODataStructures PriorityQueue.swift
[77/1039] Compiling _NIODataStructures _TinyArray.swift
[78/1039] Compiling RealModule ApproximateEquality.swift
[79/1039] Compiling SwiftASN1 BER.swift
[80/1039] Compiling SwiftASN1 ASN1Any.swift
[81/1039] Compiling SwiftASN1 ASN1Integer.swift
[82/1039] Compiling SwiftASN1 ASN1Null.swift
[83/1039] Compiling RealModule AugmentedArithmetic.swift
[84/1039] Compiling RealModule Double+Real.swift
[85/1039] Compiling RealModule AlgebraicField.swift
[86/1039] Compiling RealModule RealFunctions.swift
[87/1039] Compiling RealModule Float80+Real.swift
[88/1039] Compiling RealModule Real.swift
[89/1039] Emitting module ServiceContextModule
[90/1039] Compiling RealModule Float16+Real.swift
[91/1039] Compiling ServiceContextModule ServiceContext.swift
[92/1039] Emitting module _NIOBase64
[97/1039] Emitting module RealModule
[98/1039] Compiling _NIOBase64 Base64.swift
[99/1040] Compiling ServiceContextModule ServiceContextKey.swift
[100/1041] Compiling _CertificateInternals _TinyArray.swift
[105/1068] Emitting module SwiftASN1
[106/1079] Compiling JMESPath Interpreter.swift
[107/1079] Compiling JMESPath Lexer.swift
[108/1079] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[109/1079] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[110/1079] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[111/1081] Compiling Instrumentation NoOpInstrument.swift
[112/1081] Emitting module Instrumentation
[113/1081] Emitting module INIParser
[114/1081] Compiling InternalCollectionsUtilities Debugging.swift
[115/1081] Compiling InternalCollectionsUtilities Descriptions.swift
[116/1081] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[117/1081] Compiling InternalCollectionsUtilities Specialize.swift
[118/1081] Compiling Instrumentation MultiplexInstrument.swift
[119/1081] Compiling Instrumentation Instrument.swift
[120/1081] Compiling JMESPath Runtime.swift
[121/1081] Compiling JMESPath Token.swift
[122/1081] Compiling JMESPath Sendable.swift
[123/1082] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[124/1082] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[125/1082] Emitting module JMESPath
[126/1082] Compiling INIParser INIParser.swift
[128/1083] Emitting module Logging
[129/1083] Compiling Logging MetadataProvider.swift
[130/1083] Compiling Logging Locks.swift
[131/1083] Compiling Instrumentation Locks.swift
[132/1083] Compiling Instrumentation InstrumentationSystem.swift
[133/1084] Compiling JMESPath Parser.swift
[134/1084] Compiling _NIODataStructures Heap.swift
[135/1085] Compiling SotoXML Expat.swift
[136/1085] Compiling Logging Logging.swift
[137/1085] Compiling Logging LogHandler.swift
[142/1086] Emitting module InternalCollectionsUtilities
[142/1086] Compiling fiat_curve25519_adx_square.S
[144/1086] Compiling fiat_p256_adx_mul.S
[145/1089] Compiling fiat_curve25519_adx_mul.S
[147/1089] Compiling InternalCollectionsUtilities UInt+reversed.swift
[148/1089] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[149/1089] Compiling JMESPath Ast.swift
[150/1089] Compiling JMESPath Error.swift
[151/1089] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[152/1089] Compiling JMESPath Expression.swift
[153/1089] Compiling JMESPath Functions.swift
[155/1098] Compiling Tracing TracingTime.swift
[156/1098] Compiling Tracing TracerProtocol.swift
[157/1098] Emitting module CoreMetrics
[158/1098] Emitting module Tracing
[159/1098] Compiling Tracing TracerProtocol+Legacy.swift
[160/1098] Compiling Tracing Tracer.swift
[161/1098] Compiling Tracing InstrumentationSystem+Tracing.swift
[162/1098] Compiling Tracing SpanProtocol.swift
[163/1098] Compiling Tracing NoOpTracer.swift
[164/1099] Compiling tls_method.cc
[165/1099] Compiling tls_record.cc
[167/1114] Compiling SotoXML XML.swift
[168/1114] Compiling DequeModule Deque+Testing.swift
[169/1114] Compiling DequeModule Deque._Storage.swift
[170/1114] Compiling DequeModule Deque._UnsafeHandle.swift
[171/1114] Compiling DequeModule Deque.swift
[172/1114] Compiling DequeModule _DequeBuffer.swift
[173/1114] Compiling DequeModule _DequeBufferHeader.swift
[174/1114] Compiling CoreMetrics Locks.swift
[175/1114] Compiling CoreMetrics Metrics.swift
[176/1115] Compiling JMESPath Variable.swift
[179/1116] Compiling DequeModule Deque+Equatable.swift
[180/1116] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[181/1116] Compiling DequeModule Deque+Codable.swift
[182/1116] Compiling DequeModule Deque+Collection.swift
[183/1116] Compiling DequeModule Deque+CustomReflectable.swift
[184/1116] Compiling DequeModule Deque+Descriptions.swift
[185/1117] Compiling SotoXML XMLDecoder.swift
[186/1117] Compiling SotoXML XMLEncoder.swift
[190/1120] Compiling tls13_server.cc
[196/1122] Compiling DequeModule Deque+Extras.swift
[197/1122] Compiling DequeModule Deque+Hashable.swift
[200/1122] Compiling DequeModule _DequeSlot.swift
[201/1122] Compiling DequeModule _UnsafeWrappedBuffer.swift
[202/1122] Compiling Metrics Metrics.swift
[203/1122] Emitting module Metrics
[206/1123] Compiling tls13_enc.cc
[207/1123] Compiling tls13_client.cc
[210/1123] Compiling t1_enc.cc
[211/1123] Compiling tls13_both.cc
[213/1123] Emitting module DequeModule
[214/1124] Compiling ssl_versions.cc
[215/1124] Compiling ssl_x509.cc
[216/1124] Compiling ssl_stat.cc
[217/1124] Compiling ssl_transcript.cc
[218/1124] Compiling ssl_session.cc
[219/1124] Compiling ssl_privkey.cc
[220/1124] Compiling ssl_credential.cc
[221/1124] Compiling ssl_file.cc
[222/1124] Compiling ssl_key_share.cc
[223/1124] Compiling ssl_cipher.cc
[224/1124] Compiling ssl_lib.cc
[225/1124] Compiling ssl_buffer.cc
[226/1124] Compiling ssl_cert.cc
[227/1124] Compiling ssl_asn1.cc
[228/1124] Compiling ssl_aead_ctx.cc
[229/1124] Compiling s3_lib.cc
[230/1124] Compiling s3_pkt.cc
[231/1124] Compiling s3_both.cc
[232/1124] Compiling handshake_server.cc
[233/1124] Compiling handshake.cc
[234/1124] Compiling handshake_client.cc
[235/1124] Compiling handoff.cc
[236/1124] Compiling encrypted_client_hello.cc
[237/1124] Compiling extensions.cc
[238/1124] Compiling md5-x86_64-linux.S
[239/1124] Compiling md5-x86_64-apple.S
[240/1124] Compiling dtls_record.cc
[241/1124] Compiling md5-586-linux.S
[242/1124] Compiling md5-586-apple.S
[243/1124] Compiling d1_lib.cc
[244/1124] Compiling err_data.c
[245/1124] Compiling chacha20_poly1305_armv8-win.S
[246/1124] Compiling chacha20_poly1305_x86_64-apple.S
[247/1124] Compiling chacha20_poly1305_x86_64-linux.S
[248/1124] Compiling chacha20_poly1305_armv8-linux.S
[249/1124] Compiling chacha20_poly1305_armv8-apple.S
[250/1124] Compiling chacha-x86_64-linux.S
[251/1124] Compiling chacha-x86_64-apple.S
[252/1124] Compiling chacha-x86-linux.S
[253/1124] Compiling chacha-armv8-win.S
[254/1124] Compiling chacha-x86-apple.S
[255/1124] Compiling chacha-armv8-apple.S
[256/1124] Compiling chacha-armv4-linux.S
[257/1124] Compiling chacha-armv8-linux.S
[258/1124] Compiling d1_pkt.cc
[259/1124] Compiling dtls_method.cc
[260/1124] Compiling aes128gcmsiv-x86_64-apple.S
[261/1124] Compiling aes128gcmsiv-x86_64-linux.S
[262/1124] Compiling x86_64-mont-linux.S
[262/1124] Compiling x86_64-mont5-apple.S
[264/1124] Compiling x86_64-mont5-linux.S
[265/1124] Compiling x86_64-mont-apple.S
[266/1124] Compiling x86-mont-linux.S
[267/1124] Compiling vpaes-x86-linux.S
[268/1124] Compiling vpaes-x86_64-apple.S
[269/1124] Compiling vpaes-x86-apple.S
[270/1124] Compiling x86-mont-apple.S
[271/1124] Compiling vpaes-x86_64-linux.S
[272/1124] Compiling vpaes-armv8-win.S
[273/1124] Compiling vpaes-armv8-linux.S
[274/1124] Compiling vpaes-armv8-apple.S
[275/1124] Compiling vpaes-armv7-linux.S
[276/1124] Compiling sha512-x86_64-linux.S
[277/1124] Compiling sha512-x86_64-apple.S
[278/1124] Compiling sha512-armv8-linux.S
[279/1124] Compiling sha512-armv8-apple.S
[279/1124] Compiling bio_ssl.cc
[281/1124] Compiling sha512-armv8-win.S
[282/1124] Compiling sha512-586-linux.S
[283/1124] Compiling sha512-586-apple.S
[284/1124] Compiling sha512-armv4-linux.S
[285/1124] Compiling sha256-armv8-win.S
[286/1124] Compiling sha256-x86_64-linux.S
[287/1124] Compiling sha256-x86_64-apple.S
[288/1124] Compiling sha256-armv8-apple.S
[289/1124] Compiling sha256-armv4-linux.S
[290/1124] Compiling sha256-armv8-linux.S
[291/1124] Compiling sha256-586-linux.S
[292/1124] Compiling sha256-586-apple.S
[293/1124] Compiling sha1-x86_64-apple.S
[294/1124] Compiling sha1-armv8-win.S
[295/1124] Compiling sha1-armv8-linux.S
[296/1124] Compiling sha1-x86_64-linux.S
[297/1124] Compiling sha1-586-linux.S
[298/1124] Compiling sha1-armv8-apple.S
[299/1124] Compiling sha1-586-apple.S
[300/1124] Compiling rsaz-avx2-linux.S
[301/1124] Compiling sha1-armv4-large-linux.S
[302/1124] Compiling rdrand-x86_64-linux.S
[303/1124] Compiling rdrand-x86_64-apple.S
[304/1124] Compiling rsaz-avx2-apple.S
[305/1124] Compiling d1_srtp.cc
[306/1124] Compiling p256_beeu-armv8-asm-apple.S
[307/1124] Compiling p256_beeu-x86_64-asm-linux.S
[308/1124] Compiling p256_beeu-armv8-asm-win.S
[309/1124] Compiling p256_beeu-x86_64-asm-apple.S
[310/1124] Compiling p256_beeu-armv8-asm-linux.S
[311/1124] Compiling p256-x86_64-asm-apple.S
[312/1124] Compiling p256-armv8-asm-linux.S
[312/1124] Compiling p256-x86_64-asm-linux.S
[314/1124] Compiling p256-armv8-asm-win.S
[315/1124] Compiling p256-armv8-asm-apple.S
[316/1124] Compiling ghashv8-armv8-win.S
[317/1124] Compiling ghashv8-armv8-apple.S
[318/1124] Compiling ghashv8-armv7-linux.S
[319/1124] Compiling ghashv8-armv8-linux.S
[320/1124] Compiling ghash-x86_64-apple.S
[321/1124] Compiling ghash-x86_64-linux.S
[322/1124] Compiling ghash-x86-linux.S
[323/1124] Compiling ghash-ssse3-x86_64-linux.S
[324/1124] Compiling d1_both.cc
[325/1124] Compiling ghash-x86-apple.S
[326/1124] Compiling ghash-ssse3-x86_64-apple.S
[327/1124] Compiling ghash-neon-armv8-win.S
[328/1124] Compiling ghash-ssse3-x86-linux.S
[329/1124] Compiling ghash-ssse3-x86-apple.S
[330/1124] Compiling ghash-neon-armv8-apple.S
[331/1124] Compiling co-586-apple.S
[332/1124] Compiling ghash-armv4-linux.S
[332/1124] Compiling bsaes-armv7-linux.S
[334/1124] Compiling ghash-neon-armv8-linux.S
[334/1124] Compiling co-586-linux.S
[336/1124] Compiling bn-armv8-win.S
[337/1124] Compiling bn-armv8-linux.S
[338/1124] Compiling bn-armv8-apple.S
[339/1124] Compiling bn-586-apple.S
[340/1124] Compiling armv8-mont-linux.S
[341/1124] Compiling bn-586-linux.S
[342/1124] Compiling armv4-mont-linux.S
[343/1124] Compiling aesv8-gcm-armv8-apple.S
[344/1124] Compiling armv8-mont-apple.S
[345/1124] Compiling aesv8-gcm-armv8-win.S
[346/1124] Compiling armv8-mont-win.S
[347/1124] Compiling aesv8-gcm-armv8-linux.S
[348/1124] Compiling aesv8-armv8-win.S
[349/1124] Compiling aesv8-armv8-apple.S
[350/1124] Compiling aesv8-armv8-linux.S
[351/1124] Compiling aesv8-armv7-linux.S
[352/1124] Compiling aesni-x86-linux.S
[353/1124] Compiling aesni-x86_64-apple.S
[354/1124] Compiling aesni-x86_64-linux.S
[355/1124] Compiling aesni-gcm-x86_64-apple.S
[356/1124] Compiling aesni-x86-apple.S
[357/1124] Compiling aesni-gcm-x86_64-linux.S
[358/1124] Compiling x_val.c
[359/1124] Compiling x_sig.c
[360/1124] Compiling x_x509a.c
[361/1124] Compiling x_req.c
[362/1124] Compiling x_spki.c
[363/1124] Compiling x_name.c
[364/1124] Compiling x_exten.c
[365/1124] Compiling x_x509.c
[366/1124] Compiling x_pubkey.c
[367/1124] Compiling x509spki.c
[368/1124] Compiling x_attrib.c
[369/1124] Compiling x_crl.c
[370/1124] Compiling x_algor.c
[371/1124] Compiling x509_vpm.c
[372/1124] Compiling x509rset.c
[373/1124] Compiling x_all.c
[374/1124] Compiling x509name.c
[375/1124] Compiling x509cset.c
[376/1124] Compiling x509_trs.c
[377/1124] Compiling x509_txt.c
[378/1124] Compiling x509_v3.c
[379/1124] Compiling x509_vfy.c
[380/1124] Compiling x509_ext.c
[381/1124] Compiling x509_req.c
[382/1124] Compiling x509_set.c
[383/1124] Compiling x509_obj.c
[384/1124] Compiling x509_lu.c
[385/1124] Compiling x509_def.c
[386/1124] Compiling x509_att.c
[387/1124] Compiling x509_d2.c
[388/1124] Compiling x509.c
[389/1124] Compiling x509_cmp.c
[390/1124] Compiling v3_skey.c
[391/1124] Compiling v3_prn.c
[392/1124] Compiling v3_utl.c
[393/1124] Compiling v3_purp.c
[394/1124] Compiling v3_ocsp.c
[395/1124] Compiling v3_pmaps.c
[396/1124] Compiling v3_pcons.c
[397/1124] Compiling v3_lib.c
[398/1124] Compiling v3_ncons.c
[399/1124] Compiling v3_ia5.c
[400/1124] Compiling v3_int.c
[401/1124] Compiling v3_genn.c
[402/1124] Compiling v3_enum.c
[403/1124] Compiling v3_extku.c
[404/1124] Compiling v3_info.c
[405/1124] Compiling v3_bitst.c
[406/1124] Compiling v3_crld.c
[407/1124] Compiling v3_conf.c
[408/1124] Compiling t_x509.c
[409/1124] Compiling v3_cpols.c
[410/1124] Compiling v3_bcons.c
[411/1124] Compiling v3_akeya.c
[412/1124] Compiling v3_akey.c
[413/1124] Compiling v3_alt.c
[414/1124] Compiling t_x509a.c
[415/1124] Compiling i2d_pr.c
[416/1124] Compiling policy.c
[417/1124] Compiling t_crl.c
[418/1124] Compiling t_req.c
[419/1124] Compiling by_dir.c
[420/1124] Compiling name_print.c
[421/1124] Compiling rsa_pss.c
[422/1124] Compiling trust_token.c
[423/1124] Compiling by_file.c
[424/1124] Compiling a_digest.c
[425/1124] Compiling asn1_gen.c
[426/1124] Compiling a_sign.c
[427/1124] Compiling thread_win.c
[428/1124] Compiling thread_pthread.c
[429/1124] Compiling thread.c
[430/1124] Compiling voprf.c
[431/1124] Compiling thread_none.c
[431/1124] Compiling algorithm.c
[433/1124] Compiling spx_wots.c
[434/1124] Compiling spx_util.c
[435/1124] Compiling stack.c
[436/1124] Compiling pmbtoken.c
[437/1124] Compiling a_verify.c
[438/1124] Compiling spx_fors.c
[439/1124] Compiling spx_thash.c
[440/1124] Compiling spx_merkle.c
[441/1124] Compiling spx.c
[442/1124] Compiling spx_address.c
[443/1124] Compiling wots.c
[444/1124] Compiling thash.c
[445/1124] Compiling slhdsa.c
[446/1124] Compiling fors.c
[447/1124] Compiling sha512.c
[448/1124] Compiling sha1.c
[449/1124] Compiling sha256.c
[450/1124] Compiling siphash.c
[451/1124] Compiling merkle.c
[452/1124] Compiling rsa_print.c
[453/1124] Compiling rsa_extra.c
[454/1124] Compiling refcount.c
[455/1124] Compiling rc4.c
[456/1124] Compiling windows.c
[457/1124] Compiling trusty.c
[458/1124] Compiling urandom.c
[459/1124] Compiling rand_extra.c
[460/1124] Compiling rsa_asn1.c
[461/1124] Compiling ios.c
[462/1124] Compiling rsa_crypt.c
[463/1124] Compiling getentropy.c
[464/1124] Compiling deterministic.c
[465/1124] Compiling passive.c
[465/1124] Compiling fork_detect.c
[467/1124] Compiling pool.c
[468/1124] Compiling forkunsafe.c
[469/1124] Compiling poly1305_arm_asm.S
[470/1124] Compiling poly1305_arm.c
[471/1124] Compiling poly1305.c
[472/1124] Compiling pkcs7.c
[473/1124] Compiling poly1305_vec.c
[474/1124] Compiling pem_x509.c
[475/1124] Compiling pem_xaux.c
[476/1124] Compiling pkcs8_x509.c
[477/1124] Compiling p5_pbev2.c
[478/1124] Compiling pkcs8.c
[479/1124] Compiling pem_pk8.c
[480/1124] Compiling pem_pkey.c
[481/1124] Compiling pkcs7_x509.c
[482/1124] Compiling obj_xref.c
[483/1124] Compiling pem_info.c
[484/1124] Compiling pem_oth.c
[485/1124] Compiling md5.c
[486/1124] Compiling mem.c
[487/1124] Compiling obj.c
[488/1124] Compiling md4.c
[489/1124] Compiling pem_all.c
[490/1124] Compiling pem_lib.c
[491/1124] Compiling mldsa.c
[492/1124] Compiling lhash.c
[493/1124] Compiling kyber.c
[494/1124] Compiling fips_shared_support.c
[495/1124] Compiling keccak.c
[496/1124] Compiling mlkem.cc
[497/1124] Compiling sign.c
[498/1124] Compiling ex_data.c
[499/1124] Compiling hpke.c
[500/1124] Compiling hrss.c
[501/1124] Compiling poly_rq_mul.S
[502/1124] Compiling print.c
[503/1124] Compiling scrypt.c
[504/1124] Compiling p_x25519_asn1.c
[505/1124] Compiling pbkdf.c
[506/1124] Compiling p_x25519.c
[507/1124] Compiling p_rsa_asn1.c
[508/1124] Compiling p_hkdf.c
[508/1124] Compiling p_ed25519.c
[510/1124] Compiling p_ed25519_asn1.c
[511/1124] Compiling p_ec_asn1.c
[512/1124] Compiling p_rsa.c
[513/1124] Compiling p_ec.c
[514/1124] Compiling p_dh.c
[515/1124] Compiling p_dh_asn1.c
[516/1124] Compiling p_dsa_asn1.c
[517/1124] Compiling evp_ctx.c
[518/1124] Compiling evp.c
[519/1124] Compiling evp_asn1.c
[520/1124] Compiling engine.c
[521/1124] Compiling ecdh_extra.c
[522/1124] Compiling hash_to_curve.c
[523/1124] Compiling ecdsa_asn1.c
[524/1124] Compiling err.c
[525/1124] Compiling ec_derive.c
[526/1124] Compiling ec_asn1.c
[527/1124] Compiling dsa_asn1.c
[528/1124] Compiling dilithium.c
[529/1124] Compiling dh_asn1.c
[530/1124] Compiling params.c
[531/1124] Compiling dsa.c
[532/1124] Compiling digest_extra.c
[533/1124] Compiling x25519-asm-arm.S
[534/1124] Compiling spake25519.c
[535/1124] Compiling des.c
[536/1124] Compiling cpu_arm_freebsd.c
[537/1124] Compiling crypto.c
[538/1124] Compiling cpu_intel.c
[539/1124] Compiling cpu_arm_linux.c
[540/1124] Compiling cpu_aarch64_win.c
[541/1124] Compiling cpu_aarch64_openbsd.c
[542/1124] Compiling cpu_aarch64_sysreg.c
[543/1124] Compiling cpu_aarch64_linux.c
[544/1124] Compiling cpu_aarch64_fuchsia.c
[545/1124] Compiling curve25519.c
[546/1124] Compiling cpu_aarch64_apple.c
[547/1124] Compiling e_rc4.c
[548/1124] Compiling tls_cbc.c
[549/1124] Compiling e_tls.c
[550/1124] Compiling conf.c
[551/1124] Compiling e_null.c
[552/1124] Compiling e_des.c
[553/1124] Compiling e_rc2.c
[554/1124] Compiling e_chacha20poly1305.c
[555/1124] Compiling cipher_extra.c
[556/1124] Compiling derive_key.c
[557/1124] Compiling e_aesctrhmac.c
[558/1124] Compiling unicode.c
[559/1124] Compiling chacha.c
[560/1124] Compiling e_aesgcmsiv.c
[561/1124] Compiling curve25519_64_adx.c
[562/1124] Compiling ber.c
[563/1124] Compiling cbb.c
[564/1124] Compiling asn1_compat.c
[565/1124] Compiling bn_asn1.c
[566/1124] Compiling cbs.c
[567/1124] Compiling buf.c
[568/1124] Compiling socket_helper.c
[569/1124] Compiling blake2.c
[570/1124] Compiling convert.c
[571/1124] Compiling printf.c
[572/1124] Compiling socket.c
[573/1124] Compiling pair.c
[574/1124] Compiling hexdump.c
[575/1124] Compiling bio_mem.c
[576/1124] Compiling errno.c
[577/1124] Compiling file.c
[578/1124] Compiling fd.c
[579/1124] Compiling connect.c
[580/1124] Compiling bio.c
[581/1124] Compiling base64.c
[582/1124] Compiling tasn_new.c
[583/1124] Compiling tasn_fre.c
[584/1124] Compiling tasn_utl.c
[585/1124] Compiling tasn_typ.c
[586/1124] Compiling tasn_enc.c
[587/1124] Compiling f_int.c
[588/1124] Compiling f_string.c
[589/1124] Compiling posix_time.c
[590/1124] Compiling tasn_dec.c
[591/1124] Compiling asn_pack.c
[592/1124] Compiling asn1_par.c
[593/1124] Compiling a_utctm.c
[593/1124] Compiling asn1_lib.c
[595/1124] Compiling a_time.c
[596/1124] Compiling a_octet.c
[597/1124] Compiling a_type.c
[598/1124] Compiling a_strnid.c
[599/1124] Compiling a_strex.c
[600/1124] Compiling a_i2d_fp.c
[601/1124] Compiling a_mbstr.c
[602/1124] Compiling a_dup.c
[603/1124] Compiling a_object.c
[604/1124] Compiling a_gentm.c
[605/1124] Compiling a_int.c
[606/1124] Compiling a_d2i_fp.c
[607/1124] Compiling a_bool.c
[608/1124] Compiling a_bitstr.c
[609/1124] Compiling fiat_p256_adx_mul.S
[610/1124] Compiling fiat_p256_adx_sqr.S
[611/1124] Compiling fiat_curve25519_adx_square.S
[612/1124] Compiling md5-x86_64-apple.S
[613/1124] Compiling fiat_curve25519_adx_mul.S
[614/1124] Compiling md5-x86_64-linux.S
[615/1124] Compiling md5-586-linux.S
[616/1124] Compiling err_data.c
[617/1124] Compiling md5-586-apple.S
[618/1124] Compiling chacha20_poly1305_x86_64-apple.S
[619/1124] Compiling chacha20_poly1305_x86_64-linux.S
[620/1124] Compiling chacha20_poly1305_armv8-win.S
[621/1124] Compiling chacha20_poly1305_armv8-linux.S
[622/1124] Compiling CCryptoBoringSSLShims shims.c
[623/1124] Compiling chacha-x86_64-linux.S
[624/1124] Compiling chacha20_poly1305_armv8-apple.S
[625/1124] Compiling chacha-x86_64-apple.S
[626/1124] Compiling bcm.c
[627/1124] Compiling chacha-x86-apple.S
[627/1124] Compiling chacha-armv8-win.S
[629/1124] Compiling chacha-x86-linux.S
[630/1124] Compiling chacha-armv8-linux.S
[631/1124] Compiling chacha-armv4-linux.S
[632/1124] Compiling chacha-armv8-apple.S
[633/1124] Compiling aes128gcmsiv-x86_64-apple.S
[634/1124] Compiling aes128gcmsiv-x86_64-linux.S
[635/1124] Compiling x86_64-mont5-linux.S
[636/1124] Compiling x86-mont-linux.S
[637/1124] Compiling x86_64-mont5-apple.S
[638/1124] Compiling x86_64-mont-apple.S
[639/1124] Compiling x86_64-mont-linux.S
[640/1124] Compiling vpaes-x86_64-linux.S
[641/1124] Compiling x86-mont-apple.S
[642/1124] Compiling vpaes-armv8-win.S
[643/1124] Compiling vpaes-x86-linux.S
[644/1124] Compiling vpaes-x86-apple.S
[645/1124] Compiling vpaes-x86_64-apple.S
[646/1124] Compiling vpaes-armv8-linux.S
[647/1124] Compiling vpaes-armv8-apple.S
[648/1124] Compiling vpaes-armv7-linux.S
[649/1124] Compiling sha512-armv8-win.S
[650/1124] Compiling sha512-armv8-linux.S
[651/1124] Compiling sha512-x86_64-apple.S
[652/1124] Compiling sha512-armv8-apple.S
[653/1124] Compiling sha512-x86_64-linux.S
[654/1124] Compiling sha512-armv4-linux.S
[655/1124] Compiling sha512-586-apple.S
[656/1124] Compiling sha512-586-linux.S
[657/1124] Compiling sha256-armv8-win.S
[657/1124] Compiling sha256-x86_64-apple.S
[659/1124] Compiling sha256-x86_64-linux.S
[660/1124] Compiling sha256-armv8-linux.S
[661/1124] Compiling sha256-armv8-apple.S
[662/1124] Compiling sha256-586-apple.S
[663/1124] Compiling sha256-armv4-linux.S
[664/1124] Compiling sha256-586-linux.S
[665/1124] Compiling sha1-x86_64-apple.S
[666/1124] Compiling sha1-x86_64-linux.S
[667/1124] Compiling sha1-armv8-linux.S
[668/1124] Compiling sha1-armv8-win.S
[669/1124] Compiling sha1-armv8-apple.S
[670/1124] Compiling sha1-armv4-large-linux.S
[671/1124] Compiling sha1-586-linux.S
[672/1124] Compiling rsaz-avx2-linux.S
[673/1124] Compiling rsaz-avx2-apple.S
[674/1124] Compiling sha1-586-apple.S
[675/1124] Compiling rdrand-x86_64-apple.S
[675/1124] Compiling rdrand-x86_64-linux.S
[677/1124] Compiling p256_beeu-x86_64-asm-apple.S
[678/1124] Compiling p256_beeu-armv8-asm-win.S
[679/1124] Compiling p256_beeu-x86_64-asm-linux.S
[680/1124] Compiling p256_beeu-armv8-asm-apple.S
[681/1124] Compiling p256_beeu-armv8-asm-linux.S
[682/1124] Compiling p256-armv8-asm-win.S
[683/1124] Compiling p256-armv8-asm-linux.S
[684/1124] Compiling p256-x86_64-asm-apple.S
[685/1124] Compiling ghashv8-armv8-win.S
[686/1124] Compiling p256-armv8-asm-apple.S
[687/1124] Compiling ghashv8-armv8-linux.S
[688/1124] Compiling p256-x86_64-asm-linux.S
[689/1124] Compiling ghashv8-armv8-apple.S
[690/1124] Compiling ghashv8-armv7-linux.S
[691/1124] Compiling ghash-x86_64-apple.S
[692/1124] Compiling ghash-x86-linux.S
[693/1124] Compiling ghash-x86_64-linux.S
[694/1124] Compiling ghash-ssse3-x86_64-apple.S
[695/1124] Compiling ghash-x86-apple.S
[696/1124] Compiling ghash-ssse3-x86_64-linux.S
[697/1124] Compiling ghash-neon-armv8-win.S
[698/1124] Compiling ghash-ssse3-x86-linux.S
[699/1124] Compiling ghash-ssse3-x86-apple.S
[700/1124] Compiling ghash-neon-armv8-linux.S
[701/1124] Compiling ghash-neon-armv8-apple.S
[702/1124] Compiling co-586-apple.S
[703/1124] Compiling co-586-linux.S
[704/1124] Compiling ghash-armv4-linux.S
[705/1124] Compiling bsaes-armv7-linux.S
[706/1124] Compiling bn-armv8-win.S
[707/1124] Compiling bn-armv8-linux.S
[708/1124] Compiling bn-586-linux.S
[709/1124] Compiling bn-armv8-apple.S
[710/1124] Compiling bn-586-apple.S
[711/1124] Compiling armv8-mont-win.S
[712/1124] Compiling armv8-mont-apple.S
[713/1124] Compiling armv8-mont-linux.S
[714/1124] Compiling aesv8-gcm-armv8-win.S
[715/1124] Compiling aesv8-gcm-armv8-linux.S
[716/1124] Compiling armv4-mont-linux.S
[717/1124] Compiling aesv8-gcm-armv8-apple.S
[718/1124] Compiling aesv8-armv8-win.S
[719/1124] Compiling aesv8-armv8-apple.S
[720/1124] Compiling aesv8-armv7-linux.S
[721/1124] Compiling aesv8-armv8-linux.S
[722/1124] Compiling aesni-x86-apple.S
[723/1124] Compiling aesni-x86_64-linux.S
[724/1124] Compiling aesni-x86_64-apple.S
[725/1124] Compiling aesni-x86-linux.S
[726/1124] Compiling aesni-gcm-x86_64-linux.S
[727/1124] Compiling aesni-gcm-x86_64-apple.S
[728/1124] Compiling x_val.c
[729/1124] Compiling x_x509a.c
[730/1124] Compiling x_sig.c
[731/1124] Compiling x_spki.c
[732/1124] Compiling x_req.c
[733/1124] Compiling x_x509.c
[734/1124] Compiling c-nioatomics.c
[735/1124] Compiling x_pubkey.c
[736/1124] Compiling x_exten.c
[737/1124] Compiling x_name.c
[738/1124] Compiling x_algor.c
[739/1124] Compiling x_attrib.c
[740/1124] Compiling x_crl.c
[741/1124] Compiling x_all.c
[742/1124] Compiling x509spki.c
[743/1124] Compiling x509_vpm.c
[744/1124] Compiling x509name.c
[745/1124] Compiling x509_txt.c
[746/1124] Compiling x509rset.c
[747/1124] Compiling x509cset.c
[748/1124] Compiling x509_v3.c
[749/1124] Compiling x509_vfy.c
[750/1124] Compiling x509_set.c
[751/1124] Compiling x509_trs.c
[752/1124] Compiling x509_req.c
[753/1124] Compiling x509_lu.c
[754/1124] Compiling x509_obj.c
[755/1124] Compiling x509_ext.c
[756/1124] Compiling x509_d2.c
[757/1124] Compiling x509_def.c
[758/1124] Compiling x509.c
[759/1124] Compiling c-atomics.c
[760/1124] Compiling x509_cmp.c
[761/1124] Compiling x509_att.c
[762/1124] Compiling v3_utl.c
[763/1126] Compiling v3_skey.c
[764/1128] Compiling v3_prn.c
[765/1128] Compiling v3_pmaps.c
[766/1130] Compiling v3_purp.c
[767/1130] Compiling v3_pcons.c
[768/1130] Compiling v3_ocsp.c
[769/1130] Compiling v3_int.c
[770/1130] Compiling v3_info.c
[771/1130] Compiling v3_ncons.c
[772/1130] Compiling v3_lib.c
[773/1130] Compiling v3_ia5.c
[774/1130] Compiling v3_extku.c
[775/1130] Compiling v3_genn.c
[776/1130] Compiling v3_enum.c
[778/1130] Compiling NIOConcurrencyHelpers NIOLock.swift
[778/1130] Compiling v3_conf.c
[780/1130] Compiling NIOConcurrencyHelpers lock.swift
[780/1130] Compiling v3_crld.c
[781/1130] Compiling v3_cpols.c
[782/1130] Compiling v3_bitst.c
[783/1130] Compiling v3_bcons.c
[784/1130] Compiling v3_akeya.c
[785/1130] Compiling v3_alt.c
[786/1130] Compiling t_x509a.c
[787/1130] Compiling t_crl.c
[788/1130] Compiling v3_akey.c
[789/1130] Compiling rsa_pss.c
[790/1130] Compiling t_x509.c
[791/1130] Compiling t_req.c
[792/1130] Compiling i2d_pr.c
[794/1130] Emitting module NIOConcurrencyHelpers
[795/1130] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[796/1130] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[797/1130] Compiling NIOConcurrencyHelpers atomics.swift
[797/1131] Compiling policy.c
[798/1131] Compiling name_print.c
[799/1131] Compiling a_sign.c
[800/1131] Compiling asn1_gen.c
[802/1131] Compiling a_verify.c
[803/1131] Compiling trust_token.c
[804/1131] Compiling by_dir.c
[805/1131] Compiling algorithm.c
[806/1131] Compiling voprf.c
[807/1131] Compiling a_digest.c
[808/1131] Compiling thread.c
[809/1131] Compiling thread_win.c
[810/1131] Compiling thread_pthread.c
[811/1131] Compiling thread_none.c
[811/1131] Compiling spx_wots.c
[813/1131] Compiling spx_thash.c
[814/1131] Compiling spx_util.c
[815/1131] Compiling pmbtoken.c
[816/1131] Compiling spx_fors.c
[817/1131] Compiling spx_merkle.c
[818/1131] Compiling stack.c
[819/1131] Compiling wots.c
[820/1131] Compiling spx_address.c
[821/1131] Compiling spx.c
[822/1131] Compiling thash.c
[823/1131] Compiling fors.c
[824/1131] Compiling slhdsa.c
[825/1131] Compiling rsa_print.c
[826/1131] Compiling merkle.c
[827/1131] Compiling rsa_extra.c
[828/1131] Compiling rc4.c
[829/1131] Compiling trusty.c
[830/1131] Compiling rand_extra.c
[831/1131] Compiling refcount.c
[831/1131] Compiling rsa_asn1.c
[833/1131] Compiling windows.c
[834/1131] Compiling ios.c
[835/1131] Compiling rsa_crypt.c
[836/1131] Compiling passive.c
[837/1131] Compiling urandom.c
[838/1131] Compiling getentropy.c
[839/1131] Compiling deterministic.c
[839/1131] Compiling fork_detect.c
[841/1131] Compiling poly1305_vec.c
[842/1131] Compiling pool.c
[842/1131] Compiling forkunsafe.c
[844/1131] Compiling poly1305_arm_asm.S
[845/1131] Compiling poly1305_arm.c
[846/1131] Compiling pkcs7.c
[847/1131] Compiling poly1305.c
[848/1131] Compiling p5_pbev2.c
[849/1131] Compiling pem_xaux.c
[850/1131] Compiling pem_pkey.c
[851/1131] Compiling pkcs8.c
[852/1131] Compiling pkcs7_x509.c
[853/1131] Compiling pem_x509.c
[854/1131] Compiling pkcs8_x509.c
[855/1131] Compiling obj_xref.c
[856/1131] Compiling pem_lib.c
[857/1131] Compiling pem_pk8.c
[858/1131] Compiling pem_oth.c
[859/1131] Compiling lhash.c
[860/1131] Compiling mem.c
[861/1131] Compiling md4.c
[862/1131] Compiling md5.c
[863/1131] Compiling mldsa.c
[863/1131] Compiling obj.c
[863/1131] Compiling pem_info.c
[866/1131] Compiling keccak.c
[867/1131] Compiling pem_all.c
[868/1131] Compiling fips_shared_support.c
[869/1131] Compiling kyber.c
[870/1131] Compiling ex_data.c
[871/1131] Compiling poly_rq_mul.S
[872/1131] Compiling sign.c
[873/1131] Compiling scrypt.c
[874/1131] Compiling print.c
[875/1131] Compiling hpke.c
[876/1131] Compiling pbkdf.c
[877/1131] Compiling hrss.c
[878/1131] Compiling p_x25519.c
[879/1131] Compiling p_x25519_asn1.c
[880/1131] Compiling p_hkdf.c
[881/1131] Compiling p_rsa.c
[882/1131] Compiling p_ed25519.c
[883/1131] Compiling p_ec.c
[884/1131] Compiling p_rsa_asn1.c
[885/1131] Compiling p_ed25519_asn1.c
[886/1131] Compiling p_ec_asn1.c
[887/1131] Compiling p_dh_asn1.c
[888/1131] Compiling p_dh.c
[889/1131] Compiling p_dsa_asn1.c
[890/1131] Compiling evp_ctx.c
[891/1131] Compiling evp_asn1.c
[892/1131] Compiling ecdsa_asn1.c
[893/1131] Compiling ecdh_extra.c
[894/1131] Compiling err.c
[895/1131] Compiling engine.c
[896/1131] Compiling ec_derive.c
[897/1131] Compiling evp.c
[898/1131] Compiling hash_to_curve.c
[899/1131] Compiling dsa_asn1.c
[900/1131] Compiling ec_asn1.c
[901/1131] Compiling dsa.c
[902/1131] Compiling digest_extra.c
[903/1131] Compiling dh_asn1.c
[904/1131] Compiling params.c
[905/1131] Compiling x25519-asm-arm.S
[906/1131] Compiling spake25519.c
[907/1131] Compiling dilithium.c
[908/1131] Compiling des.c
[909/1131] Compiling crypto.c
[910/1131] Compiling cpu_intel.c
[911/1131] Compiling cpu_arm_linux.c
[912/1131] Compiling cpu_aarch64_win.c
[913/1131] Compiling cpu_arm_freebsd.c
[914/1131] Compiling cpu_aarch64_sysreg.c
[915/1131] Compiling cpu_aarch64_openbsd.c
[916/1131] Compiling cpu_aarch64_apple.c
[917/1131] Compiling cpu_aarch64_fuchsia.c
[918/1131] Compiling cpu_aarch64_linux.c
[919/1131] Compiling tls_cbc.c
[920/1131] Compiling e_rc4.c
[921/1131] Compiling e_tls.c
[922/1131] Compiling curve25519.c
[923/1131] Compiling conf.c
[924/1131] Compiling e_des.c
[925/1131] Compiling e_null.c
[926/1131] Compiling e_chacha20poly1305.c
[927/1131] Compiling e_rc2.c
[928/1131] Compiling derive_key.c
[929/1131] Compiling cipher_extra.c
[930/1131] Compiling chacha.c
[931/1131] Compiling e_aesctrhmac.c
[931/1131] Compiling curve25519_64_adx.c
[933/1131] Compiling unicode.c
[934/1131] Compiling e_aesgcmsiv.c
[935/1131] Compiling asn1_compat.c
[936/1131] Compiling cbb.c
[937/1131] Compiling ber.c
[938/1131] Compiling cbs.c
[939/1131] Compiling bn_asn1.c
[940/1131] Compiling buf.c
[941/1131] Compiling printf.c
[942/1131] Compiling blake2.c
[943/1131] Compiling convert.c
[944/1131] Compiling pair.c
[945/1131] Compiling hexdump.c
[946/1131] Compiling errno.c
[947/1131] Compiling file.c
[948/1131] Compiling fd.c
[949/1131] Compiling bio_mem.c
[950/1131] Compiling tasn_fre.c
[951/1131] Compiling base64.c
[952/1131] Compiling tasn_utl.c
[953/1131] Compiling tasn_new.c
[953/1131] Compiling bio.c
[955/1131] Compiling tasn_typ.c
[956/1131] Compiling f_string.c
[957/1131] Compiling asn1_par.c
[958/1131] Compiling f_int.c
[959/1131] Compiling asn_pack.c
[960/1131] Compiling posix_time.c
[961/1131] Compiling tasn_dec.c
[962/1131] Compiling tasn_enc.c
[963/1131] Compiling bcm.c
[964/1131] Compiling a_strnid.c
[965/1131] Compiling a_type.c
[966/1131] Compiling a_time.c
[967/1131] Compiling asn1_lib.c
[968/1131] Compiling a_utctm.c
[969/1131] Compiling a_mbstr.c
[970/1131] Compiling a_octet.c
[971/1131] Compiling a_gentm.c
[972/1131] Compiling a_strex.c
[973/1131] Compiling a_dup.c
[974/1131] Compiling a_i2d_fp.c
[975/1131] Compiling a_int.c
[976/1131] Compiling a_object.c
[977/1131] Compiling thread_win.c
[978/1131] Compiling a_bool.c
[979/1131] Compiling thread_none.c
[980/1131] Compiling a_bitstr.c
[981/1131] Compiling thread.c
[982/1131] Compiling thread_pthread.c
[983/1131] Compiling refcount_lock.c
[984/1131] Compiling a_d2i_fp.c
[985/1131] Compiling windows.c
[986/1131] Compiling rand_extra.c
[987/1131] Compiling stack.c
[988/1131] Compiling fuchsia.c
[989/1131] Compiling refcount_c11.c
[990/1131] Compiling passive.c
[991/1131] Compiling deterministic.c
[992/1131] Compiling forkunsafe.c
[993/1131] Compiling x86_64-mont5.mac.x86_64.S
[994/1131] Compiling x86-mont.linux.x86.S
[995/1131] Compiling x86_64-mont5.linux.x86_64.S
[995/1131] Compiling x86_64-mont.mac.x86_64.S
[997/1131] Compiling mem.c
[998/1131] Compiling x86_64-mont.linux.x86_64.S
[999/1131] Compiling vpaes-x86_64.mac.x86_64.S
[1000/1131] Compiling vpaes-x86_64.linux.x86_64.S
[1001/1132] Compiling vpaes-x86.linux.x86.S
[1002/1132] Compiling sha512-x86_64.mac.x86_64.S
[1003/1133] Compiling vpaes-armv7.linux.arm.S
[1004/1133] Compiling vpaes-armv8.linux.aarch64.S
[1005/1134] Compiling vpaes-armv8.ios.aarch64.S
[1006/1137] Compiling vpaes-armv7.ios.arm.S
[1007/1139] Compiling sha512-armv8.linux.aarch64.S
[1008/1139] Compiling sha512-armv8.ios.aarch64.S
[1009/1139] Compiling sha512-x86_64.linux.x86_64.S
[1010/1139] Compiling sha512-armv4.ios.arm.S
[1011/1139] Compiling sha512-armv4.linux.arm.S
[1012/1139] Compiling sha256-x86_64.mac.x86_64.S
[1013/1139] Compiling sha512-586.linux.x86.S
[1014/1139] Compiling sha256-armv8.linux.aarch64.S
[1015/1139] Compiling sha256-armv4.linux.arm.S
[1016/1139] Compiling sha256-armv8.ios.aarch64.S
[1016/1139] Compiling sha256-x86_64.linux.x86_64.S
[1018/1139] Compiling sha256-armv4.ios.arm.S
[1019/1139] Compiling sha256-586.linux.x86.S
[1020/1139] Compiling sha1-armv8.linux.aarch64.S
[1021/1139] Compiling sha1-armv8.ios.aarch64.S
[1022/1139] Compiling sha1-x86_64.mac.x86_64.S
[1023/1139] Compiling sha1-x86_64.linux.x86_64.S
[1024/1139] Compiling sha1-586.linux.x86.S
[1025/1139] Compiling sha1-armv4-large.ios.arm.S
[1026/1139] Compiling sha1-armv4-large.linux.arm.S
[1026/1139] Compiling rsaz-avx2.mac.x86_64.S
[1028/1139] Compiling rsaz-avx2.linux.x86_64.S
[1029/1139] Compiling rdrand-x86_64.mac.x86_64.S
[1030/1139] Compiling rdrand-x86_64.linux.x86_64.S
[1031/1139] Compiling urandom.c
[1032/1139] Compiling rand.c
[1033/1139] Compiling fork_detect.c
[1034/1139] Compiling ctrdrbg.c
[1035/1139] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[1036/1139] Compiling p256-x86_64-asm.mac.x86_64.S
[1037/1139] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[1038/1139] Compiling polyval.c
[1039/1139] Compiling p256-x86_64-asm.linux.x86_64.S
[1040/1139] Compiling ofb.c
[1041/1139] Compiling md5-x86_64.mac.x86_64.S
[1042/1139] Compiling gcm_nohw.c
[1043/1139] Compiling ctr.c
[1044/1139] Compiling cfb.c
[1044/1139] Compiling cbc.c
[1046/1139] Compiling gcm.c
[1047/1139] Compiling md5-586.linux.x86.S
[1048/1139] Compiling ghashv8-armx64.linux.aarch64.S
[1049/1139] Compiling md5-x86_64.linux.x86_64.S
[1050/1139] Compiling ghashv8-armx32.ios.arm.S
[1051/1139] Compiling ghashv8-armx64.ios.aarch64.S
[1052/1139] Compiling ghashv8-armx32.linux.arm.S
[1053/1139] Compiling ghash-x86.linux.x86.S
[1054/1139] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[1055/1139] Compiling ghash-x86_64.mac.x86_64.S
[1056/1139] Compiling ghash-ssse3-x86.linux.x86.S
[1057/1139] Compiling ghash-x86_64.linux.x86_64.S
[1058/1139] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[1059/1139] Compiling ghash-neon-armv8.linux.aarch64.S
[1060/1139] Compiling ghash-neon-armv8.ios.aarch64.S
[1061/1139] Compiling ghash-armv4.linux.arm.S
[1062/1139] Compiling co-586.linux.x86.S
[1063/1139] Compiling ghash-armv4.ios.arm.S
[1064/1139] Compiling bsaes-armv7.linux.arm.S
[1065/1139] Compiling bsaes-armv7.ios.arm.S
[1066/1139] Compiling sqrt.c
[1067/1139] Compiling cipher.c
[1068/1139] Compiling random.c
[1069/1139] Compiling shift.c
[1070/1139] Compiling rsaz_exp.c
[1071/1139] Compiling e_aes.c
[1072/1139] Compiling prime.c
[1074/1139] Compiling CryptoBoringWrapper RandomBytes.swift
[1075/1139] Emitting module CryptoBoringWrapper
[1075/1139] Compiling montgomery_inv.c
[1076/1139] Compiling mul.c
[1077/1139] Compiling jacobi.c
[1078/1139] Compiling generic.c
[1079/1139] Compiling montgomery.c
[1080/1139] Compiling gcd_extra.c
[1081/1139] Compiling gcd.c
[1082/1139] Compiling div_extra.c
[1083/1139] Compiling cmp.c
[1084/1139] Compiling ctx.c
[1085/1139] Compiling bn-586.linux.x86.S
[1086/1139] Compiling div.c
[1087/1139] Compiling armv8-mont.linux.aarch64.S
[1088/1139] Compiling exponentiation.c
[1089/1139] Compiling bytes.c
[1090/1139] Compiling armv4-mont.linux.arm.S
[1091/1139] Compiling add.c
[1092/1139] Compiling armv8-mont.ios.aarch64.S
[1093/1139] Compiling bn.c
[1094/1139] Compiling armv4-mont.ios.arm.S
[1095/1139] Compiling aesv8-armx64.linux.aarch64.S
[1096/1139] Compiling aesv8-armx64.ios.aarch64.S
[1097/1139] Compiling aesv8-armx32.linux.arm.S
[1098/1139] Compiling aesv8-armx32.ios.arm.S
[1098/1139] Compiling aesni-x86_64.mac.x86_64.S
[1100/1139] Compiling aesni-x86.linux.x86.S
[1101/1139] Compiling aesni-gcm-x86_64.mac.x86_64.S
[1102/1139] Compiling aesni-x86_64.linux.x86_64.S
[1103/1139] Compiling aesni-gcm-x86_64.linux.x86_64.S
[1104/1139] Compiling mode_wrappers.c
[1105/1139] Compiling x86_64-gcc.c
[1106/1139] Compiling key_wrap.c
[1107/1139] Compiling err_data.c
[1108/1139] Compiling aes.c
[1109/1139] Compiling ex_data.c
[1110/1139] Compiling cpu_arm_linux.c
[1111/1139] Compiling cpu_ppc64le.c
[1112/1139] Compiling crypto.c
[1114/1139] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1115/1139] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1115/1139] Compiling cpu_arm.c
[1117/1139] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1117/1139] Compiling cpu_intel.c
[1118/1139] Compiling err.c
[1119/1139] Compiling cpu_aarch64_win.c
[1120/1139] Compiling cpu_aarch64_fuchsia.c
[1121/1139] Compiling cpu_aarch64_linux.c
[1122/1139] Compiling aes_nohw.c
[1123/1139] Compiling cpu_aarch64_apple.c
[1124/1139] Compiling unicode.c
[1125/1139] Compiling cbs.c
[1126/1139] Compiling asn1_compat.c
[1127/1139] Write sources
[1129/1139] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1130/1139] Write sources
[1131/1139] Compiling ber.c
[1132/1139] Compiling cbb.c
[1133/1139] Compiling convert.c
[1134/1139] Compiling file.c
[1135/1139] Compiling bio.c
[1137/1140] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1138/1140] Compiling CryptoBoringWrapper EllipticCurve.swift
[1139/1140] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1141/1186] Compiling Atomics Primitives.shims.swift
[1142/1186] Compiling Atomics AtomicInteger.swift
[1143/1186] Compiling Atomics AtomicOptionalWrappable.swift
[1144/1188] Compiling Atomics UnsafeAtomic.swift
[1145/1188] Compiling Atomics UnsafeAtomicLazyReference.swift
[1146/1189] Compiling Atomics ManagedAtomic.swift
[1147/1189] Compiling Atomics ManagedAtomicLazyReference.swift
[1148/1259] Compiling Crypto ChaChaPoly_boring.swift
[1149/1259] Compiling Crypto ChaChaPoly.swift
[1150/1259] Compiling Crypto ASN1BitString.swift
[1151/1259] Compiling Crypto ASN1Boolean.swift
[1152/1259] Compiling Crypto PKCS8PrivateKey.swift
[1153/1259] Compiling Crypto SEC1PrivateKey.swift
[1154/1259] Compiling Crypto SubjectPublicKeyInfo.swift
[1155/1259] Compiling Crypto HPKE-AEAD.swift
[1156/1259] Compiling Crypto AES-GCM.swift
[1157/1259] Compiling Crypto AES-GCM_boring.swift
[1158/1259] Compiling Crypto Nonces.swift
[1159/1259] Compiling Crypto ASN1.swift
[1160/1259] Compiling Crypto ASN1Any.swift
[1161/1262] Emitting module BigNum
[1162/1262] Compiling BigNum BigNum.swift
[1164/1263] Compiling Crypto ASN1Integer.swift
[1165/1263] Compiling Crypto ASN1Null.swift
[1166/1263] Compiling Crypto ASN1OctetString.swift
[1169/1263] Compiling Crypto ASN1Identifier.swift
[1170/1263] Compiling Algorithms Trim.swift
[1171/1263] Compiling Algorithms Unique.swift
[1172/1263] Compiling Algorithms Windows.swift
[1173/1263] Compiling Crypto Digest_boring.swift
[1174/1263] Compiling Crypto Digest.swift
[1175/1263] Compiling Crypto Digests.swift
[1176/1263] Compiling Crypto HashFunctions.swift
[1177/1263] Compiling Crypto HashFunctions_SHA2.swift
[1183/1263] Compiling Crypto CryptoKitErrors.swift
[1184/1263] Compiling Crypto SymmetricKeys.swift
[1185/1263] Compiling Crypto HMAC.swift
[1186/1263] Compiling Crypto MACFunctions.swift
[1187/1263] Compiling Crypto MessageAuthenticationCode.swift
[1188/1263] Compiling Crypto AES.swift
[1189/1263] Compiling Crypto ECDSASignature_boring.swift
[1190/1263] Compiling Crypto ECDSA_boring.swift
[1191/1263] Compiling Crypto EdDSA_boring.swift
[1192/1263] Compiling Crypto ECDSA.swift
[1193/1263] Compiling Crypto Ed25519.swift
[1194/1272] Compiling Crypto HKDF.swift
[1195/1272] Compiling Crypto AESWrap.swift
[1196/1272] Compiling Crypto AESWrap_boring.swift
[1197/1272] Compiling Crypto Ed25519_boring.swift
[1198/1272] Compiling Crypto NISTCurvesKeys_boring.swift
[1199/1272] Compiling Crypto X25519Keys_boring.swift
[1200/1272] Compiling Crypto Curve25519.swift
[1201/1272] Compiling Crypto Ed25519Keys.swift
[1202/1272] Compiling Crypto NISTCurvesKeys.swift
[1203/1272] Compiling Crypto X25519Keys.swift
[1214/1272] Emitting module Crypto
[1218/1272] Compiling Crypto Cipher.swift
[1219/1272] Compiling Crypto HPKE-Ciphersuite.swift
[1220/1272] Compiling Crypto HPKE-KDF.swift
[1221/1272] Compiling Crypto HPKE-KexKeyDerivation.swift
[1222/1272] Compiling Crypto HPKE-LabeledExtract.swift
[1223/1272] Compiling Crypto HPKE-Utils.swift
[1224/1272] Compiling Crypto DHKEM.swift
[1225/1272] Compiling Crypto HPKE-KEM-Curve25519.swift
[1226/1272] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1227/1272] Compiling Crypto HPKE-KEM.swift
[1228/1272] Compiling Crypto HPKE-Errors.swift
[1229/1272] Compiling Crypto HPKE.swift
[1230/1272] Compiling Crypto HPKE-Context.swift
[1231/1272] Compiling Crypto HPKE-KeySchedule.swift
[1232/1272] Compiling Crypto HPKE-Modes.swift
[1233/1272] Compiling Crypto Insecure.swift
[1234/1272] Compiling Crypto Insecure_HashFunctions.swift
[1235/1272] Compiling Crypto KEM.swift
[1236/1272] Compiling Crypto ECDH_boring.swift
[1237/1272] Compiling Crypto DH.swift
[1238/1272] Compiling Crypto ECDH.swift
[1242/1272] Emitting module Atomics
[1244/1273] Compiling Crypto Signature.swift
[1245/1273] Compiling Crypto CryptoKitErrors_boring.swift
[1246/1273] Compiling Crypto RNG_boring.swift
[1247/1273] Compiling Crypto SafeCompare_boring.swift
[1248/1273] Compiling Crypto Zeroization_boring.swift
[1249/1273] Compiling Crypto PrettyBytes.swift
[1250/1273] Compiling Crypto SafeCompare.swift
[1251/1273] Compiling Crypto SecureBytes.swift
[1252/1273] Compiling Crypto Zeroization.swift
[1253/1333] Compiling NIOCore ByteBuffer-views.swift
[1254/1333] Compiling NIOCore Channel.swift
[1255/1333] Compiling NIOCore ChannelHandler.swift
[1256/1333] Compiling NIOCore ChannelHandlers.swift
[1257/1333] Compiling NIOCore ChannelInvoker.swift
[1258/1333] Compiling NIOCore ChannelOption.swift
[1259/1333] Compiling NIOCore ChannelPipeline.swift
[1260/1333] Compiling NIOCore CircularBuffer.swift
[1261/1333] Compiling NIOCore Codec.swift
[1262/1333] Compiling NIOCore ConvenienceOptionSupport.swift
[1263/1333] Emitting module Algorithms
[1264/1333] Compiling NIOCore BSDSocketAPI.swift
[1265/1333] Compiling NIOCore ByteBuffer-aux.swift
[1266/1333] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1267/1333] Compiling NIOCore ByteBuffer-conversions.swift
[1268/1333] Compiling NIOCore ByteBuffer-core.swift
[1269/1333] Compiling NIOCore ByteBuffer-hex.swift
[1270/1333] Compiling NIOCore ByteBuffer-int.swift
[1271/1333] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1272/1333] Compiling NIOCore ByteBuffer-multi-int.swift
[1273/1333] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1276/1370] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1277/1370] Compiling _CryptoExtras DigestType.swift
[1278/1370] Compiling _CryptoExtras Error.swift
[1279/1370] Compiling _CryptoExtras I2OSP.swift
[1280/1374] Compiling NIOCore MulticastChannel.swift
[1281/1374] Compiling NIOCore NIOAny.swift
[1282/1374] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1283/1374] Compiling NIOCore NIOLoopBound.swift
[1284/1374] Compiling NIOCore NIOScheduledCallback.swift
[1285/1374] Compiling NIOCore NIOSendable.swift
[1286/1374] Compiling NIOCore PointerHelpers.swift
[1287/1374] Compiling NIOCore RecvByteBufferAllocator.swift
[1288/1382] Emitting module _CryptoExtras
[1289/1382] Compiling NIOCore IO.swift
[1290/1382] Compiling NIOCore IOData.swift
[1291/1382] Compiling NIOCore IPProtocol.swift
[1292/1382] Compiling NIOCore IntegerBitPacking.swift
[1293/1382] Compiling NIOCore IntegerTypes.swift
[1294/1382] Compiling NIOCore Interfaces.swift
[1295/1382] Compiling NIOCore Linux.swift
[1296/1382] Compiling NIOCore MarkedCircularBuffer.swift
[1297/1382] Compiling _CryptoExtras PrettyBytes.swift
[1298/1382] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1299/1382] Compiling _CryptoExtras DLEQ.swift
[1300/1382] Compiling NIOCore EventLoopFuture.swift
[1301/1382] Compiling NIOCore FileDescriptor.swift
[1302/1382] Compiling NIOCore FileHandle.swift
[1303/1382] Compiling NIOCore FileRegion.swift
[1304/1382] Compiling NIOCore GlobalSingletons.swift
[1305/1382] Compiling _CryptoExtras AES_CBC.swift
[1306/1382] Compiling _CryptoExtras AES_CFB.swift
[1307/1382] Compiling _CryptoExtras AES_CTR.swift
[1308/1382] Compiling _CryptoExtras AES_GCM_SIV.swift
[1309/1382] Compiling _CryptoExtras Block Function.swift
[1310/1382] Compiling _CryptoExtras PEMDocument.swift
[1314/1382] Compiling _CryptoExtras OPRFClient.swift
[1315/1382] Compiling _CryptoExtras OPRFServer.swift
[1316/1382] Compiling _CryptoExtras VOPRF+API.swift
[1317/1382] Compiling _CryptoExtras VOPRFClient.swift
[1318/1382] Compiling _CryptoExtras VOPRFServer.swift
[1319/1382] Compiling _CryptoExtras RSA+BlindSigning.swift
[1320/1382] Compiling _CryptoExtras RSA.swift
[1321/1382] Compiling _CryptoExtras RSA_boring.swift
[1322/1382] Compiling _CryptoExtras RSA_security.swift
[1323/1382] Compiling _CryptoExtras BoringSSLHelpers.swift
[1332/1382] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1333/1382] Compiling NIOCore SocketAddresses.swift
[1334/1382] Compiling NIOCore SocketOptionProvider.swift
[1335/1382] Compiling NIOCore SystemCallHelpers.swift
[1336/1382] Compiling NIOCore TimeAmount+Duration.swift
[1337/1382] Compiling NIOCore TypeAssistedChannelHandler.swift
[1338/1382] Compiling NIOCore UniversalBootstrapSupport.swift
[1339/1382] Compiling NIOCore Utilities.swift
[1345/1382] Compiling _CryptoExtras AES_CFB_boring.swift
[1346/1382] Compiling _CryptoExtras AES_CTR_boring.swift
[1347/1382] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1348/1382] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1349/1382] Compiling _CryptoExtras ChaCha20CTR.swift
[1350/1382] Compiling _CryptoExtras ECToolbox_boring.swift
[1351/1382] Compiling _CryptoExtras ECToolbox.swift
[1352/1382] Compiling _CryptoExtras HashToField.swift
[1353/1382] Compiling _CryptoExtras KDF.swift
[1354/1382] Compiling _CryptoExtras PBKDF2_boring.swift
[1355/1382] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1356/1382] Compiling _CryptoExtras PBKDF2.swift
[1357/1382] Compiling _CryptoExtras Scrypt_boring.swift
[1358/1382] Compiling _CryptoExtras Scrypt.swift
[1359/1382] Compiling _CryptoExtras OPRF.swift
[1367/1382] Emitting module NIOCore
[1369/1435] Emitting module NIOEmbedded
[1370/1435] Compiling NIOEmbedded Embedded.swift
[1371/1435] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1372/1435] Compiling NIOEmbedded AsyncTestingChannel.swift
[1374/1436] Compiling NIOPosix Pool.swift
[1375/1436] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1376/1436] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1377/1436] Compiling NIOPosix PosixSingletons.swift
[1378/1436] Compiling NIOPosix RawSocketBootstrap.swift
[1379/1436] Compiling NIOPosix Resolver.swift
[1380/1436] Compiling NIOPosix Selectable.swift
[1381/1442] Emitting module NIOPosix
[1382/1442] Compiling NIOPosix SelectableChannel.swift
[1383/1442] Compiling NIOPosix SelectableEventLoop.swift
[1384/1442] Compiling NIOPosix SelectorEpoll.swift
[1385/1442] Compiling NIOPosix SelectorGeneric.swift
[1386/1442] Compiling NIOPosix SelectorKqueue.swift
[1387/1442] Compiling NIOPosix SelectorUring.swift
[1388/1442] Compiling NIOPosix ServerSocket.swift
[1389/1442] Compiling NIOPosix Socket.swift
[1390/1442] Compiling NIOPosix SocketChannel.swift
[1391/1442] Compiling NIOPosix SocketProtocols.swift
[1392/1442] Compiling NIOPosix System.swift
[1393/1442] Compiling NIOPosix Thread.swift
[1394/1442] Compiling NIOPosix ThreadPosix.swift
[1395/1442] Compiling NIOPosix ThreadWindows.swift
[1396/1442] Compiling NIOPosix UnsafeTransfer.swift
[1397/1442] Compiling NIOPosix Utilities.swift
[1398/1442] Compiling NIOPosix VsockAddress.swift
[1399/1442] Compiling NIOPosix VsockChannelEvents.swift
[1400/1442] Compiling NIOPosix NIOThreadPool.swift
[1401/1442] Compiling NIOPosix NonBlockingFileIO.swift
[1402/1442] Compiling NIOPosix PendingDatagramWritesManager.swift
[1403/1442] Compiling NIOPosix PendingWritesManager.swift
[1404/1442] Compiling NIOPosix PipeChannel.swift
[1405/1442] Compiling NIOPosix PipePair.swift
[1406/1442] Compiling NIOPosix PointerHelpers.swift
[1407/1442] Compiling NIOPosix IO.swift
[1408/1442] Compiling NIOPosix IntegerBitPacking.swift
[1409/1442] Compiling NIOPosix IntegerTypes.swift
[1410/1442] Compiling NIOPosix Linux.swift
[1411/1442] Compiling NIOPosix LinuxCPUSet.swift
[1412/1442] Compiling NIOPosix LinuxUring.swift
[1413/1442] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1414/1442] Compiling NIOPosix Bootstrap.swift
[1415/1442] Compiling NIOPosix ControlMessage.swift
[1416/1442] Compiling NIOPosix DatagramVectorReadManager.swift
[1417/1442] Compiling NIOPosix Errors+Any.swift
[1418/1442] Compiling NIOPosix FileDescriptor.swift
[1419/1442] Compiling NIOPosix GetaddrinfoResolver.swift
[1420/1442] Compiling NIOPosix HappyEyeballs.swift
[1421/1442] Compiling NIOPosix BSDSocketAPICommon.swift
[1422/1442] Compiling NIOPosix BSDSocketAPIPosix.swift
[1423/1442] Compiling NIOPosix BSDSocketAPIWindows.swift
[1424/1442] Compiling NIOPosix BaseSocket.swift
[1425/1442] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1426/1442] Compiling NIOPosix BaseSocketChannel.swift
[1427/1442] Compiling NIOPosix BaseStreamSocketChannel.swift
[1429/1445] Compiling NIO Exports.swift
[1430/1445] Emitting module NIO
[1432/1485] Compiling NIOTLS TLSEvents.swift
[1433/1485] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1434/1485] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1435/1485] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1436/1485] Emitting module NIOTLS
[1437/1485] Compiling NIOSOCKS SOCKSResponse.swift
[1438/1485] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1439/1485] Compiling NIOSOCKS ClientStateMachine.swift
[1440/1486] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1441/1486] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1442/1486] Compiling NIOHTTP1 HTTPEncoder.swift
[1443/1486] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1444/1486] Emitting module NIOSOCKS
[1445/1486] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1446/1486] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1447/1486] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1448/1486] Compiling NIOHTTP1 HTTPDecoder.swift
[1449/1486] Compiling NIOSOCKS ServerStateMachine.swift
[1450/1487] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1451/1487] Compiling NIOTLS SNIHandler.swift
[1452/1487] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1453/1487] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1456/1488] Emitting module NIOFoundationCompat
[1457/1488] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1458/1489] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1459/1489] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1461/1519] Compiling NIOSSL SubjectAlternativeName.swift
[1462/1519] Compiling NIOSSL SSLErrors.swift
[1463/1519] Emitting module NIOHTTP1
[1464/1541] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1465/1541] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1466/1541] Compiling NIOTransportServices StateManagedChannel.swift
[1467/1541] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1468/1541] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1469/1543] Compiling NIOTransportServices NIOTSBootstraps.swift
[1470/1543] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1471/1543] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1472/1543] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1473/1543] Compiling NIOTransportServices NIOTSSingletons.swift
[1474/1543] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1475/1543] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1476/1543] Compiling NIOTransportServices NIOTSErrors.swift
[1477/1543] Compiling NIOTransportServices NIOTSEventLoop.swift
[1478/1543] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1479/1543] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1480/1543] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1481/1543] Emitting module NIOTransportServices
[1482/1543] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1483/1543] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1486/1543] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1487/1543] Compiling NIOTransportServices AcceptHandler.swift
[1488/1543] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1489/1543] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1507/1548] Compiling NIOSSL NIOSSLSecureBytes.swift
[1508/1548] Compiling NIOSSL RNG.swift
[1509/1548] Compiling NIOSSL SafeCompare.swift
[1513/1548] Compiling NIOSSL SSLCallbacks.swift
[1518/1570] Compiling NIOHPACK HPACKEncoder.swift
[1519/1570] Compiling NIOHPACK HPACKErrors.swift
[1520/1570] Compiling NIOHPACK DynamicHeaderTable.swift
[1521/1570] Compiling NIOHPACK HPACKDecoder.swift
[1522/1570] Emitting module NIOSSL
[1523/1570] Compiling SotoSignerV4 credentials.swift
[1524/1570] Emitting module SotoSignerV4
[1525/1570] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1526/1570] Compiling NIOHPACK IndexedHeaderTable.swift
[1527/1570] Compiling NIOHPACK IntegerCoding.swift
[1528/1571] Compiling NIOHTTPCompression HTTPDecompression.swift
[1529/1571] Emitting module NIOHTTPCompression
[1530/1571] Compiling NIOHTTPCompression HTTPCompression.swift
[1531/1571] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1532/1571] Compiling NIOHPACK StaticHeaderTable.swift
[1533/1571] Compiling NIOHPACK HuffmanTables.swift
[1534/1571] Compiling NIOHPACK HuffmanCoding.swift
[1535/1571] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1536/1571] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1538/1572] Emitting module NIOHPACK
[1543/1572] Compiling NIOHPACK HPACKHeader.swift
[1544/1572] Compiling NIOHPACK HeaderTables.swift
[1546/1573] Compiling SotoSignerV4 signer.swift
[1547/1573] Compiling SotoSignerV4 exports.swift
[1549/1574] Compiling NIOSSL Zeroization.swift
[1550/1574] Compiling NIOSSL TLSConfiguration.swift
[1551/1574] Compiling NIOSSL UniversalBootstrapSupport.swift
[1561/1633] Compiling NIOHTTP2 MaySendFrames.swift
[1562/1633] Compiling NIOHTTP2 SendingDataState.swift
[1563/1633] Compiling NIOHTTP2 SendingGoawayState.swift
[1564/1633] Compiling NIOHTTP2 SendingHeadersState.swift
[1565/1633] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1566/1633] Compiling NIOHTTP2 SendingRstStreamState.swift
[1567/1633] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1568/1633] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1569/1641] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1570/1641] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1571/1641] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1572/1641] Compiling NIOHTTP2 HTTP2StreamID.swift
[1573/1641] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1574/1641] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1575/1641] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1576/1641] Compiling NIOHTTP2 InboundEventBuffer.swift
[1577/1641] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1578/1641] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1579/1641] Compiling NIOHTTP2 HasLocalSettings.swift
[1580/1641] Compiling NIOHTTP2 HasRemoteSettings.swift
[1581/1641] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1582/1641] Compiling NIOHTTP2 QuiescingState.swift
[1583/1641] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1584/1641] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1585/1641] Compiling NIOHTTP2 StateMachineResult.swift
[1586/1641] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1587/1641] Compiling NIOHTTP2 DOSHeuristics.swift
[1588/1641] Compiling NIOHTTP2 Error+Any.swift
[1589/1641] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1590/1641] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1591/1641] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1592/1641] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1593/1641] Compiling NIOHTTP2 InboundWindowManager.swift
[1594/1641] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1595/1641] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1596/1641] Compiling NIOHTTP2 StreamChannelList.swift
[1597/1641] Compiling NIOHTTP2 StreamMap.swift
[1598/1641] Compiling NIOHTTP2 StreamStateMachine.swift
[1599/1641] Compiling NIOHTTP2 UnsafeTransfer.swift
[1600/1641] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1601/1641] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1602/1641] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1603/1641] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1604/1641] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1617/1642] Emitting module NIOHTTP2
[1618/1642] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1619/1642] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1620/1642] Compiling NIOHTTP2 MayReceiveFrames.swift
[1621/1642] Compiling NIOHTTP2 ReceivingDataState.swift
[1622/1642] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1627/1731] Compiling X509 SignatureAlgorithm.swift
[1628/1731] Compiling X509 AllOfPolicies.swift
[1629/1731] Compiling X509 AnyPolicy.swift
[1630/1731] Compiling X509 CertificateStore.swift
[1631/1731] Compiling X509 OneOfPolicies.swift
[1632/1731] Compiling X509 CMSEncapsulatedContentInfo.swift
[1633/1731] Compiling X509 CMSIssuerAndSerialNumber.swift
[1634/1731] Compiling X509 CMSOperations.swift
[1635/1731] Compiling X509 CMSSignature.swift
[1636/1731] Compiling X509 CMSSignedData.swift
[1637/1731] Compiling X509 CMSSignerIdentifier.swift
[1638/1731] Compiling X509 CMSSignerInfo.swift
[1639/1731] Compiling X509 CMSVersion.swift
[1640/1731] Compiling X509 Digests.swift
[1641/1731] Compiling X509 DistinguishedName.swift
[1642/1731] Compiling X509 CommonName.swift
[1644/1789] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1645/1789] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1646/1789] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1647/1789] Compiling AsyncHTTPClient Transaction.swift
[1648/1789] Compiling AsyncHTTPClient Base64.swift
[1649/1789] Compiling AsyncHTTPClient BasicAuth.swift
[1650/1789] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1651/1789] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1652/1789] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1653/1789] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1654/1789] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1655/1789] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1656/1789] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1657/1801] Emitting module AsyncHTTPClient
[1658/1809] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1659/1809] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1660/1809] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1661/1809] Compiling AsyncHTTPClient ConnectionPool.swift
[1662/1809] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1663/1809] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1664/1809] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1665/1809] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1666/1809] Compiling AsyncHTTPClient HTTP1Connection.swift
[1667/1809] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1668/1809] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1669/1809] Compiling AsyncHTTPClient HTTP2Connection.swift
[1670/1809] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1671/1809] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1672/1809] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1673/1809] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1674/1809] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1675/1809] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1676/1809] Compiling AsyncHTTPClient ConnectionTarget.swift
[1677/1809] Compiling AsyncHTTPClient DeconstructedURL.swift
[1678/1809] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1679/1809] Compiling AsyncHTTPClient FoundationExtensions.swift
[1680/1809] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1681/1809] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1682/1809] Compiling AsyncHTTPClient HTTPClient.swift
[1683/1809] Compiling AsyncHTTPClient HTTPHandler.swift
[1684/1809] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1685/1809] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1686/1809] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1687/1809] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1688/1809] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1689/1809] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1690/1809] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1691/1809] Compiling AsyncHTTPClient RequestBodyLength.swift
[1692/1809] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1693/1809] Compiling AsyncHTTPClient RequestOptions.swift
[1694/1809] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1695/1809] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1704/1809] Compiling X509 LocalityName.swift
[1705/1809] Compiling X509 OrganizationName.swift
[1706/1809] Compiling X509 OrganizationalUnitName.swift
[1707/1809] Compiling X509 StateOrProvinceName.swift
[1708/1809] Compiling X509 StreetAddress.swift
[1709/1809] Compiling X509 Error.swift
[1710/1809] Compiling X509 AuthorityInformationAccess.swift
[1711/1809] Compiling X509 AuthorityKeyIdentifier.swift
[1712/1809] Compiling X509 BasicConstraints.swift
[1713/1809] Compiling X509 ExtendedKeyUsage.swift
[1714/1809] Compiling X509 ExtensionIdentifiers.swift
[1715/1809] Compiling X509 KeyUsage.swift
[1716/1809] Compiling X509 NameConstraints.swift
[1717/1809] Compiling AsyncHTTPClient Utils.swift
[1718/1809] Compiling X509 BasicConstraintsPolicy.swift
[1719/1809] Compiling X509 DNSNames.swift
[1720/1809] Compiling X509 DirectoryNames.swift
[1721/1809] Compiling X509 ExpiryPolicy.swift
[1722/1809] Compiling X509 IPConstraints.swift
[1723/1809] Compiling X509 NameConstraintsPolicy.swift
[1724/1809] Compiling X509 RFC5280Policy.swift
[1725/1809] Compiling X509 URIConstraints.swift
[1726/1809] Compiling X509 VersionPolicy.swift
[1727/1809] Compiling X509 ServerIdentityPolicy.swift
[1728/1809] Compiling X509 TrustRootLoading.swift
[1729/1809] Compiling AsyncHTTPClient LRUCache.swift
[1730/1809] Compiling AsyncHTTPClient NWErrorHandler.swift
[1731/1809] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1732/1809] Compiling AsyncHTTPClient TLSConfiguration.swift
[1733/1809] Compiling AsyncHTTPClient RedirectState.swift
[1734/1809] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1735/1809] Compiling AsyncHTTPClient RequestBag.swift
[1736/1809] Compiling AsyncHTTPClient RequestValidation.swift
[1737/1809] Compiling AsyncHTTPClient SSLContextCache.swift
[1738/1809] Compiling AsyncHTTPClient Scheme.swift
[1739/1809] Compiling AsyncHTTPClient Singleton.swift
[1740/1809] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1798/1872] Emitting module X509
[1799/1872] Compiling SotoCore EditHeadersMiddleware.swift
[1800/1872] Compiling SotoCore EndpointDiscoveryMiddleware.swift
[1801/1872] Compiling SotoCore ErrorHandlingMiddleware.swift
[1802/1872] Compiling SotoCore LoggingMiddleware.swift
[1803/1872] Compiling SotoCore RetryMiddleware.swift
[1804/1872] Compiling SotoCore S3Middleware.swift
[1805/1872] Compiling SotoCore SigningMiddleware.swift
[1806/1872] Compiling SotoCore TracingMiddleware.swift
[1807/1880] Compiling SotoCore EventStream.swift
[1808/1880] Compiling SotoCore ExpiringValue.swift
[1809/1880] Compiling SotoCore FixedSizeByteBufferAsyncSequence.swift
[1810/1880] Compiling SotoCore Sequence+concurrentMap.swift
[1811/1880] Compiling SotoCore ConfigFileCredentialProvider.swift
[1812/1880] Compiling SotoCore ConfigFileLoader.swift
[1813/1880] Compiling SotoCore Credential+IsEmpty.swift
[1814/1880] Compiling SotoCore CredentialProvider.swift
[1815/1880] Compiling SotoCore CredentialProviderError.swift
[1816/1880] Compiling SotoCore StaticCredential+Environment.swift
[1817/1880] Compiling SotoCore AWSShape.swift
[1818/1880] Compiling SotoCore EndpointVariant.swift
[1819/1880] Compiling SotoCore Environment.swift
[1820/1880] Compiling SotoCore Region.swift
[1821/1880] Compiling SotoCore ServiceProtocol.swift
[1822/1880] Compiling SotoCore CodableProperties.swift
[1823/1880] Compiling SotoCore CollectionCoders.swift
[1824/1880] Compiling SotoCore DateCoders.swift
[1825/1880] Compiling X509 UnverifiedChain.swift
[1826/1880] Compiling X509 VerificationDiagnostic.swift
[1827/1880] Compiling X509 Verifier.swift
[1828/1880] Compiling X509 VerifierPolicy.swift
[1829/1880] Compiling X509 AlgorithmIdentifier.swift
[1830/1880] Compiling X509 ECDSASignature.swift
[1831/1880] Compiling X509 RSAPKCS1PublicKey.swift
[1832/1880] Compiling X509 SubjectPublicKeyInfo.swift
[1833/1880] Compiling X509 TBSCertificate.swift
[1834/1880] Compiling X509 Time.swift
[1835/1880] Compiling X509 TimeCalculations.swift
[1836/1880] Compiling X509 Validity.swift
[1838/1881] Compiling SotoCore CredentialProviderSelector.swift
[1839/1881] Compiling SotoCore DeferredCredentialProvider.swift
[1840/1881] Compiling SotoCore ExpiringCredential.swift
[1841/1881] Compiling SotoCore MetaDataCredentialProvider.swift
[1842/1881] Compiling SotoCore NullCredentialProvider.swift
[1843/1881] Compiling SotoCore RotatingCredentialProvider.swift
[1844/1881] Compiling SotoCore RuntimeSelectorCredentialProvider.swift
[1845/1881] Compiling SotoCore STSAssumeRole.swift
[1846/1881] Compiling SotoCore StaticCredential+CredentialProvider.swift
[1847/1881] Compiling SotoCore AWSClient+Paginate.swift
[1848/1881] Compiling SotoCore AWSClient.swift
[1849/1881] Compiling SotoCore AWSEndpointDiscovery.swift
[1850/1881] Compiling SotoCore AWSService.swift
[1851/1881] Compiling SotoCore AWSServiceConfig.swift
[1852/1881] Compiling SotoCore Base64Data.swift
[1853/1881] Compiling SotoCore EventPayload.swift
[1854/1881] Compiling SotoCore AnyAsyncSequence.swift
[1855/1881] Compiling SotoCore ByteBufferSequence.swift
[1856/1881] Compiling SotoCore AWSHTTPBody.swift
[1857/1881] Compiling SotoCore AWSHTTPClient.swift
[1858/1881] Compiling SotoCore AWSHTTPRequest.swift
[1859/1881] Compiling SotoCore AWSHTTPResponse+HAL.swift
[1860/1881] Compiling SotoCore AWSHTTPResponse.swift
[1861/1881] Compiling SotoCore AsyncHTTPClient.swift
[1862/1881] Compiling SotoCore S3SignedAsyncSequence.swift
[1863/1881] Compiling SotoCore Middleware.swift
[1864/1939] Compiling JWTKit EdDSASigner.swift
[1865/1939] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[1866/1939] Compiling JWTKit HMAC.swift
[1867/1939] Compiling JWTKit HMACError.swift
[1868/1939] Compiling JWTKit HMACSigner.swift
[1869/1939] Compiling JWTKit JWTHeader+CommonFields.swift
[1870/1939] Compiling JWTKit JWTHeader.swift
[1871/1939] Compiling JWTKit JWTHeaderField.swift
[1872/1939] Compiling JWTKit JWTKeyCollection.swift
[1873/1939] Emitting module SotoCore
[1874/1939] Compiling JWTKit JWTUnixEpochClaim.swift
[1875/1939] Compiling JWTKit LocaleClaim.swift
[1876/1939] Compiling JWTKit NotBeforeClaim.swift
[1877/1939] Compiling JWTKit SubjectClaim.swift
[1878/1939] Compiling JWTKit TenantIDClaim.swift
[1879/1939] Compiling JWTKit ECDSA.swift
[1880/1939] Compiling JWTKit ECDSACurve.swift
[1881/1939] Compiling JWTKit ECDSACurveType.swift
[1882/1939] Compiling JWTKit ECDSAError.swift
[1883/1939] Compiling JWTKit ECDSAKeyTypes.swift
[1884/1939] Compiling JWTKit ECDSASigner.swift
[1885/1939] Compiling JWTKit ECDSASigningAlgorithm.swift
[1886/1939] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[1887/1939] Compiling JWTKit P256+CurveType.swift
[1888/1939] Compiling JWTKit P384+CurveType.swift
[1889/1939] Compiling JWTKit P521+CurveType.swift
[1890/1947] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[1891/1947] Compiling JWTKit UnsecuredNoneSigner.swift
[1892/1947] Compiling JWTKit JWTKeyCollection+RSA.swift
[1893/1947] Compiling JWTKit RSA.swift
[1894/1947] Compiling JWTKit RSAError.swift
[1895/1947] Compiling JWTKit RSASigner.swift
[1896/1947] Compiling JWTKit Base64URL.swift
[1897/1947] Compiling JWTKit CryptoSigner.swift
[1898/1947] Emitting module JWTKit
[1903/1947] Compiling JWTKit JWTParser.swift
[1904/1947] Compiling JWTKit JWTPayload.swift
[1905/1947] Compiling JWTKit JWTSerializer.swift
[1906/1947] Compiling JWTKit JWTSigner.swift
[1907/1947] Compiling JWTKit EdDSA.swift
[1908/1947] Compiling JWTKit EdDSACurve.swift
[1909/1947] Compiling JWTKit EdDSAError.swift
[1915/1947] Compiling JWTKit JWTKeyCollection+HMAC.swift
[1916/1947] Compiling JWTKit Insecure.swift
[1917/1947] Compiling JWTKit JWK.swift
[1918/1947] Compiling JWTKit JWKIdentifier.swift
[1919/1947] Compiling JWTKit JWKS.swift
[1920/1947] Compiling JWTKit JWKSigner.swift
[1921/1947] Compiling JWTKit JWTAlgorithm.swift
[1922/1947] Compiling JWTKit JWTError.swift
[1923/1947] Compiling JWTKit AudienceClaim.swift
[1924/1947] Compiling JWTKit BoolClaim.swift
[1925/1947] Compiling JWTKit ExpirationClaim.swift
[1926/1947] Compiling JWTKit GoogleHostedDomainClaim.swift
[1927/1947] Compiling JWTKit IDClaim.swift
[1928/1947] Compiling JWTKit IssuedAtClaim.swift
[1929/1947] Compiling JWTKit IssuerClaim.swift
[1930/1947] Compiling JWTKit JWTClaim.swift
[1931/1947] Compiling JWTKit JWTMultiValueClaim.swift
[1932/1947] Compiling JWTKit CustomizedJSONCoders.swift
[1933/1947] Compiling JWTKit Utilities.swift
[1934/1947] Compiling JWTKit AppleIdentityToken.swift
[1935/1947] Compiling JWTKit FirebaseAuthIdentityToken.swift
[1936/1947] Compiling JWTKit GoogleIdentityToken.swift
[1937/1947] Compiling JWTKit MicrosoftIdentityToken.swift
[1938/1947] Compiling JWTKit ValidationTimePayload.swift
[1939/1947] Compiling JWTKit X5CVerifier.swift
[1945/1948] Compiling SotoCore base64.swift
[1946/1948] Compiling SotoCore crc32.swift
[1947/1948] Compiling SotoCore AWSClient+Waiter.swift
[1948/1948] Compiling SotoCore Matcher.swift
[1950/1955] Emitting module _SotoCognitoIdentityGenerated
[1951/1955] Compiling SotoCognitoIdentityProvider CognitoIdentityProvider_api.swift
[1952/1955] Compiling _SotoCognitoIdentityGenerated CognitoIdentity_api.swift
[1953/1955] Compiling _SotoCognitoIdentityGenerated CognitoIdentity_shapes.swift
[1955/1960] Compiling SotoCognitoIdentity exports.swift
[1956/1960] Compiling SotoCognitoIdentity CognitoIdentity+CredentialProvider.swift
[1957/1960] Emitting module SotoCognitoIdentity
[1958/1960] Compiling SotoCognitoIdentity CognitoIdentity+IdentityProvider.swift
[1960/1961] Emitting module SotoCognitoIdentityProvider
[1961/1961] Compiling SotoCognitoIdentityProvider CognitoIdentityProvider_shapes.swift
[1963/1970] Compiling SotoCognitoAuthenticationKit ContextData.swift
[1964/1970] Compiling SotoCognitoAuthenticationKit Identifiable.swift
[1965/1970] Compiling SotoCognitoAuthenticationKit Configuration.swift
[1966/1970] Compiling SotoCognitoAuthenticationKit UserPoolCredentialProvider.swift
[1967/1970] Compiling SotoCognitoAuthenticationKit Tokens.swift
[1968/1970] Emitting module SotoCognitoAuthenticationKit
[1969/1970] Compiling SotoCognitoAuthenticationKit Authenticatable+JWT.swift
[1970/1970] Compiling SotoCognitoAuthenticationKit Authenticatable.swift
[1972/1975] Compiling SotoCognitoAuthenticationSRP UserPoolAuthenticationMethod+SRP.swift
[1973/1975] Compiling SotoCognitoAuthenticationSRP SRP.swift
[1974/1975] Compiling SotoCognitoAuthenticationSRP Authenticatable+SRP.swift
[1975/1975] Emitting module SotoCognitoAuthenticationSRP
Build complete! (439.43s)
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" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.