Build Information
Successful build of soto-cognito-authentication-kit, reference main (694b08
), with Swift 6.1 for Android on 29 May 2025 20:23:59 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/soto-project/soto-cognito-authentication-kit.git
https://github.com/soto-project/soto-cognito-authentication-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/adam-fowler/big-num.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/soto-project/soto.git
Fetching https://github.com/vapor/jwt-kit.git
[1/857] Fetching big-num
[550/14871] Fetching big-num, async-http-client
[1839/23920] Fetching big-num, async-http-client, jwt-kit
[3454/37856] Fetching big-num, async-http-client, jwt-kit, swift-crypto
Fetched https://github.com/vapor/jwt-kit.git from cache (2.58s)
Fetched https://github.com/adam-fowler/big-num.git from cache (2.72s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.85s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.85s)
[1/141075] Fetching soto
Fetched https://github.com/soto-project/soto.git from cache (127.46s)
Computing version for https://github.com/adam-fowler/big-num.git
Computed https://github.com/adam-fowler/big-num.git at 2.0.2 (130.33s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (0.81s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-certificates.git
[1/3836] Fetching swift-log
[2188/9991] Fetching swift-log, swift-certificates
Fetched https://github.com/apple/swift-log.git from cache (0.72s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.73s)
Computing version for https://github.com/soto-project/soto.git
Computed https://github.com/soto-project/soto.git at 7.7.0 (7.73s)
Fetching https://github.com/soto-project/soto-core.git
[1/56330] Fetching soto-core
Fetched https://github.com/soto-project/soto-core.git from cache (2.59s)
Computing version for https://github.com/soto-project/soto-core.git
Computed https://github.com/soto-project/soto-core.git at 7.7.1 (3.32s)
Fetching https://github.com/adam-fowler/jmespath.swift.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-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2206] Fetching swift-metrics
[2207/2864] Fetching swift-metrics, jmespath.swift
[2208/5531] Fetching swift-metrics, jmespath.swift, swift-nio-transport-services
[3079/10505] Fetching swift-metrics, jmespath.swift, swift-nio-transport-services, swift-distributed-tracing
[6072/25348] Fetching swift-metrics, jmespath.swift, swift-nio-transport-services, swift-distributed-tracing, swift-nio-ssl
Fetched https://github.com/adam-fowler/jmespath.swift.git from cache (0.64s)
[11777/24690] Fetching swift-metrics, swift-nio-transport-services, swift-distributed-tracing, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.78s)
[10313/22484] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-nio-ssl
[15658/98592] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.20s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.20s)
[59747/90951] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.23s)
[45665/76108] Fetching swift-nio
[49472/77818] Fetching swift-nio, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.59s)
[52515/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.49s)
Computing version for https://github.com/adam-fowler/jmespath.swift.git
Computed https://github.com/adam-fowler/jmespath.swift.git at 1.0.3 (7.95s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.67s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.76s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.36s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.26s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.10s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[665/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.81s)
Fetched https://github.com/apple/swift-collections.git from cache (1.83s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.87s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (4.97s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5914] Fetching swift-nio-extras
[4319/17441] Fetching swift-nio-extras, swift-nio-http2
[6607/23400] Fetching swift-nio-extras, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (6.50s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (6.50s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (6.51s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (9.52s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.69s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.86s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.65s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
[1/1590] Fetching swift-asn1
[876/4016] Fetching swift-asn1, swift-service-lifecycle
[2344/5157] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers
[5147/6061] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-http-types
[6053/11046] Fetching swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-http-types, swift-async-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.38s)
[5319/9456] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-http-types, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.40s)
[5474/8315] Fetching swift-service-lifecycle, swift-http-types, swift-async-algorithms
[5368/7411] Fetching swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.41s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.42s)
[4587/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.08s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.93s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.10s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.79s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.92s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.88s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.75s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.41s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.57s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.48s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.66s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.55s)
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/soto-project/soto-core.git
Working copy of https://github.com/soto-project/soto-core.git resolved at 7.7.1
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/soto-project/soto.git
Working copy of https://github.com/soto-project/soto.git resolved at 7.7.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.1.2
Creating working copy for https://github.com/adam-fowler/jmespath.swift.git
Working copy of https://github.com/adam-fowler/jmespath.swift.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Building for debugging...
[0/974] Write sources
[43/974] Compiling _NumericsShims _NumericsShims.c
[44/974] Compiling _AtomicsShims.c
[45/974] Compiling CSotoExpat xmltok_impl.c
[46/974] Compiling CSotoExpat xmltok_ns.c
[47/974] Compiling CNIOWindows WSAStartup.c
[48/974] Compiling CSotoExpat xmlrole.c
[49/974] Compiling CNIOWindows shim.c
[50/974] Compiling CNIOWASI CNIOWASI.c
[51/974] Compiling CNIOLinux liburing_shims.c
[52/974] Compiling CNIOExtrasZlib empty.c
[53/974] Compiling CNIOLinux shim.c
[54/974] Compiling CNIOLLHTTP c_nio_http.c
[55/974] Compiling CNIODarwin shim.c
[56/974] Write swift-version-24593BA9C3E375BF.txt
[57/974] Compiling CNIOLLHTTP c_nio_api.c
[58/974] Compiling fiat_p256_adx_sqr.S
[59/974] Compiling fiat_p256_adx_mul.S
[60/974] Compiling CSotoExpat xmlparse.c
[61/974] Compiling fiat_curve25519_adx_square.S
[62/974] Compiling CNIOLLHTTP c_nio_llhttp.c
[63/974] Compiling CSotoExpat xmltok.c
[64/1010] Compiling CNIOBoringSSLShims shims.c
[66/1022] Emitting module ServiceContextModule
[67/1022] Compiling _NIODataStructures _TinyArray.swift
[68/1022] Compiling RealModule AugmentedArithmetic.swift
[69/1022] Compiling RealModule Double+Real.swift
[70/1022] Compiling _NIOBase64 Base64.swift
[71/1022] Emitting module _NIOBase64
[72/1024] Compiling RealModule AlgebraicField.swift
[73/1024] Compiling RealModule ApproximateEquality.swift
[74/1024] Emitting module RealModule
[75/1024] Compiling _NIODataStructures PriorityQueue.swift
[76/1024] Compiling RealModule Real.swift
[77/1024] Compiling RealModule Float+Real.swift
[78/1024] Compiling RealModule ElementaryFunctions.swift
[79/1024] Compiling RealModule Float16+Real.swift
[80/1024] Emitting module _CertificateInternals
[81/1024] Compiling _CertificateInternals _TinyArray.swift
[82/1025] Compiling RealModule Float80+Real.swift
[83/1025] Compiling ServiceContextModule ServiceContext.swift
[84/1025] Compiling ServiceContextModule ServiceContextKey.swift
[86/1026] Emitting module _NIODataStructures
[87/1026] Compiling _NIODataStructures Heap.swift
[91/1037] Compiling RealModule RealFunctions.swift
[93/1064] Compiling JMESPath Sendable.swift
[94/1064] Compiling JMESPath Runtime.swift
[95/1064] Compiling JMESPath Token.swift
[96/1065] Compiling Instrumentation NoOpInstrument.swift
[97/1065] Emitting module JMESPath
[98/1065] Compiling Instrumentation MultiplexInstrument.swift
[99/1065] Emitting module Instrumentation
[100/1065] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[101/1066] Compiling InternalCollectionsUtilities Descriptions.swift
[102/1066] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[103/1066] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[104/1066] Compiling InternalCollectionsUtilities Debugging.swift
[105/1066] Compiling SwiftASN1 TimeUtilities.swift
[106/1066] Compiling SwiftASN1 UTCTime.swift
[107/1068] Emitting module INIParser
[108/1068] Compiling INIParser INIParser.swift
[109/1069] Compiling JMESPath Parser.swift
[110/1069] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[111/1069] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[112/1069] Compiling InternalCollectionsUtilities Integer rank.swift
[113/1069] Compiling fiat_curve25519_adx_mul.S
[115/1069] Compiling InternalCollectionsUtilities UInt+reversed.swift
[116/1069] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[117/1069] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[120/1069] Emitting module InternalCollectionsUtilities
[121/1069] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[125/1069] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[126/1069] Compiling InternalCollectionsUtilities _SortedCollection.swift
[131/1070] Compiling CoreMetrics Metrics.swift
[132/1070] Compiling SwiftASN1 DER.swift
[133/1070] Compiling SwiftASN1 Errors.swift
[134/1070] Compiling CoreMetrics Locks.swift
[135/1070] Emitting module CoreMetrics
[136/1071] Compiling Instrumentation Locks.swift
[137/1071] Compiling Logging Locks.swift
[138/1071] Compiling Logging MetadataProvider.swift
[139/1071] Compiling Instrumentation InstrumentationSystem.swift
[140/1071] Compiling Instrumentation Instrument.swift
[146/1072] Compiling SwiftASN1 ObjectIdentifier.swift
[147/1072] Compiling SwiftASN1 PEMDocument.swift
[148/1072] Compiling SotoXML Expat.swift
[149/1072] Compiling Logging LogHandler.swift
[150/1072] Emitting module Logging
[151/1072] Compiling Logging Logging.swift
[154/1073] Emitting module SwiftASN1
[155/1074] Compiling JMESPath Variable.swift
[163/1100] Emitting module SotoXML
[164/1100] Compiling SotoXML XML.swift
[165/1100] Compiling SotoXML XMLDecoder.swift
[166/1100] Compiling SotoXML XMLEncoder.swift
[168/1101] Compiling DequeModule _DequeBuffer.swift
[169/1101] Compiling DequeModule _DequeBufferHeader.swift
[171/1103] Compiling DequeModule Deque+CustomReflectable.swift
[172/1103] Compiling DequeModule Deque+Descriptions.swift
[173/1103] Compiling Tracing InstrumentationSystem+Tracing.swift
[174/1103] Compiling Tracing TracingTime.swift
[175/1103] Emitting module Metrics
[176/1103] Compiling Metrics Metrics.swift
[177/1104] Compiling DequeModule Deque+Equatable.swift
[178/1104] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[180/1104] Compiling DequeModule _DequeSlot.swift
[181/1104] Compiling DequeModule _UnsafeWrappedBuffer.swift
[182/1104] Emitting module Tracing
[183/1104] Compiling Tracing TracerProtocol.swift
[184/1104] Compiling Tracing NoOpTracer.swift
[185/1104] Compiling Tracing Tracer.swift
[186/1104] Compiling Tracing TracerProtocol+Legacy.swift
[187/1104] Compiling Tracing SpanProtocol.swift
[187/1105] Compiling tls_record.cc
[190/1105] Compiling DequeModule Deque+Codable.swift
[191/1105] Compiling DequeModule Deque+Collection.swift
[192/1105] Compiling DequeModule Deque+Testing.swift
[193/1105] Compiling DequeModule Deque._Storage.swift
[194/1105] Compiling DequeModule Deque+Extras.swift
[195/1105] Compiling DequeModule Deque+Hashable.swift
[196/1105] Compiling DequeModule Deque._UnsafeHandle.swift
[197/1105] Compiling DequeModule Deque.swift
[197/1105] Compiling tls_method.cc
[199/1105] Emitting module DequeModule
[200/1106] Compiling tls13_server.cc
[201/1106] Compiling tls13_enc.cc
[202/1106] Compiling tls13_client.cc
[203/1106] Compiling tls13_both.cc
[204/1106] Compiling t1_enc.cc
[205/1106] Compiling ssl_versions.cc
[206/1106] Compiling ssl_x509.cc
[207/1106] Compiling ssl_stat.cc
[208/1106] Compiling ssl_transcript.cc
[209/1106] Compiling ssl_session.cc
[210/1106] Compiling ssl_privkey.cc
[211/1106] Compiling ssl_key_share.cc
[212/1106] Compiling ssl_lib.cc
[213/1106] Compiling ssl_file.cc
[214/1106] Compiling ssl_credential.cc
[215/1106] Compiling ssl_asn1.cc
[216/1106] Compiling ssl_buffer.cc
[217/1106] Compiling ssl_cipher.cc
[218/1106] Compiling ssl_cert.cc
[219/1106] Compiling s3_pkt.cc
[220/1106] Compiling s3_lib.cc
[221/1106] Compiling ssl_aead_ctx.cc
[222/1106] Compiling s3_both.cc
[223/1106] Compiling handshake.cc
[224/1106] Compiling handshake_server.cc
[225/1106] Compiling handshake_client.cc
[226/1106] Compiling handoff.cc
[227/1106] Compiling encrypted_client_hello.cc
[228/1106] Compiling dtls_record.cc
[229/1106] Compiling extensions.cc
[230/1106] Compiling md5-x86_64-linux.S
[231/1106] Compiling md5-x86_64-apple.S
[232/1106] Compiling md5-586-apple.S
[233/1106] Compiling md5-586-linux.S
[234/1106] Compiling chacha20_poly1305_x86_64-linux.S
[235/1106] Compiling chacha20_poly1305_x86_64-apple.S
[236/1106] Compiling chacha20_poly1305_armv8-win.S
[237/1106] Compiling chacha20_poly1305_armv8-linux.S
[238/1106] Compiling chacha20_poly1305_armv8-apple.S
[239/1106] Compiling err_data.cc
[240/1106] Compiling chacha-x86_64-linux.S
[241/1106] Compiling chacha-x86_64-apple.S
[242/1106] Compiling d1_srtp.cc
[243/1106] Compiling chacha-x86-linux.S
[244/1106] Compiling chacha-armv8-win.S
[245/1106] Compiling chacha-x86-apple.S
[246/1106] Compiling chacha-armv8-apple.S
[247/1106] Compiling chacha-armv4-linux.S
[248/1106] Compiling dtls_method.cc
[249/1106] Compiling bio_ssl.cc
[250/1106] Compiling aes128gcmsiv-x86_64-apple.S
[251/1106] Compiling aes128gcmsiv-x86_64-linux.S
[252/1106] Compiling chacha-armv8-linux.S
[253/1106] Compiling x86_64-mont5-linux.S
[254/1106] Compiling x86_64-mont5-apple.S
[255/1106] Compiling x86_64-mont-linux.S
[256/1106] Compiling x86_64-mont-apple.S
[257/1106] Compiling d1_both.cc
[258/1106] Compiling x86-mont-linux.S
[259/1106] Compiling x86-mont-apple.S
[260/1106] Compiling vpaes-x86_64-linux.S
[261/1106] Compiling vpaes-x86_64-apple.S
[262/1106] Compiling vpaes-x86-linux.S
[263/1106] Compiling vpaes-x86-apple.S
[264/1106] Compiling vpaes-armv8-win.S
[265/1106] Compiling vpaes-armv8-apple.S
[266/1106] Compiling vpaes-armv7-linux.S
[267/1106] Compiling vpaes-armv8-linux.S
[268/1106] Compiling sha512-armv8-win.S
[269/1106] Compiling sha512-x86_64-linux.S
[270/1106] Compiling sha512-x86_64-apple.S
[271/1106] Compiling d1_pkt.cc
[272/1106] Compiling sha512-armv8-linux.S
[273/1106] Compiling sha512-armv8-apple.S
[274/1106] Compiling sha512-armv4-linux.S
[275/1106] Compiling sha512-586-linux.S
[276/1106] Compiling sha256-x86_64-apple.S
[277/1106] Compiling sha512-586-apple.S
[278/1106] Compiling sha256-x86_64-linux.S
[279/1106] Compiling sha256-armv8-apple.S
[280/1106] Compiling sha256-armv8-win.S
[281/1106] Compiling sha256-586-linux.S
[282/1106] Compiling sha256-armv8-linux.S
[283/1106] Compiling sha1-x86_64-linux.S
[284/1106] Compiling sha256-586-apple.S
[285/1106] Compiling sha256-armv4-linux.S
[286/1106] Compiling sha1-x86_64-apple.S
[287/1106] Compiling sha1-armv8-linux.S
[288/1106] Compiling sha1-armv8-apple.S
[289/1106] Compiling sha1-586-linux.S
[290/1106] Compiling sha1-armv8-win.S
[291/1106] Compiling sha1-586-apple.S
[292/1106] Compiling rsaz-avx2-linux.S
[293/1106] Compiling sha1-armv4-large-linux.S
[294/1106] Compiling rsaz-avx2-apple.S
[295/1106] Compiling p256_beeu-x86_64-asm-linux.S
[296/1106] Compiling p256_beeu-x86_64-asm-apple.S
[297/1106] Compiling rdrand-x86_64-apple.S
[298/1106] Compiling p256_beeu-armv8-asm-win.S
[299/1106] Compiling rdrand-x86_64-linux.S
[300/1106] Compiling p256_beeu-armv8-asm-apple.S
[300/1106] Compiling p256_beeu-armv8-asm-linux.S
[302/1106] Compiling p256-x86_64-asm-linux.S
[303/1106] Compiling p256-x86_64-asm-apple.S
[304/1106] Compiling p256-armv8-asm-win.S
[305/1106] Compiling d1_lib.cc
[306/1106] Compiling p256-armv8-asm-apple.S
[307/1106] Compiling ghashv8-armv8-apple.S
[308/1106] Compiling ghashv8-armv7-linux.S
[309/1106] Compiling ghashv8-armv8-linux.S
[310/1106] Compiling ghashv8-armv8-win.S
[311/1106] Compiling ghash-x86_64-linux.S
[312/1106] Compiling ghash-x86_64-apple.S
[313/1106] Compiling p256-armv8-asm-linux.S
[314/1106] Compiling ghash-x86-apple.S
[315/1106] Compiling ghash-ssse3-x86_64-linux.S
[316/1106] Compiling ghash-x86-linux.S
[316/1106] Compiling ghash-ssse3-x86-apple.S
[316/1106] Compiling ghash-ssse3-x86_64-apple.S
[319/1106] Compiling ghash-neon-armv8-win.S
[320/1106] Compiling ghash-ssse3-x86-linux.S
[321/1106] Compiling ghash-neon-armv8-linux.S
[322/1106] Compiling ghash-neon-armv8-apple.S
[323/1106] Compiling ghash-armv4-linux.S
[324/1106] Compiling co-586-apple.S
[325/1106] Compiling co-586-linux.S
[326/1106] Compiling bsaes-armv7-linux.S
[327/1106] Compiling bn-armv8-linux.S
[328/1106] Compiling bn-armv8-win.S
[329/1106] Compiling bn-armv8-apple.S
[330/1106] Compiling bn-586-linux.S
[331/1106] Compiling bn-586-apple.S
[332/1106] Compiling armv8-mont-win.S
[333/1106] Compiling armv8-mont-apple.S
[334/1106] Compiling armv4-mont-linux.S
[335/1106] Compiling armv8-mont-linux.S
[336/1106] Compiling aesv8-gcm-armv8-win.S
[337/1106] Compiling aesv8-gcm-armv8-apple.S
[338/1106] Compiling aesv8-armv8-linux.S
[339/1106] Compiling aesv8-armv8-apple.S
[340/1106] Compiling aesv8-gcm-armv8-linux.S
[341/1106] Compiling aesv8-armv8-win.S
[342/1106] Compiling aesv8-armv7-linux.S
[343/1106] Compiling aesni-x86_64-apple.S
[344/1106] Compiling aesni-x86_64-linux.S
[345/1106] Compiling aesni-x86-linux.S
[346/1106] Compiling aesni-x86-apple.S
[347/1106] Compiling aesni-gcm-x86_64-apple.S
[348/1106] Compiling aes-gcm-avx2-x86_64-apple.S
[349/1106] Compiling aes-gcm-avx2-x86_64-linux.S
[350/1106] Compiling aesni-gcm-x86_64-linux.S
[351/1106] Compiling aes-gcm-avx10-x86_64-linux.S
[352/1106] Compiling aes-gcm-avx10-x86_64-apple.S
[353/1106] Compiling x_val.cc
[354/1106] Compiling x_x509.cc
[355/1106] Compiling x_sig.cc
[356/1106] Compiling x_x509a.cc
[357/1106] Compiling x_pubkey.cc
[358/1106] Compiling x_name.cc
[359/1106] Compiling x_spki.cc
[360/1106] Compiling x_req.cc
[361/1106] Compiling x_crl.cc
[362/1106] Compiling x_exten.cc
[363/1106] Compiling x_attrib.cc
[364/1106] Compiling x509spki.cc
[365/1106] Compiling x_all.cc
[366/1106] Compiling x_algor.cc
[367/1106] Compiling x509name.cc
[368/1106] Compiling x509rset.cc
[369/1106] Compiling x509cset.cc
[370/1106] Compiling x509_vpm.cc
[371/1106] Compiling x509_txt.cc
[372/1106] Compiling x509_vfy.cc
[373/1106] Compiling x509_v3.cc
[374/1106] Compiling x509_set.cc
[375/1106] Compiling x509_trs.cc
[376/1106] Compiling x509_req.cc
[377/1106] Compiling x509_obj.cc
[378/1106] Compiling x509_lu.cc
[379/1106] Compiling x509_d2.cc
[380/1106] Compiling x509_def.cc
[381/1106] Compiling x509_ext.cc
[382/1106] Compiling x509_cmp.cc
[383/1106] Compiling x509_att.cc
[384/1106] Compiling x509.cc
[385/1106] Compiling v3_utl.cc
[386/1106] Compiling v3_pmaps.cc
[387/1106] Compiling v3_skey.cc
[388/1106] Compiling v3_pcons.cc
[389/1106] Compiling v3_ocsp.cc
[390/1106] Compiling v3_prn.cc
[391/1106] Compiling v3_purp.cc
[392/1106] Compiling v3_ncons.cc
[393/1106] Compiling v3_int.cc
[394/1106] Compiling v3_lib.cc
[395/1106] Compiling v3_info.cc
[396/1106] Compiling v3_extku.cc
[397/1106] Compiling v3_genn.cc
[398/1106] Compiling v3_crld.cc
[399/1106] Compiling v3_ia5.cc
[400/1106] Compiling v3_enum.cc
[401/1106] Compiling v3_cpols.cc
[402/1106] Compiling v3_bcons.cc
[403/1106] Compiling v3_bitst.cc
[404/1106] Compiling v3_conf.cc
[405/1106] Compiling v3_akey.cc
[406/1106] Compiling v3_alt.cc
[407/1106] Compiling v3_akeya.cc
[408/1106] Compiling t_x509a.cc
[409/1106] Compiling t_crl.cc
[410/1106] Compiling i2d_pr.cc
[411/1106] Compiling t_x509.cc
[412/1106] Compiling rsa_pss.cc
[413/1106] Compiling t_req.cc
[414/1106] Compiling policy.cc
[415/1106] Compiling name_print.cc
[416/1106] Compiling asn1_gen.cc
[417/1106] Compiling by_file.cc
[418/1106] Compiling by_dir.cc
[419/1106] Compiling algorithm.cc
[420/1106] Compiling a_sign.cc
[421/1106] Compiling a_verify.cc
[422/1106] Compiling a_digest.cc
[423/1106] Compiling voprf.cc
[424/1106] Compiling trust_token.cc
[425/1106] Compiling thread_pthread.cc
[426/1106] Compiling thread_win.cc
[427/1106] Compiling thread.cc
[428/1106] Compiling stack.cc
[429/1106] Compiling thread_none.cc
[430/1106] Compiling slhdsa.cc
[431/1106] Compiling pmbtoken.cc
[432/1106] Compiling sha1.cc
[433/1106] Compiling siphash.cc
[434/1106] Compiling sha512.cc
[435/1106] Compiling sha256.cc
[436/1106] Compiling spake2plus.cc
[437/1106] Compiling rsa_print.cc
[438/1106] Compiling rsa_extra.cc
[439/1106] Compiling refcount.cc
[440/1106] Compiling rsa_crypt.cc
[441/1106] Compiling rc4.cc
[441/1106] Compiling windows.cc
[443/1106] Compiling trusty.cc
[444/1106] Compiling urandom.cc
[445/1106] Compiling rsa_asn1.cc
[446/1106] Compiling rand.cc
[447/1106] Compiling passive.cc
[448/1106] Compiling ios.cc
[449/1106] Compiling getentropy.cc
[450/1106] Compiling poly1305_arm_asm.S
[451/1106] Compiling forkunsafe.cc
[452/1106] Compiling deterministic.cc
[453/1106] Compiling fork_detect.cc
[454/1106] Compiling poly1305_arm.cc
[455/1106] Compiling poly1305_vec.cc
[456/1106] Compiling pool.cc
[457/1106] Compiling poly1305.cc
[458/1106] Compiling pkcs8.cc
[459/1106] Compiling p5_pbev2.cc
[460/1106] Compiling pkcs8_x509.cc
[461/1106] Compiling pkcs7.cc
[462/1106] Compiling pkcs7_x509.cc
[463/1106] Compiling pem_x509.cc
[464/1106] Compiling pem_xaux.cc
[465/1106] Compiling pem_pkey.cc
[466/1106] Compiling pem_oth.cc
[467/1106] Compiling pem_pk8.cc
[468/1106] Compiling pem_info.cc
[469/1106] Compiling pem_lib.cc
[470/1106] Compiling mlkem.cc
[471/1106] Compiling obj_xref.cc
[472/1106] Compiling pem_all.cc
[473/1106] Compiling obj.cc
[474/1106] Compiling poly_rq_mul.S
[475/1106] Compiling mldsa.cc
[476/1106] Compiling fips_shared_support.cc
[477/1106] Compiling mem.cc
[478/1106] Compiling md5.cc
[479/1106] Compiling md4.cc
[480/1106] Compiling lhash.cc
[481/1106] Compiling ex_data.cc
[482/1106] Compiling sign.cc
[483/1106] Compiling kyber.cc
[484/1106] Compiling hpke.cc
[485/1106] Compiling hrss.cc
[486/1106] Compiling scrypt.cc
[487/1106] Compiling print.cc
[488/1106] Compiling pbkdf.cc
[489/1106] Compiling p_x25519.cc
[490/1106] Compiling p_x25519_asn1.cc
[491/1106] Compiling p_rsa_asn1.cc
[492/1106] Compiling p_ed25519.cc
[493/1106] Compiling p_rsa.cc
[494/1106] Compiling p_ed25519_asn1.cc
[495/1106] Compiling p_hkdf.cc
[496/1106] Compiling p_ec.cc
[497/1106] Compiling p_ec_asn1.cc
[498/1106] Compiling p_dh.cc
[499/1106] Compiling p_dh_asn1.cc
[500/1106] Compiling evp_ctx.cc
[501/1106] Compiling p_dsa_asn1.cc
[502/1106] Compiling evp_asn1.cc
[503/1106] Compiling evp.cc
[504/1106] Compiling engine.cc
[505/1106] Compiling err.cc
[506/1106] Compiling ecdsa_asn1.cc
[507/1106] Compiling hash_to_curve.cc
[508/1106] Compiling ecdh.cc
[509/1106] Compiling bcm.cc
[510/1106] Compiling ec_derive.cc
[511/1106] Compiling dsa.cc
[512/1106] Compiling ec_asn1.cc
[513/1106] Compiling dsa_asn1.cc
[514/1106] Compiling x25519-asm-arm.S
[515/1106] Compiling params.cc
[516/1106] Compiling des.cc
[517/1106] Compiling digest_extra.cc
[518/1106] Compiling dh_asn1.cc
[519/1106] Compiling curve25519_64_adx.cc
[520/1106] Compiling spake25519.cc
[521/1106] Compiling cpu_intel.cc
[522/1106] Compiling crypto.cc
[523/1106] Compiling cpu_arm_linux.cc
[524/1106] Compiling curve25519.cc
[525/1106] Compiling cpu_arm_freebsd.cc
[526/1106] Compiling cpu_aarch64_openbsd.cc
[527/1106] Compiling cpu_aarch64_sysreg.cc
[528/1106] Compiling cpu_aarch64_linux.cc
[529/1106] Compiling cpu_aarch64_win.cc
[529/1106] Compiling cpu_aarch64_apple.cc
[530/1106] Compiling conf.cc
[530/1106] Compiling cpu_aarch64_fuchsia.cc
[533/1106] Compiling get_cipher.cc
[534/1106] Compiling e_rc2.cc
[535/1106] Compiling tls_cbc.cc
[536/1106] Compiling e_rc4.cc
[537/1106] Compiling e_chacha20poly1305.cc
[538/1106] Compiling e_tls.cc
[539/1106] Compiling e_null.cc
[540/1106] Compiling e_des.cc
[541/1106] Compiling derive_key.cc
[542/1106] Compiling e_aesgcmsiv.cc
[543/1106] Compiling chacha.cc
[544/1106] Compiling e_aesctrhmac.cc
[545/1106] Compiling unicode.cc
[546/1106] Compiling blake2.cc
[547/1106] Compiling cbs.cc
[548/1106] Compiling ber.cc
[549/1106] Compiling cbb.cc
[550/1106] Compiling buf.cc
[551/1106] Compiling convert.cc
[552/1106] Compiling bn_asn1.cc
[553/1106] Compiling socket_helper.cc
[554/1106] Compiling asn1_compat.cc
[555/1106] Compiling printf.cc
[556/1106] Compiling hexdump.cc
[557/1106] Compiling socket.cc
[558/1106] Compiling pair.cc
[559/1106] Compiling fd.cc
[560/1106] Compiling errno.cc
[561/1106] Compiling connect.cc
[562/1106] Compiling file.cc
[563/1106] Compiling base64.cc
[564/1106] Compiling tasn_fre.cc
[565/1106] Compiling bio_mem.cc
[566/1106] Compiling tasn_typ.cc
[567/1106] Compiling tasn_enc.cc
[568/1106] Compiling bio.cc
[569/1106] Compiling tasn_new.cc
[570/1106] Compiling tasn_utl.cc
[571/1106] Compiling posix_time.cc
[572/1106] Compiling f_string.cc
[573/1106] Compiling tasn_dec.cc
[574/1106] Compiling asn1_par.cc
[575/1106] Compiling f_int.cc
[576/1106] Compiling asn_pack.cc
[577/1106] Compiling asn1_lib.cc
[578/1106] Compiling a_octet.cc
[579/1106] Compiling a_utctm.cc
[580/1106] Compiling a_type.cc
[581/1106] Compiling a_time.cc
[582/1106] Compiling a_strnid.cc
[583/1106] Compiling a_strex.cc
[584/1106] Compiling a_object.cc
[585/1106] Compiling a_i2d_fp.cc
[586/1106] Compiling a_mbstr.cc
[587/1106] Compiling a_int.cc
[588/1106] Compiling a_dup.cc
[589/1106] Compiling fiat_p256_adx_sqr.S
[590/1106] Compiling fiat_p256_adx_mul.S
[591/1106] Compiling a_d2i_fp.cc
[591/1106] Compiling fiat_curve25519_adx_square.S
[593/1106] Compiling CCryptoBoringSSLShims shims.c
[594/1106] Compiling a_bitstr.cc
[595/1106] Compiling fiat_curve25519_adx_mul.S
[596/1106] Compiling md5-x86_64-linux.S
[597/1106] Compiling md5-x86_64-apple.S
[598/1106] Compiling md5-586-apple.S
[599/1106] Compiling a_gentm.cc
[600/1106] Compiling md5-586-linux.S
[601/1106] Compiling a_bool.cc
[602/1106] Compiling chacha20_poly1305_x86_64-linux.S
[603/1106] Compiling chacha20_poly1305_x86_64-apple.S
[604/1106] Compiling chacha20_poly1305_armv8-win.S
[605/1106] Compiling chacha20_poly1305_armv8-apple.S
[606/1106] Compiling chacha20_poly1305_armv8-linux.S
[607/1106] Compiling chacha-x86_64-linux.S
[608/1106] Compiling chacha-x86_64-apple.S
[609/1106] Compiling chacha-x86-linux.S
[610/1106] Compiling chacha-x86-apple.S
[611/1106] Compiling chacha-armv8-win.S
[612/1106] Compiling chacha-armv8-apple.S
[613/1106] Compiling chacha-armv4-linux.S
[614/1106] Compiling chacha-armv8-linux.S
[615/1106] Compiling aes128gcmsiv-x86_64-linux.S
[616/1106] Compiling x86_64-mont5-linux.S
[617/1106] Compiling aes128gcmsiv-x86_64-apple.S
[618/1106] Compiling x86_64-mont5-apple.S
[618/1106] Compiling x86_64-mont-apple.S
[620/1106] Compiling x86_64-mont-linux.S
[621/1106] Compiling x86-mont-linux.S
[622/1106] Compiling x86-mont-apple.S
[623/1106] Compiling vpaes-x86_64-linux.S
[624/1106] Compiling vpaes-x86-linux.S
[625/1106] Compiling vpaes-x86-apple.S
[626/1106] Compiling vpaes-x86_64-apple.S
[627/1106] Compiling err_data.cc
[628/1106] Compiling vpaes-armv8-win.S
[629/1106] Compiling vpaes-armv8-apple.S
[630/1106] Compiling vpaes-armv7-linux.S
[631/1106] Compiling sha512-x86_64-linux.S
[632/1106] Compiling sha512-x86_64-apple.S
[633/1106] Compiling vpaes-armv8-linux.S
[634/1106] Compiling sha512-armv8-win.S
[635/1106] Compiling sha512-armv8-apple.S
[636/1106] Compiling sha512-armv4-linux.S
[637/1106] Compiling sha512-586-linux.S
[638/1106] Compiling sha512-586-apple.S
[639/1106] Compiling sha512-armv8-linux.S
[640/1106] Compiling sha256-x86_64-linux.S
[641/1106] Compiling sha256-x86_64-apple.S
[642/1106] Compiling sha256-armv8-win.S
[643/1106] Compiling sha256-armv4-linux.S
[644/1106] Compiling sha256-armv8-apple.S
[645/1106] Compiling sha256-586-linux.S
[646/1106] Compiling sha256-armv8-linux.S
[647/1106] Compiling sha256-586-apple.S
[648/1106] Compiling sha1-x86_64-linux.S
[649/1106] Compiling sha1-x86_64-apple.S
[650/1106] Compiling sha1-armv8-win.S
[651/1106] Compiling sha1-armv4-large-linux.S
[652/1106] Compiling sha1-armv8-apple.S
[653/1106] Compiling sha1-armv8-linux.S
[654/1106] Compiling sha1-586-apple.S
[655/1106] Compiling sha1-586-linux.S
[656/1106] Compiling rsaz-avx2-linux.S
[657/1106] Compiling rdrand-x86_64-linux.S
[658/1106] Compiling rdrand-x86_64-apple.S
[659/1106] Compiling rsaz-avx2-apple.S
[660/1106] Compiling p256_beeu-x86_64-asm-apple.S
[661/1106] Compiling p256_beeu-armv8-asm-win.S
[662/1106] Compiling p256_beeu-x86_64-asm-linux.S
[663/1106] Compiling p256_beeu-armv8-asm-linux.S
[664/1106] Compiling p256_beeu-armv8-asm-apple.S
[665/1106] Compiling p256-x86_64-asm-linux.S
[666/1106] Compiling p256-armv8-asm-win.S
[667/1106] Compiling p256-x86_64-asm-apple.S
[668/1106] Compiling ghashv8-armv8-win.S
[669/1106] Compiling p256-armv8-asm-linux.S
[670/1106] Compiling p256-armv8-asm-apple.S
[671/1106] Compiling ghashv8-armv8-linux.S
[672/1106] Compiling ghashv8-armv8-apple.S
[673/1106] Compiling ghashv8-armv7-linux.S
[674/1106] Compiling ghash-x86_64-apple.S
[675/1106] Compiling ghash-x86_64-linux.S
[676/1106] Compiling ghash-x86-linux.S
[677/1106] Compiling ghash-x86-apple.S
[678/1106] Compiling ghash-ssse3-x86_64-linux.S
[679/1106] Compiling ghash-ssse3-x86-linux.S
[680/1106] Compiling ghash-ssse3-x86_64-apple.S
[681/1106] Compiling ghash-ssse3-x86-apple.S
[682/1106] Compiling ghash-neon-armv8-linux.S
[683/1106] Compiling ghash-neon-armv8-apple.S
[683/1106] Compiling ghash-neon-armv8-win.S
[685/1106] Compiling co-586-apple.S
[686/1106] Compiling ghash-armv4-linux.S
[687/1106] Compiling co-586-linux.S
[688/1106] Compiling bsaes-armv7-linux.S
[689/1106] Compiling bn-armv8-linux.S
[690/1106] Compiling bn-armv8-apple.S
[691/1106] Compiling bn-armv8-win.S
[692/1106] Compiling bn-586-linux.S
[693/1106] Compiling armv8-mont-apple.S
[694/1106] Compiling bn-586-apple.S
[695/1106] Compiling armv8-mont-win.S
[696/1106] Compiling armv8-mont-linux.S
[697/1106] Compiling aesv8-gcm-armv8-win.S
[698/1106] Compiling armv4-mont-linux.S
[699/1106] Compiling aesv8-gcm-armv8-linux.S
[700/1106] Compiling aesv8-gcm-armv8-apple.S
[700/1106] Compiling aesv8-armv8-win.S
[702/1106] Compiling aesv8-armv8-apple.S
[703/1106] Compiling aesv8-armv8-linux.S
[704/1106] Compiling aesv8-armv7-linux.S
[705/1106] Compiling aesni-x86-linux.S
[706/1106] Compiling aesni-x86_64-linux.S
[707/1106] Compiling aesni-gcm-x86_64-linux.S
[708/1106] Compiling aesni-x86_64-apple.S
[709/1106] Compiling aesni-x86-apple.S
[710/1106] Compiling aesni-gcm-x86_64-apple.S
[711/1106] Compiling aes-gcm-avx10-x86_64-apple.S
[712/1106] Compiling aes-gcm-avx10-x86_64-linux.S
[713/1106] Compiling c-nioatomics.c
[714/1106] Compiling x_req.cc
[715/1106] Compiling x_x509.cc
[716/1106] Compiling c-atomics.c
[717/1106] Compiling x_spki.cc
[718/1106] Compiling x_sig.cc
[719/1106] Compiling x_val.cc
[720/1106] Compiling x_x509a.cc
[721/1112] Compiling x_pubkey.cc
[723/1112] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[723/1112] Compiling x_exten.cc
[724/1112] Compiling x_all.cc
[725/1112] Compiling x_name.cc
[727/1112] Compiling NIOConcurrencyHelpers NIOLock.swift
[728/1112] Compiling NIOConcurrencyHelpers lock.swift
[729/1112] Emitting module NIOConcurrencyHelpers
[730/1112] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[730/1112] Compiling x_crl.cc
[731/1112] Compiling x_algor.cc
[733/1112] Compiling NIOConcurrencyHelpers atomics.swift
[733/1112] Compiling x_attrib.cc
[734/1113] Compiling x509spki.cc
[736/1113] Compiling x509rset.cc
[737/1113] Compiling x509name.cc
[738/1113] Compiling x509cset.cc
[739/1113] Compiling x509_vpm.cc
[740/1113] Compiling x509_txt.cc
[741/1113] Compiling x509_vfy.cc
[742/1113] Compiling x509_v3.cc
[743/1113] Compiling x509_trs.cc
[744/1113] Compiling x509_set.cc
[745/1113] Compiling x509_req.cc
[746/1113] Compiling x509_obj.cc
[747/1113] Compiling x509_lu.cc
[748/1113] Compiling x509_def.cc
[749/1113] Compiling x509_ext.cc
[750/1113] Compiling x509_cmp.cc
[751/1113] Compiling x509_d2.cc
[752/1113] Compiling x509_att.cc
[753/1113] Compiling x509.cc
[754/1113] Compiling v3_utl.cc
[755/1113] Compiling v3_skey.cc
[756/1113] Compiling v3_prn.cc
[757/1113] Compiling v3_pmaps.cc
[758/1113] Compiling v3_purp.cc
[759/1113] Compiling v3_pcons.cc
[760/1113] Compiling v3_lib.cc
[761/1113] Compiling v3_ocsp.cc
[762/1113] Compiling v3_ncons.cc
[763/1113] Compiling v3_ia5.cc
[764/1113] Compiling v3_info.cc
[765/1113] Compiling v3_genn.cc
[766/1113] Compiling v3_int.cc
[767/1113] Compiling v3_extku.cc
[768/1113] Compiling v3_enum.cc
[769/1113] Compiling v3_crld.cc
[770/1113] Compiling v3_cpols.cc
[771/1113] Compiling v3_conf.cc
[772/1113] Compiling v3_akeya.cc
[773/1113] Compiling v3_bitst.cc
[774/1113] Compiling v3_bcons.cc
[775/1113] Compiling v3_alt.cc
[776/1113] Compiling v3_akey.cc
[777/1113] Compiling t_x509a.cc
[778/1113] Compiling t_x509.cc
[779/1113] Compiling i2d_pr.cc
[780/1113] Compiling name_print.cc
[781/1113] Compiling t_req.cc
[782/1113] Compiling t_crl.cc
[783/1113] Compiling rsa_pss.cc
[784/1113] Compiling policy.cc
[785/1113] Compiling by_file.cc
[786/1113] Compiling asn1_gen.cc
[787/1113] Compiling by_dir.cc
[788/1113] Compiling algorithm.cc
[789/1113] Compiling a_sign.cc
[790/1113] Compiling a_verify.cc
[791/1113] Compiling a_digest.cc
[792/1113] Compiling voprf.cc
[793/1113] Compiling thread_win.cc
[794/1113] Compiling thread_pthread.cc
[795/1113] Compiling thread.cc
[796/1113] Compiling trust_token.cc
[797/1113] Compiling thread_none.cc
[798/1113] Compiling stack.cc
[799/1113] Compiling pmbtoken.cc
[800/1113] Compiling wots.cc
[801/1113] Compiling thash.cc
[802/1113] Compiling merkle.cc
[803/1113] Compiling fors.cc
[804/1113] Compiling siphash.cc
[805/1113] Compiling sha512.cc
[806/1113] Compiling slhdsa.cc
[807/1113] Compiling sha1.cc
[808/1113] Compiling sha256.cc
[809/1113] Compiling rsa_print.cc
[810/1113] Compiling rsa_crypt.cc
[811/1113] Compiling rc4.cc
[812/1113] Compiling rsa_extra.cc
[813/1113] Compiling refcount.cc
[814/1113] Compiling urandom.cc
[815/1113] Compiling windows.cc
[816/1113] Compiling rsa_asn1.cc
[817/1113] Compiling trusty.cc
[818/1113] Compiling rand_extra.cc
[819/1113] Compiling ios.cc
[819/1113] Compiling getentropy.cc
[821/1113] Compiling passive.cc
[822/1113] Compiling poly1305_arm_asm.S
[823/1113] Compiling forkunsafe.cc
[824/1113] Compiling fork_detect.cc
[825/1113] Compiling poly1305_vec.cc
[826/1113] Compiling deterministic.cc
[827/1113] Compiling poly1305.cc
[827/1113] Compiling poly1305_arm.cc
[829/1113] Compiling pool.cc
[830/1113] Compiling pkcs8.cc
[831/1113] Compiling p5_pbev2.cc
[832/1113] Compiling pkcs7.cc
[833/1113] Compiling pem_xaux.cc
[834/1113] Compiling pkcs8_x509.cc
[835/1113] Compiling pem_x509.cc
[836/1113] Compiling pkcs7_x509.cc
[837/1113] Compiling pem_pkey.cc
[838/1113] Compiling pem_pk8.cc
[839/1113] Compiling obj_xref.cc
[840/1113] Compiling mlkem.cc
[841/1113] Compiling mldsa.cc
[842/1113] Compiling pem_oth.cc
[843/1113] Compiling pem_lib.cc
[844/1113] Compiling obj.cc
[845/1113] Compiling pem_info.cc
[846/1113] Compiling poly_rq_mul.S
[847/1113] Compiling pem_all.cc
[848/1113] Compiling fips_shared_support.cc
[849/1113] Compiling mem.cc
[850/1113] Compiling md5.cc
[851/1113] Compiling lhash.cc
[852/1113] Compiling md4.cc
[853/1113] Compiling hpke.cc
[854/1113] Compiling kyber.cc
[855/1113] Compiling ex_data.cc
[856/1113] Compiling hrss.cc
[857/1113] Compiling scrypt.cc
[858/1113] Compiling sign.cc
[859/1113] Compiling print.cc
[860/1113] Compiling pbkdf.cc
[861/1113] Compiling p_x25519.cc
[862/1113] Compiling p_x25519_asn1.cc
[863/1113] Compiling p_rsa_asn1.cc
[864/1113] Compiling p_hkdf.cc
[865/1113] Compiling p_rsa.cc
[866/1113] Compiling p_ed25519_asn1.cc
[867/1113] Compiling p_ed25519.cc
[868/1113] Compiling p_ec_asn1.cc
[869/1113] Compiling p_ec.cc
[870/1113] Compiling p_dh_asn1.cc
[871/1113] Compiling p_dh.cc
[872/1113] Compiling evp_ctx.cc
[873/1113] Compiling evp.cc
[874/1113] Compiling p_dsa_asn1.cc
[875/1113] Compiling evp_asn1.cc
[876/1113] Compiling err.cc
[877/1113] Compiling engine.cc
[878/1113] Compiling ecdsa_asn1.cc
[879/1113] Compiling ec_derive.cc
[880/1113] Compiling ecdh_extra.cc
[881/1113] Compiling hash_to_curve.cc
[882/1113] Compiling ec_asn1.cc
[883/1113] Compiling dsa_asn1.cc
[884/1113] Compiling dsa.cc
[885/1113] Compiling digest_extra.cc
[886/1113] Compiling x25519-asm-arm.S
[887/1113] Compiling bcm.cc
[888/1113] Compiling params.cc
[889/1113] Compiling dh_asn1.cc
[890/1113] Compiling des.cc
[891/1113] Compiling curve25519_64_adx.cc
[892/1113] Compiling cpu_intel.cc
[893/1113] Compiling spake25519.cc
[894/1113] Compiling curve25519.cc
[895/1113] Compiling crypto.cc
[896/1113] Compiling cpu_arm_linux.cc
[897/1113] Compiling cpu_aarch64_linux.cc
[898/1113] Compiling cpu_arm_freebsd.cc
[899/1113] Compiling cpu_aarch64_sysreg.cc
[900/1113] Compiling cpu_aarch64_win.cc
[901/1113] Compiling cpu_aarch64_openbsd.cc
[902/1113] Compiling conf.cc
[903/1113] Compiling cpu_aarch64_fuchsia.cc
[904/1113] Compiling cpu_aarch64_apple.cc
[905/1113] Compiling tls_cbc.cc
[906/1113] Compiling e_rc4.cc
[907/1113] Compiling e_rc2.cc
[908/1113] Compiling e_des.cc
[909/1113] Compiling e_null.cc
[910/1113] Compiling e_tls.cc
[911/1113] Compiling e_chacha20poly1305.cc
[912/1113] Compiling e_aesgcmsiv.cc
[913/1113] Compiling derive_key.cc
[914/1113] Compiling cipher_extra.cc
[915/1113] Compiling chacha.cc
[916/1113] Compiling e_aesctrhmac.cc
[917/1113] Compiling unicode.cc
[918/1113] Compiling buf.cc
[919/1113] Compiling ber.cc
[920/1113] Compiling asn1_compat.cc
[921/1113] Compiling convert.cc
[922/1113] Compiling cbb.cc
[923/1113] Compiling cbs.cc
[924/1113] Compiling bn_asn1.cc
[925/1113] Compiling blake2.cc
[926/1113] Compiling printf.cc
[927/1113] Compiling file.cc
[928/1113] Compiling pair.cc
[929/1113] Compiling bio_mem.cc
[930/1113] Compiling hexdump.cc
[931/1113] Compiling fd.cc
[932/1113] Compiling errno.cc
[933/1113] Compiling tasn_utl.cc
[934/1113] Compiling base64.cc
[935/1113] Compiling bio.cc
[936/1113] Compiling tasn_fre.cc
[937/1113] Compiling tasn_enc.cc
[938/1113] Compiling tasn_typ.cc
[939/1113] Compiling posix_time.cc
[940/1113] Compiling tasn_dec.cc
[941/1113] Compiling asn_pack.cc
[942/1113] Compiling f_string.cc
[943/1113] Compiling asn1_par.cc
[944/1113] Compiling tasn_new.cc
[945/1113] Compiling asn1_lib.cc
[946/1113] Compiling f_int.cc
[947/1113] Compiling a_utctm.cc
[948/1113] Compiling a_strex.cc
[949/1113] Compiling a_type.cc
[950/1113] Compiling a_mbstr.cc
[951/1113] Compiling a_strnid.cc
[952/1113] Compiling a_octet.cc
[953/1113] Compiling a_time.cc
[954/1113] Compiling a_object.cc
[955/1113] Compiling thread_win.c
[956/1113] Compiling thread_pthread.c
[957/1113] Compiling a_i2d_fp.cc
[958/1113] Compiling thread.c
[959/1113] Compiling a_gentm.cc
[960/1113] Compiling thread_none.c
[961/1113] Compiling a_d2i_fp.cc
[962/1113] Compiling stack.c
[963/1113] Compiling refcount_lock.c
[964/1113] Compiling windows.c
[965/1113] Compiling rand_extra.c
[966/1113] Compiling a_dup.cc
[967/1113] Compiling refcount_c11.c
[968/1113] Compiling a_int.cc
[969/1113] Compiling fuchsia.c
[970/1113] Compiling deterministic.c
[970/1113] Compiling passive.c
[972/1113] Compiling forkunsafe.c
[973/1113] Compiling a_bitstr.cc
[974/1113] Compiling mem.c
[975/1113] Compiling x86_64-mont5.mac.x86_64.S
[976/1113] Compiling x86_64-mont5.linux.x86_64.S
[977/1113] Compiling x86_64-mont.mac.x86_64.S
[978/1113] Compiling x86_64-mont.linux.x86_64.S
[979/1113] Compiling a_bool.cc
[979/1113] Compiling x86-mont.linux.x86.S
[981/1113] Compiling vpaes-x86_64.mac.x86_64.S
[982/1113] Compiling vpaes-x86_64.linux.x86_64.S
[983/1113] Compiling vpaes-armv8.ios.aarch64.S
[983/1113] Compiling vpaes-armv8.linux.aarch64.S
[985/1113] Compiling vpaes-armv7.linux.arm.S
[986/1113] Compiling vpaes-x86.linux.x86.S
[986/1113] Compiling vpaes-armv7.ios.arm.S
[988/1113] Compiling sha512-x86_64.mac.x86_64.S
[989/1113] Compiling sha512-x86_64.linux.x86_64.S
[990/1113] Compiling sha512-armv4.linux.arm.S
[990/1113] Compiling sha512-armv4.ios.arm.S
[992/1113] Compiling sha512-586.linux.x86.S
[993/1113] Compiling sha512-armv8.ios.aarch64.S
[994/1113] Compiling sha256-x86_64.mac.x86_64.S
[995/1113] Compiling sha512-armv8.linux.aarch64.S
[996/1121] Compiling sha256-armv8.ios.aarch64.S
[997/1121] Compiling sha256-586.linux.x86.S
[998/1121] Compiling sha256-armv4.linux.arm.S
[999/1121] Compiling sha256-armv4.ios.arm.S
[1000/1121] Compiling sha256-x86_64.linux.x86_64.S
[1001/1121] Compiling sha256-armv8.linux.aarch64.S
[1002/1121] Compiling sha1-x86_64.mac.x86_64.S
[1003/1121] Compiling sha1-x86_64.linux.x86_64.S
[1004/1121] Compiling sha1-armv8.ios.aarch64.S
[1005/1121] Compiling sha1-armv4-large.linux.arm.S
[1005/1121] Compiling sha1-armv8.linux.aarch64.S
[1007/1121] Compiling sha1-586.linux.x86.S
[1008/1121] Compiling sha1-armv4-large.ios.arm.S
[1009/1121] Compiling rsaz-avx2.mac.x86_64.S
[1010/1121] Compiling rdrand-x86_64.linux.x86_64.S
[1011/1121] Compiling rsaz-avx2.linux.x86_64.S
[1012/1121] Compiling rdrand-x86_64.mac.x86_64.S
[1013/1121] Compiling urandom.c
[1014/1121] Compiling rand.c
[1015/1121] Compiling fork_detect.c
[1016/1121] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[1017/1121] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[1018/1121] Compiling ctrdrbg.c
[1019/1121] Compiling p256-x86_64-asm.mac.x86_64.S
[1020/1121] Compiling p256-x86_64-asm.linux.x86_64.S
[1021/1121] Compiling ofb.c
[1022/1121] Compiling gcm_nohw.c
[1023/1121] Compiling polyval.c
[1024/1121] Compiling ctr.c
[1025/1121] Compiling cfb.c
[1026/1121] Compiling cbc.c
[1027/1121] Compiling gcm.c
[1028/1121] Compiling md5-x86_64.mac.x86_64.S
[1029/1121] Compiling md5-586.linux.x86.S
[1030/1121] Compiling md5-x86_64.linux.x86_64.S
[1031/1121] Compiling ghashv8-armx32.linux.arm.S
[1032/1121] Compiling ghashv8-armx64.ios.aarch64.S
[1033/1121] Compiling ghashv8-armx32.ios.arm.S
[1034/1121] Compiling ghashv8-armx64.linux.aarch64.S
[1035/1121] Compiling ghash-x86_64.linux.x86_64.S
[1036/1121] Compiling ghash-x86.linux.x86.S
[1037/1121] Compiling ghash-x86_64.mac.x86_64.S
[1038/1121] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[1039/1121] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[1040/1121] Compiling ghash-neon-armv8.ios.aarch64.S
[1041/1121] Compiling ghash-armv4.linux.arm.S
[1041/1121] Compiling ghash-ssse3-x86.linux.x86.S
[1043/1121] Compiling ghash-neon-armv8.linux.aarch64.S
[1044/1121] Compiling ghash-armv4.ios.arm.S
[1045/1121] Compiling co-586.linux.x86.S
[1046/1121] Compiling bsaes-armv7.ios.arm.S
[1047/1121] Compiling bsaes-armv7.linux.arm.S
[1048/1121] Compiling e_aes.c
[1049/1121] Compiling shift.c
[1050/1121] Compiling rsaz_exp.c
[1051/1121] Compiling sqrt.c
[1052/1121] Compiling cipher.c
[1053/1121] Compiling montgomery.c
[1055/1121] Compiling CryptoBoringWrapper RandomBytes.swift
[1055/1121] Compiling jacobi.c
[1056/1121] Compiling generic.c
[1057/1121] Compiling gcd_extra.c
[1058/1121] Compiling montgomery_inv.c
[1059/1121] Compiling random.c
[1060/1121] Compiling mul.c
[1061/1121] Compiling ctx.c
[1062/1121] Compiling gcd.c
[1063/1121] Compiling exponentiation.c
[1064/1121] Compiling div_extra.c
[1065/1121] Compiling div.c
[1066/1121] Compiling prime.c
[1067/1121] Compiling x86_64-gcc.c
[1068/1121] Compiling bn-586.linux.x86.S
[1069/1121] Compiling bn.c
[1070/1121] Compiling cmp.c
[1071/1121] Compiling add.c
[1072/1121] Compiling bytes.c
[1073/1121] Compiling armv8-mont.linux.aarch64.S
[1074/1121] Compiling armv8-mont.ios.aarch64.S
[1076/1121] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1077/1121] Compiling CryptoBoringWrapper EllipticCurve.swift
[1078/1121] Emitting module CryptoBoringWrapper
[1079/1121] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1080/1121] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1080/1121] Compiling armv4-mont.linux.arm.S
[1081/1121] Compiling armv4-mont.ios.arm.S
[1082/1121] Compiling aesv8-armx64.linux.aarch64.S
[1083/1121] Compiling aesv8-armx32.linux.arm.S
[1083/1121] Compiling aesv8-armx32.ios.arm.S
[1083/1121] Compiling aesv8-armx64.ios.aarch64.S
[1087/1121] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1088/1121] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1088/1121] Compiling aesni-x86_64.mac.x86_64.S
[1089/1122] Compiling aesni-x86_64.linux.x86_64.S
[1090/1122] Compiling aesni-x86.linux.x86.S
[1091/1122] Compiling aesni-gcm-x86_64.linux.x86_64.S
[1092/1122] Compiling aesni-gcm-x86_64.mac.x86_64.S
[1093/1122] Compiling mode_wrappers.c
[1094/1122] Compiling key_wrap.c
[1095/1122] Compiling err_data.c
[1096/1122] Compiling aes.c
[1098/1122] Compiling cpu_ppc64le.c
[1099/1122] Compiling cpu_intel.c
[1100/1122] Compiling ex_data.c
[1101/1122] Compiling cpu_arm_linux.c
[1102/1122] Compiling aes_nohw.c
[1103/1122] Compiling cpu_aarch64_win.c
[1104/1122] Compiling crypto.c
[1105/1122] Compiling cpu_aarch64_fuchsia.c
[1105/1122] Compiling cpu_aarch64_apple.c
[1105/1122] Compiling cpu_arm.c
[1108/1122] Compiling err.c
[1109/1122] Compiling unicode.c
[1110/1122] Compiling cpu_aarch64_linux.c
[1111/1122] Compiling ber.c
[1112/1122] Compiling cbb.c
[1113/1122] Write sources
[1116/1122] Compiling convert.c
[1117/1122] Compiling asn1_compat.c
[1118/1122] Compiling file.c
[1119/1122] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1120/1122] Compiling cbs.c
[1121/1122] Compiling bio.c
[1123/1239] Compiling Crypto GeneralizedTime.swift
[1124/1239] Compiling Crypto ObjectIdentifier.swift
[1125/1241] Compiling Crypto ASN1.swift
[1126/1241] Compiling Crypto ASN1Any.swift
[1127/1241] Compiling Crypto ASN1BitString.swift
[1128/1241] Compiling Crypto ASN1Null.swift
[1129/1241] Compiling Crypto ASN1OctetString.swift
[1130/1241] Compiling Crypto ASN1Strings.swift
[1131/1241] Compiling Crypto ArraySliceBigint.swift
[1132/1241] Compiling Crypto ASN1Boolean.swift
[1133/1241] Compiling Crypto ASN1Identifier.swift
[1134/1241] Compiling Crypto ASN1Integer.swift
[1135/1241] Compiling Atomics IntegerOperations.swift
[1136/1241] Compiling Atomics Unmanaged extensions.swift
[1137/1241] Compiling Crypto HPKE-Context.swift
[1138/1241] Compiling Crypto HPKE-KeySchedule.swift
[1139/1241] Compiling Crypto HPKE-Modes.swift
[1142/1244] Compiling Crypto HPKE.swift
[1143/1244] Emitting module BigNum
[1144/1244] Compiling BigNum BigNum.swift
[1152/1245] Compiling Algorithms Trim.swift
[1153/1245] Compiling Algorithms Unique.swift
[1154/1245] Compiling Algorithms Windows.swift
[1155/1245] Compiling Crypto Cipher.swift
[1156/1245] Compiling Crypto Nonces.swift
[1163/1245] Compiling Crypto SymmetricKeys.swift
[1164/1245] Compiling Crypto HMAC.swift
[1165/1245] Compiling Crypto MACFunctions.swift
[1166/1245] Compiling Crypto MessageAuthenticationCode.swift
[1167/1245] Compiling Crypto AES.swift
[1168/1245] Compiling Crypto ECDSASignature_boring.swift
[1169/1245] Compiling Crypto ECDSA_boring.swift
[1170/1245] Compiling Crypto EdDSA_boring.swift
[1171/1245] Compiling Crypto ECDSA.swift
[1172/1245] Compiling Crypto Ed25519.swift
[1173/1254] Emitting module Crypto
[1174/1254] Compiling Crypto HKDF.swift
[1175/1254] Compiling Crypto AESWrap.swift
[1176/1254] Compiling Crypto AESWrap_boring.swift
[1177/1254] Compiling Crypto Ed25519_boring.swift
[1178/1254] Compiling Crypto NISTCurvesKeys_boring.swift
[1179/1254] Compiling Crypto X25519Keys_boring.swift
[1180/1254] Compiling Crypto Curve25519.swift
[1181/1254] Compiling Crypto Ed25519Keys.swift
[1182/1254] Compiling Crypto NISTCurvesKeys.swift
[1183/1254] Compiling Crypto X25519Keys.swift
[1184/1254] Compiling Crypto AES-GCM.swift
[1185/1254] Compiling Crypto AES-GCM_boring.swift
[1186/1254] Compiling Crypto ChaChaPoly_boring.swift
[1187/1254] Emitting module Atomics
[1188/1254] Compiling Crypto ChaChaPoly.swift
[1195/1255] Compiling Crypto PKCS8PrivateKey.swift
[1196/1255] Compiling Crypto SEC1PrivateKey.swift
[1197/1255] Compiling Crypto SubjectPublicKeyInfo.swift
[1198/1255] Compiling Crypto CryptoKitErrors.swift
[1199/1255] Compiling Crypto Digest_boring.swift
[1200/1255] Compiling Crypto Digest.swift
[1201/1255] Compiling Crypto Digests.swift
[1202/1255] Compiling Crypto HashFunctions.swift
[1203/1255] Compiling Crypto HashFunctions_SHA2.swift
[1204/1255] Compiling Crypto HPKE-AEAD.swift
[1226/1255] Emitting module Algorithms
[1228/1256] Compiling Crypto HPKE-Ciphersuite.swift
[1229/1256] Compiling Crypto HPKE-KDF.swift
[1230/1256] Compiling Crypto HPKE-KexKeyDerivation.swift
[1231/1256] Compiling Crypto HPKE-LabeledExtract.swift
[1232/1256] Compiling Crypto HPKE-Utils.swift
[1233/1256] Compiling Crypto DHKEM.swift
[1234/1256] Compiling Crypto HPKE-KEM-Curve25519.swift
[1235/1256] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1236/1256] Compiling Crypto HPKE-KEM.swift
[1237/1256] Compiling Crypto HPKE-Errors.swift
[1245/1256] Compiling Crypto ECDH_boring.swift
[1246/1256] Compiling Crypto DH.swift
[1247/1256] Compiling Crypto ECDH.swift
[1248/1316] Compiling Crypto Signature.swift
[1249/1316] Compiling Crypto CryptoKitErrors_boring.swift
[1250/1316] Compiling Crypto RNG_boring.swift
[1251/1316] Compiling Crypto SafeCompare_boring.swift
[1252/1316] Compiling Crypto Zeroization_boring.swift
[1253/1316] Compiling Crypto PrettyBytes.swift
[1254/1316] Compiling Crypto SafeCompare.swift
[1255/1316] Compiling Crypto SecureBytes.swift
[1256/1316] Compiling Crypto Zeroization.swift
[1258/1363] Compiling _CryptoExtras AES_GCM_SIV.swift
[1259/1363] Compiling _CryptoExtras Block Function.swift
[1260/1363] Compiling _CryptoExtras AES_CFB_boring.swift
[1261/1363] Compiling _CryptoExtras AES_CTR_boring.swift
[1262/1363] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1263/1363] Compiling _CryptoExtras ARC+API.swift
[1264/1363] Compiling _CryptoExtras ARC.swift
[1265/1363] Compiling _CryptoExtras ARCCredential.swift
[1266/1371] Emitting module _CryptoExtras
[1267/1377] Compiling _CryptoExtras PBKDF2_boring.swift
[1268/1377] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1269/1377] Compiling _CryptoExtras PBKDF2.swift
[1270/1377] Compiling _CryptoExtras Scrypt_boring.swift
[1271/1377] Compiling _CryptoExtras ARCRequest.swift
[1272/1377] Compiling _CryptoExtras ARCResponse.swift
[1273/1377] Compiling _CryptoExtras ARCServer.swift
[1274/1377] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1275/1377] Compiling NIOCore IO.swift
[1276/1377] Compiling NIOCore IOData.swift
[1277/1377] Compiling NIOCore IPProtocol.swift
[1278/1377] Compiling NIOCore IntegerBitPacking.swift
[1279/1377] Compiling NIOCore IntegerTypes.swift
[1280/1377] Compiling NIOCore Interfaces.swift
[1281/1377] Compiling NIOCore Linux.swift
[1282/1377] Compiling NIOCore MarkedCircularBuffer.swift
[1283/1377] Compiling _CryptoExtras VOPRFServer.swift
[1284/1377] Compiling _CryptoExtras RSA+BlindSigning.swift
[1285/1377] Compiling _CryptoExtras RSA.swift
[1286/1377] Compiling _CryptoExtras RSA_boring.swift
[1287/1377] Compiling _CryptoExtras RSA_security.swift
[1288/1377] Compiling _CryptoExtras BoringSSLHelpers.swift
[1289/1377] Compiling _CryptoExtras HashToField.swift
[1290/1377] Compiling _CryptoExtras KDF.swift
[1291/1377] Compiling _CryptoExtras ChaCha20CTR.swift
[1292/1377] Compiling _CryptoExtras ECToolbox_boring.swift
[1293/1377] Compiling _CryptoExtras ECToolbox.swift
[1294/1377] Compiling _CryptoExtras PrettyBytes.swift
[1295/1377] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1296/1377] Compiling _CryptoExtras DLEQ.swift
[1297/1377] Compiling _CryptoExtras Prover.swift
[1298/1377] Compiling _CryptoExtras Verifier.swift
[1299/1377] Compiling _CryptoExtras ZKPToolbox.swift
[1300/1377] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1301/1377] Compiling NIOCore SocketAddresses.swift
[1302/1377] Compiling NIOCore SocketOptionProvider.swift
[1303/1377] Compiling NIOCore SystemCallHelpers.swift
[1304/1377] Compiling NIOCore TimeAmount+Duration.swift
[1305/1377] Compiling NIOCore TypeAssistedChannelHandler.swift
[1306/1377] Compiling NIOCore UniversalBootstrapSupport.swift
[1307/1377] Compiling NIOCore Utilities.swift
[1333/1377] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1334/1377] Compiling _CryptoExtras DigestType.swift
[1335/1377] Compiling _CryptoExtras Error.swift
[1336/1377] Compiling _CryptoExtras I2OSP.swift
[1337/1377] Compiling _CryptoExtras IntegerEncoding.swift
[1338/1377] Compiling _CryptoExtras PEMDocument.swift
[1339/1377] Emitting module NIOCore
[1340/1377] Compiling _CryptoExtras Scrypt.swift
[1341/1377] Compiling _CryptoExtras OPRF.swift
[1342/1377] Compiling _CryptoExtras OPRFClient.swift
[1343/1377] Compiling _CryptoExtras OPRFServer.swift
[1344/1377] Compiling _CryptoExtras VOPRF+API.swift
[1345/1377] Compiling _CryptoExtras VOPRFClient.swift
[1346/1377] Compiling _CryptoExtras AES_CBC.swift
[1347/1377] Compiling _CryptoExtras AES_CFB.swift
[1348/1377] Compiling _CryptoExtras AES_CTR.swift
[1349/1377] Compiling _CryptoExtras ARCEncoding.swift
[1350/1377] Compiling _CryptoExtras ARCPrecredential.swift
[1351/1377] Compiling _CryptoExtras ARCPresentation.swift
[1359/1428] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1360/1428] Compiling NIOEmbedded Embedded.swift
[1361/1428] Compiling NIOEmbedded AsyncTestingChannel.swift
[1362/1428] Emitting module NIOEmbedded
[1364/1429] Emitting module NIOPosix
[1365/1435] Compiling NIOPosix Pool.swift
[1366/1435] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1367/1435] Compiling NIOPosix PosixSingletons.swift
[1368/1435] Compiling NIOPosix RawSocketBootstrap.swift
[1369/1435] Compiling NIOPosix Resolver.swift
[1370/1435] Compiling NIOPosix Selectable.swift
[1371/1435] Compiling NIOPosix SelectableChannel.swift
[1372/1435] Compiling NIOPosix SelectableEventLoop.swift
[1373/1435] Compiling NIOPosix SelectorEpoll.swift
[1374/1435] Compiling NIOPosix SelectorGeneric.swift
[1375/1435] Compiling NIOPosix SelectorKqueue.swift
[1376/1435] Compiling NIOPosix SelectorUring.swift
[1377/1435] Compiling NIOPosix ServerSocket.swift
[1378/1435] Compiling NIOPosix Socket.swift
[1379/1435] Compiling NIOPosix SocketChannel.swift
[1380/1435] Compiling NIOPosix SocketProtocols.swift
[1381/1435] Compiling NIOPosix System.swift
[1382/1435] Compiling NIOPosix Thread.swift
[1383/1435] Compiling NIOPosix BSDSocketAPICommon.swift
[1384/1435] Compiling NIOPosix BSDSocketAPIPosix.swift
[1385/1435] Compiling NIOPosix BSDSocketAPIWindows.swift
[1386/1435] Compiling NIOPosix BaseSocket.swift
[1387/1435] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1388/1435] Compiling NIOPosix BaseSocketChannel.swift
[1389/1435] Compiling NIOPosix BaseStreamSocketChannel.swift
[1390/1435] Compiling NIOPosix ThreadPosix.swift
[1391/1435] Compiling NIOPosix ThreadWindows.swift
[1392/1435] Compiling NIOPosix UnsafeTransfer.swift
[1393/1435] Compiling NIOPosix Utilities.swift
[1394/1435] Compiling NIOPosix VsockAddress.swift
[1395/1435] Compiling NIOPosix VsockChannelEvents.swift
[1396/1435] Compiling NIOPosix IO.swift
[1397/1435] Compiling NIOPosix IntegerBitPacking.swift
[1398/1435] Compiling NIOPosix IntegerTypes.swift
[1399/1435] Compiling NIOPosix Linux.swift
[1400/1435] Compiling NIOPosix LinuxCPUSet.swift
[1401/1435] Compiling NIOPosix LinuxUring.swift
[1402/1435] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1403/1435] Compiling NIOPosix NIOThreadPool.swift
[1404/1435] Compiling NIOPosix NonBlockingFileIO.swift
[1405/1435] Compiling NIOPosix PendingDatagramWritesManager.swift
[1406/1435] Compiling NIOPosix PendingWritesManager.swift
[1407/1435] Compiling NIOPosix PipeChannel.swift
[1408/1435] Compiling NIOPosix PipePair.swift
[1409/1435] Compiling NIOPosix Bootstrap.swift
[1410/1435] Compiling NIOPosix ControlMessage.swift
[1411/1435] Compiling NIOPosix DatagramVectorReadManager.swift
[1412/1435] Compiling NIOPosix Errors+Any.swift
[1413/1435] Compiling NIOPosix FileDescriptor.swift
[1414/1435] Compiling NIOPosix GetaddrinfoResolver.swift
[1415/1435] Compiling NIOPosix HappyEyeballs.swift
[1417/1438] Emitting module NIO
[1418/1438] Compiling NIO Exports.swift
[1420/1478] Compiling NIOTLS TLSEvents.swift
[1421/1478] Compiling NIOHTTP1 HTTPEncoder.swift
[1422/1478] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1423/1478] Compiling NIOSOCKS SOCKSResponse.swift
[1424/1478] Emitting module NIOFoundationCompat
[1425/1478] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1426/1478] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1427/1478] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1428/1478] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1429/1480] Emitting module NIOTLS
[1430/1480] Compiling NIOSOCKS ClientStateMachine.swift
[1431/1480] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1432/1480] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1433/1480] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1434/1480] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1435/1480] Compiling NIOHTTP1 HTTPDecoder.swift
[1436/1480] Emitting module NIOSOCKS
[1437/1480] Compiling NIOHTTP1 HTTPTypes.swift
[1438/1480] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1439/1480] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1440/1480] Compiling NIOTLS SNIHandler.swift
[1441/1480] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1442/1480] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1443/1481] Compiling NIOSOCKS ServerStateMachine.swift
[1447/1482] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1448/1482] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1449/1484] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1450/1484] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1451/1535] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1452/1535] Compiling NIOSSL SSLContext.swift
[1453/1535] Compiling NIOSSL SSLCertificate.swift
[1454/1535] Compiling NIOSSL SSLCertificateExtensions.swift
[1455/1535] Compiling NIOSSL SSLCertificateName.swift
[1458/1537] Compiling NIOSSL SSLErrors.swift
[1459/1537] Compiling NIOTransportServices StateManagedChannel.swift
[1460/1537] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1461/1537] Compiling NIOSSL SSLPrivateKey.swift
[1462/1537] Compiling NIOSSL NIOSSLClientHandler.swift
[1463/1537] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1464/1537] Compiling NIOSSL NIOSSLHandler.swift
[1465/1537] Compiling NIOSSL AndroidCABundle.swift
[1466/1537] Compiling NIOSSL ByteBufferBIO.swift
[1467/1537] Compiling NIOSSL CustomPrivateKey.swift
[1468/1537] Compiling NIOSSL IdentityVerification.swift
[1469/1537] Compiling NIOSSL NIOSSLServerHandler.swift
[1470/1537] Compiling NIOSSL ObjectIdentifier.swift
[1471/1537] Emitting module NIOTransportServices
[1472/1537] Compiling NIOSSL PosixPort.swift
[1473/1537] Compiling NIOSSL SSLCallbacks.swift
[1474/1537] Compiling NIOSSL LinuxCABundle.swift
[1475/1537] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1476/1537] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1485/1538] Emitting module NIOHTTP1
[1491/1563] Compiling SotoSignerV4 credentials.swift
[1492/1563] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1493/1563] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1494/1563] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1495/1563] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1496/1563] Compiling SotoSignerV4 exports.swift
[1497/1563] Compiling SotoSignerV4 signer.swift
[1498/1563] Emitting module NIOHTTPCompression
[1499/1563] Compiling NIOHPACK IntegerCoding.swift
[1500/1563] Compiling NIOHPACK IndexedHeaderTable.swift
[1501/1564] Compiling NIOHPACK HuffmanTables.swift
[1502/1564] Compiling NIOHPACK HuffmanCoding.swift
[1503/1564] Compiling NIOHTTPCompression HTTPCompression.swift
[1504/1564] Emitting module SotoSignerV4
[1505/1564] Compiling NIOHTTPCompression HTTPDecompression.swift
[1506/1565] Compiling SotoSignerV4 SigV4a.swift
[1507/1565] Compiling SotoSignerV4 HexEncoding.swift
[1508/1565] Compiling NIOSSL SubjectAlternativeName.swift
[1509/1565] Compiling NIOSSL NIOSSLSecureBytes.swift
[1510/1565] Compiling NIOSSL RNG.swift
[1511/1565] Compiling NIOSSL SafeCompare.swift
[1515/1566] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1516/1566] Compiling NIOHPACK DynamicHeaderTable.swift
[1517/1566] Compiling NIOHPACK HPACKDecoder.swift
[1518/1566] Compiling NIOHPACK HPACKEncoder.swift
[1519/1566] Compiling NIOHPACK HPACKErrors.swift
[1528/1570] Emitting module NIOSSL
[1529/1570] Compiling NIOHPACK HPACKHeader.swift
[1530/1570] Compiling NIOHPACK HeaderTables.swift
[1541/1570] Compiling NIOHPACK StaticHeaderTable.swift
[1543/1570] Emitting module NIOHPACK
[1569/1722] Compiling X509 NameConstraints.swift
[1570/1722] Compiling X509 SubjectAlternativeName.swift
[1571/1722] Compiling X509 SubjectKeyIdentifier.swift
[1572/1722] Compiling X509 Extension.swift
[1574/1723] Compiling X509 ExtensionsBuilder.swift
[1575/1723] Compiling X509 GeneralName.swift
[1576/1723] Compiling X509 Lock.swift
[1577/1723] Compiling X509 LockedValueBox.swift
[1578/1723] Compiling X509 BasicOCSPResponse.swift
[1579/1723] Compiling X509 DirectoryString.swift
[1580/1723] Compiling X509 DNBuilder.swift
[1581/1723] Compiling X509 DomainComponent.swift
[1582/1731] Compiling X509 CertificateSerialNumber.swift
[1583/1731] Compiling X509 CertificateVersion.swift
[1584/1731] Compiling X509 CMSAttribute.swift
[1585/1731] Compiling X509 CMSContentInfo.swift
[1586/1731] Compiling X509 CMSEncapsulatedContentInfo.swift
[1587/1731] Compiling X509 CMSIssuerAndSerialNumber.swift
[1588/1731] Compiling X509 CMSOperations.swift
[1589/1731] Compiling X509 CMSSignature.swift
[1590/1731] Compiling X509 CSRAttribute.swift
[1591/1731] Compiling X509 CSRAttributes.swift
[1592/1731] Compiling X509 CSRVersion.swift
[1593/1731] Compiling X509 CertificateSigningRequest.swift
[1594/1731] Compiling X509 CertificationRequestInfo.swift
[1595/1731] Compiling X509 ExtensionRequest.swift
[1596/1731] Compiling X509 Certificate.swift
[1597/1731] Compiling X509 CertificatePrivateKey.swift
[1598/1731] Compiling X509 CertificatePublicKey.swift
[1599/1731] Compiling NIOHTTP2 InboundWindowManager.swift
[1600/1731] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1601/1731] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1602/1731] Compiling NIOHTTP2 StreamChannelList.swift
[1603/1731] Compiling NIOHTTP2 StreamMap.swift
[1604/1731] Compiling NIOHTTP2 StreamStateMachine.swift
[1605/1731] Compiling NIOHTTP2 UnsafeTransfer.swift
[1606/1731] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1607/1731] Compiling X509 OCSPCertID.swift
[1608/1731] Compiling X509 OCSPCertStatus.swift
[1609/1731] Compiling X509 OCSPExtensionID.swift
[1610/1731] Compiling X509 OCSPNonce.swift
[1611/1731] Compiling X509 OCSPPolicy.swift
[1620/1744] Emitting module NIOHTTP2
[1634/1744] Compiling X509 CertificateStore.swift
[1635/1744] Compiling X509 OneOfPolicies.swift
[1636/1744] Compiling X509 PolicyBuilder.swift
[1637/1744] Compiling X509 BasicConstraintsPolicy.swift
[1638/1744] Compiling X509 DNSNames.swift
[1639/1744] Compiling X509 DirectoryNames.swift
[1640/1744] Compiling X509 ExpiryPolicy.swift
[1641/1744] Compiling X509 IPConstraints.swift
[1642/1744] Compiling X509 NameConstraintsPolicy.swift
[1643/1744] Compiling X509 RFC5280Policy.swift
[1644/1744] Compiling X509 URIConstraints.swift
[1645/1744] Compiling X509 VersionPolicy.swift
[1646/1744] Compiling X509 ServerIdentityPolicy.swift
[1647/1744] Compiling X509 OCSPTBSRequest.swift
[1648/1744] Compiling X509 OCSPVersion.swift
[1649/1744] Compiling X509 PKCS8PrivateKey.swift
[1650/1744] Compiling X509 PromiseAndFuture.swift
[1651/1744] Compiling X509 RDNAttribute.swift
[1652/1744] Compiling X509 RandomNumberGenerator+bytes.swift
[1653/1744] Compiling X509 RelativeDistinguishedName.swift
[1654/1744] Compiling X509 SEC1PrivateKey.swift
[1655/1744] Compiling X509 SecKeyWrapper.swift
[1656/1744] Compiling X509 Signature.swift
[1657/1744] Compiling X509 SignatureAlgorithm.swift
[1658/1744] Compiling X509 AllOfPolicies.swift
[1659/1744] Compiling X509 AnyPolicy.swift
[1662/1744] Compiling X509 EmailAddress.swift
[1663/1744] Compiling X509 LocalityName.swift
[1664/1744] Compiling X509 OrganizationName.swift
[1665/1744] Compiling X509 OrganizationalUnitName.swift
[1666/1744] Compiling X509 StateOrProvinceName.swift
[1667/1744] Compiling X509 StreetAddress.swift
[1668/1744] Compiling X509 Error.swift
[1669/1744] Compiling X509 AuthorityInformationAccess.swift
[1670/1744] Compiling X509 AuthorityKeyIdentifier.swift
[1671/1744] Compiling X509 BasicConstraints.swift
[1672/1744] Compiling X509 ExtendedKeyUsage.swift
[1677/1744] Compiling X509 CMSSignedData.swift
[1678/1744] Compiling X509 CMSSignerIdentifier.swift
[1679/1744] Compiling X509 CMSSignerInfo.swift
[1680/1744] Compiling X509 CMSVersion.swift
[1681/1744] Compiling X509 Curve25519+DER.swift
[1682/1744] Compiling X509 Digests.swift
[1683/1744] Compiling X509 DistinguishedName.swift
[1684/1744] Compiling X509 CommonName.swift
[1685/1744] Compiling X509 CountryName.swift
[1686/1744] Compiling X509 ExtensionIdentifiers.swift
[1687/1744] Compiling X509 KeyUsage.swift
[1692/1744] Compiling X509 Extensions.swift
[1699/1744] Emitting module X509
[1733/1805] Emitting module AsyncHTTPClient
[1734/1813] Compiling X509 TrustRootLoading.swift
[1735/1813] Compiling X509 UnverifiedChain.swift
[1736/1813] Compiling X509 VerificationDiagnostic.swift
[1737/1813] Compiling X509 Verifier.swift
[1738/1813] Compiling X509 VerifierPolicy.swift
[1739/1813] Compiling X509 AlgorithmIdentifier.swift
[1740/1813] Compiling X509 ECDSASignature.swift
[1741/1813] Compiling X509 RSAPKCS1PublicKey.swift
[1742/1813] Compiling X509 SubjectPublicKeyInfo.swift
[1743/1813] Compiling X509 TBSCertificate.swift
[1744/1813] Compiling X509 Time.swift
[1745/1813] Compiling X509 TimeCalculations.swift
[1746/1813] Compiling X509 Validity.swift
[1748/1814] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1749/1814] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1750/1814] Compiling AsyncHTTPClient Transaction.swift
[1751/1814] Compiling AsyncHTTPClient Base64.swift
[1752/1814] Compiling AsyncHTTPClient BasicAuth.swift
[1753/1814] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1754/1814] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1755/1814] Compiling AsyncHTTPClient ConnectionPool.swift
[1756/1814] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1757/1814] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1758/1814] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1759/1814] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1760/1814] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1761/1814] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1762/1814] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1763/1814] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1764/1814] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1765/1814] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1766/1872] Compiling JWTKit JWTHeader.swift
[1767/1872] Compiling JWTKit JWTHeaderField.swift
[1768/1872] Compiling JWTKit JWTKeyCollection.swift
[1769/1872] Compiling JWTKit JWTParser.swift
[1770/1872] Compiling JWTKit JWTPayload.swift
[1771/1872] Compiling JWTKit JWTSerializer.swift
[1772/1872] Compiling JWTKit JWTSigner.swift
[1773/1872] Compiling JWTKit JWTKeyCollection+HMAC.swift
[1774/1872] Compiling JWTKit Insecure.swift
[1775/1872] Compiling AsyncHTTPClient RequestBag.swift
[1776/1872] Compiling AsyncHTTPClient RequestValidation.swift
[1777/1872] Compiling AsyncHTTPClient SSLContextCache.swift
[1778/1872] Compiling AsyncHTTPClient Scheme.swift
[1779/1872] Compiling AsyncHTTPClient Singleton.swift
[1780/1872] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1781/1872] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1782/1872] Compiling AsyncHTTPClient Utils.swift
[1783/1872] Compiling JWTKit JWK.swift
[1784/1872] Compiling JWTKit JWKIdentifier.swift
[1785/1872] Compiling JWTKit JWKS.swift
[1786/1872] Compiling JWTKit JWKSigner.swift
[1787/1872] Compiling JWTKit JWTAlgorithm.swift
[1788/1872] Compiling JWTKit JWTError.swift
[1789/1872] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[1790/1872] Compiling JWTKit UnsecuredNoneSigner.swift
[1791/1872] Compiling JWTKit AudienceClaim.swift
[1792/1872] Compiling JWTKit BoolClaim.swift
[1793/1872] Compiling JWTKit ExpirationClaim.swift
[1794/1872] Compiling JWTKit GoogleHostedDomainClaim.swift
[1795/1872] Compiling JWTKit IDClaim.swift
[1796/1872] Compiling JWTKit IssuedAtClaim.swift
[1797/1872] Compiling JWTKit IssuerClaim.swift
[1798/1872] Compiling JWTKit JWTClaim.swift
[1799/1872] Compiling JWTKit JWTMultiValueClaim.swift
[1800/1880] Emitting module JWTKit
[1801/1880] Compiling JWTKit ECDSASigner.swift
[1802/1880] Compiling JWTKit ECDSASigningAlgorithm.swift
[1803/1880] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[1804/1880] Compiling JWTKit P256+CurveType.swift
[1805/1880] Compiling JWTKit P384+CurveType.swift
[1806/1880] Compiling JWTKit P521+CurveType.swift
[1807/1880] Compiling JWTKit CustomizedJSONCoders.swift
[1808/1880] Compiling JWTKit Utilities.swift
[1809/1880] Compiling JWTKit JWTKeyCollection+RSA.swift
[1810/1880] Compiling JWTKit RSA.swift
[1811/1880] Compiling JWTKit RSAError.swift
[1812/1880] Compiling JWTKit RSASigner.swift
[1813/1880] Compiling JWTKit Base64URL.swift
[1814/1880] Compiling JWTKit CryptoSigner.swift
[1815/1880] Compiling JWTKit ECDSAError.swift
[1816/1880] Compiling JWTKit ECDSAKeyTypes.swift
[1817/1880] Compiling JWTKit LocaleClaim.swift
[1818/1880] Compiling JWTKit NotBeforeClaim.swift
[1819/1880] Compiling JWTKit SubjectClaim.swift
[1820/1880] Compiling JWTKit TenantIDClaim.swift
[1821/1880] Compiling JWTKit ECDSA.swift
[1822/1880] Compiling JWTKit ECDSACurve.swift
[1823/1880] Compiling JWTKit ECDSACurveType.swift
[1824/1880] Compiling JWTKit JWTHeader+CommonFields.swift
[1834/1881] Compiling JWTKit EdDSA.swift
[1835/1881] Compiling JWTKit EdDSACurve.swift
[1836/1881] Compiling JWTKit EdDSAError.swift
[1837/1881] Compiling JWTKit EdDSASigner.swift
[1838/1881] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[1839/1881] Compiling JWTKit HMAC.swift
[1840/1881] Compiling JWTKit HMACError.swift
[1841/1881] Compiling JWTKit HMACSigner.swift
[1842/1881] Compiling JWTKit JWTUnixEpochClaim.swift
[1874/1945] Compiling SotoCore EndpointDiscoveryMiddleware.swift
[1875/1945] Compiling SotoCore ErrorHandlingMiddleware.swift
[1876/1945] Compiling SotoCore LoggingMiddleware.swift
[1877/1945] Compiling SotoCore RetryMiddleware.swift
[1878/1945] Compiling SotoCore S3Middleware.swift
[1879/1945] Compiling SotoCore SigningMiddleware.swift
[1880/1945] Compiling JWTKit ValidationTimePayload.swift
[1881/1945] Compiling JWTKit X5CVerifier.swift
[1883/1946] Compiling SotoCore ByteBufferSequence.swift
[1884/1946] Compiling SotoCore EventStream.swift
[1885/1946] Compiling SotoCore ExpiringValue.swift
[1886/1946] Compiling SotoCore FixedSizeByteBufferAsyncSequence.swift
[1887/1946] Compiling SotoCore Sequence+concurrentMap.swift
[1888/1946] Compiling SotoCore ConfigFileCredentialProvider.swift
[1889/1946] Compiling SotoCore ConfigFileLoader.swift
[1890/1946] Compiling SotoCore Credential+IsEmpty.swift
[1891/1946] Compiling SotoCore CredentialProvider.swift
[1892/1946] Compiling SotoCore STSAssumeRole.swift
[1893/1946] Compiling SotoCore StaticCredential+CredentialProvider.swift
[1894/1946] Compiling SotoCore StaticCredential+Environment.swift
[1895/1946] Compiling SotoCore ARN.swift
[1896/1946] Compiling SotoCore AWSShape.swift
[1897/1946] Compiling SotoCore EndpointVariant.swift
[1898/1946] Compiling SotoCore Environment.swift
[1899/1946] Compiling SotoCore Region.swift
[1900/1946] Compiling SotoCore ServiceProtocol.swift
[1901/1955] Compiling SotoCore AWSClient+Paginate.swift
[1902/1955] Compiling SotoCore AWSClient.swift
[1903/1955] Compiling SotoCore AWSEndpointDiscovery.swift
[1904/1955] Compiling SotoCore AWSService.swift
[1905/1955] Compiling SotoCore AWSServiceConfig.swift
[1906/1955] Compiling SotoCore Base64Data.swift
[1907/1955] Compiling SotoCore Document.swift
[1908/1955] Compiling SotoCore EventPayload.swift
[1909/1955] Compiling SotoCore AnyAsyncSequence.swift
[1910/1955] Emitting module SotoCore
[1911/1955] Compiling SotoCore Error.swift
[1912/1955] Compiling SotoCore ServerErrors.swift
[1913/1955] Compiling SotoCore Exports.swift
[1914/1955] Compiling SotoCore AWSHTTPBody.swift
[1915/1955] Compiling SotoCore AWSHTTPClient.swift
[1916/1955] Compiling SotoCore AWSHTTPRequest.swift
[1917/1955] Compiling SotoCore AWSHTTPResponse+HAL.swift
[1918/1955] Compiling SotoCore AWSHTTPResponse.swift
[1919/1955] Compiling SotoCore AsyncHTTPClient.swift
[1920/1955] Compiling SotoCore S3SignedAsyncSequence.swift
[1921/1955] Compiling SotoCore Middleware.swift
[1922/1955] Compiling SotoCore EditHeadersMiddleware.swift
[1929/1955] Compiling SotoCore CredentialProviderError.swift
[1930/1955] Compiling SotoCore CredentialProviderSelector.swift
[1931/1955] Compiling SotoCore DeferredCredentialProvider.swift
[1932/1955] Compiling SotoCore EmptyCredential.swift
[1933/1955] Compiling SotoCore ExpiringCredential.swift
[1934/1955] Compiling SotoCore MetaDataCredentialProvider.swift
[1935/1955] Compiling SotoCore NullCredentialProvider.swift
[1936/1955] Compiling SotoCore RotatingCredentialProvider.swift
[1937/1955] Compiling SotoCore RuntimeSelectorCredentialProvider.swift
[1938/1955] Compiling SotoCore CodableProperties.swift
[1939/1955] Compiling SotoCore CollectionCoders.swift
[1940/1955] Compiling SotoCore DateCoders.swift
[1941/1955] Compiling SotoCore EC2ArrayCoder.swift
[1942/1955] Compiling SotoCore EventStreamDecoder.swift
[1943/1955] Compiling SotoCore QueryEncoder.swift
[1944/1955] Compiling SotoCore RequestContainer.swift
[1945/1955] Compiling SotoCore ResponseContainer.swift
[1946/1955] Compiling SotoCore ClientErrors.swift
[1947/1955] Compiling SotoCore TracingMiddleware.swift
[1948/1955] Compiling SotoCore TreeHashMiddleware.swift
[1949/1955] Compiling SotoCore MiddlewareStack.swift
[1950/1955] Compiling SotoCore RetryPolicy.swift
[1951/1955] Compiling SotoCore UnsafeTransfer.swift
[1952/1955] Compiling SotoCore base64.swift
[1953/1955] Compiling SotoCore crc32.swift
[1954/1955] Compiling SotoCore AWSClient+Waiter.swift
[1955/1955] Compiling SotoCore Matcher.swift
[1957/1962] Emitting module _SotoCognitoIdentityGenerated
[1958/1962] Compiling _SotoCognitoIdentityGenerated CognitoIdentity_api.swift
[1959/1962] Compiling _SotoCognitoIdentityGenerated CognitoIdentity_shapes.swift
[1961/1967] Emitting module SotoCognitoIdentityProvider
[1962/1967] Compiling SotoCognitoIdentity exports.swift
[1963/1967] Compiling SotoCognitoIdentity CognitoIdentity+CredentialProvider.swift
[1964/1967] Compiling SotoCognitoIdentity CognitoIdentity+IdentityProvider.swift
[1965/1967] Emitting module SotoCognitoIdentity
[1967/1968] Compiling SotoCognitoIdentityProvider CognitoIdentityProvider_api.swift
[1968/1968] Compiling SotoCognitoIdentityProvider CognitoIdentityProvider_shapes.swift
[1970/1977] Compiling SotoCognitoAuthenticationKit ContextData.swift
[1971/1977] Compiling SotoCognitoAuthenticationKit UserPoolCredentialProvider.swift
[1972/1977] Compiling SotoCognitoAuthenticationKit Identifiable.swift
[1973/1977] Compiling SotoCognitoAuthenticationKit Tokens.swift
[1974/1977] Compiling SotoCognitoAuthenticationKit Configuration.swift
[1975/1977] Compiling SotoCognitoAuthenticationKit Authenticatable+JWT.swift
[1976/1977] Emitting module SotoCognitoAuthenticationKit
[1977/1977] Compiling SotoCognitoAuthenticationKit Authenticatable.swift
[1979/1982] Compiling SotoCognitoAuthenticationSRP UserPoolAuthenticationMethod+SRP.swift
[1980/1982] Emitting module SotoCognitoAuthenticationSRP
[1981/1982] Compiling SotoCognitoAuthenticationSRP Authenticatable+SRP.swift
[1982/1982] Compiling SotoCognitoAuthenticationSRP SRP.swift
Build complete! (525.61s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.