Build Information
Failed to build postgres-nio, reference main (f04785), with Swift 6.1 for Android on 12 Dec 2025 17:08:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/postgres-nio.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/vapor/postgres-nio
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f047858 Fix indexing error in triggerForceShutdown (#608)
Cloned https://github.com/vapor/postgres-nio.git
Revision (git rev-parse @):
f047858ffc4e28537e3f4b6dc53831e680380e78
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/postgres-nio.git at main
========================================
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" : "5.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",
"ConnectionLease.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/CopyTests.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+CopyFrom.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/AnyErrorContinuation.swift",
"New/Extensions/ByteBuffer+PSQL.swift",
"New/Extensions/Logging+PSQL.swift",
"New/Messages/Authentication.swift",
"New/Messages/BackendKeyData.swift",
"New/Messages/CopyInMessage.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" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
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-crypto.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-log.git
[1/2505] Fetching swift-metrics
[202/8252] Fetching swift-metrics, swift-log
[547/10820] Fetching swift-metrics, swift-log, swift-service-lifecycle
[8760/28285] Fetching swift-metrics, swift-log, swift-service-lifecycle, swift-crypto
[11001/43581] Fetching swift-metrics, swift-log, swift-service-lifecycle, swift-crypto, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.82s)
[10481/41013] Fetching swift-metrics, swift-log, swift-crypto, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-metrics.git from cache (1.09s)
[9134/38508] Fetching swift-log, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.08s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[3561/32761] Fetching swift-crypto, swift-nio-ssl
[5703/34581] Fetching swift-crypto, swift-nio-ssl, swift-atomics
[5722/115297] Fetching swift-crypto, swift-nio-ssl, swift-atomics, swift-nio
[8795/133684] Fetching swift-crypto, swift-nio-ssl, swift-atomics, swift-nio, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.81s)
[61381/131864] Fetching swift-crypto, swift-nio-ssl, swift-nio, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.91s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[69021/116286] Fetching swift-crypto, swift-nio-ssl, swift-nio, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.45s)
[75541/113477] Fetching swift-crypto, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.60s)
[61052/98181] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (4.61s)
[45201/80716] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.06s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (10.54s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (0.54s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5833] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.66s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (1.81s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.8.0 (0.91s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.97s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.38s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.96s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (1.64s)
Fetching https://github.com/apple/swift-system.git
[1/5221] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.75s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.79s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.04s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (7.44s)
Fetching https://github.com/apple/swift-asn1.git
[1/1667] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.46s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (1.73s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.8.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.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.91.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.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.36.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.5.1
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.1.1
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.9.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.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.3.0
Building for debugging...
[0/852] Compiling a_gentm.cc
[1/852] Compiling a_i2d_fp.cc
[2/852] Write sources
[7/852] Compiling _AtomicsShims.c
[8/852] Write sources
[32/852] Compiling asn1_par.cc
[33/852] Compiling e_des.cc
[34/852] Compiling aes.cc
[35/852] Compiling CXKCPShims shims.c
[36/852] Compiling SimpleFIPS202.c
[37/852] Compiling KeccakHash.c
[38/852] Compiling CNIOWindows shim.c
[39/852] Compiling KeccakSponge.c
[40/852] Write swift-version-24593BA9C3E375BF.txt
[41/852] Compiling CNIOWindows WSAStartup.c
[42/852] Compiling CNIOOpenBSD shim.c
[43/852] Compiling CNIOWASI CNIOWASI.c
[44/852] Compiling CNIOPosix event_loop_id.c
[45/859] Compiling a_bitstr.cc
[46/863] Compiling a_bool.cc
[47/880] Compiling KeccakP-1600-opt64.c
[48/880] Compiling pkcs7.cc
[49/880] Compiling CNIOLinux shim.c
[50/884] Compiling CNIOLinux liburing_shims.c
[51/896] Compiling CNIODarwin shim.c
[52/902] Compiling CNIOBoringSSLShims shims.c
[53/902] Compiling fiat_p256_adx_sqr.S
[54/902] Compiling fiat_p256_adx_mul.S
[56/902] Emitting module InternalCollectionsUtilities
[56/904] Compiling fiat_curve25519_adx_square.S
[57/904] Compiling fiat_curve25519_adx_mul.S
[58/904] Compiling tls_record.cc
[60/904] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[61/904] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[62/904] Compiling _NIODataStructures _TinyArray.swift
[63/904] Compiling CoreMetrics Metrics.swift
[64/904] Compiling InternalCollectionsUtilities UInt+reversed.swift
[65/904] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[66/904] Compiling ConcurrencyHelpers LockedValueBox.swift
[67/904] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[68/904] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[69/904] Compiling InternalCollectionsUtilities _SortedCollection.swift
[70/904] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[71/904] Compiling _NIOBase64 Base64.swift
[72/904] Emitting module _NIOBase64
[73/905] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[74/905] Compiling InternalCollectionsUtilities Integer rank.swift
[75/905] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[76/905] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[77/905] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/905] Compiling _NIODataStructures PriorityQueue.swift
[79/905] Compiling InternalCollectionsUtilities Debugging.swift
[80/905] Compiling InternalCollectionsUtilities Descriptions.swift
[81/905] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[82/905] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/906] Compiling _NIODataStructures Heap.swift
[84/906] Emitting module _NIODataStructures
[96/979] Wrapping AST for _NIODataStructures for debugging
[98/979] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[99/979] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[100/979] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[100/979] Wrapping AST for _NIOBase64 for debugging
[103/979] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[103/981] Wrapping AST for InternalCollectionsUtilities for debugging
[105/981] Compiling OrderedCollections _HashTable+Constants.swift
[106/981] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[107/981] Compiling OrderedCollections _HashTable+Testing.swift
[108/981] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[109/981] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[110/981] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[111/981] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[112/981] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[113/981] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[114/981] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[115/981] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[116/988] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[117/988] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[118/988] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[119/988] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[120/988] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[121/988] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[122/988] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[123/988] Compiling DequeModule _DequeSlot.swift
[124/988] Compiling DequeModule _UnsafeWrappedBuffer.swift
[125/988] Compiling OrderedCollections _HashTable+Bucket.swift
[126/988] Compiling OrderedCollections _HashTable+BucketIterator.swift
[127/988] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[128/988] Compiling OrderedCollections OrderedDictionary+Values.swift
[129/988] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[130/988] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[131/988] Compiling OrderedCollections OrderedDictionary.swift
[132/988] Compiling OrderedCollections OrderedSet+Codable.swift
[133/988] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[134/988] Compiling OrderedCollections OrderedSet+Descriptions.swift
[135/988] Compiling OrderedCollections OrderedSet+Diffing.swift
[136/988] Compiling OrderedCollections OrderedSet+Equatable.swift
[137/988] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[138/988] Compiling OrderedCollections OrderedSet+Hashable.swift
[139/988] Compiling OrderedCollections OrderedDictionary+Codable.swift
[140/988] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[140/988] Compiling tls_method.cc
[142/988] Compiling OrderedCollections OrderedSet+Initializers.swift
[143/988] Compiling OrderedCollections OrderedSet+Insertions.swift
[144/988] Compiling OrderedCollections OrderedSet+Invariants.swift
[145/988] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[146/988] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[147/988] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[148/988] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[149/988] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[154/988] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[155/988] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[156/988] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[157/988] Compiling OrderedCollections OrderedDictionary+Elements.swift
[158/988] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[159/988] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[168/988] Emitting module DequeModule
[170/989] Emitting module SwiftASN1
[171/989] Compiling CoreMetrics Locks.swift
[172/989] Emitting module CoreMetrics
[173/990] Compiling Logging MetadataProvider.swift
[174/990] Emitting module ConcurrencyHelpers
[175/990] Compiling ConcurrencyHelpers Lock.swift
[176/990] Compiling OrderedCollections OrderedSet+Sendable.swift
[177/990] Compiling OrderedCollections OrderedSet+SubSequence.swift
[178/990] Compiling OrderedCollections OrderedSet+Testing.swift
[179/990] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[180/990] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[181/990] Compiling OrderedCollections OrderedSet.swift
[182/990] Compiling OrderedCollections _UnsafeBitset.swift
[187/991] Compiling Logging LogHandler.swift
[188/991] Emitting module Logging
[189/991] Compiling Logging Locks.swift
[190/991] Compiling Logging Logging.swift
[202/996] Wrapping AST for DequeModule for debugging
[203/998] Wrapping AST for Logging for debugging
[204/998] Compiling tls13_server.cc
[206/998] Emitting module OrderedCollections
[206/998] Wrapping AST for SwiftASN1 for debugging
[207/999] Wrapping AST for CoreMetrics for debugging
[208/999] Wrapping AST for ConcurrencyHelpers for debugging
[211/999] Compiling UnixSignals UnixSignal.swift
[212/999] Compiling UnixSignals UnixSignalsSequence.swift
[213/999] Emitting module UnixSignals
[213/1000] Wrapping AST for OrderedCollections for debugging
[215/1000] Compiling tls13_enc.cc
[216/1000] Wrapping AST for UnixSignals for debugging
[217/1000] Compiling tls13_client.cc
[218/1000] Compiling t1_enc.cc
[220/1000] Emitting module Metrics
[220/1000] Compiling tls13_both.cc
[221/1000] Compiling ssl_transcript.cc
[222/1000] Compiling ssl_versions.cc
[223/1000] Compiling ssl_x509.cc
[224/1000] Compiling ssl_stat.cc
[226/1000] Compiling Metrics Metrics.swift
[226/1001] Compiling ssl_session.cc
[228/1001] Compiling ssl_credential.cc
[229/1001] Compiling ssl_privkey.cc
[230/1001] Wrapping AST for Metrics for debugging
[231/1001] Compiling ssl_key_share.cc
[232/1001] Compiling ssl_file.cc
[233/1001] Compiling ssl_cipher.cc
[234/1001] Compiling ssl_lib.cc
[235/1001] Compiling ssl_cert.cc
[236/1001] Compiling ssl_buffer.cc
[237/1001] Compiling s3_lib.cc
[238/1001] Compiling ssl_asn1.cc
[239/1001] Compiling s3_pkt.cc
[240/1001] Compiling ssl_aead_ctx.cc
[241/1001] Compiling handshake_server.cc
[242/1001] Compiling handshake.cc
[243/1001] Compiling s3_both.cc
[244/1001] Compiling handshake_client.cc
[245/1001] Compiling handoff.cc
[246/1001] Compiling dtls_record.cc
[247/1001] Compiling encrypted_client_hello.cc
[248/1001] Compiling md5-x86_64-linux.S
[249/1001] Compiling extensions.cc
[250/1001] Compiling md5-586-linux.S
[251/1001] Compiling dtls_method.cc
[252/1001] Compiling md5-x86_64-apple.S
[252/1001] Compiling d1_srtp.cc
[252/1001] Compiling d1_lib.cc
[252/1001] Compiling md5-586-apple.S
[252/1001] Compiling d1_pkt.cc
[252/1001] Compiling chacha20_poly1305_x86_64-linux.S
[252/1001] Compiling chacha20_poly1305_x86_64-apple.S
[252/1001] Compiling chacha20_poly1305_armv8-win.S
[252/1001] Compiling err_data.cc
[252/1001] Compiling bio_ssl.cc
[252/1001] Compiling d1_both.cc
[252/1001] Compiling chacha20_poly1305_armv8-apple.S
[252/1001] Compiling chacha20_poly1305_armv8-linux.S
[265/1001] Compiling chacha-x86_64-linux.S
[266/1001] Compiling chacha-x86_64-apple.S
[267/1001] Compiling chacha-x86-apple.S
[268/1001] Compiling chacha-x86-linux.S
[269/1001] Compiling chacha-armv8-win.S
[270/1001] Compiling chacha-armv8-apple.S
[271/1001] Compiling aes128gcmsiv-x86_64-linux.S
[272/1001] Compiling chacha-armv4-linux.S
[273/1001] Compiling x86_64-mont5-linux.S
[274/1001] Compiling chacha-armv8-linux.S
[275/1001] Compiling x86_64-mont5-apple.S
[276/1001] Compiling aes128gcmsiv-x86_64-apple.S
[277/1001] Compiling x86_64-mont-linux.S
[278/1001] Compiling x86_64-mont-apple.S
[279/1001] Compiling x86-mont-linux.S
[280/1001] Compiling x86-mont-apple.S
[281/1001] Compiling vpaes-x86-linux.S
[282/1001] Compiling vpaes-x86_64-linux.S
[283/1001] Compiling vpaes-x86-apple.S
[284/1001] Compiling vpaes-armv8-apple.S
[285/1001] Compiling vpaes-x86_64-apple.S
[286/1001] Compiling vpaes-armv8-win.S
[287/1001] Compiling vpaes-armv8-linux.S
[288/1001] Compiling vpaes-armv7-linux.S
[289/1001] Compiling sha512-armv8-win.S
[290/1001] Compiling sha512-x86_64-apple.S
[291/1001] Compiling sha512-x86_64-linux.S
[292/1001] Compiling sha512-armv8-apple.S
[293/1001] Compiling sha512-armv4-linux.S
[294/1001] Compiling sha512-armv8-linux.S
[295/1001] Compiling sha512-586-linux.S
[296/1001] Compiling sha512-586-apple.S
[297/1001] Compiling sha256-x86_64-apple.S
[298/1001] Compiling sha256-x86_64-linux.S
[299/1001] Compiling sha256-armv8-win.S
[300/1001] Compiling sha256-armv8-apple.S
[301/1001] Compiling sha256-armv4-linux.S
[302/1001] Compiling sha256-armv8-linux.S
[303/1001] Compiling sha256-586-linux.S
[304/1001] Compiling sha256-586-apple.S
[305/1001] Compiling sha1-x86_64-apple.S
[306/1001] Compiling sha1-armv8-win.S
[307/1001] Compiling sha1-x86_64-linux.S
[308/1001] Compiling sha1-armv8-apple.S
[309/1001] Compiling sha1-armv8-linux.S
[310/1001] Compiling sha1-586-linux.S
[311/1001] Compiling sha1-armv4-large-linux.S
[312/1001] Compiling rsaz-avx2-linux.S
[313/1001] Compiling sha1-586-apple.S
[314/1001] Compiling rdrand-x86_64-linux.S
[315/1001] Compiling rsaz-avx2-apple.S
[316/1001] Compiling rdrand-x86_64-apple.S
[317/1001] Compiling p256_beeu-armv8-asm-win.S
[318/1001] Compiling p256_beeu-x86_64-asm-linux.S
[319/1001] Compiling p256_beeu-armv8-asm-linux.S
[320/1001] Compiling p256_beeu-x86_64-asm-apple.S
[321/1001] Compiling p256_beeu-armv8-asm-apple.S
[322/1001] Compiling p256-x86_64-asm-linux.S
[323/1001] Compiling p256-x86_64-asm-apple.S
[324/1001] Compiling p256-armv8-asm-win.S
[325/1001] Compiling p256-armv8-asm-apple.S
[326/1001] Compiling ghashv8-armv8-win.S
[327/1001] Compiling ghashv8-armv8-linux.S
[328/1001] Compiling ghashv8-armv8-apple.S
[329/1001] Compiling p256-armv8-asm-linux.S
[330/1001] Compiling ghashv8-armv7-linux.S
[331/1001] Compiling ghash-x86_64-apple.S
[332/1001] Compiling ghash-x86_64-linux.S
[333/1001] Compiling ghash-x86-linux.S
[334/1001] Compiling ghash-x86-apple.S
[335/1001] Compiling ghash-ssse3-x86_64-apple.S
[336/1001] Compiling ghash-neon-armv8-linux.S
[337/1001] Compiling ghash-ssse3-x86-linux.S
[338/1001] Compiling ghash-ssse3-x86_64-linux.S
[339/1001] Compiling ghash-neon-armv8-win.S
[340/1001] Compiling ghash-ssse3-x86-apple.S
[341/1001] Compiling ghash-neon-armv8-apple.S
[342/1001] Compiling co-586-apple.S
[343/1001] Compiling ghash-armv4-linux.S
[343/1001] Compiling bn-armv8-win.S
[345/1001] Compiling co-586-linux.S
[346/1001] Compiling bn-armv8-apple.S
[347/1001] Compiling bsaes-armv7-linux.S
[348/1001] Compiling bn-armv8-linux.S
[349/1001] Compiling bn-586-linux.S
[350/1001] Compiling bn-586-apple.S
[351/1001] Compiling armv8-mont-win.S
[352/1001] Compiling armv8-mont-apple.S
[353/1001] Compiling armv4-mont-linux.S
[354/1001] Compiling armv8-mont-linux.S
[355/1001] Compiling aesv8-gcm-armv8-win.S
[356/1001] Compiling aesv8-gcm-armv8-linux.S
[357/1001] Compiling aesv8-gcm-armv8-apple.S
[358/1001] Compiling aesv8-armv8-apple.S
[359/1001] Compiling aesv8-armv8-win.S
[360/1001] Compiling aesv8-armv8-linux.S
[361/1001] Compiling aesni-x86_64-linux.S
[362/1001] Compiling aesni-x86_64-apple.S
[363/1001] Compiling aesv8-armv7-linux.S
[364/1001] Compiling aesni-x86-linux.S
[365/1001] Compiling aesni-x86-apple.S
[366/1001] Compiling aes-gcm-avx2-x86_64-linux.S
[367/1001] Compiling aesni-gcm-x86_64-apple.S
[368/1001] Compiling aes-gcm-avx10-x86_64-linux.S
[369/1001] Compiling aesni-gcm-x86_64-linux.S
[369/1001] Compiling aes-gcm-avx2-x86_64-apple.S
[371/1001] Compiling aes-gcm-avx10-x86_64-apple.S
[372/1001] Compiling x_sig.cc
[373/1001] Compiling x_val.cc
[374/1001] Compiling x_x509a.cc
[375/1001] Compiling x_req.cc
[376/1001] Compiling x_spki.cc
[377/1001] Compiling x_pubkey.cc
[378/1001] Compiling x_x509.cc
[379/1001] Compiling x_name.cc
[380/1001] Compiling x_exten.cc
[381/1001] Compiling x_crl.cc
[382/1001] Compiling x_attrib.cc
[383/1001] Compiling x_algor.cc
[384/1001] Compiling x509rset.cc
[385/1001] Compiling x_all.cc
[386/1001] Compiling x509spki.cc
[387/1001] Compiling x509name.cc
[388/1001] Compiling x509cset.cc
[389/1001] Compiling x509_vpm.cc
[390/1001] Compiling x509_txt.cc
[391/1001] Compiling x509_v3.cc
[392/1001] Compiling x509_set.cc
[393/1001] Compiling x509_obj.cc
[394/1001] Compiling x509_vfy.cc
[395/1001] Compiling x509_trs.cc
[396/1001] Compiling x509_req.cc
[397/1001] Compiling x509_def.cc
[398/1001] Compiling x509_ext.cc
[399/1001] Compiling x509_lu.cc
[400/1001] Compiling x509_d2.cc
[401/1001] Compiling x509_cmp.cc
[402/1001] Compiling x509.cc
[403/1001] Compiling x509_att.cc
[404/1001] Compiling v3_utl.cc
[405/1001] Compiling v3_skey.cc
[406/1001] Compiling v3_prn.cc
[407/1001] Compiling v3_pmaps.cc
[408/1001] Compiling v3_ocsp.cc
[409/1001] Compiling v3_purp.cc
[410/1001] Compiling v3_pcons.cc
[411/1001] Compiling v3_ncons.cc
[412/1001] Compiling v3_lib.cc
[413/1001] Compiling v3_int.cc
[414/1001] Compiling v3_genn.cc
[415/1001] Compiling v3_info.cc
[416/1001] Compiling v3_ia5.cc
[417/1001] Compiling v3_extku.cc
[418/1001] Compiling v3_enum.cc
[419/1001] Compiling v3_crld.cc
[420/1001] Compiling v3_cpols.cc
[421/1001] Compiling v3_conf.cc
[422/1001] Compiling v3_akeya.cc
[423/1001] Compiling v3_bitst.cc
[424/1001] Compiling v3_bcons.cc
[425/1001] Compiling v3_alt.cc
[426/1001] Compiling v3_akey.cc
[427/1001] Compiling t_x509a.cc
[428/1001] Compiling t_x509.cc
[429/1001] Compiling i2d_pr.cc
[430/1001] Compiling t_req.cc
[431/1001] Compiling t_crl.cc
[432/1001] Compiling rsa_pss.cc
[433/1001] Compiling name_print.cc
[434/1001] Compiling policy.cc
[435/1001] Compiling by_file.cc
[436/1001] Compiling by_dir.cc
[437/1001] Compiling algorithm.cc
[438/1001] Compiling asn1_gen.cc
[439/1001] Compiling a_verify.cc
[440/1001] Compiling a_sign.cc
[441/1001] Compiling a_digest.cc
[442/1001] Compiling voprf.cc
[443/1001] Compiling trust_token.cc
[444/1001] Compiling pmbtoken.cc
[445/1001] Compiling thread_pthread.cc
[446/1001] Compiling thread_win.cc
[447/1001] Compiling thread_none.cc
[448/1001] Compiling stack.cc
[449/1001] Compiling thread.cc
[450/1001] Compiling siphash.cc
[451/1001] Compiling slhdsa.cc
[452/1001] Compiling sha512.cc
[453/1001] Compiling sha256.cc
[454/1001] Compiling spake2plus.cc
[455/1001] Compiling sha1.cc
[456/1001] Compiling rsa_extra.cc
[457/1001] Compiling rsa_print.cc
[458/1001] Compiling rsa_crypt.cc
[459/1001] Compiling rc4.cc
[460/1001] Compiling refcount.cc
[461/1001] Compiling windows.cc
[462/1001] Compiling trusty.cc
[463/1001] Compiling urandom.cc
[464/1001] Compiling rand.cc
[465/1001] Compiling rsa_asn1.cc
[466/1001] Compiling passive.cc
[467/1001] Compiling poly1305_arm_asm.S
[468/1001] Compiling ios.cc
[469/1001] Compiling deterministic.cc
[470/1001] Compiling getentropy.cc
[471/1001] Compiling fork_detect.cc
[472/1001] Compiling forkunsafe.cc
[473/1001] Compiling poly1305_vec.cc
[474/1001] Compiling pool.cc
[475/1001] Compiling poly1305_arm.cc
[476/1001] Compiling poly1305.cc
[477/1001] Compiling pkcs7_x509.cc
[478/1001] Compiling p5_pbev2.cc
[479/1001] Compiling pkcs8.cc
[480/1001] Compiling pkcs7.cc
[481/1001] Compiling pkcs8_x509.cc
[482/1001] Compiling pem_xaux.cc
[483/1001] Compiling pem_pkey.cc
[484/1001] Compiling pem_x509.cc
[485/1001] Compiling pem_info.cc
[486/1001] Compiling mlkem.cc
[487/1001] Compiling pem_pk8.cc
[488/1001] Compiling pem_oth.cc
[489/1001] Compiling pem_lib.cc
[490/1001] Compiling pem_all.cc
[491/1001] Compiling mldsa.cc
[492/1001] Compiling obj_xref.cc
[493/1001] Compiling poly_rq_mul.S
[494/1001] Compiling obj.cc
[495/1001] Compiling fips_shared_support.cc
[496/1001] Compiling md5.cc
[497/1001] Compiling mem.cc
[498/1001] Compiling md4.cc
[499/1001] Compiling hrss.cc
[500/1001] Compiling lhash.cc
[501/1001] Compiling print.cc
[502/1001] Compiling kyber.cc
[503/1001] Compiling ex_data.cc
[504/1001] Compiling scrypt.cc
[505/1001] Compiling sign.cc
[506/1001] Compiling hpke.cc
[507/1001] Compiling pbkdf.cc
[508/1001] Compiling p_x25519.cc
[509/1001] Compiling p_x25519_asn1.cc
[510/1001] Compiling p_ed25519.cc
[511/1001] Compiling p_rsa_asn1.cc
[512/1001] Compiling p_rsa.cc
[513/1001] Compiling p_hkdf.cc
[514/1001] Compiling p_ed25519_asn1.cc
[515/1001] Compiling p_ec.cc
[516/1001] Compiling p_dh_asn1.cc
[517/1001] Compiling p_ec_asn1.cc
[518/1001] Compiling p_dh.cc
[519/1001] Compiling evp_ctx.cc
[520/1001] Compiling p_dsa_asn1.cc
[521/1001] Compiling evp_asn1.cc
[522/1001] Compiling evp.cc
[523/1001] Compiling engine.cc
[524/1001] Compiling err.cc
[525/1001] Compiling ecdh.cc
[526/1001] Compiling hash_to_curve.cc
[527/1001] Compiling ecdsa_asn1.cc
[528/1001] Compiling dsa.cc
[529/1001] Compiling ec_derive.cc
[530/1001] Compiling params.cc
[531/1001] Compiling ec_asn1.cc
[532/1001] Compiling bcm.cc
[533/1001] Compiling dsa_asn1.cc
[534/1001] Compiling x25519-asm-arm.S
[535/1001] Compiling digest_extra.cc
[536/1001] Compiling des.cc
[537/1001] Compiling dh_asn1.cc
[538/1001] Compiling curve25519_64_adx.cc
[539/1001] Compiling spake25519.cc
[540/1001] Compiling cpu_intel.cc
[541/1001] Compiling crypto.cc
[542/1001] Compiling curve25519.cc
[543/1001] Compiling cpu_arm_linux.cc
[544/1001] Compiling cpu_aarch64_win.cc
[545/1001] Compiling cpu_arm_freebsd.cc
[546/1001] Compiling cpu_aarch64_linux.cc
[547/1001] Compiling cpu_aarch64_sysreg.cc
[548/1001] Compiling cpu_aarch64_openbsd.cc
[549/1001] Compiling cpu_aarch64_fuchsia.cc
[550/1001] Compiling cpu_aarch64_apple.cc
[551/1001] Compiling tls_cbc.cc
[552/1001] Compiling get_cipher.cc
[553/1001] Compiling conf.cc
[554/1001] Compiling e_rc4.cc
[555/1001] Compiling e_tls.cc
[556/1001] Compiling e_rc2.cc
[557/1001] Compiling e_null.cc
[558/1001] Compiling e_aesgcmsiv.cc
[559/1001] Compiling e_chacha20poly1305.cc
[560/1001] Compiling e_des.cc
[561/1001] Compiling e_aesctrhmac.cc
[562/1001] Compiling derive_key.cc
[563/1001] Compiling chacha.cc
[564/1001] Compiling unicode.cc
[565/1001] Compiling buf.cc
[566/1001] Compiling cbs.cc
[567/1001] Compiling bn_asn1.cc
[568/1001] Compiling convert.cc
[569/1001] Compiling ber.cc
[570/1001] Compiling cbb.cc
[571/1001] Compiling asn1_compat.cc
[572/1001] Compiling blake2.cc
[573/1001] Compiling socket_helper.cc
[574/1001] Compiling printf.cc
[575/1001] Compiling socket.cc
[576/1001] Compiling hexdump.cc
[577/1001] Compiling pair.cc
[578/1001] Compiling file.cc
[579/1001] Compiling fd.cc
[580/1001] Compiling errno.cc
[581/1001] Compiling connect.cc
[582/1001] Compiling bio_mem.cc
[583/1001] Compiling bio.cc
[584/1001] Compiling base64.cc
[585/1001] Compiling tasn_typ.cc
[586/1001] Compiling tasn_utl.cc
[587/1001] Compiling tasn_fre.cc
[588/1001] Compiling tasn_new.cc
[589/1001] Compiling tasn_enc.cc
[590/1001] Compiling f_int.cc
[591/1001] Compiling asn_pack.cc
[592/1001] Compiling f_string.cc
[593/1001] Compiling tasn_dec.cc
[594/1001] Compiling posix_time.cc
[595/1001] Compiling asn1_par.cc
[596/1001] Compiling a_time.cc
[597/1001] Compiling asn1_lib.cc
[598/1001] Compiling a_octet.cc
[599/1001] Compiling a_utctm.cc
[600/1001] Compiling a_type.cc
[601/1001] Compiling a_strnid.cc
[602/1001] Compiling a_strex.cc
[603/1001] Compiling a_object.cc
[604/1001] Compiling a_i2d_fp.cc
[605/1001] Compiling a_mbstr.cc
[606/1001] Compiling a_int.cc
[607/1001] Compiling a_d2i_fp.cc
[608/1001] Compiling a_dup.cc
[609/1001] Compiling fiat_p256_adx_sqr.S
[610/1001] Compiling a_gentm.cc
[611/1001] Compiling fiat_p256_adx_mul.S
[612/1001] Compiling a_bitstr.cc
[613/1001] Compiling fiat_curve25519_adx_square.S
[614/1001] Compiling a_bool.cc
[615/1001] Compiling fiat_curve25519_adx_mul.S
[616/1001] Compiling CCryptoBoringSSLShims shims.c
[617/1001] Compiling md5-x86_64-linux.S
[618/1001] Compiling md5-x86_64-apple.S
[618/1001] Compiling md5-586-linux.S
[620/1001] Compiling chacha20_poly1305_x86_64-linux.S
[621/1001] Compiling err_data.cc
[622/1001] Compiling md5-586-apple.S
[623/1001] Compiling chacha20_poly1305_armv8-win.S
[624/1001] Compiling chacha20_poly1305_x86_64-apple.S
[625/1001] Compiling chacha20_poly1305_armv8-apple.S
[626/1001] Compiling chacha-x86_64-linux.S
[627/1001] Compiling chacha-x86_64-apple.S
[628/1001] Compiling chacha-x86-linux.S
[629/1001] Compiling chacha20_poly1305_armv8-linux.S
[630/1001] Compiling chacha-x86-apple.S
[631/1001] Compiling chacha-armv8-win.S
[632/1001] Compiling chacha-armv8-apple.S
[633/1001] Compiling chacha-armv4-linux.S
[634/1001] Compiling chacha-armv8-linux.S
[635/1001] Compiling aes128gcmsiv-x86_64-linux.S
[636/1001] Compiling x86_64-mont5-apple.S
[637/1001] Compiling x86_64-mont5-linux.S
[638/1001] Compiling aes128gcmsiv-x86_64-apple.S
[639/1001] Compiling x86_64-mont-linux.S
[640/1001] Compiling x86_64-mont-apple.S
[641/1001] Compiling x86-mont-linux.S
[642/1001] Compiling x86-mont-apple.S
[643/1001] Compiling vpaes-x86-linux.S
[644/1001] Compiling vpaes-x86_64-linux.S
[645/1001] Compiling vpaes-x86_64-apple.S
[646/1001] Compiling vpaes-x86-apple.S
[647/1001] Compiling vpaes-armv8-win.S
[648/1001] Compiling vpaes-armv8-apple.S
[649/1001] Compiling vpaes-armv8-linux.S
[650/1001] Compiling vpaes-armv7-linux.S
[651/1001] Compiling sha512-x86_64-linux.S
[652/1001] Compiling sha512-armv8-win.S
[653/1001] Compiling sha512-x86_64-apple.S
[654/1001] Compiling sha512-armv8-linux.S
[655/1001] Compiling sha512-armv8-apple.S
[656/1001] Compiling sha512-586-linux.S
[657/1001] Compiling sha512-armv4-linux.S
[658/1001] Compiling sha256-x86_64-linux.S
[659/1001] Compiling sha512-586-apple.S
[660/1001] Compiling sha256-x86_64-apple.S
[661/1001] Compiling sha256-armv8-win.S
[662/1001] Compiling sha256-armv8-apple.S
[663/1001] Compiling sha256-armv4-linux.S
[664/1001] Compiling sha256-586-linux.S
[665/1001] Compiling sha256-armv8-linux.S
[666/1001] Compiling sha256-586-apple.S
[667/1001] Compiling sha1-x86_64-linux.S
[668/1001] Compiling sha1-x86_64-apple.S
[669/1001] Compiling sha1-armv8-win.S
[670/1001] Compiling sha1-armv8-apple.S
[671/1001] Compiling sha1-armv4-large-linux.S
[672/1001] Compiling sha1-armv8-linux.S
[673/1001] Compiling sha1-586-linux.S
[674/1001] Compiling sha1-586-apple.S
[675/1001] Compiling rsaz-avx2-linux.S
[676/1001] Compiling rdrand-x86_64-linux.S
[677/1001] Compiling rsaz-avx2-apple.S
[678/1001] Compiling rdrand-x86_64-apple.S
[679/1001] Compiling p256_beeu-x86_64-asm-apple.S
[680/1001] Compiling p256_beeu-armv8-asm-linux.S
[681/1001] Compiling p256_beeu-x86_64-asm-linux.S
[682/1001] Compiling p256_beeu-armv8-asm-win.S
[683/1001] Compiling p256_beeu-armv8-asm-apple.S
[684/1001] Compiling p256-x86_64-asm-linux.S
[685/1001] Compiling p256-armv8-asm-apple.S
[686/1001] Compiling p256-armv8-asm-win.S
[687/1001] Compiling p256-x86_64-asm-apple.S
[688/1001] Compiling ghashv8-armv8-win.S
[689/1001] Compiling p256-armv8-asm-linux.S
[690/1001] Compiling ghashv8-armv8-apple.S
[691/1001] Compiling ghashv8-armv8-linux.S
[692/1001] Compiling ghashv8-armv7-linux.S
[693/1001] Compiling ghash-x86-linux.S
[694/1001] Compiling ghash-x86_64-linux.S
[695/1001] Compiling ghash-x86-apple.S
[696/1001] Compiling ghash-x86_64-apple.S
[697/1001] Compiling ghash-ssse3-x86_64-linux.S
[698/1001] Compiling ghash-ssse3-x86_64-apple.S
[699/1001] Compiling ghash-ssse3-x86-linux.S
[700/1001] Compiling ghash-ssse3-x86-apple.S
[701/1001] Compiling ghash-neon-armv8-win.S
[702/1001] Compiling ghash-neon-armv8-linux.S
[703/1001] Compiling ghash-neon-armv8-apple.S
[704/1001] Compiling ghash-armv4-linux.S
[705/1001] Compiling co-586-linux.S
[706/1001] Compiling co-586-apple.S
[707/1001] Compiling bsaes-armv7-linux.S
[708/1001] Compiling bn-armv8-win.S
[709/1001] Compiling bn-armv8-linux.S
[710/1001] Compiling bn-armv8-apple.S
[711/1001] Compiling bn-586-apple.S
[712/1001] Compiling bn-586-linux.S
[713/1001] Compiling armv8-mont-win.S
[714/1001] Compiling armv8-mont-linux.S
[715/1001] Compiling armv8-mont-apple.S
[716/1001] Compiling armv4-mont-linux.S
[717/1001] Compiling aesv8-gcm-armv8-win.S
[718/1001] Compiling aesv8-gcm-armv8-apple.S
[719/1001] Compiling aesv8-gcm-armv8-linux.S
[720/1001] Compiling aesv8-armv8-linux.S
[721/1001] Compiling aesv8-armv7-linux.S
[722/1001] Compiling aesv8-armv8-apple.S
[723/1001] Compiling aesv8-armv8-win.S
[724/1001] Compiling aesni-x86_64-linux.S
[725/1001] Compiling aesni-x86_64-apple.S
[726/1001] Compiling aesni-x86-apple.S
[727/1001] Compiling aesni-x86-linux.S
[728/1001] Compiling aesni-gcm-x86_64-apple.S
[729/1001] Compiling aesni-gcm-x86_64-linux.S
[730/1001] Compiling aes-gcm-avx512-x86_64-linux.S
[731/1001] Compiling aes-gcm-avx512-x86_64-apple.S
[732/1001] Compiling aes-gcm-avx2-x86_64-linux.S
[733/1001] Compiling aes-gcm-avx2-x86_64-apple.S
[734/1001] Compiling xwing.cc
[735/1001] Compiling x_sig.cc
[736/1001] Compiling x_x509a.cc
[737/1001] Compiling x_spki.cc
[738/1001] Compiling x_x509.cc
[739/1001] Compiling x_req.cc
[740/1001] Compiling c-nioatomics.c
[741/1001] Compiling x_name.cc
[742/1001] Compiling x_pubkey.cc
[743/1001] Compiling x_exten.cc
[744/1001] Compiling x_crl.cc
[745/1001] Compiling x_attrib.cc
[746/1001] Compiling x_all.cc
[747/1001] Compiling c-atomics.c
[748/1001] Compiling x_algor.cc
[749/1001] Compiling x509spki.cc
[750/1007] Compiling x509rset.cc
[751/1007] Compiling x509name.cc
[752/1007] Compiling x509cset.cc
[754/1007] Compiling NIOConcurrencyHelpers lock.swift
[754/1007] Compiling x509_vpm.cc
[756/1007] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[757/1007] Emitting module NIOConcurrencyHelpers
[758/1007] Compiling NIOConcurrencyHelpers atomics.swift
[759/1007] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[760/1007] Compiling NIOConcurrencyHelpers NIOLock.swift
[760/1008] Compiling x509_vfy.cc
[761/1008] Compiling x509_v3.cc
[763/1008] Wrapping AST for NIOConcurrencyHelpers for debugging
[764/1008] Compiling x509_txt.cc
[765/1008] Compiling x509_trs.cc
[766/1008] Compiling x509_set.cc
[767/1008] Compiling x509_req.cc
[768/1008] Compiling x509_obj.cc
[769/1008] Compiling x509_lu.cc
[770/1008] Compiling x509_d2.cc
[771/1008] Compiling x509_ext.cc
[772/1008] Compiling x509_def.cc
[773/1008] Compiling x509_att.cc
[774/1008] Compiling x509_cmp.cc
[775/1008] Compiling x509.cc
[776/1008] Compiling v3_prn.cc
[777/1008] Compiling v3_skey.cc
[778/1008] Compiling v3_utl.cc
[779/1008] Compiling v3_purp.cc
[780/1008] Compiling v3_pmaps.cc
[781/1008] Compiling v3_pcons.cc
[782/1008] Compiling v3_ocsp.cc
[783/1008] Compiling v3_ncons.cc
[784/1008] Compiling v3_lib.cc
[785/1008] Compiling v3_info.cc
[786/1008] Compiling v3_int.cc
[787/1008] Compiling v3_genn.cc
[788/1008] Compiling v3_ia5.cc
[789/1008] Compiling v3_extku.cc
[790/1008] Compiling v3_enum.cc
[791/1008] Compiling v3_crld.cc
[792/1008] Compiling v3_conf.cc
[793/1008] Compiling v3_cpols.cc
[794/1008] Compiling v3_bcons.cc
[795/1008] Compiling v3_bitst.cc
[796/1008] Compiling v3_alt.cc
[797/1008] Compiling v3_akeya.cc
[798/1008] Compiling v3_akey.cc
[799/1008] Compiling t_x509a.cc
[800/1008] Compiling rsa_pss.cc
[801/1008] Compiling t_req.cc
[802/1008] Compiling t_x509.cc
[803/1008] Compiling t_crl.cc
[804/1008] Compiling i2d_pr.cc
[805/1008] Compiling policy.cc
[806/1008] Compiling asn1_gen.cc
[807/1008] Compiling name_print.cc
[808/1008] Compiling by_file.cc
[809/1008] Compiling by_dir.cc
[810/1008] Compiling algorithm.cc
[811/1008] Compiling voprf.cc
[812/1008] Compiling a_sign.cc
[813/1008] Compiling a_verify.cc
[814/1008] Compiling a_digest.cc
[815/1008] Compiling thread_win.cc
[816/1008] Compiling trust_token.cc
[817/1008] Compiling stack.cc
[818/1008] Compiling thread_pthread.cc
[819/1008] Compiling thread_none.cc
[820/1008] Compiling pmbtoken.cc
[821/1008] Compiling slhdsa.cc
[822/1008] Compiling thread.cc
[823/1008] Compiling siphash.cc
[824/1008] Compiling sha512.cc
[825/1008] Compiling sha256.cc
[826/1008] Compiling spake2plus.cc
[827/1008] Compiling rsa_print.cc
[828/1008] Compiling rsa_extra.cc
[829/1008] Compiling sha1.cc
[830/1008] Compiling rsa_crypt.cc
[831/1008] Compiling rc4.cc
[832/1008] Compiling refcount.cc
[833/1008] Compiling windows.cc
[834/1008] Compiling trusty.cc
[835/1008] Compiling rand.cc
[836/1008] Compiling urandom.cc
[837/1008] Compiling passive.cc
[838/1008] Compiling ios.cc
[839/1008] Compiling getentropy.cc
[840/1008] Compiling rsa_asn1.cc
[841/1008] Compiling poly1305_arm_asm.S
[842/1008] Compiling fork_detect.cc
[843/1008] Compiling deterministic.cc
[844/1008] Compiling forkunsafe.cc
[845/1008] Compiling pool.cc
[846/1008] Compiling poly1305_vec.cc
[847/1008] Compiling poly1305.cc
[848/1008] Compiling poly1305_arm.cc
[849/1008] Compiling pkcs8_x509.cc
[850/1008] Compiling pem_x509.cc
[851/1008] Compiling pkcs8.cc
[852/1008] Compiling p5_pbev2.cc
[853/1008] Compiling pkcs7_x509.cc
[854/1008] Compiling pem_pk8.cc
[855/1008] Compiling pem_pkey.cc
[856/1008] Compiling pem_xaux.cc
[857/1008] Compiling pem_oth.cc
[858/1008] Compiling mlkem.cc
[859/1008] Compiling pem_info.cc
[860/1008] Compiling obj_xref.cc
[861/1008] Compiling mldsa.cc
[862/1008] Compiling pem_lib.cc
[863/1008] Compiling pem_all.cc
[864/1008] Compiling poly_rq_mul.S
[865/1008] Compiling lhash.cc
[866/1008] Compiling obj.cc
[867/1008] Compiling mem.cc
[868/1008] Compiling fips_shared_support.cc
[869/1008] Compiling md5.cc
[870/1008] Compiling md4.cc
[871/1008] Compiling hpke.cc
[872/1008] Compiling fuzzer_mode.cc
[873/1008] Compiling kyber.cc
[874/1008] Compiling ex_data.cc
[875/1008] Compiling hrss.cc
[876/1008] Compiling pbkdf.cc
[877/1008] Compiling scrypt.cc
[878/1008] Compiling sign.cc
[879/1008] Compiling print.cc
[880/1008] Compiling p_x25519_asn1.cc
[881/1008] Compiling p_ed25519.cc
[882/1008] Compiling p_x25519.cc
[883/1008] Compiling p_rsa_asn1.cc
[884/1008] Compiling p_rsa.cc
[885/1008] Compiling p_hkdf.cc
[886/1008] Compiling p_ed25519_asn1.cc
[887/1008] Compiling p_ec_asn1.cc
[888/1008] Compiling p_ec.cc
[889/1008] Compiling p_dsa_asn1.cc
[890/1008] Compiling p_dh_asn1.cc
[891/1008] Compiling err.cc
[892/1008] Compiling p_dh.cc
[893/1008] Compiling evp_ctx.cc
[894/1008] Compiling evp_asn1.cc
[895/1008] Compiling ecdsa_asn1.cc
[896/1008] Compiling engine.cc
[897/1008] Compiling ecdsa_p1363.cc
[898/1008] Compiling evp.cc
[899/1008] Compiling ecdh.cc
[900/1008] Compiling ec_derive.cc
[901/1008] Compiling hash_to_curve.cc
[902/1008] Compiling dsa_asn1.cc
[903/1008] Compiling dsa.cc
[904/1008] Compiling ec_asn1.cc
[905/1008] Compiling params.cc
[906/1008] Compiling x25519-asm-arm.S
[907/1008] Compiling digest_extra.cc
[908/1008] Compiling dh_asn1.cc
[909/1008] Compiling curve25519_64_adx.cc
[910/1008] Compiling des.cc
[911/1008] Compiling spake25519.cc
[912/1008] Compiling cpu_intel.cc
[913/1008] Compiling cpu_arm_linux.cc
[914/1008] Compiling curve25519.cc
[915/1008] Compiling crypto.cc
[916/1008] Compiling cpu_arm_freebsd.cc
[917/1008] Compiling cpu_aarch64_win.cc
[918/1008] Compiling cpu_aarch64_sysreg.cc
[919/1008] Compiling cpu_aarch64_fuchsia.cc
[920/1008] Compiling cpu_aarch64_openbsd.cc
[921/1008] Compiling cpu_aarch64_linux.cc
[922/1008] Compiling cpu_aarch64_apple.cc
[923/1008] Compiling conf.cc
[924/1008] Compiling tls_cbc.cc
[925/1008] Compiling e_tls.cc
[926/1008] Compiling get_cipher.cc
[927/1008] Compiling e_rc2.cc
[928/1008] Compiling cms.cc
[929/1008] Compiling e_rc4.cc
[930/1008] Compiling e_null.cc
[931/1008] Compiling e_chacha20poly1305.cc
[932/1008] Compiling e_aesgcmsiv.cc
[933/1008] Compiling chacha.cc
[934/1008] Compiling derive_key.cc
[935/1008] Compiling e_aesctrhmac.cc
[936/1008] Compiling e_aeseax.cc
[937/1008] Compiling sqrt.cc
[938/1008] Compiling buf.cc
[939/1008] Compiling ber.cc
[940/1008] Compiling cbb.cc
[941/1008] Compiling unicode.cc
[942/1008] Compiling cbs.cc
[943/1008] Compiling asn1_compat.cc
[944/1008] Compiling pair.cc
[945/1008] Compiling div.cc
[946/1008] Compiling exponentiation.cc
[947/1008] Compiling convert.cc
[948/1008] Compiling printf.cc
[949/1008] Compiling blake2.cc
[950/1008] Compiling bn_asn1.cc
[951/1008] Compiling hexdump.cc
[952/1008] Compiling errno.cc
[953/1008] Compiling fd.cc
[954/1008] Compiling file.cc
[955/1008] Compiling bio_mem.cc
[956/1008] Compiling bio.cc
[957/1008] Compiling tasn_typ.cc
[958/1008] Compiling base64.cc
[959/1008] Compiling tasn_fre.cc
[960/1008] Compiling tasn_utl.cc
[961/1008] Compiling posix_time.cc
[962/1008] Compiling tasn_enc.cc
[963/1008] Compiling f_string.cc
[964/1008] Compiling tasn_new.cc
[965/1008] Compiling f_int.cc
[966/1008] Compiling tasn_dec.cc
[967/1008] Compiling asn_pack.cc
[968/1008] Compiling a_utctm.cc
[969/1008] Compiling asn1_lib.cc
[970/1008] Compiling a_time.cc
[971/1008] Compiling a_type.cc
[972/1008] Compiling a_strex.cc
[973/1008] Compiling a_octet.cc
[974/1008] Write sources
[977/1008] Compiling a_strnid.cc
[978/1015] Compiling bcm.cc
[980/1075] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[981/1075] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[982/1077] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[983/1077] Compiling AsyncAlgorithms AsyncShareSequence.swift
[984/1077] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[985/1077] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[986/1077] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[987/1077] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[987/1077] Compiling a_dup.cc
[988/1077] Compiling a_d2i_fp.cc
[988/1077] Compiling a_int.cc
[990/1077] Compiling a_mbstr.cc
[992/1077] Compiling Atomics IntegerOperations.swift
[993/1077] Compiling Atomics Unmanaged extensions.swift
[993/1077] Compiling a_object.cc
[995/1077] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[996/1077] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[997/1077] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[998/1085] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[999/1085] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1000/1085] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1001/1085] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[1002/1085] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1003/1085] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1017/1091] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1018/1091] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1019/1091] Compiling CryptoBoringWrapper RandomBytes.swift
[1020/1091] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1021/1091] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1022/1091] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1023/1091] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1024/1091] Compiling AsyncAlgorithms AsyncChannel.swift
[1025/1091] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1026/1091] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1027/1091] Emitting module CryptoBoringWrapper
[1028/1091] Emitting module Atomics
[1029/1091] Emitting module AsyncAlgorithms
[1036/1092] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1037/1107] Wrapping AST for Atomics for debugging
[1039/1107] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1040/1107] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[1041/1107] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[1042/1171] Compiling NIOCore AddressedEnvelope.swift
[1043/1171] Compiling NIOCore AsyncAwaitSupport.swift
[1044/1171] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1045/1171] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1046/1171] Compiling CryptoBoringWrapper EllipticCurve.swift
[1047/1171] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1049/1172] Compiling NIOCore AsyncChannelInboundStream.swift
[1050/1172] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1050/1173] Wrapping AST for CryptoBoringWrapper for debugging
[1052/1255] Compiling Crypto Insecure_HashFunctions.swift
[1053/1255] Compiling Crypto MLKEM_boring.swift
[1054/1255] Compiling Crypto MLKEM_wrapper.swift
[1055/1255] Compiling Crypto XWing_boring.swift
[1056/1255] Compiling Crypto KEM-Errors.swift
[1057/1255] Compiling Crypto KEM.swift
[1058/1255] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1059/1255] Compiling Crypto ASN1.swift
[1060/1255] Compiling Crypto ASN1Any.swift
[1061/1255] Compiling Crypto ASN1Null.swift
/host/spi-builder-workspace/Sources/ConnectionPoolModule/PoolStateMachine.swift:613:48: error: cannot find 'pow' in scope
611 |
612 | let start = Double(100_000_000)
613 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
614 |
615 | // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/Sources/ConnectionPoolModule/PoolStateMachine.swift:623:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
621 | let jitterRange = (backoffNanoseconds / 100) * 3
622 | // Pick a random element from the range +/- jitter range.
623 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
624 | let jitteredBackoff = backoff + jitter
625 | 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:623:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
621 | let jitterRange = (backoffNanoseconds / 100) * 3
622 | // Pick a random element from the range +/- jitter range.
623 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
624 | let jitteredBackoff = backoff + jitter
625 | 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/1255] Compiling Crypto ASN1OctetString.swift
/host/spi-builder-workspace/Sources/ConnectionPoolModule/PoolStateMachine.swift:613:48: error: cannot find 'pow' in scope
611 |
612 | let start = Double(100_000_000)
613 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
614 |
615 | // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/Sources/ConnectionPoolModule/PoolStateMachine.swift:623:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
621 | let jitterRange = (backoffNanoseconds / 100) * 3
622 | // Pick a random element from the range +/- jitter range.
623 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
624 | let jitteredBackoff = backoff + jitter
625 | 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:623:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
621 | let jitterRange = (backoffNanoseconds / 100) * 3
622 | // Pick a random element from the range +/- jitter range.
623 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
624 | let jitteredBackoff = backoff + jitter
625 | 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 }
[1063/1255] Compiling Crypto ChaChaPoly_boring.swift
[1064/1255] Compiling Crypto ChaChaPoly.swift
[1065/1255] Compiling Crypto MLKEM.swift
[1066/1255] Compiling Crypto XWing.swift
[1067/1255] Compiling Crypto ECDH_boring.swift
[1068/1255] Compiling Crypto DH.swift
[1069/1255] Compiling Crypto ECDH.swift
[1070/1255] Compiling Crypto ANSIx963.swift
[1071/1255] Compiling Crypto HKDF.swift
[1072/1255] Compiling Crypto AESWrap.swift
[1073/1263] Emitting module _ConnectionPoolModule
[1074/1263] Compiling Crypto HPKE-LabeledExtract.swift
[1075/1263] Compiling Crypto HPKE-Utils.swift
[1076/1263] Compiling Crypto DHKEM.swift
[1077/1263] Compiling Crypto HPKE-KEM-Curve25519.swift
[1078/1263] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1079/1263] Compiling Crypto HPKE-KEM.swift
[1080/1263] Compiling Crypto HPKE-Errors.swift
[1081/1263] Compiling Crypto HPKE.swift
[1082/1263] Compiling Crypto HPKE-Context.swift
[1083/1263] Compiling Crypto ASN1Identifier.swift
[1084/1263] Compiling Crypto ASN1Integer.swift
[1085/1263] Compiling Crypto HPKE-KeySchedule.swift
[1086/1263] Compiling Crypto HPKE-Modes.swift
[1087/1263] Compiling Crypto Insecure.swift
[1096/1263] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1097/1263] Compiling NIOCore SocketAddresses.swift
[1098/1263] Compiling NIOCore SocketOptionProvider.swift
[1099/1263] Compiling NIOCore SystemCallHelpers.swift
[1100/1263] Compiling NIOCore TimeAmount+Duration.swift
[1101/1263] Compiling NIOCore TypeAssistedChannelHandler.swift
[1102/1263] Compiling NIOCore UniversalBootstrapSupport.swift
[1103/1263] Compiling NIOCore Utilities.swift
[1104/1263] Compiling Crypto SymmetricKeys.swift
[1105/1274] Compiling Crypto HPKE-KexKeyDerivation.swift
[1112/1274] Compiling Crypto HashFunctions.swift
[1113/1274] Compiling Crypto HashFunctions_SHA2.swift
[1114/1274] Compiling Crypto HashFunctions_SHA3.swift
[1115/1274] Compiling Crypto Digest_xkcp.swift
[1116/1274] Compiling Crypto HPKE-AEAD.swift
[1117/1274] Compiling Crypto HPKE-Ciphersuite.swift
[1118/1274] Compiling Crypto HPKE-KDF.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
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/37] Write swift-version-24593BA9C3E375BF.txt
[2/98] Compiling Logging MetadataProvider.swift
[3/98] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[4/98] Compiling InternalCollectionsUtilities _SortedCollection.swift
[5/98] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[6/100] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[7/100] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[8/100] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[9/100] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[10/100] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[11/100] Compiling InternalCollectionsUtilities Debugging.swift
[12/100] Compiling InternalCollectionsUtilities Descriptions.swift
[13/100] Compiling NIOConcurrencyHelpers NIOLock.swift
[14/100] Compiling InternalCollectionsUtilities UInt+reversed.swift
[15/100] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/100] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[17/102] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[18/102] Compiling SwiftASN1 DER.swift
[19/102] Compiling CryptoBoringWrapper RandomBytes.swift
[20/102] Compiling CryptoBoringWrapper EllipticCurve.swift
[21/102] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[22/102] Emitting module CoreMetrics
[23/102] Compiling NIOConcurrencyHelpers lock.swift
[24/102] Compiling Logging Locks.swift
[25/102] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[26/102] Emitting module Logging
[27/102] Emitting module CryptoBoringWrapper
[28/102] Emitting module _NIOBase64
[29/102] Compiling _NIOBase64 Base64.swift
[30/103] Compiling NIOConcurrencyHelpers atomics.swift
[31/103] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[32/103] Emitting module NIOConcurrencyHelpers
[33/104] Emitting module _NIODataStructures
[35/104] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[36/104] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[37/103] Compiling _NIODataStructures PriorityQueue.swift
[38/103] Compiling _NIODataStructures Heap.swift
[39/103] Compiling _NIODataStructures _TinyArray.swift
[42/103] Emitting module InternalCollectionsUtilities
[43/105] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[44/105] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[45/124] Compiling Logging LogHandler.swift
[46/124] Compiling Logging Logging.swift
[47/124] Compiling Atomics ManagedAtomicLazyReference.swift
[48/124] Compiling Atomics UnsafeAtomic.swift
[49/125] Compiling Atomics OptionalRawRepresentable.swift
[50/125] Compiling Atomics RawRepresentable.swift
[51/125] Compiling Atomics Primitives.native.swift
[52/125] Compiling Atomics AtomicInteger.swift
[53/125] Compiling Atomics AtomicBool.swift
[54/125] Compiling Atomics IntegerConformances.swift
[55/125] Compiling Atomics PointerConformances.swift
[58/126] Compiling Atomics DoubleWord.swift
[59/126] Compiling Atomics ManagedAtomic.swift
[60/126] Compiling Atomics AtomicValue.swift
[61/126] Compiling Atomics AtomicMemoryOrderings.swift
[63/126] Compiling ConcurrencyHelpers LockedValueBox.swift
[65/125] Compiling Atomics UnsafeAtomicLazyReference.swift
[67/125] Compiling SwiftASN1 Errors.swift
[70/125] Compiling Atomics AtomicStorage.swift
[76/125] Compiling CoreMetrics Locks.swift
[77/125] Compiling CoreMetrics Metrics.swift
[78/126] Compiling ConcurrencyHelpers Lock.swift
[79/126] Emitting module ConcurrencyHelpers
[82/278] Compiling OrderedCollections _HashTable.swift
[83/278] Compiling OrderedCollections _Hashtable+Header.swift
[84/278] Compiling OrderedCollections OrderedDictionary+Codable.swift
[86/278] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[87/280] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[88/280] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[92/285] Compiling OrderedCollections _HashTable+Testing.swift
[93/285] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[94/285] Compiling OrderedCollections _HashTable+Constants.swift
[95/285] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[98/285] Emitting module Metrics
[99/285] Compiling Metrics Metrics.swift
[100/286] Compiling DequeModule _DequeSlot.swift
[101/286] Compiling DequeModule _UnsafeWrappedBuffer.swift
[103/285] Emitting module SwiftASN1
[104/286] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[105/286] Compiling OrderedCollections OrderedDictionary+Elements.swift
[106/286] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[107/286] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[109/285] Compiling OrderedCollections OrderedDictionary.swift
[110/285] Compiling OrderedCollections OrderedSet+Codable.swift
[111/285] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[112/285] Compiling OrderedCollections OrderedSet+Descriptions.swift
[113/285] Compiling OrderedCollections OrderedSet+Diffing.swift
[114/285] Compiling OrderedCollections OrderedSet+Equatable.swift
[115/285] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[116/285] Compiling OrderedCollections OrderedSet+Hashable.swift
[117/292] Emitting module UnixSignals
[118/292] Compiling UnixSignals UnixSignal.swift
[119/292] Compiling UnixSignals UnixSignalsSequence.swift
[120/293] Emitting module DequeModule
[121/293] Compiling OrderedCollections _HashTable+Bucket.swift
[122/293] Compiling OrderedCollections _HashTable+BucketIterator.swift
[123/293] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[126/293] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[127/293] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[128/293] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[129/293] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[130/293] Compiling OrderedCollections OrderedDictionary+Values.swift
[139/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[140/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[141/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[142/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[143/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[144/294] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[145/294] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[146/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[147/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[148/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[149/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[150/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[151/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[152/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[153/294] Compiling OrderedCollections OrderedSet+Initializers.swift
[154/294] Compiling OrderedCollections OrderedSet+Insertions.swift
[155/294] Compiling OrderedCollections OrderedSet+Invariants.swift
[156/294] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[157/294] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[158/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[159/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[160/294] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[163/292] Emitting module Atomics
[172/292] Compiling OrderedCollections OrderedSet+Sendable.swift
[173/292] Compiling OrderedCollections OrderedSet+SubSequence.swift
[174/292] Compiling OrderedCollections OrderedSet+Testing.swift
[175/292] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[176/292] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[177/292] Compiling OrderedCollections OrderedSet.swift
[178/292] Compiling OrderedCollections _UnsafeBitset.swift
[198/303] Emitting module OrderedCollections
[212/430] Emitting module Crypto
[213/430] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[214/430] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[215/430] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[216/430] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[217/430] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[218/430] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[219/430] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[220/430] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[221/430] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[222/430] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[223/430] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[224/430] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[225/430] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
/host/spi-builder-workspace/Sources/ConnectionPoolModule/PoolStateMachine.swift:613:48: error: cannot find 'pow' in scope
611 |
612 | let start = Double(100_000_000)
613 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
614 |
615 | // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/Sources/ConnectionPoolModule/PoolStateMachine.swift:623:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
621 | let jitterRange = (backoffNanoseconds / 100) * 3
622 | // Pick a random element from the range +/- jitter range.
623 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
624 | let jitteredBackoff = backoff + jitter
625 | 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:623:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
621 | let jitterRange = (backoffNanoseconds / 100) * 3
622 | // Pick a random element from the range +/- jitter range.
623 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
624 | let jitteredBackoff = backoff + jitter
625 | 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 }
[226/430] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
/host/spi-builder-workspace/Sources/ConnectionPoolModule/PoolStateMachine.swift:613:48: error: cannot find 'pow' in scope
611 |
612 | let start = Double(100_000_000)
613 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
614 |
615 | // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/Sources/ConnectionPoolModule/PoolStateMachine.swift:623:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
621 | let jitterRange = (backoffNanoseconds / 100) * 3
622 | // Pick a random element from the range +/- jitter range.
623 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
624 | let jitteredBackoff = backoff + jitter
625 | 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:623:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
621 | let jitterRange = (backoffNanoseconds / 100) * 3
622 | // Pick a random element from the range +/- jitter range.
623 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
624 | let jitteredBackoff = backoff + jitter
625 | 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 }
[227/431] Compiling _ConnectionPoolModule TinyFastSequence.swift
[228/431] Emitting module _ConnectionPoolModule
[229/431] Compiling NIOCore NIOCoreSendableMetatype.swift
[230/431] Compiling NIOCore NIODecodedAsyncSequence.swift
[231/431] Compiling NIOCore NIOLoopBound.swift
[232/431] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[233/431] Compiling NIOCore NIOScheduledCallback.swift
[234/431] Compiling NIOCore NIOSendable.swift
[235/431] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[236/431] Compiling NIOCore RecvByteBufferAllocator.swift
[244/445] Emitting module AsyncAlgorithms
[264/445] Compiling AsyncAlgorithms AsyncShareSequence.swift
[265/445] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[266/445] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[267/445] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[268/445] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[269/445] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[270/445] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[271/445] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[272/445] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[273/445] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[274/445] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[275/445] Compiling AsyncAlgorithms AsyncChannel.swift
[276/445] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[277/445] Compiling AsyncAlgorithms ChannelStateMachine.swift
BUILD FAILURE 6.1 android