Build Information
Failed to build postgres-nio, reference 1.26.2 (ccb25d
), with Swift 6.1 for Android on 4 Jun 2025 21:12:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/postgres-nio.git
Reference: 1.26.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vapor/postgres-nio
* tag 1.26.2 -> FETCH_HEAD
HEAD is now at ccb25dc Remove check if TLSConfiguration changed when producing SSLContext (#560)
Cloned https://github.com/vapor/postgres-nio.git
Revision (git rev-parse @):
ccb25dcc428587224633a79c0ce0430eeac3dc0f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/postgres-nio.git at 1.26.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor/postgres-nio.git
https://github.com/vapor/postgres-nio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.19.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.25.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.9.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "2.4.1",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
}
],
"manifest_display_name" : "postgres-nio",
"name" : "postgres-nio",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PostgresNIO",
"targets" : [
"PostgresNIO"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "_ConnectionPoolModule",
"targets" : [
"_ConnectionPoolModule"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "_ConnectionPoolTestUtils",
"targets" : [
"_ConnectionPoolTestUtils"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Birthdays",
"targets" : [
"Birthdays"
],
"type" : {
"snippet" : null
}
},
{
"name" : "PostgresClient",
"targets" : [
"PostgresClient"
],
"type" : {
"snippet" : null
}
}
],
"targets" : [
{
"c99name" : "_ConnectionPoolTestUtils",
"module_type" : "SwiftTarget",
"name" : "_ConnectionPoolTestUtils",
"path" : "Sources/ConnectionPoolTestUtils",
"product_dependencies" : [
"NIOConcurrencyHelpers"
],
"product_memberships" : [
"_ConnectionPoolTestUtils",
"Birthdays",
"PostgresClient"
],
"sources" : [
"MockClock.swift",
"MockConnection.swift",
"MockConnectionFactory.swift",
"MockPingPongBehaviour.swift",
"MockRequest.swift"
],
"target_dependencies" : [
"_ConnectionPoolModule"
],
"type" : "library"
},
{
"c99name" : "_ConnectionPoolModule",
"module_type" : "SwiftTarget",
"name" : "_ConnectionPoolModule",
"path" : "Sources/ConnectionPoolModule",
"product_dependencies" : [
"Atomics",
"DequeModule"
],
"product_memberships" : [
"PostgresNIO",
"_ConnectionPoolModule",
"_ConnectionPoolTestUtils",
"Birthdays",
"PostgresClient"
],
"sources" : [
"ConnectionIDGenerator.swift",
"ConnectionPool.swift",
"ConnectionPoolError.swift",
"ConnectionPoolObservabilityDelegate.swift",
"ConnectionRequest.swift",
"Max2Sequence.swift",
"NIOLock.swift",
"NIOLockedValueBox.swift",
"NoKeepAliveBehavior.swift",
"PoolStateMachine+ConnectionGroup.swift",
"PoolStateMachine+ConnectionState.swift",
"PoolStateMachine+RequestQueue.swift",
"PoolStateMachine.swift",
"TinyFastSequence.swift"
],
"type" : "library"
},
{
"c99name" : "PostgresNIOTests",
"module_type" : "SwiftTarget",
"name" : "PostgresNIOTests",
"path" : "Tests/PostgresNIOTests",
"product_dependencies" : [
"NIOEmbedded",
"NIOTestUtils"
],
"sources" : [
"Data/PostgresData+JSONTests.swift",
"Message/PostgresMessageDecoderTests.swift",
"New/Connection State Machine/AuthenticationStateMachineTests.swift",
"New/Connection State Machine/ConnectionStateMachineTests.swift",
"New/Connection State Machine/ExtendedQueryStateMachineTests.swift",
"New/Connection State Machine/PrepareStatementStateMachineTests.swift",
"New/Connection State Machine/PreparedStatementStateMachineTests.swift",
"New/Data/Array+PSQLCodableTests.swift",
"New/Data/Bool+PSQLCodableTests.swift",
"New/Data/Bytes+PSQLCodableTests.swift",
"New/Data/Date+PSQLCodableTests.swift",
"New/Data/Decimal+PSQLCodableTests.swift",
"New/Data/Float+PSQLCodableTests.swift",
"New/Data/Int+PSQLCodableTests.swift",
"New/Data/JSON+PSQLCodableTests.swift",
"New/Data/Range+PSQLCodableTests.swift",
"New/Data/RawRepresentable+PSQLCodableTests.swift",
"New/Data/String+PSQLCodableTests.swift",
"New/Data/UUID+PSQLCodableTests.swift",
"New/Extensions/ByteBuffer+Utils.swift",
"New/Extensions/ConnectionAction+TestUtils.swift",
"New/Extensions/PSQLBackendMessageEncoder.swift",
"New/Extensions/PSQLFrontendMessageDecoder.swift",
"New/Extensions/PostgresFrontendMessage.swift",
"New/Extensions/ReverseByteToMessageHandler.swift",
"New/Extensions/ReverseMessageToByteHandler.swift",
"New/Messages/AuthenticationTests.swift",
"New/Messages/BackendKeyDataTests.swift",
"New/Messages/BindTests.swift",
"New/Messages/CancelTests.swift",
"New/Messages/CloseTests.swift",
"New/Messages/DataRowTests.swift",
"New/Messages/DescribeTests.swift",
"New/Messages/ErrorResponseTests.swift",
"New/Messages/ExecuteTests.swift",
"New/Messages/NotificationResponseTests.swift",
"New/Messages/ParameterDescriptionTests.swift",
"New/Messages/ParameterStatusTests.swift",
"New/Messages/ParseTests.swift",
"New/Messages/PasswordTests.swift",
"New/Messages/ReadyForQueryTests.swift",
"New/Messages/RowDescriptionTests.swift",
"New/Messages/SASLInitialResponseTests.swift",
"New/Messages/SASLResponseTests.swift",
"New/Messages/SSLRequestTests.swift",
"New/Messages/StartupTests.swift",
"New/PSQLBackendMessageTests.swift",
"New/PSQLFrontendMessageTests.swift",
"New/PSQLMetadataTests.swift",
"New/PSQLRowStreamTests.swift",
"New/PostgresCellTests.swift",
"New/PostgresChannelHandlerTests.swift",
"New/PostgresCodableTests.swift",
"New/PostgresConnectionTests.swift",
"New/PostgresErrorTests.swift",
"New/PostgresQueryTests.swift",
"New/PostgresRowSequenceTests.swift",
"New/PostgresRowTests.swift",
"Utilities.swift",
"Utilities/PostgresJSONCodingTests.swift"
],
"target_dependencies" : [
"PostgresNIO"
],
"type" : "test"
},
{
"c99name" : "PostgresNIO",
"module_type" : "SwiftTarget",
"name" : "PostgresNIO",
"path" : "Sources/PostgresNIO",
"product_dependencies" : [
"Atomics",
"Crypto",
"_CryptoExtras",
"Logging",
"Metrics",
"NIO",
"NIOCore",
"NIOPosix",
"NIOTransportServices",
"NIOTLS",
"NIOSSL",
"NIOFoundationCompat",
"ServiceLifecycle"
],
"product_memberships" : [
"PostgresNIO",
"Birthdays",
"PostgresClient"
],
"sources" : [
"Connection/PostgresConnection+Configuration.swift",
"Connection/PostgresConnection.swift",
"Connection/PostgresDatabase+PreparedQuery.swift",
"Data/PostgresData+Array.swift",
"Data/PostgresData+Bool.swift",
"Data/PostgresData+Bytes.swift",
"Data/PostgresData+Date.swift",
"Data/PostgresData+Decimal.swift",
"Data/PostgresData+Double.swift",
"Data/PostgresData+Float.swift",
"Data/PostgresData+Int.swift",
"Data/PostgresData+JSON.swift",
"Data/PostgresData+JSONB.swift",
"Data/PostgresData+Numeric.swift",
"Data/PostgresData+Optional.swift",
"Data/PostgresData+RawRepresentable.swift",
"Data/PostgresData+Set.swift",
"Data/PostgresData+String.swift",
"Data/PostgresData+UUID.swift",
"Data/PostgresData.swift",
"Data/PostgresDataConvertible.swift",
"Data/PostgresDataType.swift",
"Data/PostgresRow.swift",
"Deprecated/PostgresConnection+Configuration+Deprecated.swift",
"Deprecated/PostgresData+UInt.swift",
"Deprecated/PostgresMessage+Authentication.swift",
"Deprecated/PostgresMessage+Bind.swift",
"Deprecated/PostgresMessage+Close.swift",
"Deprecated/PostgresMessage+CommandComplete.swift",
"Deprecated/PostgresMessage+Describe.swift",
"Deprecated/PostgresMessage+Execute.swift",
"Deprecated/PostgresMessage+ParameterDescription.swift",
"Deprecated/PostgresMessage+ParameterStatus.swift",
"Deprecated/PostgresMessage+Parse.swift",
"Deprecated/PostgresMessage+Password.swift",
"Deprecated/PostgresMessage+ReadyForQuery.swift",
"Deprecated/PostgresMessage+SASLResponse.swift",
"Deprecated/PostgresMessage+SSLRequest.swift",
"Deprecated/PostgresMessage+SimpleQuery.swift",
"Deprecated/PostgresMessage+Startup.swift",
"Deprecated/PostgresMessage+Sync.swift",
"Deprecated/PostgresMessage+Terminate.swift",
"Deprecated/PostgresMessageDecoder.swift",
"Deprecated/PostgresMessageEncoder.swift",
"Message/PostgresMessage+0.swift",
"Message/PostgresMessage+BackendKeyData.swift",
"Message/PostgresMessage+DataRow.swift",
"Message/PostgresMessage+Error.swift",
"Message/PostgresMessage+Identifier.swift",
"Message/PostgresMessage+NotificationResponse.swift",
"Message/PostgresMessage+RowDescription.swift",
"Message/PostgresMessageType.swift",
"New/Connection State Machine/AuthenticationStateMachine.swift",
"New/Connection State Machine/CloseStateMachine.swift",
"New/Connection State Machine/ConnectionStateMachine.swift",
"New/Connection State Machine/ExtendedQueryStateMachine.swift",
"New/Connection State Machine/ListenStateMachine.swift",
"New/Connection State Machine/PreparedStatementStateMachine.swift",
"New/Connection State Machine/RowStreamStateMachine.swift",
"New/Data/Array+PostgresCodable.swift",
"New/Data/Bool+PostgresCodable.swift",
"New/Data/Bytes+PostgresCodable.swift",
"New/Data/Date+PostgresCodable.swift",
"New/Data/Decimal+PostgresCodable.swift",
"New/Data/Float+PostgresCodable.swift",
"New/Data/Int+PostgresCodable.swift",
"New/Data/JSON+PostgresCodable.swift",
"New/Data/Range+PostgresCodable.swift",
"New/Data/RawRepresentable+PostgresCodable.swift",
"New/Data/String+PostgresCodable.swift",
"New/Data/UUID+PostgresCodable.swift",
"New/Extensions/ByteBuffer+PSQL.swift",
"New/Extensions/Logging+PSQL.swift",
"New/Messages/Authentication.swift",
"New/Messages/BackendKeyData.swift",
"New/Messages/DataRow.swift",
"New/Messages/ErrorResponse.swift",
"New/Messages/NotificationResponse.swift",
"New/Messages/ParameterDescription.swift",
"New/Messages/ParameterStatus.swift",
"New/Messages/ReadyForQuery.swift",
"New/Messages/RowDescription.swift",
"New/NotificationListener.swift",
"New/PSQLError.swift",
"New/PSQLEventsHandler.swift",
"New/PSQLPreparedStatement.swift",
"New/PSQLRowStream.swift",
"New/PSQLTask.swift",
"New/PostgresBackendMessage.swift",
"New/PostgresBackendMessageDecoder.swift",
"New/PostgresCell.swift",
"New/PostgresChannelHandler.swift",
"New/PostgresCodable.swift",
"New/PostgresFrontendMessageEncoder.swift",
"New/PostgresNotificationSequence.swift",
"New/PostgresQuery.swift",
"New/PostgresRowSequence.swift",
"New/PostgresTransactionError.swift",
"New/PreparedStatement.swift",
"New/VariadicGenerics.swift",
"Pool/ConnectionFactory.swift",
"Pool/PostgresClient.swift",
"Pool/PostgresClientMetrics.swift",
"Postgres+PSQLCompat.swift",
"PostgresDatabase+Query.swift",
"PostgresDatabase+SimpleQuery.swift",
"PostgresDatabase.swift",
"PostgresRequest.swift",
"Utilities/Exports.swift",
"Utilities/NIOUtils.swift",
"Utilities/PostgresError+Code.swift",
"Utilities/PostgresError.swift",
"Utilities/PostgresJSONDecoder.swift",
"Utilities/PostgresJSONEncoder.swift",
"Utilities/SASLAuthentication+SCRAM-SHA256.swift",
"Utilities/SASLAuthenticationManager.swift"
],
"target_dependencies" : [
"_ConnectionPoolModule"
],
"type" : "library"
},
{
"c99name" : "IntegrationTests",
"module_type" : "SwiftTarget",
"name" : "IntegrationTests",
"path" : "Tests/IntegrationTests",
"product_dependencies" : [
"NIOTestUtils"
],
"sources" : [
"AsyncTests.swift",
"PSQLIntegrationTests.swift",
"PerformanceTests.swift",
"PostgresClientTests.swift",
"PostgresNIOTests.swift",
"Utilities.swift"
],
"target_dependencies" : [
"PostgresNIO"
],
"type" : "test"
},
{
"c99name" : "ConnectionPoolModuleTests",
"module_type" : "SwiftTarget",
"name" : "ConnectionPoolModuleTests",
"path" : "Tests/ConnectionPoolModuleTests",
"product_dependencies" : [
"DequeModule",
"NIOCore",
"NIOConcurrencyHelpers",
"NIOEmbedded"
],
"sources" : [
"ConnectionIDGeneratorTests.swift",
"ConnectionPoolTests.swift",
"ConnectionRequestTests.swift",
"Max2SequenceTests.swift",
"Mocks/MockTimerCancellationToken.swift",
"NoKeepAliveBehaviorTests.swift",
"PoolStateMachine+ConnectionGroupTests.swift",
"PoolStateMachine+ConnectionStateTests.swift",
"PoolStateMachine+RequestQueueTests.swift",
"PoolStateMachineTests.swift",
"TinyFastSequenceTests.swift",
"Utils/Future.swift"
],
"target_dependencies" : [
"_ConnectionPoolModule",
"_ConnectionPoolTestUtils"
],
"type" : "test"
},
{
"c99name" : "Birthdays",
"module_type" : "SwiftTarget",
"name" : "Birthdays",
"path" : "Snippets",
"product_memberships" : [
"Birthdays"
],
"sources" : [
"Birthdays.swift"
],
"target_dependencies" : [
"_ConnectionPoolTestUtils",
"_ConnectionPoolModule",
"PostgresNIO"
],
"type" : "snippet"
},
{
"c99name" : "PostgresClient",
"module_type" : "SwiftTarget",
"name" : "PostgresClient",
"path" : "Snippets",
"product_memberships" : [
"PostgresClient"
],
"sources" : [
"PostgresClient.swift"
],
"target_dependencies" : [
"_ConnectionPoolTestUtils",
"_ConnectionPoolModule",
"PostgresNIO"
],
"type" : "snippet"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-metrics.git
[1/2206] Fetching swift-metrics
[641/6042] Fetching swift-metrics, swift-log
[1556/8709] Fetching swift-metrics, swift-log, swift-nio-transport-services
[2331/11135] Fetching swift-metrics, swift-log, swift-nio-transport-services, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.41s)
Fetching https://github.com/apple/swift-nio.git
[1/14843] Fetching swift-nio-ssl
[2970/29514] Fetching swift-nio-ssl, swift-crypto
[9467/105684] Fetching swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.02s)
Fetched https://github.com/apple/swift-log.git from cache (2.02s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.05s)
[64944/90841] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-metrics.git from cache (2.12s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.16s)
[51796/76170] Fetching swift-nio
[54844/77967] Fetching swift-nio, swift-atomics
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.52s)
[59413/76170] Fetching swift-nio
[63984/92761] Fetching swift-nio, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.21s)
Fetched https://github.com/apple/swift-nio.git from cache (4.92s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (5.84s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.54s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.41s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.90s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.65s)
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.51s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.36s)
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.95s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.53s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.91s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.26s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.81s)
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.60s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Building for debugging...
[0/836] Compiling pkcs7.cc
[1/836] Compiling a_mbstr.cc
[1/836] Write sources
[7/836] Compiling _AtomicsShims.c
[7/836] Write sources
[31/836] Compiling CNIOWindows shim.c
[32/836] Compiling CNIOWindows WSAStartup.c
[33/836] Compiling a_object.cc
[34/836] Write swift-version-24593BA9C3E375BF.txt
[35/836] Compiling p5_pbev2.cc
[36/836] Compiling CNIOWASI CNIOWASI.c
[37/836] Compiling CNIOLinux liburing_shims.c
[37/836] Compiling pem_lib.cc
[39/836] Compiling CNIOLinux shim.c
[40/836] Compiling a_int.cc
[41/836] Compiling pkcs8.cc
[42/884] Compiling pkcs7_x509.cc
[43/884] Compiling CNIODarwin shim.c
[44/884] Compiling CNIOBoringSSLShims shims.c
[45/884] Compiling fiat_p256_adx_sqr.S
[46/884] Compiling fiat_p256_adx_mul.S
[48/884] Emitting module InternalCollectionsUtilities
[48/885] Compiling fiat_curve25519_adx_square.S
[49/885] Compiling fiat_curve25519_adx_mul.S
[50/885] Compiling tls_record.cc
[52/885] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[53/885] Compiling InternalCollectionsUtilities UInt+reversed.swift
[54/885] Compiling _NIODataStructures PriorityQueue.swift
[55/885] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[56/885] Compiling InternalCollectionsUtilities Integer rank.swift
[57/885] Compiling CoreMetrics Metrics.swift
[58/885] Compiling _NIOBase64 Base64.swift
[59/885] Emitting module _NIOBase64
[61/886] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/886] Compiling _NIODataStructures _TinyArray.swift
[63/886] Compiling ConcurrencyHelpers LockedValueBox.swift
[64/886] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[65/886] Compiling InternalCollectionsUtilities Debugging.swift
[66/886] Compiling InternalCollectionsUtilities Descriptions.swift
[67/886] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[68/886] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[69/886] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[70/886] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[71/886] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[72/886] Compiling InternalCollectionsUtilities _SortedCollection.swift
[73/887] Compiling SwiftASN1 TimeUtilities.swift
[74/887] Compiling SwiftASN1 UTCTime.swift
[82/889] Emitting module _NIODataStructures
[83/889] Compiling _NIODataStructures Heap.swift
[89/960] Compiling DequeModule Deque+CustomReflectable.swift
[90/960] Compiling DequeModule Deque+Descriptions.swift
[91/960] Compiling DequeModule Deque+Equatable.swift
[92/960] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[93/962] Compiling DequeModule _DequeBuffer.swift
[94/962] Compiling DequeModule _DequeBufferHeader.swift
[95/962] Emitting module SwiftASN1
[96/962] Compiling DequeModule Deque+Extras.swift
[97/962] Compiling DequeModule Deque+Hashable.swift
[98/962] Compiling DequeModule Deque+Testing.swift
[99/962] Compiling DequeModule Deque._Storage.swift
[99/962] Compiling tls_method.cc
[100/962] Wrapping AST for _NIODataStructures for debugging
[102/962] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[103/962] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[104/962] Compiling DequeModule _DequeSlot.swift
[105/962] Compiling DequeModule _UnsafeWrappedBuffer.swift
[105/962] Wrapping AST for _NIOBase64 for debugging
[107/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[108/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[109/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[110/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[111/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[112/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[113/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[114/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[115/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[116/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[117/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[118/962] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[119/962] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[120/962] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[120/969] Wrapping AST for InternalCollectionsUtilities for debugging
[122/969] Compiling DequeModule Deque._UnsafeHandle.swift
[123/969] Compiling DequeModule Deque.swift
[128/969] Compiling DequeModule Deque+Codable.swift
[129/969] Compiling DequeModule Deque+Collection.swift
[134/969] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[135/969] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[136/969] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[137/969] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[138/969] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[139/969] Compiling OrderedCollections OrderedDictionary+Values.swift
[140/969] Compiling OrderedCollections OrderedDictionary.swift
[141/969] Compiling OrderedCollections OrderedSet+Codable.swift
[142/969] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[143/969] Compiling OrderedCollections OrderedSet+Descriptions.swift
[144/969] Compiling OrderedCollections OrderedSet+Diffing.swift
[145/969] Compiling OrderedCollections OrderedSet+Equatable.swift
[146/969] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[147/969] Compiling OrderedCollections OrderedSet+Hashable.swift
[148/969] Compiling OrderedCollections OrderedSet+Initializers.swift
[149/969] Compiling OrderedCollections OrderedSet+Insertions.swift
[150/969] Compiling OrderedCollections OrderedSet+Invariants.swift
[151/969] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[152/969] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[153/969] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[154/969] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[155/969] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[156/969] Emitting module DequeModule
[160/970] Compiling Logging MetadataProvider.swift
[161/970] Emitting module CoreMetrics
[162/970] Compiling CoreMetrics Locks.swift
[162/971] Compiling tls13_server.cc
[164/971] Emitting module ConcurrencyHelpers
[165/971] Compiling ConcurrencyHelpers Lock.swift
[167/972] Compiling Logging LogHandler.swift
[168/972] Compiling Logging Locks.swift
[169/972] Compiling Logging Logging.swift
[170/972] Emitting module Logging
[174/974] Wrapping AST for DequeModule for debugging
[176/974] Compiling OrderedCollections OrderedSet+Sendable.swift
[177/974] Compiling OrderedCollections OrderedSet+SubSequence.swift
[178/974] Compiling OrderedCollections OrderedSet+Testing.swift
[179/974] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[180/974] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[181/974] Compiling OrderedCollections OrderedSet.swift
[182/974] Compiling OrderedCollections _UnsafeBitset.swift
[191/974] Emitting module OrderedCollections
[195/975] Compiling tls13_enc.cc
[196/977] Wrapping AST for SwiftASN1 for debugging
[197/977] Wrapping AST for OrderedCollections for debugging
[198/977] Wrapping AST for Logging for debugging
[199/980] Wrapping AST for CoreMetrics for debugging
[200/980] Wrapping AST for ConcurrencyHelpers for debugging
[202/980] Emitting module UnixSignals
[203/980] Compiling UnixSignals UnixSignalsSequence.swift
[204/980] Compiling UnixSignals UnixSignal.swift
[205/981] Compiling tls13_client.cc
[206/981] Wrapping AST for UnixSignals for debugging
[207/981] Compiling t1_enc.cc
[209/981] Compiling Metrics Metrics.swift
[210/981] Emitting module Metrics
[211/982] Compiling tls13_both.cc
[212/982] Compiling ssl_versions.cc
[213/982] Wrapping AST for Metrics for debugging
[214/982] Compiling ssl_x509.cc
[215/982] Compiling ssl_transcript.cc
[216/982] Compiling ssl_stat.cc
[217/982] Compiling ssl_key_share.cc
[218/982] Compiling ssl_file.cc
[219/982] Compiling ssl_lib.cc
[220/982] Compiling ssl_privkey.cc
[221/982] Compiling ssl_cipher.cc
[222/982] Compiling ssl_session.cc
[223/982] Compiling ssl_credential.cc
[224/982] Compiling ssl_cert.cc
[225/982] Compiling s3_pkt.cc
[226/982] Compiling ssl_buffer.cc
[227/982] Compiling ssl_asn1.cc
[228/982] Compiling ssl_aead_ctx.cc
[229/982] Compiling s3_both.cc
[230/982] Compiling handshake_server.cc
[231/982] Compiling s3_lib.cc
[232/982] Compiling handshake_client.cc
[233/982] Compiling handshake.cc
[234/982] Compiling encrypted_client_hello.cc
[235/982] Compiling dtls_record.cc
[236/982] Compiling d1_srtp.cc
[237/982] Compiling md5-x86_64-linux.S
[238/982] Compiling handoff.cc
[239/982] Compiling extensions.cc
[240/982] Compiling md5-x86_64-apple.S
[241/982] Compiling md5-586-linux.S
[242/982] Compiling md5-586-apple.S
[243/982] Compiling dtls_method.cc
[244/982] Compiling chacha20_poly1305_x86_64-linux.S
[245/982] Compiling chacha20_poly1305_x86_64-apple.S
[246/982] Compiling chacha20_poly1305_armv8-win.S
[247/982] Compiling chacha20_poly1305_armv8-apple.S
[248/982] Compiling chacha-x86_64-linux.S
[249/982] Compiling chacha20_poly1305_armv8-linux.S
[250/982] Compiling chacha-x86_64-apple.S
[251/982] Compiling chacha-x86-linux.S
[252/982] Compiling chacha-x86-apple.S
[253/982] Compiling err_data.cc
[254/982] Compiling chacha-armv8-win.S
[255/982] Compiling chacha-armv4-linux.S
[256/982] Compiling chacha-armv8-linux.S
[257/982] Compiling chacha-armv8-apple.S
[258/982] Compiling aes128gcmsiv-x86_64-linux.S
[258/982] Compiling x86_64-mont5-apple.S
[258/982] Compiling x86_64-mont-linux.S
[261/982] Compiling aes128gcmsiv-x86_64-apple.S
[262/982] Compiling x86_64-mont5-linux.S
[263/982] Compiling x86-mont-linux.S
[264/982] Compiling vpaes-x86_64-linux.S
[265/982] Compiling x86-mont-apple.S
[266/982] Compiling x86_64-mont-apple.S
[267/982] Compiling vpaes-x86_64-apple.S
[268/982] Compiling d1_pkt.cc
[269/982] Compiling vpaes-x86-linux.S
[270/982] Compiling vpaes-armv8-win.S
[271/982] Compiling vpaes-x86-apple.S
[272/982] Compiling bio_ssl.cc
[273/982] Compiling vpaes-armv8-apple.S
[274/982] Compiling vpaes-armv8-linux.S
[275/982] Compiling vpaes-armv7-linux.S
[276/982] Compiling sha512-x86_64-linux.S
[277/982] Compiling sha512-x86_64-apple.S
[278/982] Compiling sha512-armv8-win.S
[279/982] Compiling sha512-armv8-linux.S
[280/982] Compiling sha512-armv8-apple.S
[281/982] Compiling sha512-586-linux.S
[282/982] Compiling sha512-586-apple.S
[283/982] Compiling sha512-armv4-linux.S
[284/982] Compiling sha256-x86_64-linux.S
[285/982] Compiling sha256-x86_64-apple.S
[286/982] Compiling sha256-armv8-win.S
[287/982] Compiling sha256-armv8-apple.S
[288/982] Compiling sha256-586-linux.S
[289/982] Compiling sha256-armv4-linux.S
[290/982] Compiling sha256-armv8-linux.S
[291/982] Compiling sha256-586-apple.S
[292/982] Compiling sha1-x86_64-apple.S
[293/982] Compiling sha1-x86_64-linux.S
[294/982] Compiling sha1-armv8-win.S
[295/982] Compiling sha1-armv8-apple.S
[296/982] Compiling d1_lib.cc
[297/982] Compiling sha1-armv8-linux.S
[298/982] Compiling sha1-armv4-large-linux.S
[299/982] Compiling sha1-586-linux.S
[300/982] Compiling sha1-586-apple.S
[301/982] Compiling rsaz-avx2-linux.S
[302/982] Compiling rsaz-avx2-apple.S
[303/982] Compiling rdrand-x86_64-linux.S
[304/982] Compiling p256_beeu-x86_64-asm-apple.S
[305/982] Compiling rdrand-x86_64-apple.S
[306/982] Compiling p256_beeu-x86_64-asm-linux.S
[307/982] Compiling p256_beeu-armv8-asm-linux.S
[308/982] Compiling p256_beeu-armv8-asm-win.S
[309/982] Compiling p256-x86_64-asm-linux.S
[310/982] Compiling p256_beeu-armv8-asm-apple.S
[311/982] Compiling d1_both.cc
[312/982] Compiling p256-x86_64-asm-apple.S
[313/982] Compiling p256-armv8-asm-win.S
[314/982] Compiling ghashv8-armv8-linux.S
[315/982] Compiling ghashv8-armv8-win.S
[316/982] Compiling p256-armv8-asm-linux.S
[317/982] Compiling p256-armv8-asm-apple.S
[318/982] Compiling ghashv8-armv8-apple.S
[319/982] Compiling ghash-x86_64-linux.S
[320/982] Compiling ghash-x86_64-apple.S
[320/982] Compiling ghashv8-armv7-linux.S
[322/982] Compiling ghash-x86-apple.S
[322/982] Compiling ghash-x86-linux.S
[324/982] Compiling ghash-ssse3-x86_64-linux.S
[325/982] Compiling ghash-neon-armv8-linux.S
[326/982] Compiling ghash-ssse3-x86_64-apple.S
[327/982] Compiling ghash-ssse3-x86-linux.S
[328/982] Compiling ghash-armv4-linux.S
[328/982] Compiling ghash-ssse3-x86-apple.S
[330/982] Compiling ghash-neon-armv8-win.S
[331/982] Compiling ghash-neon-armv8-apple.S
[331/982] Compiling co-586-linux.S
[333/982] Compiling bsaes-armv7-linux.S
[334/982] Compiling co-586-apple.S
[335/982] Compiling bn-armv8-win.S
[336/982] Compiling bn-armv8-linux.S
[337/982] Compiling armv8-mont-win.S
[338/982] Compiling armv8-mont-linux.S
[339/982] Compiling bn-586-apple.S
[340/982] Compiling armv4-mont-linux.S
[341/982] Compiling bn-586-linux.S
[341/982] Compiling bn-armv8-apple.S
[343/982] Compiling aesv8-gcm-armv8-win.S
[343/982] Compiling armv8-mont-apple.S
[345/982] Compiling aesv8-gcm-armv8-linux.S
[346/982] Compiling aesv8-gcm-armv8-apple.S
[347/982] Compiling aesv8-armv8-apple.S
[348/982] Compiling aesv8-armv8-win.S
[349/982] Compiling aesv8-armv8-linux.S
[350/982] Compiling aesv8-armv7-linux.S
[351/982] Compiling aesni-x86-linux.S
[352/982] Compiling aesni-x86_64-linux.S
[353/982] Compiling aesni-gcm-x86_64-apple.S
[354/982] Compiling aesni-gcm-x86_64-linux.S
[355/982] Compiling aesni-x86-apple.S
[356/982] Compiling aesni-x86_64-apple.S
[357/982] Compiling aes-gcm-avx2-x86_64-linux.S
[358/982] Compiling aes-gcm-avx10-x86_64-apple.S
[359/982] Compiling aes-gcm-avx10-x86_64-linux.S
[360/982] Compiling aes-gcm-avx2-x86_64-apple.S
[361/982] Compiling x_req.cc
[362/982] Compiling x_x509.cc
[363/982] Compiling x_pubkey.cc
[364/982] Compiling x_val.cc
[365/982] Compiling x_sig.cc
[366/982] Compiling x_x509a.cc
[367/982] Compiling x_name.cc
[367/982] Compiling x_spki.cc
[369/982] Compiling x_exten.cc
[370/982] Compiling x_attrib.cc
[371/982] Compiling x_all.cc
[372/982] Compiling x509spki.cc
[373/982] Compiling x_crl.cc
[374/982] Compiling x_algor.cc
[375/982] Compiling x509rset.cc
[376/982] Compiling x509name.cc
[377/982] Compiling x509_vpm.cc
[378/982] Compiling x509_txt.cc
[379/982] Compiling x509cset.cc
[380/982] Compiling x509_vfy.cc
[381/982] Compiling x509_trs.cc
[382/982] Compiling x509_v3.cc
[383/982] Compiling x509_set.cc
[384/982] Compiling x509_req.cc
[385/982] Compiling x509_def.cc
[386/982] Compiling x509_ext.cc
[387/982] Compiling x509.cc
[388/982] Compiling x509_cmp.cc
[389/982] Compiling x509_lu.cc
[390/982] Compiling x509_obj.cc
[391/982] Compiling x509_d2.cc
[392/982] Compiling x509_att.cc
[393/982] Compiling v3_skey.cc
[394/982] Compiling v3_pmaps.cc
[395/982] Compiling v3_purp.cc
[396/982] Compiling v3_utl.cc
[397/982] Compiling v3_prn.cc
[398/982] Compiling v3_pcons.cc
[399/982] Compiling v3_ocsp.cc
[400/982] Compiling v3_ncons.cc
[401/982] Compiling v3_lib.cc
[402/982] Compiling v3_info.cc
[403/982] Compiling v3_extku.cc
[404/982] Compiling v3_ia5.cc
[405/982] Compiling v3_genn.cc
[406/982] Compiling v3_enum.cc
[407/982] Compiling v3_int.cc
[408/982] Compiling v3_crld.cc
[409/982] Compiling v3_bcons.cc
[410/982] Compiling v3_cpols.cc
[411/982] Compiling v3_bitst.cc
[412/982] Compiling v3_conf.cc
[413/982] Compiling v3_alt.cc
[414/982] Compiling v3_akey.cc
[415/982] Compiling v3_akeya.cc
[416/982] Compiling t_x509a.cc
[417/982] Compiling t_x509.cc
[418/982] Compiling name_print.cc
[419/982] Compiling i2d_pr.cc
[420/982] Compiling t_req.cc
[421/982] Compiling rsa_pss.cc
[422/982] Compiling t_crl.cc
[423/982] Compiling policy.cc
[424/982] Compiling by_file.cc
[425/982] Compiling by_dir.cc
[426/982] Compiling a_verify.cc
[427/982] Compiling asn1_gen.cc
[428/982] Compiling algorithm.cc
[429/982] Compiling a_sign.cc
[430/982] Compiling a_digest.cc
[431/982] Compiling trust_token.cc
[432/982] Compiling voprf.cc
[433/982] Compiling thread_pthread.cc
[434/982] Compiling thread.cc
[435/982] Compiling pmbtoken.cc
[436/982] Compiling spake2plus.cc
[437/982] Compiling siphash.cc
[438/982] Compiling thread_none.cc
[439/982] Compiling thread_win.cc
[440/982] Compiling stack.cc
[441/982] Compiling sha1.cc
[442/982] Compiling slhdsa.cc
[443/982] Compiling sha512.cc
[444/982] Compiling sha256.cc
[445/982] Compiling rsa_print.cc
[446/982] Compiling rsa_extra.cc
[447/982] Compiling rsa_crypt.cc
[448/982] Compiling refcount.cc
[449/982] Compiling rsa_asn1.cc
[450/982] Compiling rc4.cc
[451/982] Compiling urandom.cc
[452/982] Compiling windows.cc
[453/982] Compiling trusty.cc
[454/982] Compiling rand.cc
[455/982] Compiling forkunsafe.cc
[456/982] Compiling poly1305_arm_asm.S
[457/982] Compiling ios.cc
[458/982] Compiling passive.cc
[459/982] Compiling getentropy.cc
[460/982] Compiling deterministic.cc
[461/982] Compiling fork_detect.cc
[462/982] Compiling poly1305_vec.cc
[463/982] Compiling poly1305_arm.cc
[464/982] Compiling poly1305.cc
[465/982] Compiling pool.cc
[466/982] Compiling pkcs8_x509.cc
[467/982] Compiling pkcs7.cc
[468/982] Compiling p5_pbev2.cc
[469/982] Compiling pkcs8.cc
[470/982] Compiling pkcs7_x509.cc
[471/982] Compiling pem_xaux.cc
[472/982] Compiling pem_x509.cc
[473/982] Compiling pem_pkey.cc
[474/982] Compiling pem_pk8.cc
[475/982] Compiling pem_oth.cc
[476/982] Compiling mlkem.cc
[477/982] Compiling pem_info.cc
[478/982] Compiling pem_lib.cc
[479/982] Compiling obj_xref.cc
[480/982] Compiling pem_all.cc
[481/982] Compiling obj.cc
[482/982] Compiling poly_rq_mul.S
[483/982] Compiling mldsa.cc
[484/982] Compiling fips_shared_support.cc
[485/982] Compiling mem.cc
[486/982] Compiling md5.cc
[487/982] Compiling lhash.cc
[488/982] Compiling md4.cc
[489/982] Compiling kyber.cc
[490/982] Compiling ex_data.cc
[491/982] Compiling hpke.cc
[492/982] Compiling sign.cc
[493/982] Compiling scrypt.cc
[494/982] Compiling hrss.cc
[495/982] Compiling print.cc
[496/982] Compiling pbkdf.cc
[497/982] Compiling p_x25519.cc
[498/982] Compiling p_x25519_asn1.cc
[499/982] Compiling p_rsa_asn1.cc
[500/982] Compiling p_ed25519.cc
[501/982] Compiling p_rsa.cc
[502/982] Compiling p_hkdf.cc
[503/982] Compiling p_ed25519_asn1.cc
[504/982] Compiling p_ec_asn1.cc
[505/982] Compiling p_ec.cc
[506/982] Compiling evp_ctx.cc
[507/982] Compiling p_dh_asn1.cc
[508/982] Compiling p_dh.cc
[509/982] Compiling p_dsa_asn1.cc
[510/982] Compiling evp_asn1.cc
[511/982] Compiling evp.cc
[512/982] Compiling engine.cc
[513/982] Compiling err.cc
[514/982] Compiling ecdh.cc
[515/982] Compiling ecdsa_asn1.cc
[516/982] Compiling hash_to_curve.cc
[517/982] Compiling ec_derive.cc
[518/982] Compiling dsa.cc
[519/982] Compiling dsa_asn1.cc
[520/982] Compiling ec_asn1.cc
[521/982] Compiling digest_extra.cc
[522/982] Compiling params.cc
[523/982] Compiling x25519-asm-arm.S
[524/982] Compiling bcm.cc
[525/982] Compiling dh_asn1.cc
[526/982] Compiling des.cc
[527/982] Compiling curve25519_64_adx.cc
[528/982] Compiling crypto.cc
[529/982] Compiling cpu_intel.cc
[530/982] Compiling spake25519.cc
[531/982] Compiling cpu_arm_linux.cc
[532/982] Compiling curve25519.cc
[533/982] Compiling cpu_arm_freebsd.cc
[534/982] Compiling cpu_aarch64_win.cc
[535/982] Compiling cpu_aarch64_sysreg.cc
[536/982] Compiling cpu_aarch64_openbsd.cc
[537/982] Compiling cpu_aarch64_apple.cc
[538/982] Compiling cpu_aarch64_linux.cc
[539/982] Compiling cpu_aarch64_fuchsia.cc
[540/982] Compiling conf.cc
[541/982] Compiling tls_cbc.cc
[542/982] Compiling get_cipher.cc
[543/982] Compiling e_tls.cc
[544/982] Compiling e_rc4.cc
[545/982] Compiling e_rc2.cc
[546/982] Compiling e_null.cc
[547/982] Compiling e_des.cc
[548/982] Compiling e_chacha20poly1305.cc
[549/982] Compiling e_aesgcmsiv.cc
[550/982] Compiling e_aesctrhmac.cc
[551/982] Compiling derive_key.cc
[552/982] Compiling chacha.cc
[553/982] Compiling unicode.cc
[554/982] Compiling buf.cc
[555/982] Compiling cbb.cc
[556/982] Compiling cbs.cc
[557/982] Compiling ber.cc
[558/982] Compiling asn1_compat.cc
[559/982] Compiling bn_asn1.cc
[560/982] Compiling convert.cc
[561/982] Compiling blake2.cc
[562/982] Compiling printf.cc
[563/982] Compiling socket.cc
[564/982] Compiling socket_helper.cc
[565/982] Compiling pair.cc
[566/982] Compiling hexdump.cc
[567/982] Compiling file.cc
[568/982] Compiling fd.cc
[569/982] Compiling errno.cc
[570/982] Compiling bio_mem.cc
[571/982] Compiling base64.cc
[572/982] Compiling connect.cc
[573/982] Compiling bio.cc
[574/982] Compiling tasn_typ.cc
[575/982] Compiling tasn_fre.cc
[576/982] Compiling tasn_utl.cc
[577/982] Compiling posix_time.cc
[578/982] Compiling f_string.cc
[579/982] Compiling tasn_enc.cc
[580/982] Compiling tasn_new.cc
[581/982] Compiling tasn_dec.cc
[582/982] Compiling f_int.cc
[583/982] Compiling asn_pack.cc
[584/982] Compiling asn1_par.cc
[585/982] Compiling asn1_lib.cc
[586/982] Compiling a_utctm.cc
[587/982] Compiling a_type.cc
[588/982] Compiling a_time.cc
[589/982] Compiling a_octet.cc
[590/982] Compiling a_strnid.cc
[591/982] Compiling a_strex.cc
[592/982] Compiling a_object.cc
[593/982] Compiling a_i2d_fp.cc
[594/982] Compiling a_dup.cc
[595/982] Compiling a_mbstr.cc
[596/982] Compiling a_int.cc
[597/982] Compiling a_d2i_fp.cc
[598/982] Compiling fiat_p256_adx_sqr.S
[599/982] Compiling fiat_p256_adx_mul.S
[600/982] Compiling fiat_curve25519_adx_square.S
[601/982] Compiling fiat_curve25519_adx_mul.S
[602/982] Compiling md5-x86_64-linux.S
[603/982] Compiling a_gentm.cc
[604/982] Compiling md5-x86_64-apple.S
[605/982] Compiling md5-586-linux.S
[606/982] Compiling md5-586-apple.S
[607/982] Compiling chacha20_poly1305_x86_64-linux.S
[608/982] Compiling chacha20_poly1305_x86_64-apple.S
[609/982] Compiling chacha20_poly1305_armv8-win.S
[610/982] Compiling a_bitstr.cc
[611/982] Compiling a_bool.cc
[611/982] Compiling CCryptoBoringSSLShims shims.c
[613/982] Compiling chacha20_poly1305_armv8-linux.S
[614/982] Compiling chacha-x86_64-linux.S
[615/982] Compiling chacha20_poly1305_armv8-apple.S
[616/982] Compiling chacha-x86_64-apple.S
[617/982] Compiling chacha-x86-linux.S
[618/982] Compiling chacha-x86-apple.S
[619/982] Compiling chacha-armv8-win.S
[620/982] Compiling chacha-armv8-apple.S
[621/982] Compiling chacha-armv8-linux.S
[622/982] Compiling chacha-armv4-linux.S
[623/982] Compiling aes128gcmsiv-x86_64-linux.S
[624/982] Compiling aes128gcmsiv-x86_64-apple.S
[625/982] Compiling x86_64-mont5-linux.S
[626/982] Compiling x86_64-mont5-apple.S
[627/982] Compiling x86_64-mont-linux.S
[628/982] Compiling x86-mont-linux.S
[629/982] Compiling x86-mont-apple.S
[630/982] Compiling x86_64-mont-apple.S
[631/982] Compiling vpaes-x86_64-linux.S
[632/982] Compiling vpaes-x86_64-apple.S
[633/982] Compiling vpaes-armv8-win.S
[633/982] Compiling vpaes-x86-apple.S
[635/982] Compiling vpaes-x86-linux.S
[636/982] Compiling vpaes-armv8-apple.S
[637/982] Compiling vpaes-armv8-linux.S
[638/982] Compiling sha512-x86_64-linux.S
[639/982] Compiling vpaes-armv7-linux.S
[640/982] Compiling sha512-x86_64-apple.S
[641/982] Compiling sha512-armv8-win.S
[642/982] Compiling err_data.cc
[643/982] Compiling sha512-armv4-linux.S
[644/982] Compiling sha512-armv8-apple.S
[645/982] Compiling sha512-586-linux.S
[646/982] Compiling sha512-armv8-linux.S
[647/982] Compiling sha512-586-apple.S
[648/982] Compiling sha256-x86_64-apple.S
[649/982] Compiling sha256-x86_64-linux.S
[650/982] Compiling sha256-armv8-win.S
[651/982] Compiling sha256-armv8-apple.S
[652/982] Compiling sha256-armv4-linux.S
[653/982] Compiling sha256-586-apple.S
[654/982] Compiling sha256-586-linux.S
[654/982] Compiling sha256-armv8-linux.S
[656/982] Compiling sha1-x86_64-linux.S
[657/982] Compiling sha1-armv8-win.S
[658/982] Compiling sha1-x86_64-apple.S
[659/982] Compiling sha1-armv4-large-linux.S
[660/982] Compiling sha1-armv8-apple.S
[661/982] Compiling sha1-586-linux.S
[662/982] Compiling sha1-armv8-linux.S
[663/982] Compiling rsaz-avx2-linux.S
[664/982] Compiling rdrand-x86_64-apple.S
[665/982] Compiling sha1-586-apple.S
[666/982] Compiling rdrand-x86_64-linux.S
[667/982] Compiling rsaz-avx2-apple.S
[668/982] Compiling p256_beeu-x86_64-asm-linux.S
[669/982] Compiling p256_beeu-armv8-asm-apple.S
[670/982] Compiling p256_beeu-armv8-asm-linux.S
[671/982] Compiling p256_beeu-x86_64-asm-apple.S
[672/982] Compiling p256_beeu-armv8-asm-win.S
[673/982] Compiling p256-x86_64-asm-linux.S
[674/982] Compiling p256-x86_64-asm-apple.S
[675/982] Compiling p256-armv8-asm-win.S
[676/982] Compiling p256-armv8-asm-apple.S
[677/982] Compiling ghashv8-armv8-win.S
[678/982] Compiling p256-armv8-asm-linux.S
[679/982] Compiling ghashv8-armv8-apple.S
[680/982] Compiling ghashv8-armv8-linux.S
[681/982] Compiling ghashv8-armv7-linux.S
[682/982] Compiling ghash-x86_64-linux.S
[683/982] Compiling ghash-x86-linux.S
[684/982] Compiling ghash-x86-apple.S
[685/982] Compiling ghash-ssse3-x86_64-linux.S
[686/982] Compiling ghash-x86_64-apple.S
[686/982] Compiling ghash-ssse3-x86_64-apple.S
[688/982] Compiling ghash-ssse3-x86-linux.S
[689/982] Compiling ghash-neon-armv8-linux.S
[690/982] Compiling ghash-armv4-linux.S
[691/982] Compiling ghash-neon-armv8-win.S
[691/982] Compiling ghash-ssse3-x86-apple.S
[693/982] Compiling ghash-neon-armv8-apple.S
[694/982] Compiling co-586-linux.S
[694/982] Compiling co-586-apple.S
[696/982] Compiling bsaes-armv7-linux.S
[697/982] Compiling bn-armv8-win.S
[698/982] Compiling bn-armv8-linux.S
[699/982] Compiling bn-armv8-apple.S
[700/982] Compiling bn-586-linux.S
[701/982] Compiling bn-586-apple.S
[702/982] Compiling armv8-mont-win.S
[703/982] Compiling armv8-mont-linux.S
[704/982] Compiling armv4-mont-linux.S
[705/982] Compiling armv8-mont-apple.S
[706/982] Compiling aesv8-gcm-armv8-win.S
[707/982] Compiling aesv8-armv8-win.S
[708/982] Compiling aesv8-gcm-armv8-apple.S
[709/982] Compiling aesv8-gcm-armv8-linux.S
[710/982] Compiling aesv8-armv8-linux.S
[711/982] Compiling aesv8-armv8-apple.S
[712/982] Compiling aesv8-armv7-linux.S
[713/982] Compiling aesni-x86_64-linux.S
[714/982] Compiling aesni-x86-linux.S
[715/982] Compiling aesni-x86_64-apple.S
[716/982] Compiling aesni-x86-apple.S
[717/982] Compiling aesni-gcm-x86_64-linux.S
[718/982] Compiling aes-gcm-avx10-x86_64-apple.S
[719/982] Compiling aesni-gcm-x86_64-apple.S
[720/982] Compiling aes-gcm-avx10-x86_64-linux.S
[721/982] Compiling x_x509a.cc
[722/982] Compiling x_spki.cc
[723/982] Compiling x_sig.cc
[724/982] Compiling x_val.cc
[725/982] Compiling x_x509.cc
[726/982] Compiling x_req.cc
[727/982] Compiling c-nioatomics.c
[728/982] Compiling x_exten.cc
[729/982] Compiling x_crl.cc
[730/982] Compiling x_pubkey.cc
[731/982] Compiling x_name.cc
[732/982] Compiling x_attrib.cc
[733/982] Compiling x_all.cc
[734/982] Compiling c-atomics.c
[735/982] Compiling x_algor.cc
[736/988] Compiling x509spki.cc
[738/988] Compiling NIOConcurrencyHelpers lock.swift
[738/988] Compiling x509rset.cc
[740/988] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[740/988] Compiling x509cset.cc
[741/988] Compiling x509name.cc
[742/988] Compiling x509_vpm.cc
[744/988] Emitting module NIOConcurrencyHelpers
[745/988] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[746/988] Compiling NIOConcurrencyHelpers atomics.swift
[747/988] Compiling NIOConcurrencyHelpers NIOLock.swift
[747/989] Compiling x509_v3.cc
[748/989] Compiling x509_vfy.cc
[750/989] Compiling x509_txt.cc
[751/989] Wrapping AST for NIOConcurrencyHelpers for debugging
[752/989] Compiling x509_trs.cc
[753/989] Compiling x509_req.cc
[754/989] Compiling x509_obj.cc
[755/989] Compiling x509_set.cc
[756/989] Compiling x509_def.cc
[757/989] Compiling x509_ext.cc
[758/989] Compiling x509_lu.cc
[759/989] Compiling x509_att.cc
[760/989] Compiling x509_d2.cc
[761/989] Compiling x509_cmp.cc
[762/989] Compiling x509.cc
[763/989] Compiling v3_utl.cc
[764/989] Compiling v3_purp.cc
[765/989] Compiling v3_skey.cc
[766/989] Compiling v3_prn.cc
[767/989] Compiling v3_pmaps.cc
[768/989] Compiling v3_ocsp.cc
[769/989] Compiling v3_pcons.cc
[770/989] Compiling v3_ncons.cc
[771/989] Compiling v3_lib.cc
[772/989] Compiling v3_int.cc
[773/989] Compiling v3_info.cc
[774/989] Compiling v3_ia5.cc
[775/989] Compiling v3_genn.cc
[776/989] Compiling v3_extku.cc
[777/989] Compiling v3_enum.cc
[778/989] Compiling v3_crld.cc
[779/989] Compiling v3_conf.cc
[780/989] Compiling v3_bitst.cc
[781/989] Compiling v3_cpols.cc
[782/989] Compiling v3_bcons.cc
[783/989] Compiling v3_akeya.cc
[784/989] Compiling v3_alt.cc
[785/989] Compiling v3_akey.cc
[786/989] Compiling t_x509a.cc
[787/989] Compiling t_x509.cc
[788/989] Compiling t_crl.cc
[789/989] Compiling t_req.cc
[790/989] Compiling rsa_pss.cc
[791/989] Compiling i2d_pr.cc
[792/989] Compiling policy.cc
[793/989] Compiling name_print.cc
[794/989] Compiling by_file.cc
[795/989] Compiling by_dir.cc
[796/989] Compiling algorithm.cc
[797/989] Compiling a_verify.cc
[798/989] Compiling asn1_gen.cc
[799/989] Compiling a_sign.cc
[800/989] Compiling thread_win.cc
[801/989] Compiling a_digest.cc
[802/989] Compiling voprf.cc
[803/989] Compiling thread_pthread.cc
[804/989] Compiling thread_none.cc
[805/989] Compiling pmbtoken.cc
[806/989] Compiling trust_token.cc
[807/989] Compiling thread.cc
[808/989] Compiling wots.cc
[809/989] Compiling thash.cc
[810/989] Compiling merkle.cc
[811/989] Compiling stack.cc
[812/989] Compiling siphash.cc
[813/989] Compiling fors.cc
[814/989] Compiling slhdsa.cc
[815/989] Compiling sha512.cc
[816/989] Compiling sha256.cc
[817/989] Compiling sha1.cc
[818/989] Compiling rsa_print.cc
[819/989] Compiling rsa_extra.cc
[820/989] Compiling rsa_crypt.cc
[821/989] Compiling refcount.cc
[822/989] Compiling rc4.cc
[823/989] Compiling rsa_asn1.cc
[824/989] Compiling windows.cc
[825/989] Compiling urandom.cc
[826/989] Compiling rand_extra.cc
[827/989] Compiling trusty.cc
[828/989] Compiling ios.cc
[829/989] Compiling poly1305_arm_asm.S
[830/989] Compiling passive.cc
[831/989] Compiling getentropy.cc
[832/989] Compiling deterministic.cc
[833/989] Compiling forkunsafe.cc
[834/989] Compiling fork_detect.cc
[835/989] Compiling poly1305_vec.cc
[836/989] Compiling pool.cc
[837/989] Compiling poly1305.cc
[838/989] Compiling poly1305_arm.cc
[839/989] Compiling pkcs8_x509.cc
[840/989] Compiling pem_pkey.cc
[841/989] Compiling pem_xaux.cc
[842/989] Compiling pem_x509.cc
[843/989] Compiling pem_pk8.cc
[844/989] Compiling pem_oth.cc
[845/989] Compiling pem_info.cc
[846/989] Compiling pem_all.cc
[847/989] Compiling mldsa.cc
[848/989] Compiling obj_xref.cc
[849/989] Compiling mlkem.cc
[850/989] Compiling mem.cc
[851/989] Compiling poly_rq_mul.S
[852/989] Compiling fips_shared_support.cc
[853/989] Compiling md5.cc
[854/989] Compiling obj.cc
[855/989] Compiling md4.cc
[856/989] Compiling lhash.cc
[857/989] Compiling kyber.cc
[858/989] Compiling ex_data.cc
[859/989] Compiling sign.cc
[860/989] Compiling scrypt.cc
[861/989] Compiling hpke.cc
[862/989] Compiling hrss.cc
[863/989] Compiling print.cc
[864/989] Compiling pbkdf.cc
[865/989] Compiling p_x25519.cc
[866/989] Compiling p_x25519_asn1.cc
[867/989] Compiling p_rsa_asn1.cc
[868/989] Compiling p_rsa.cc
[869/989] Compiling p_hkdf.cc
[870/989] Compiling p_ed25519.cc
[871/989] Compiling p_ed25519_asn1.cc
[872/989] Compiling p_ec_asn1.cc
[873/989] Compiling p_ec.cc
[874/989] Compiling p_dh.cc
[875/989] Compiling p_dh_asn1.cc
[876/989] Compiling evp_ctx.cc
[877/989] Compiling p_dsa_asn1.cc
[878/989] Compiling evp_asn1.cc
[879/989] Compiling err.cc
[880/989] Compiling evp.cc
[881/989] Compiling engine.cc
[882/989] Compiling ecdh_extra.cc
[883/989] Compiling ecdsa_asn1.cc
[884/989] Compiling hash_to_curve.cc
[885/989] Compiling ec_derive.cc
[886/989] Compiling dsa.cc
[887/989] Compiling dsa_asn1.cc
[888/989] Compiling ec_asn1.cc
[889/989] Compiling params.cc
[890/989] Compiling x25519-asm-arm.S
[891/989] Compiling bcm.cc
[892/989] Compiling digest_extra.cc
[893/989] Compiling des.cc
[894/989] Compiling dh_asn1.cc
[895/989] Compiling curve25519_64_adx.cc
[896/989] Compiling spake25519.cc
[897/989] Compiling crypto.cc
[898/989] Compiling cpu_intel.cc
[899/989] Compiling cpu_arm_linux.cc
[900/989] Compiling cpu_aarch64_win.cc
[901/989] Compiling cpu_arm_freebsd.cc
[902/989] Compiling curve25519.cc
[903/989] Compiling cpu_aarch64_sysreg.cc
[904/989] Compiling cpu_aarch64_openbsd.cc
[905/989] Compiling cpu_aarch64_linux.cc
[906/989] Compiling cpu_aarch64_fuchsia.cc
[907/989] Compiling cpu_aarch64_apple.cc
[908/989] Compiling tls_cbc.cc
[909/989] Compiling conf.cc
[910/989] Compiling e_tls.cc
[911/989] Compiling e_rc2.cc
[912/989] Compiling e_rc4.cc
[913/989] Compiling e_des.cc
[914/989] Compiling e_null.cc
[915/989] Compiling e_chacha20poly1305.cc
[916/989] Compiling e_aesgcmsiv.cc
[917/989] Compiling derive_key.cc
[918/989] Compiling e_aesctrhmac.cc
[919/989] Compiling chacha.cc
[920/989] Compiling cipher_extra.cc
[921/989] Compiling unicode.cc
[922/989] Compiling cbb.cc
[923/989] Compiling buf.cc
[924/989] Compiling ber.cc
[925/989] Compiling cbs.cc
[926/989] Compiling asn1_compat.cc
[927/989] Compiling bn_asn1.cc
[928/989] Compiling convert.cc
[929/989] Compiling blake2.cc
[930/989] Compiling printf.cc
[931/989] Compiling pair.cc
[932/989] Compiling hexdump.cc
[933/989] Compiling file.cc
[934/989] Compiling fd.cc
[935/989] Compiling errno.cc
[936/989] Compiling bio_mem.cc
[937/989] Compiling base64.cc
[938/989] Compiling bio.cc
[939/989] Compiling tasn_typ.cc
[940/989] Compiling tasn_utl.cc
[941/989] Compiling tasn_fre.cc
[942/989] Compiling tasn_new.cc
[943/989] Compiling tasn_enc.cc
[944/989] Compiling posix_time.cc
[945/989] Compiling f_string.cc
[946/989] Compiling tasn_dec.cc
[947/989] Compiling f_int.cc
[948/989] Compiling asn_pack.cc
[949/989] Compiling asn1_par.cc
[950/989] Compiling asn1_lib.cc
[951/989] Compiling a_utctm.cc
[952/989] Compiling a_type.cc
[953/989] Compiling a_octet.cc
[954/989] Compiling a_time.cc
[955/989] Compiling a_i2d_fp.cc
[956/989] Write sources
[959/989] Compiling a_strnid.cc
[960/989] Compiling a_strex.cc
[961/1052] Compiling a_dup.cc
[963/1052] Compiling AsyncAlgorithms ChannelStateMachine.swift
[964/1052] Compiling AsyncAlgorithms ChannelStorage.swift
[965/1054] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[966/1054] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[966/1054] Compiling a_gentm.cc
[968/1054] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[969/1054] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[969/1054] Compiling a_d2i_fp.cc
[971/1054] Compiling AsyncAlgorithms CombineLatestStorage.swift
[972/1054] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[972/1054] Compiling a_bitstr.cc
[973/1054] Compiling a_bool.cc
[975/1054] Compiling Atomics IntegerOperations.swift
[976/1054] Compiling Atomics Unmanaged extensions.swift
[977/1054] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[978/1054] Compiling AsyncAlgorithms AsyncChannel.swift
[979/1054] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[980/1062] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[981/1062] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[982/1062] Compiling AsyncAlgorithms MergeStateMachine.swift
[983/1062] Compiling AsyncAlgorithms MergeStorage.swift
[984/1062] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[985/1062] Compiling AsyncAlgorithms Rethrow.swift
[986/1068] Emitting module AsyncAlgorithms
[987/1068] Compiling CryptoBoringWrapper RandomBytes.swift
[988/1068] Emitting module CryptoBoringWrapper
[989/1068] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[990/1068] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[991/1068] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[992/1068] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[993/1068] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[994/1068] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[995/1068] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[996/1068] Compiling AsyncAlgorithms DebounceStateMachine.swift
[997/1068] Compiling AsyncAlgorithms DebounceStorage.swift
[998/1068] Compiling AsyncAlgorithms Dictionary.swift
[999/1068] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1000/1068] Compiling AsyncAlgorithms Locking.swift
[1001/1068] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1002/1068] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1003/1068] Compiling CryptoBoringWrapper EllipticCurve.swift
[1004/1068] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1005/1068] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1006/1068] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1007/1069] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1008/1069] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1009/1069] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1010/1069] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1011/1069] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1012/1069] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1013/1069] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1014/1069] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1015/1069] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1016/1069] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1029/1069] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1030/1069] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1031/1069] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1034/1069] Emitting module Atomics
[1035/1069] Compiling AsyncAlgorithms SetAlgebra.swift
[1036/1069] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1037/1069] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1038/1069] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1039/1069] Compiling AsyncAlgorithms ZipStateMachine.swift
[1040/1069] Compiling AsyncAlgorithms ZipStorage.swift
[1040/1070] Wrapping AST for CryptoBoringWrapper for debugging
[1049/1142] Wrapping AST for AsyncAlgorithms for debugging
[1050/1142] Wrapping AST for Atomics for debugging
[1052/1224] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1053/1225] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1054/1225] Emitting module ServiceLifecycle
[1055/1225] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1056/1225] Compiling ServiceLifecycle GracefulShutdown.swift
[1057/1225] Compiling NIOCore DispatchQueue+WithFuture.swift
[1058/1225] Compiling NIOCore EventLoop+Deprecated.swift
[1059/1226] Compiling NIOCore ConvenienceOptionSupport.swift
[1060/1226] Compiling NIOCore DeadChannel.swift
[1061/1226] Compiling _ConnectionPoolModule PoolStateMachine.swift
/host/spi-builder-workspace/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 | let start = Double(100_000_000)
553 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
554 |
555 | // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 | @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
| `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
| `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
2 | public typealias SubSequence = Slice<ClosedRange<Bound>>
3 | @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[1062/1226] Compiling ServiceLifecycle ServiceRunnerError.swift
[1063/1226] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1064/1226] Compiling NIOCore CircularBuffer.swift
[1065/1226] Compiling NIOCore Codec.swift
[1066/1226] Compiling NIOCore MulticastChannel.swift
[1067/1226] Compiling NIOCore NIOAny.swift
[1068/1226] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1069/1226] Compiling NIOCore NIOLoopBound.swift
[1070/1226] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1071/1226] Compiling NIOCore NIOScheduledCallback.swift
[1072/1226] Compiling NIOCore NIOSendable.swift
[1073/1226] Compiling NIOCore RecvByteBufferAllocator.swift
[1074/1234] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1075/1234] Compiling NIOCore BSDSocketAPI.swift
[1076/1234] Compiling NIOCore EventLoop+SerialExecutor.swift
[1077/1234] Compiling NIOCore EventLoop.swift
[1078/1234] Compiling ServiceLifecycle Service.swift
[1079/1234] Compiling ServiceLifecycle CancellationWaiter.swift
[1080/1234] Compiling ServiceLifecycle ServiceGroup.swift
[1081/1235] Compiling NIOCore ByteBuffer-aux.swift
[1082/1235] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1083/1235] Emitting module Crypto
[1086/1244] Compiling NIOCore ByteBuffer-conversions.swift
[1087/1244] Compiling NIOCore ByteBuffer-core.swift
[1088/1244] Compiling NIOCore ByteBuffer-hex.swift
[1089/1244] Compiling NIOCore ByteBuffer-int.swift
[1090/1244] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1091/1244] Compiling NIOCore ByteBuffer-multi-int.swift
[1092/1244] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1093/1244] Compiling NIOCore ByteBuffer-views.swift
[1095/1244] Emitting module _ConnectionPoolModule
[1097/1244] Compiling NIOCore IO.swift
[1098/1244] Compiling NIOCore IOData.swift
[1099/1244] Compiling NIOCore IPProtocol.swift
[1100/1244] Compiling NIOCore IntegerBitPacking.swift
[1101/1244] Compiling NIOCore IntegerTypes.swift
[1102/1244] Compiling NIOCore Interfaces.swift
[1103/1244] Compiling NIOCore Linux.swift
[1104/1244] Compiling NIOCore MarkedCircularBuffer.swift
[1105/1244] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1105/1244] Wrapping AST for ServiceLifecycle for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/36] Write swift-version-24593BA9C3E375BF.txt
[2/95] Compiling ConcurrencyHelpers LockedValueBox.swift
[3/95] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[4/95] Compiling Logging MetadataProvider.swift
[5/95] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/96] Compiling Atomics ManagedAtomic.swift
[7/96] Compiling Atomics ManagedAtomicLazyReference.swift
[8/98] Compiling Atomics AtomicInteger.swift
[9/98] Compiling Atomics AtomicOptionalWrappable.swift
[10/98] Compiling Atomics AtomicReference.swift
[11/98] Compiling Atomics AtomicMemoryOrderings.swift
[12/98] Compiling Atomics UnsafeAtomic.swift
[13/98] Compiling Atomics UnsafeAtomicLazyReference.swift
[14/98] Compiling Atomics IntegerConformances.swift
[15/98] Compiling Atomics PointerConformances.swift
[17/98] Compiling Atomics DoubleWord.swift
[18/98] Compiling Atomics AtomicStorage.swift
[19/98] Compiling Atomics AtomicValue.swift
[20/98] Compiling CryptoBoringWrapper EllipticCurve.swift
[21/98] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[22/98] Emitting module ConcurrencyHelpers
[23/98] Compiling ConcurrencyHelpers Lock.swift
[24/99] Compiling NIOConcurrencyHelpers NIOLock.swift
[25/99] Compiling Logging Locks.swift
[26/99] Emitting module Logging
[27/99] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[28/99] Compiling CryptoBoringWrapper RandomBytes.swift
[29/99] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[30/99] Compiling NIOConcurrencyHelpers lock.swift
[31/99] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[32/99] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[33/99] Compiling NIOConcurrencyHelpers atomics.swift
[35/99] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/99] Compiling Atomics Primitives.native.swift
[37/99] Compiling Atomics OptionalRawRepresentable.swift
[38/99] Emitting module CryptoBoringWrapper
[42/98] Compiling _NIOBase64 Base64.swift
[43/98] Emitting module _NIOBase64
[44/99] Compiling Atomics IntegerOperations.swift
[45/99] Compiling Atomics Unmanaged extensions.swift
[46/99] Emitting module CoreMetrics
[47/99] Emitting module NIOConcurrencyHelpers
[49/103] Compiling Atomics RawRepresentable.swift
[50/103] Compiling Atomics AtomicBool.swift
[52/103] Emitting module InternalCollectionsUtilities
[53/102] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[58/124] Emitting module UnixSignals
[59/124] Compiling UnixSignals UnixSignal.swift
[60/163] Compiling UnixSignals UnixSignalsSequence.swift
[61/193] Compiling _NIODataStructures PriorityQueue.swift
[62/193] Emitting module _NIODataStructures
[63/193] Compiling _NIODataStructures _TinyArray.swift
[64/196] Compiling _NIODataStructures Heap.swift
[65/235] Compiling Logging LogHandler.swift
[66/235] Compiling Logging Logging.swift
[67/253] Compiling CoreMetrics Locks.swift
[68/253] Compiling CoreMetrics Metrics.swift
[72/252] Wrapping AST for Logging for debugging
[73/252] Wrapping AST for InternalCollectionsUtilities for debugging
[74/252] Wrapping AST for CryptoBoringWrapper for debugging
[75/267] Wrapping AST for CoreMetrics for debugging
[77/269] Compiling DequeModule _DequeBuffer.swift
[78/269] Compiling DequeModule _DequeBufferHeader.swift
[79/271] Compiling DequeModule Deque+Equatable.swift
[80/271] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[81/271] Compiling DequeModule Deque+CustomReflectable.swift
[82/271] Compiling DequeModule Deque+Descriptions.swift
[83/271] Compiling DequeModule Deque+Extras.swift
[84/271] Compiling DequeModule Deque+Hashable.swift
[85/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[86/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[87/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[88/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[89/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[90/271] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[91/271] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[92/271] Compiling OrderedCollections OrderedDictionary.swift
[93/271] Compiling OrderedCollections OrderedSet+Codable.swift
[94/271] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[95/271] Compiling OrderedCollections OrderedSet+Descriptions.swift
[96/271] Compiling OrderedCollections OrderedSet+Diffing.swift
[97/271] Compiling OrderedCollections OrderedSet+Equatable.swift
[98/271] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[99/271] Compiling OrderedCollections OrderedSet+Hashable.swift
[100/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[101/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[102/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[103/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[104/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[105/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[106/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[107/278] Compiling DequeModule _DequeSlot.swift
[108/278] Compiling DequeModule _UnsafeWrappedBuffer.swift
[109/280] Compiling OrderedCollections OrderedSet+Initializers.swift
[110/280] Compiling OrderedCollections OrderedSet+Insertions.swift
[111/280] Compiling OrderedCollections OrderedSet+Invariants.swift
[112/280] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[113/280] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[114/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[115/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[116/280] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[122/280] Emitting module Metrics
[123/280] Compiling Metrics Metrics.swift
[124/281] Compiling DequeModule Deque+Codable.swift
[125/281] Compiling DequeModule Deque+Collection.swift
[133/280] Emitting module Atomics
[136/281] Compiling DequeModule Deque+Testing.swift
[137/281] Compiling DequeModule Deque._Storage.swift
[138/281] Compiling DequeModule Deque._UnsafeHandle.swift
[139/281] Compiling DequeModule Deque.swift
[147/281] Wrapping AST for Atomics for debugging
[151/281] Compiling SwiftASN1 DER.swift
[152/281] Compiling SwiftASN1 Errors.swift
[153/281] Compiling OrderedCollections _HashTable+Constants.swift
[154/281] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[155/281] Compiling OrderedCollections _HashTable+Testing.swift
[156/281] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[157/281] Compiling OrderedCollections _HashTable.swift
[158/281] Compiling OrderedCollections _Hashtable+Header.swift
[175/281] Emitting module DequeModule
[180/282] Compiling OrderedCollections OrderedSet+Sendable.swift
[181/282] Compiling OrderedCollections OrderedSet+SubSequence.swift
[182/282] Compiling OrderedCollections OrderedSet+Testing.swift
[183/282] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[184/282] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[185/282] Compiling OrderedCollections OrderedSet.swift
[186/282] Compiling OrderedCollections _UnsafeBitset.swift
[187/282] Compiling Crypto HMAC.swift
[188/282] Compiling Crypto MACFunctions.swift
[189/282] Compiling Crypto MessageAuthenticationCode.swift
[190/282] Compiling Crypto AES.swift
[191/282] Compiling Crypto ECDSASignature_boring.swift
[192/282] Compiling Crypto ECDSA_boring.swift
[193/282] Compiling Crypto EdDSA_boring.swift
[194/282] Compiling Crypto ECDSA.swift
[195/282] Compiling Crypto Ed25519.swift
[205/291] Wrapping AST for DequeModule for debugging
[207/291] Emitting module SwiftASN1
[218/366] Wrapping AST for SwiftASN1 for debugging
[220/366] Compiling NIOCore NIOLoopBound.swift
[221/366] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[222/366] Compiling NIOCore NIOScheduledCallback.swift
[223/366] Compiling NIOCore NIOSendable.swift
[224/366] Compiling NIOCore RecvByteBufferAllocator.swift
[225/366] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[226/366] Compiling NIOCore EventLoopFuture+Deprecated.swift
[227/366] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[228/366] Compiling NIOCore EventLoopFuture.swift
[229/366] Compiling NIOCore FileDescriptor.swift
[230/366] Compiling NIOCore FileHandle.swift
[231/366] Compiling NIOCore FileRegion.swift
[232/366] Compiling NIOCore GlobalSingletons.swift
[233/366] Compiling NIOCore CircularBuffer.swift
[234/366] Compiling NIOCore Codec.swift
[235/366] Compiling NIOCore ConvenienceOptionSupport.swift
[236/366] Compiling NIOCore DeadChannel.swift
[237/366] Compiling NIOCore DispatchQueue+WithFuture.swift
[238/366] Compiling NIOCore EventLoop+Deprecated.swift
[239/366] Compiling NIOCore EventLoop+SerialExecutor.swift
[240/366] Emitting module OrderedCollections
[241/367] Compiling NIOCore AsyncChannelInboundStream.swift
[242/367] Compiling NIOCore AsyncChannelOutboundWriter.swift
[243/368] Compiling NIOCore AsyncChannel.swift
[244/368] Compiling NIOCore AsyncChannelHandler.swift
[245/368] Wrapping AST for OrderedCollections for debugging
[247/368] Compiling _ConnectionPoolModule PoolStateMachine.swift
/host/spi-builder-workspace/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 | let start = Double(100_000_000)
553 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
554 |
555 | // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 | @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
| `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
| `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
2 | public typealias SubSequence = Slice<ClosedRange<Bound>>
3 | @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[248/368] Compiling NIOCore AddressedEnvelope.swift
[249/368] Compiling NIOCore AsyncAwaitSupport.swift
[250/413] Compiling AsyncAlgorithms DebounceStateMachine.swift
[251/413] Compiling AsyncAlgorithms DebounceStorage.swift
[252/413] Compiling AsyncAlgorithms Dictionary.swift
[253/413] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[254/413] Compiling AsyncAlgorithms Locking.swift
[255/413] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[256/413] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[257/413] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[258/421] Compiling _ConnectionPoolModule TinyFastSequence.swift
[259/421] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[260/421] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[261/421] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[262/421] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[263/421] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[264/421] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[265/421] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[266/421] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[267/421] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[268/421] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[269/421] Compiling AsyncAlgorithms ChannelStateMachine.swift
[270/421] Compiling AsyncAlgorithms ChannelStorage.swift
[271/421] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[272/421] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[273/421] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[274/421] Compiling AsyncAlgorithms CombineLatestStorage.swift
[275/421] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[279/421] Emitting module Crypto
[280/421] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[281/421] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[282/421] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[283/421] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[284/421] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[285/421] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[286/427] Compiling Crypto Signature.swift
[287/427] Compiling Crypto CryptoKitErrors_boring.swift
[288/427] Compiling Crypto RNG_boring.swift
[289/427] Compiling Crypto SafeCompare_boring.swift
[290/427] Compiling Crypto Zeroization_boring.swift
[291/427] Compiling Crypto PrettyBytes.swift
[292/427] Compiling Crypto SafeCompare.swift
[293/427] Compiling Crypto SecureBytes.swift
[294/427] Compiling Crypto Zeroization.swift
[305/428] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[306/428] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[307/428] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[308/428] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[310/428] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[311/428] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[312/428] Compiling AsyncAlgorithms MergeStateMachine.swift
[313/428] Compiling AsyncAlgorithms MergeStorage.swift
[314/428] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[315/428] Compiling AsyncAlgorithms Rethrow.swift
[318/428] Emitting module _ConnectionPoolModule
[322/428] Wrapping AST for Crypto for debugging
BUILD FAILURE 6.1 android