Build Information
Failed to build postgres-nio, reference main (ce5962
), with Swift 6.1 for Android on 27 Aug 2025 19:10:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
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 ce59628 Fix several CI issues (#579)
Cloned https://github.com/vapor/postgres-nio.git
Revision (git rev-parse @):
ce59628fbe432b7a98c315b1199e8ba5a5b4a4ae
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" : "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",
"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.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/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" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 -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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/3897] Fetching swift-log
[2/6330] Fetching swift-log, swift-service-lifecycle
[4890/9031] Fetching swift-log, swift-service-lifecycle, swift-nio-transport-services
[9032/24106] Fetching swift-log, swift-service-lifecycle, swift-nio-transport-services, swift-nio-ssl
[10389/40389] Fetching swift-log, swift-service-lifecycle, swift-nio-transport-services, swift-nio-ssl, swift-crypto
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.73s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.74s)
Fetching https://github.com/apple/swift-collections.git
[5894/35255] Fetching swift-log, swift-nio-ssl, swift-crypto
Fetching https://github.com/apple/swift-nio.git
[9447/52620] Fetching swift-log, swift-nio-ssl, swift-crypto, swift-collections
[12088/130333] Fetching swift-log, swift-nio-ssl, swift-crypto, swift-collections, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.75s)
Fetching https://github.com/apple/swift-atomics.git
[88059/115258] Fetching swift-log, swift-crypto, swift-collections, swift-nio
[90391/117066] Fetching swift-log, swift-crypto, swift-collections, swift-nio, swift-atomics
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-log.git from cache (5.44s)
[90633/113169] Fetching swift-crypto, swift-collections, swift-nio, swift-atomics
Fetched https://github.com/apple/swift-crypto.git from cache (5.54s)
[75127/96886] Fetching swift-collections, swift-nio, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.06s)
[76428/97413] Fetching swift-collections, swift-nio, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.61s)
[77982/95078] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (10.74s)
Fetched https://github.com/apple/swift-nio.git from cache (10.81s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (12.06s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.78s)
Fetching https://github.com/apple/swift-system.git
[1/4941] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.38s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.97s)
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.47s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5133] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.37s)
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.94s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.62s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.51s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.98s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (1.84s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.44s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.37s)
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.1
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.4
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.33.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.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.0.4
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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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.14.0
Building for debugging...
[0/845] Write sources
[28/845] Compiling _AtomicsShims.c
[29/845] Compiling CNIOWindows shim.c
[30/845] Compiling CNIOWindows WSAStartup.c
[31/845] Compiling CNIOWASI CNIOWASI.c
[32/845] Compiling CNIOPosix event_loop_id.c
[33/845] Compiling CNIOLinux liburing_shims.c
[34/845] Compiling CNIODarwin shim.c
[35/845] Compiling CNIOLinux shim.c
[36/845] Compiling fiat_p256_adx_sqr.S
[37/845] Write swift-version-24593BA9C3E375BF.txt
[38/845] Compiling fiat_p256_adx_mul.S
[39/845] Compiling fiat_curve25519_adx_square.S
[40/851] Compiling CNIOBoringSSLShims shims.c
[41/851] Compiling a_d2i_fp.cc
[42/851] Compiling aes.cc
[43/887] Compiling a_object.cc
[44/887] Compiling a_bool.cc
[45/887] Compiling a_bitstr.cc
[46/887] Compiling fiat_curve25519_adx_mul.S
[48/893] Emitting module _NIODataStructures
[49/893] Emitting module Logging
[50/893] Emitting module CoreMetrics
[50/893] Compiling tls_record.cc
[52/893] Compiling Logging LogHandler.swift
[53/893] Compiling _NIODataStructures _TinyArray.swift
[54/893] Emitting module _NIOBase64
[55/893] Compiling _NIOBase64 Base64.swift
[56/893] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[57/894] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[58/894] Compiling InternalCollectionsUtilities Debugging.swift
[59/894] Compiling InternalCollectionsUtilities Descriptions.swift
[60/895] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[61/895] Emitting module InternalCollectionsUtilities
[62/895] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/895] Compiling InternalCollectionsUtilities _SortedCollection.swift
[64/895] Compiling _NIODataStructures PriorityQueue.swift
[65/895] Compiling ConcurrencyHelpers LockedValueBox.swift
[66/895] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[67/895] Compiling InternalCollectionsUtilities UInt+reversed.swift
[68/895] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[69/895] Compiling InternalCollectionsUtilities Integer rank.swift
[70/895] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[71/895] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[72/895] Compiling _NIODataStructures Heap.swift
[73/896] Compiling CoreMetrics Metrics.swift
[76/896] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[81/899] Wrapping AST for _NIOBase64 for debugging
[83/899] Compiling SwiftASN1 TimeUtilities.swift
[84/899] Compiling SwiftASN1 UTCTime.swift
[85/899] Wrapping AST for _NIODataStructures for debugging
[87/954] Compiling OrderedCollections _HashTable+Bucket.swift
[88/954] Compiling OrderedCollections _HashTable+BucketIterator.swift
[89/954] Compiling OrderedCollections _HashTable+Constants.swift
[89/954] Compiling tls_method.cc
[91/954] Compiling OrderedCollections OrderedDictionary.swift
[92/954] Compiling OrderedCollections OrderedSet+Codable.swift
[93/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[94/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[95/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[96/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[97/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[98/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[99/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[100/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[101/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[102/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[103/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[104/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[105/954] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[106/954] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[109/976] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[110/976] Compiling OrderedCollections OrderedSet+Descriptions.swift
[111/976] Compiling OrderedCollections OrderedSet+Diffing.swift
[112/976] Compiling OrderedCollections OrderedSet+Equatable.swift
[113/976] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[114/976] Compiling OrderedCollections OrderedSet+Hashable.swift
[115/976] Emitting module SwiftASN1
[116/976] Compiling DequeModule Deque+Equatable.swift
[117/976] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[118/978] Compiling DequeModule _DequeBuffer.swift
[119/978] Compiling DequeModule _DequeBufferHeader.swift
[120/978] Compiling OrderedCollections OrderedSet+Initializers.swift
[121/978] Compiling OrderedCollections OrderedSet+Insertions.swift
[122/978] Compiling OrderedCollections OrderedSet+Invariants.swift
[123/978] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[124/978] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[125/978] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[126/978] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[127/978] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[130/978] Compiling DequeModule Deque._UnsafeHandle.swift
[131/978] Compiling DequeModule Deque.swift
[132/978] Compiling DequeModule Deque+Testing.swift
[133/978] Compiling DequeModule Deque._Storage.swift
[134/978] Compiling DequeModule _DequeSlot.swift
[135/978] Compiling DequeModule _UnsafeWrappedBuffer.swift
[136/978] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[137/978] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[138/978] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[139/978] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[140/978] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[141/978] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[142/978] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[143/978] Compiling OrderedCollections OrderedDictionary+Values.swift
[144/978] Compiling DequeModule Deque+CustomReflectable.swift
[145/978] Compiling DequeModule Deque+Descriptions.swift
[146/978] Compiling CoreMetrics Locks.swift
[147/978] Compiling Logging MetadataProvider.swift
[148/978] Emitting module ConcurrencyHelpers
[149/978] Compiling ConcurrencyHelpers Lock.swift
[150/978] Compiling Logging Locks.swift
[157/980] Compiling Logging Logging.swift
[163/982] Wrapping AST for InternalCollectionsUtilities for debugging
[164/982] Wrapping AST for SwiftASN1 for debugging
[166/987] Compiling DequeModule Deque+Extras.swift
[167/987] Compiling DequeModule Deque+Hashable.swift
[171/987] Wrapping AST for Logging for debugging
[172/987] Compiling tls13_server.cc
[173/987] Wrapping AST for CoreMetrics for debugging
[175/987] Compiling DequeModule Deque+Codable.swift
[176/987] Compiling DequeModule Deque+Collection.swift
[176/987] Wrapping AST for ConcurrencyHelpers for debugging
[177/987] Compiling tls13_enc.cc
[179/987] Emitting module UnixSignals
[188/987] Emitting module DequeModule
[189/988] Compiling OrderedCollections OrderedSet+Sendable.swift
[190/988] Compiling OrderedCollections OrderedSet+SubSequence.swift
[191/988] Compiling OrderedCollections OrderedSet+Testing.swift
[192/988] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[193/988] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[194/988] Compiling OrderedCollections OrderedSet.swift
[195/988] Compiling OrderedCollections _UnsafeBitset.swift
[197/988] Compiling UnixSignals UnixSignalsSequence.swift
[198/988] Compiling UnixSignals UnixSignal.swift
[200/989] Emitting module OrderedCollections
[200/990] Wrapping AST for UnixSignals for debugging
[202/990] Wrapping AST for DequeModule for debugging
[203/990] Wrapping AST for OrderedCollections for debugging
[205/990] Emitting module Metrics
[206/990] Compiling Metrics Metrics.swift
[207/991] Compiling tls13_both.cc
[208/991] Compiling tls13_client.cc
[209/991] Compiling t1_enc.cc
[210/991] Wrapping AST for Metrics for debugging
[211/991] Compiling ssl_x509.cc
[212/991] Compiling ssl_versions.cc
[213/991] Compiling ssl_transcript.cc
[214/991] Compiling ssl_stat.cc
[215/991] Compiling ssl_session.cc
[216/991] Compiling ssl_privkey.cc
[217/991] Compiling ssl_file.cc
[218/991] Compiling ssl_key_share.cc
[219/991] Compiling ssl_credential.cc
[220/991] Compiling ssl_lib.cc
[221/991] Compiling ssl_cipher.cc
[222/991] Compiling ssl_cert.cc
[223/991] Compiling ssl_buffer.cc
[224/991] Compiling ssl_aead_ctx.cc
[225/991] Compiling ssl_asn1.cc
[226/991] Compiling s3_pkt.cc
[227/991] Compiling s3_lib.cc
[228/991] Compiling s3_both.cc
[229/991] Compiling handshake_server.cc
[230/991] Compiling handshake_client.cc
[231/991] Compiling handshake.cc
[232/991] Compiling handoff.cc
[233/991] Compiling encrypted_client_hello.cc
[234/991] Compiling dtls_record.cc
[235/991] Compiling extensions.cc
[236/991] Compiling md5-x86_64-linux.S
[237/991] Compiling md5-x86_64-apple.S
[238/991] Compiling dtls_method.cc
[239/991] Compiling md5-586-linux.S
[240/991] Compiling md5-586-apple.S
[241/991] Compiling chacha20_poly1305_x86_64-apple.S
[242/991] Compiling chacha20_poly1305_x86_64-linux.S
[243/991] Compiling d1_pkt.cc
[244/991] Compiling chacha20_poly1305_armv8-win.S
[245/991] Compiling chacha20_poly1305_armv8-linux.S
[246/991] Compiling chacha20_poly1305_armv8-apple.S
[247/991] Compiling d1_srtp.cc
[248/991] Compiling chacha-x86_64-linux.S
[249/991] Compiling chacha-x86_64-apple.S
[250/991] Compiling chacha-x86-apple.S
[251/991] Compiling chacha-armv8-win.S
[252/991] Compiling chacha-x86-linux.S
[253/991] Compiling chacha-armv8-apple.S
[254/991] Compiling aes128gcmsiv-x86_64-linux.S
[255/991] Compiling chacha-armv4-linux.S
[256/991] Compiling chacha-armv8-linux.S
[257/991] Compiling x86_64-mont5-linux.S
[258/991] Compiling aes128gcmsiv-x86_64-apple.S
[259/991] Compiling x86_64-mont5-apple.S
[260/991] Compiling x86_64-mont-linux.S
[261/991] Compiling x86-mont-linux.S
[262/991] Compiling x86-mont-apple.S
[263/991] Compiling x86_64-mont-apple.S
[264/991] Compiling vpaes-x86_64-linux.S
[265/991] Compiling vpaes-x86-linux.S
[266/991] Compiling vpaes-x86_64-apple.S
[267/991] Compiling vpaes-x86-apple.S
[268/991] Compiling vpaes-armv8-win.S
[269/991] Compiling vpaes-armv8-apple.S
[270/991] Compiling vpaes-armv8-linux.S
[271/991] Compiling sha512-x86_64-linux.S
[272/991] Compiling vpaes-armv7-linux.S
[273/991] Compiling err_data.cc
[274/991] Compiling sha512-x86_64-apple.S
[275/991] Compiling sha512-armv8-win.S
[276/991] Compiling sha512-armv8-apple.S
[277/991] Compiling sha512-586-linux.S
[278/991] Compiling sha512-armv8-linux.S
[279/991] Compiling sha512-armv4-linux.S
[279/991] Compiling sha512-586-apple.S
[281/991] Compiling sha256-x86_64-linux.S
[282/991] Compiling sha256-x86_64-apple.S
[283/991] Compiling sha256-armv8-win.S
[284/991] Compiling sha256-armv8-linux.S
[285/991] Compiling sha256-armv8-apple.S
[286/991] Compiling sha256-armv4-linux.S
[287/991] Compiling sha256-586-linux.S
[288/991] Compiling sha256-586-apple.S
[289/991] Compiling sha1-x86_64-linux.S
[290/991] Compiling sha1-x86_64-apple.S
[291/991] Compiling sha1-armv8-win.S
[292/991] Compiling sha1-armv8-apple.S
[293/991] Compiling sha1-armv8-linux.S
[294/991] Compiling sha1-armv4-large-linux.S
[295/991] Compiling sha1-586-linux.S
[296/991] Compiling sha1-586-apple.S
[297/991] Compiling rsaz-avx2-linux.S
[298/991] Compiling rdrand-x86_64-apple.S
[299/991] Compiling rsaz-avx2-apple.S
[300/991] Compiling p256_beeu-x86_64-asm-linux.S
[301/991] Compiling rdrand-x86_64-linux.S
[302/991] Compiling p256_beeu-x86_64-asm-apple.S
[303/991] Compiling p256_beeu-armv8-asm-win.S
[304/991] Compiling p256_beeu-armv8-asm-apple.S
[305/991] Compiling p256-x86_64-asm-linux.S
[306/991] Compiling p256_beeu-armv8-asm-linux.S
[307/991] Compiling p256-x86_64-asm-apple.S
[308/991] Compiling p256-armv8-asm-linux.S
[309/991] Compiling p256-armv8-asm-win.S
[310/991] Compiling d1_lib.cc
[311/991] Compiling bio_ssl.cc
[312/991] Compiling p256-armv8-asm-apple.S
[313/991] Compiling ghashv8-armv8-win.S
[314/991] Compiling ghashv8-armv7-linux.S
[315/991] Compiling ghash-x86_64-linux.S
[316/991] Compiling ghashv8-armv8-linux.S
[317/991] Compiling ghashv8-armv8-apple.S
[318/991] Compiling ghash-x86_64-apple.S
[319/991] Compiling ghash-x86-apple.S
[320/991] Compiling ghash-x86-linux.S
[321/991] Compiling ghash-ssse3-x86_64-linux.S
[322/991] Compiling ghash-neon-armv8-win.S
[323/991] Compiling ghash-ssse3-x86-apple.S
[324/991] Compiling ghash-ssse3-x86_64-apple.S
[325/991] Compiling ghash-ssse3-x86-linux.S
[326/991] Compiling ghash-neon-armv8-linux.S
[327/991] Compiling ghash-neon-armv8-apple.S
[328/991] Compiling ghash-armv4-linux.S
[329/991] Compiling bsaes-armv7-linux.S
[330/991] Compiling co-586-apple.S
[331/991] Compiling co-586-linux.S
[332/991] Compiling bn-armv8-win.S
[333/991] Compiling bn-armv8-apple.S
[334/991] Compiling bn-armv8-linux.S
[335/991] Compiling bn-586-linux.S
[336/991] Compiling bn-586-apple.S
[337/991] Compiling armv8-mont-win.S
[338/991] Compiling armv8-mont-linux.S
[339/991] Compiling armv8-mont-apple.S
[340/991] Compiling armv4-mont-linux.S
[341/991] Compiling aesv8-gcm-armv8-apple.S
[342/991] Compiling aesv8-gcm-armv8-win.S
[343/991] Compiling aesv8-gcm-armv8-linux.S
[344/991] Compiling aesv8-armv7-linux.S
[345/991] Compiling aesv8-armv8-win.S
[346/991] Compiling aesv8-armv8-apple.S
[347/991] Compiling aesv8-armv8-linux.S
[348/991] Compiling aesni-x86_64-linux.S
[349/991] Compiling aesni-x86-linux.S
[350/991] Compiling aesni-x86_64-apple.S
[351/991] Compiling aes-gcm-avx2-x86_64-apple.S
[351/991] Compiling aesni-gcm-x86_64-apple.S
[353/991] Compiling aesni-x86-apple.S
[354/991] Compiling aesni-gcm-x86_64-linux.S
[355/991] Compiling aes-gcm-avx2-x86_64-linux.S
[356/991] Compiling aes-gcm-avx10-x86_64-linux.S
[357/991] Compiling aes-gcm-avx10-x86_64-apple.S
[358/991] Compiling d1_both.cc
[359/991] Compiling x_sig.cc
[360/991] Compiling x_val.cc
[361/991] Compiling x_pubkey.cc
[362/991] Compiling x_spki.cc
[363/991] Compiling x_x509.cc
[364/991] Compiling x_req.cc
[365/991] Compiling x_x509a.cc
[366/991] Compiling x_name.cc
[367/991] Compiling x_exten.cc
[368/991] Compiling x_algor.cc
[369/991] Compiling x_attrib.cc
[370/991] Compiling x_crl.cc
[371/991] Compiling x509rset.cc
[372/991] Compiling x509spki.cc
[373/991] Compiling x_all.cc
[374/991] Compiling x509name.cc
[375/991] Compiling x509cset.cc
[376/991] Compiling x509_txt.cc
[377/991] Compiling x509_v3.cc
[378/991] Compiling x509_vpm.cc
[379/991] Compiling x509_trs.cc
[380/991] Compiling x509_set.cc
[381/991] Compiling x509_vfy.cc
[382/991] Compiling x509_req.cc
[383/991] Compiling x509_obj.cc
[384/991] Compiling x509_lu.cc
[385/991] Compiling x509_def.cc
[386/991] Compiling x509_ext.cc
[387/991] Compiling x509_d2.cc
[388/991] Compiling x509_cmp.cc
[389/991] Compiling x509_att.cc
[390/991] Compiling x509.cc
[391/991] Compiling v3_skey.cc
[392/991] Compiling v3_utl.cc
[393/991] Compiling v3_purp.cc
[394/991] Compiling v3_prn.cc
[395/991] Compiling v3_pcons.cc
[396/991] Compiling v3_ocsp.cc
[397/991] Compiling v3_pmaps.cc
[398/991] Compiling v3_ncons.cc
[399/991] Compiling v3_int.cc
[400/991] Compiling v3_lib.cc
[401/991] Compiling v3_info.cc
[402/991] Compiling v3_ia5.cc
[403/991] Compiling v3_enum.cc
[404/991] Compiling v3_extku.cc
[405/991] Compiling v3_genn.cc
[406/991] Compiling v3_crld.cc
[407/991] Compiling v3_cpols.cc
[408/991] Compiling v3_conf.cc
[409/991] Compiling v3_bitst.cc
[410/991] Compiling v3_bcons.cc
[411/991] Compiling v3_akeya.cc
[412/991] Compiling v3_alt.cc
[413/991] Compiling v3_akey.cc
[414/991] Compiling t_x509a.cc
[415/991] Compiling i2d_pr.cc
[416/991] Compiling t_x509.cc
[417/991] Compiling t_req.cc
[418/991] Compiling t_crl.cc
[419/991] Compiling rsa_pss.cc
[420/991] Compiling name_print.cc
[421/991] Compiling policy.cc
[422/991] Compiling by_file.cc
[423/991] Compiling by_dir.cc
[424/991] Compiling asn1_gen.cc
[425/991] Compiling a_sign.cc
[426/991] Compiling algorithm.cc
[427/991] Compiling a_verify.cc
[428/991] Compiling voprf.cc
[429/991] Compiling a_digest.cc
[430/991] Compiling trust_token.cc
[431/991] Compiling thread_win.cc
[432/991] Compiling thread.cc
[433/991] Compiling thread_pthread.cc
[434/991] Compiling thread_none.cc
[435/991] Compiling stack.cc
[436/991] Compiling pmbtoken.cc
[437/991] Compiling spake2plus.cc
[438/991] Compiling siphash.cc
[439/991] Compiling slhdsa.cc
[440/991] Compiling sha1.cc
[441/991] Compiling sha512.cc
[442/991] Compiling sha256.cc
[443/991] Compiling rsa_print.cc
[444/991] Compiling rsa_extra.cc
[445/991] Compiling rc4.cc
[446/991] Compiling refcount.cc
[447/991] Compiling windows.cc
[448/991] Compiling urandom.cc
[449/991] Compiling rsa_crypt.cc
[450/991] Compiling trusty.cc
[451/991] Compiling rand.cc
[452/991] Compiling rsa_asn1.cc
[453/991] Compiling passive.cc
[454/991] Compiling getentropy.cc
[455/991] Compiling ios.cc
[456/991] Compiling poly1305_arm_asm.S
[457/991] Compiling fork_detect.cc
[458/991] Compiling forkunsafe.cc
[459/991] Compiling deterministic.cc
[460/991] Compiling poly1305_vec.cc
[461/991] Compiling pool.cc
[462/991] Compiling poly1305_arm.cc
[463/991] Compiling poly1305.cc
[464/991] Compiling pkcs8_x509.cc
[465/991] Compiling p5_pbev2.cc
[466/991] Compiling pkcs7.cc
[467/991] Compiling pkcs8.cc
[468/991] Compiling pkcs7_x509.cc
[469/991] Compiling pem_xaux.cc
[470/991] Compiling pem_pkey.cc
[471/991] Compiling pem_x509.cc
[472/991] Compiling pem_oth.cc
[473/991] Compiling pem_pk8.cc
[474/991] Compiling mlkem.cc
[475/991] Compiling pem_info.cc
[476/991] Compiling obj_xref.cc
[477/991] Compiling pem_lib.cc
[478/991] Compiling pem_all.cc
[479/991] Compiling obj.cc
[480/991] Compiling poly_rq_mul.S
[481/991] Compiling mldsa.cc
[482/991] Compiling fips_shared_support.cc
[483/991] Compiling mem.cc
[484/991] Compiling md5.cc
[485/991] Compiling md4.cc
[486/991] Compiling lhash.cc
[487/991] Compiling kyber.cc
[488/991] Compiling sign.cc
[489/991] Compiling scrypt.cc
[490/991] Compiling ex_data.cc
[491/991] Compiling hrss.cc
[492/991] Compiling print.cc
[493/991] Compiling hpke.cc
[494/991] Compiling pbkdf.cc
[495/991] Compiling p_x25519.cc
[496/991] Compiling p_x25519_asn1.cc
[497/991] Compiling p_rsa_asn1.cc
[498/991] Compiling p_ed25519.cc
[499/991] Compiling p_rsa.cc
[500/991] Compiling p_hkdf.cc
[501/991] Compiling p_ed25519_asn1.cc
[502/991] Compiling p_ec_asn1.cc
[503/991] Compiling p_dh_asn1.cc
[504/991] Compiling p_ec.cc
[505/991] Compiling p_dh.cc
[506/991] Compiling evp_ctx.cc
[507/991] Compiling p_dsa_asn1.cc
[508/991] Compiling evp_asn1.cc
[509/991] Compiling evp.cc
[510/991] Compiling engine.cc
[511/991] Compiling err.cc
[512/991] Compiling ecdh.cc
[513/991] Compiling hash_to_curve.cc
[514/991] Compiling ecdsa_asn1.cc
[515/991] Compiling ec_derive.cc
[516/991] Compiling dsa.cc
[517/991] Compiling bcm.cc
[518/991] Compiling dsa_asn1.cc
[519/991] Compiling ec_asn1.cc
[520/991] Compiling x25519-asm-arm.S
[521/991] Compiling params.cc
[522/991] Compiling digest_extra.cc
[523/991] Compiling des.cc
[524/991] Compiling curve25519_64_adx.cc
[525/991] Compiling dh_asn1.cc
[526/991] Compiling crypto.cc
[527/991] Compiling cpu_intel.cc
[528/991] Compiling spake25519.cc
[529/991] Compiling cpu_arm_linux.cc
[530/991] Compiling cpu_arm_freebsd.cc
[531/991] Compiling curve25519.cc
[532/991] Compiling cpu_aarch64_win.cc
[533/991] Compiling cpu_aarch64_sysreg.cc
[534/991] Compiling cpu_aarch64_openbsd.cc
[535/991] Compiling cpu_aarch64_linux.cc
[536/991] Compiling cpu_aarch64_fuchsia.cc
[537/991] Compiling cpu_aarch64_apple.cc
[538/991] Compiling tls_cbc.cc
[539/991] Compiling conf.cc
[540/991] Compiling get_cipher.cc
[541/991] Compiling e_tls.cc
[542/991] Compiling e_rc4.cc
[543/991] Compiling e_null.cc
[544/991] Compiling e_rc2.cc
[545/991] Compiling e_des.cc
[546/991] Compiling e_chacha20poly1305.cc
[547/991] Compiling e_aesgcmsiv.cc
[548/991] Compiling e_aesctrhmac.cc
[549/991] Compiling derive_key.cc
[550/991] Compiling chacha.cc
[551/991] Compiling unicode.cc
[552/991] Compiling buf.cc
[553/991] Compiling ber.cc
[554/991] Compiling cbb.cc
[555/991] Compiling cbs.cc
[556/991] Compiling asn1_compat.cc
[557/991] Compiling convert.cc
[558/991] Compiling bn_asn1.cc
[559/991] Compiling blake2.cc
[560/991] Compiling socket_helper.cc
[561/991] Compiling socket.cc
[562/991] Compiling printf.cc
[563/991] Compiling pair.cc
[564/991] Compiling hexdump.cc
[565/991] Compiling file.cc
[566/991] Compiling fd.cc
[567/991] Compiling errno.cc
[568/991] Compiling connect.cc
[569/991] Compiling bio_mem.cc
[570/991] Compiling bio.cc
[571/991] Compiling base64.cc
[572/991] Compiling tasn_utl.cc
[573/991] Compiling tasn_typ.cc
[574/991] Compiling tasn_fre.cc
[575/991] Compiling tasn_enc.cc
[576/991] Compiling tasn_new.cc
[577/991] Compiling f_string.cc
[578/991] Compiling posix_time.cc
[579/991] Compiling tasn_dec.cc
[580/991] Compiling f_int.cc
[581/991] Compiling asn_pack.cc
[582/991] Compiling asn1_par.cc
[583/991] Compiling asn1_lib.cc
[584/991] Compiling a_utctm.cc
[585/991] Compiling a_type.cc
[586/991] Compiling a_octet.cc
[587/991] Compiling a_time.cc
[588/991] Compiling a_strnid.cc
[589/991] Compiling a_strex.cc
[590/991] Compiling a_object.cc
[591/991] Compiling a_i2d_fp.cc
[592/991] Compiling a_dup.cc
[593/991] Compiling a_mbstr.cc
[594/991] Compiling a_d2i_fp.cc
[595/991] Compiling a_int.cc
[596/991] Compiling fiat_p256_adx_sqr.S
[597/991] Compiling fiat_p256_adx_mul.S
[598/991] Compiling fiat_curve25519_adx_square.S
[599/991] Compiling fiat_curve25519_adx_mul.S
[600/991] Compiling a_gentm.cc
[601/991] Compiling md5-x86_64-apple.S
[602/991] Compiling md5-x86_64-linux.S
[603/991] Compiling md5-586-linux.S
[604/991] Compiling md5-586-apple.S
[605/991] Compiling a_bool.cc
[606/991] Compiling a_bitstr.cc
[607/991] Compiling chacha20_poly1305_x86_64-linux.S
[608/991] Compiling chacha20_poly1305_x86_64-apple.S
[609/991] Compiling CCryptoBoringSSLShims shims.c
[610/991] Compiling chacha20_poly1305_armv8-win.S
[611/991] Compiling chacha20_poly1305_armv8-apple.S
[612/991] Compiling chacha-x86_64-linux.S
[613/991] Compiling chacha-x86_64-apple.S
[614/991] Compiling chacha20_poly1305_armv8-linux.S
[615/991] Compiling chacha-x86-apple.S
[616/991] Compiling chacha-armv8-win.S
[617/991] Compiling chacha-x86-linux.S
[618/991] Compiling chacha-armv4-linux.S
[619/991] Compiling chacha-armv8-apple.S
[620/991] Compiling aes128gcmsiv-x86_64-linux.S
[621/991] Compiling aes128gcmsiv-x86_64-apple.S
[622/991] Compiling x86_64-mont5-linux.S
[623/991] Compiling chacha-armv8-linux.S
[624/991] Compiling x86_64-mont5-apple.S
[625/991] Compiling x86_64-mont-linux.S
[626/991] Compiling x86_64-mont-apple.S
[627/991] Compiling x86-mont-linux.S
[628/991] Compiling vpaes-x86_64-linux.S
[629/991] Compiling vpaes-x86_64-apple.S
[630/991] Compiling x86-mont-apple.S
[631/991] Compiling vpaes-x86-linux.S
[632/991] Compiling vpaes-armv8-win.S
[633/991] Compiling vpaes-x86-apple.S
[634/991] Compiling vpaes-armv8-linux.S
[635/991] Compiling vpaes-armv8-apple.S
[636/991] Compiling sha512-x86_64-linux.S
[637/991] Compiling vpaes-armv7-linux.S
[638/991] Compiling sha512-x86_64-apple.S
[639/991] Compiling sha512-armv8-win.S
[640/991] Compiling sha512-armv8-apple.S
[641/991] Compiling sha512-armv4-linux.S
[642/991] Compiling sha512-586-linux.S
[643/991] Compiling sha512-armv8-linux.S
[644/991] Compiling sha512-586-apple.S
[645/991] Compiling sha256-x86_64-linux.S
[646/991] Compiling sha256-x86_64-apple.S
[647/991] Compiling sha256-armv8-win.S
[648/991] Compiling sha256-armv8-linux.S
[649/991] Compiling sha256-armv8-apple.S
[650/991] Compiling sha256-586-linux.S
[651/991] Compiling sha256-586-apple.S
[652/991] Compiling sha256-armv4-linux.S
[653/991] Compiling sha1-x86_64-linux.S
[654/991] Compiling sha1-x86_64-apple.S
[655/991] Compiling err_data.cc
[656/991] Compiling sha1-armv8-win.S
[657/991] Compiling sha1-586-apple.S
[658/991] Compiling sha1-armv8-apple.S
[659/991] Compiling sha1-586-linux.S
[660/991] Compiling sha1-armv4-large-linux.S
[661/991] Compiling sha1-armv8-linux.S
[662/991] Compiling rdrand-x86_64-apple.S
[663/991] Compiling rsaz-avx2-linux.S
[664/991] Compiling rsaz-avx2-apple.S
[665/991] Compiling rdrand-x86_64-linux.S
[666/991] Compiling p256_beeu-x86_64-asm-apple.S
[667/991] Compiling p256_beeu-x86_64-asm-linux.S
[668/991] Compiling p256_beeu-armv8-asm-win.S
[669/991] Compiling p256_beeu-armv8-asm-apple.S
[670/991] Compiling p256_beeu-armv8-asm-linux.S
[671/991] Compiling p256-x86_64-asm-linux.S
[672/991] Compiling p256-x86_64-asm-apple.S
[673/991] Compiling p256-armv8-asm-win.S
[674/991] Compiling ghashv8-armv8-win.S
[675/991] Compiling ghashv8-armv7-linux.S
[676/991] Compiling p256-armv8-asm-apple.S
[677/991] Compiling ghashv8-armv8-apple.S
[678/991] Compiling p256-armv8-asm-linux.S
[679/991] Compiling ghashv8-armv8-linux.S
[680/991] Compiling ghash-x86_64-linux.S
[681/991] Compiling ghash-x86_64-apple.S
[682/991] Compiling ghash-x86-linux.S
[683/991] Compiling ghash-x86-apple.S
[684/991] Compiling ghash-ssse3-x86_64-apple.S
[685/991] Compiling ghash-ssse3-x86_64-linux.S
[686/991] Compiling ghash-neon-armv8-win.S
[687/991] Compiling ghash-ssse3-x86-linux.S
[688/991] Compiling ghash-ssse3-x86-apple.S
[689/991] Compiling ghash-neon-armv8-linux.S
[690/991] Compiling ghash-neon-armv8-apple.S
[691/991] Compiling co-586-apple.S
[692/991] Compiling ghash-armv4-linux.S
[693/991] Compiling bsaes-armv7-linux.S
[694/991] Compiling co-586-linux.S
[695/991] Compiling bn-armv8-win.S
[696/991] Compiling bn-armv8-linux.S
[697/991] Compiling bn-armv8-apple.S
[698/991] Compiling bn-586-linux.S
[699/991] Compiling bn-586-apple.S
[700/991] Compiling armv8-mont-win.S
[701/991] Compiling armv8-mont-linux.S
[702/991] Compiling armv8-mont-apple.S
[703/991] Compiling aesv8-gcm-armv8-win.S
[704/991] Compiling armv4-mont-linux.S
[705/991] Compiling aesv8-armv8-win.S
[706/991] Compiling aesv8-gcm-armv8-linux.S
[707/991] Compiling aesv8-gcm-armv8-apple.S
[708/991] Compiling aesv8-armv8-linux.S
[709/991] Compiling aesv8-armv8-apple.S
[710/991] Compiling aesv8-armv7-linux.S
[711/991] Compiling aesni-x86_64-linux.S
[712/991] Compiling aesni-x86_64-apple.S
[713/991] Compiling aesni-gcm-x86_64-linux.S
[714/991] Compiling aesni-x86-linux.S
[715/991] Compiling aesni-x86-apple.S
[716/991] Compiling aes-gcm-avx512-x86_64-linux.S
[717/991] Compiling aesni-gcm-x86_64-apple.S
[718/991] Compiling aes-gcm-avx2-x86_64-linux.S
[719/991] Compiling aes-gcm-avx2-x86_64-apple.S
[720/991] Compiling aes-gcm-avx512-x86_64-apple.S
[721/991] Compiling xwing.cc
[722/991] Compiling x_sig.cc
[723/991] Compiling x_spki.cc
[724/991] Compiling x_x509a.cc
[725/991] Compiling x_val.cc
[726/991] Compiling x_x509.cc
[727/991] Compiling x_req.cc
[728/991] Compiling x_attrib.cc
[729/991] Compiling x_exten.cc
[730/991] Compiling x_pubkey.cc
[731/991] Compiling c-nioatomics.c
[732/991] Compiling x_crl.cc
[733/991] Compiling x_name.cc
[734/991] Compiling c-atomics.c
[735/991] Compiling x_all.cc
[736/997] Compiling x_algor.cc
[737/997] Compiling x509spki.cc
[738/997] Compiling x509name.cc
[739/997] Compiling x509rset.cc
[740/997] Compiling x509_vpm.cc
[741/997] Compiling x509cset.cc
[743/997] Compiling NIOConcurrencyHelpers NIOLock.swift
[744/997] Compiling NIOConcurrencyHelpers lock.swift
[745/997] Emitting module NIOConcurrencyHelpers
[746/997] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[747/997] Compiling NIOConcurrencyHelpers atomics.swift
[748/997] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[749/998] Compiling x509_txt.cc
[750/998] Compiling x509_vfy.cc
[751/998] Wrapping AST for NIOConcurrencyHelpers for debugging
[752/998] Compiling x509_v3.cc
[753/998] Compiling x509_req.cc
[754/998] Compiling x509_set.cc
[755/998] Compiling x509_trs.cc
[756/998] Compiling x509_obj.cc
[757/998] Compiling x509_lu.cc
[758/998] Compiling x509_d2.cc
[759/998] Compiling x509_def.cc
[760/998] Compiling x509_ext.cc
[761/998] Compiling x509.cc
[762/998] Compiling x509_cmp.cc
[763/998] Compiling x509_att.cc
[764/998] Compiling v3_utl.cc
[765/998] Compiling v3_skey.cc
[766/998] Compiling v3_pmaps.cc
[767/998] Compiling v3_prn.cc
[768/998] Compiling v3_purp.cc
[769/998] Compiling v3_pcons.cc
[770/998] Compiling v3_ncons.cc
[771/998] Compiling v3_ocsp.cc
[772/998] Compiling v3_lib.cc
[773/998] Compiling v3_int.cc
[774/998] Compiling v3_ia5.cc
[775/998] Compiling v3_info.cc
[776/998] Compiling v3_genn.cc
[777/998] Compiling v3_extku.cc
[778/998] Compiling v3_enum.cc
[779/998] Compiling v3_crld.cc
[780/998] Compiling v3_cpols.cc
[781/998] Compiling v3_conf.cc
[782/998] Compiling v3_bitst.cc
[783/998] Compiling v3_bcons.cc
[784/998] Compiling t_x509a.cc
[785/998] Compiling v3_akeya.cc
[786/998] Compiling v3_alt.cc
[787/998] Compiling v3_akey.cc
[788/998] Compiling t_x509.cc
[789/998] Compiling t_req.cc
[790/998] Compiling i2d_pr.cc
[791/998] Compiling t_crl.cc
[792/998] Compiling rsa_pss.cc
[793/998] Compiling name_print.cc
[794/998] Compiling policy.cc
[795/998] Compiling by_file.cc
[796/998] Compiling by_dir.cc
[797/998] Compiling asn1_gen.cc
[798/998] Compiling algorithm.cc
[799/998] Compiling a_verify.cc
[800/998] Compiling voprf.cc
[801/998] Compiling a_sign.cc
[802/998] Compiling a_digest.cc
[803/998] Compiling trust_token.cc
[804/998] Compiling thread_win.cc
[805/998] Compiling thread_pthread.cc
[806/998] Compiling thread_none.cc
[807/998] Compiling pmbtoken.cc
[808/998] Compiling thread.cc
[809/998] Compiling stack.cc
[810/998] Compiling siphash.cc
[811/998] Compiling sha512.cc
[812/998] Compiling slhdsa.cc
[813/998] Compiling sha256.cc
[814/998] Compiling sha1.cc
[815/998] Compiling spake2plus.cc
[816/998] Compiling rsa_print.cc
[817/998] Compiling rsa_extra.cc
[818/998] Compiling rsa_crypt.cc
[819/998] Compiling rc4.cc
[820/998] Compiling refcount.cc
[821/998] Compiling windows.cc
[822/998] Compiling urandom.cc
[823/998] Compiling trusty.cc
[824/998] Compiling rsa_asn1.cc
[825/998] Compiling rand.cc
[826/998] Compiling passive.cc
[827/998] Compiling poly1305_arm_asm.S
[828/998] Compiling ios.cc
[829/998] Compiling getentropy.cc
[830/998] Compiling forkunsafe.cc
[831/998] Compiling fork_detect.cc
[832/998] Compiling deterministic.cc
[833/998] Compiling poly1305_vec.cc
[834/998] Compiling poly1305_arm.cc
[835/998] Compiling poly1305.cc
[836/998] Compiling pool.cc
[837/998] Compiling pkcs8_x509.cc
[838/998] Compiling pkcs7.cc
[839/998] Compiling p5_pbev2.cc
[840/998] Compiling pkcs8.cc
[841/998] Compiling pkcs7_x509.cc
[842/998] Compiling pem_xaux.cc
[843/998] Compiling pem_x509.cc
[844/998] Compiling pem_pkey.cc
[845/998] Compiling pem_pk8.cc
[846/998] Compiling pem_oth.cc
[847/998] Compiling mlkem.cc
[848/998] Compiling pem_info.cc
[849/998] Compiling pem_all.cc
[850/998] Compiling pem_lib.cc
[851/998] Compiling obj_xref.cc
[852/998] Compiling obj.cc
[853/998] Compiling poly_rq_mul.S
[854/998] Compiling mldsa.cc
[855/998] Compiling mem.cc
[856/998] Compiling fips_shared_support.cc
[857/998] Compiling lhash.cc
[858/998] Compiling md5.cc
[859/998] Compiling md4.cc
[860/998] Compiling fuzzer_mode.cc
[861/998] Compiling kyber.cc
[862/998] Compiling hrss.cc
[863/998] Compiling ex_data.cc
[864/998] Compiling hpke.cc
[865/998] Compiling sign.cc
[866/998] Compiling scrypt.cc
[867/998] Compiling print.cc
[868/998] Compiling pbkdf.cc
[869/998] Compiling p_x25519.cc
[870/998] Compiling p_x25519_asn1.cc
[871/998] Compiling p_rsa_asn1.cc
[872/998] Compiling p_ed25519.cc
[873/998] Compiling p_ed25519_asn1.cc
[874/998] Compiling p_hkdf.cc
[875/998] Compiling p_rsa.cc
[876/998] Compiling p_ec_asn1.cc
[877/998] Compiling p_ec.cc
[878/998] Compiling p_dh_asn1.cc
[879/998] Compiling p_dh.cc
[880/998] Compiling p_dsa_asn1.cc
[881/998] Compiling evp_ctx.cc
[882/998] Compiling err.cc
[883/998] Compiling evp_asn1.cc
[884/998] Compiling evp.cc
[885/998] Compiling engine.cc
[886/998] Compiling ecdsa_p1363.cc
[887/998] Compiling ecdh.cc
[888/998] Compiling ecdsa_asn1.cc
[889/998] Compiling ec_derive.cc
[890/998] Compiling hash_to_curve.cc
[891/998] Compiling ec_asn1.cc
[892/998] Compiling dsa.cc
[893/998] Compiling dsa_asn1.cc
[894/998] Compiling bcm.cc
[895/998] Compiling x25519-asm-arm.S
[896/998] Compiling params.cc
[897/998] Compiling des.cc
[898/998] Compiling digest_extra.cc
[899/998] Compiling dh_asn1.cc
[900/998] Compiling curve25519_64_adx.cc
[901/998] Compiling crypto.cc
[902/998] Compiling spake25519.cc
[903/998] Compiling cpu_intel.cc
[904/998] Compiling cpu_arm_linux.cc
[905/998] Compiling curve25519.cc
[906/998] Compiling cpu_arm_freebsd.cc
[907/998] Compiling cpu_aarch64_win.cc
[908/998] Compiling cpu_aarch64_sysreg.cc
[909/998] Compiling cpu_aarch64_openbsd.cc
[910/998] Compiling cpu_aarch64_linux.cc
[911/998] Compiling cpu_aarch64_apple.cc
[912/998] Compiling cpu_aarch64_fuchsia.cc
[913/998] Compiling conf.cc
[914/998] Compiling get_cipher.cc
[915/998] Compiling tls_cbc.cc
[916/998] Compiling e_tls.cc
[917/998] Compiling e_rc4.cc
[918/998] Compiling e_null.cc
[919/998] Compiling e_rc2.cc
[920/998] Compiling cms.cc
[921/998] Compiling e_des.cc
[922/998] Compiling e_chacha20poly1305.cc
[923/998] Compiling e_aesgcmsiv.cc
[924/998] Compiling derive_key.cc
[925/998] Compiling e_aeseax.cc
[926/998] Compiling e_aesctrhmac.cc
[927/998] Compiling chacha.cc
[928/998] Compiling unicode.cc
[929/998] Compiling cbb.cc
[930/998] Compiling buf.cc
[931/998] Compiling cbs.cc
[932/998] Compiling sqrt.cc
[933/998] Compiling ber.cc
[934/998] Compiling exponentiation.cc
[935/998] Compiling asn1_compat.cc
[936/998] Compiling div.cc
[937/998] Compiling printf.cc
[938/998] Compiling blake2.cc
[939/998] Compiling pair.cc
[940/998] Compiling hexdump.cc
[941/998] Compiling bn_asn1.cc
[942/998] Compiling convert.cc
[943/998] Compiling file.cc
[944/998] Compiling fd.cc
[945/998] Compiling errno.cc
[946/998] Compiling bio_mem.cc
[947/998] Compiling bio.cc
[948/998] Compiling base64.cc
[949/998] Compiling tasn_typ.cc
[950/998] Compiling tasn_fre.cc
[951/998] Compiling tasn_new.cc
[952/998] Compiling tasn_utl.cc
[953/998] Compiling tasn_enc.cc
[954/998] Compiling f_string.cc
[955/998] Compiling posix_time.cc
[956/998] Compiling f_int.cc
[957/998] Compiling asn_pack.cc
[958/998] Compiling asn1_par.cc
[959/998] Compiling tasn_dec.cc
[960/998] Compiling asn1_lib.cc
[961/998] Compiling a_type.cc
[962/998] Compiling a_utctm.cc
[963/998] Compiling a_octet.cc
[964/998] Compiling a_time.cc
[964/998] Write sources
[968/998] Compiling a_strnid.cc
[969/998] Compiling a_strex.cc
[970/1061] Compiling a_mbstr.cc
[971/1061] Compiling a_i2d_fp.cc
[973/1061] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[974/1061] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[975/1061] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[976/1061] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[977/1063] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[978/1063] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[979/1063] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[980/1063] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[980/1063] Compiling a_dup.cc
[981/1063] Compiling a_int.cc
[983/1063] Compiling Atomics IntegerOperations.swift
[984/1063] Compiling Atomics Unmanaged extensions.swift
[985/1063] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[986/1063] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[987/1063] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[987/1063] Compiling a_gentm.cc
[989/1063] Emitting module AsyncAlgorithms
[990/1077] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[991/1077] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[992/1077] Compiling AsyncAlgorithms MergeStateMachine.swift
[993/1077] Compiling AsyncAlgorithms MergeStorage.swift
[994/1077] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[995/1077] Compiling AsyncAlgorithms Rethrow.swift
[1001/1077] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1005/1077] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1006/1077] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1007/1077] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1008/1077] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1009/1077] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1010/1077] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1016/1077] Compiling CryptoBoringWrapper RandomBytes.swift
[1017/1077] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1018/1077] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1019/1077] Compiling AsyncAlgorithms DebounceStorage.swift
[1020/1077] Compiling AsyncAlgorithms Dictionary.swift
[1021/1077] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1022/1077] Compiling AsyncAlgorithms Locking.swift
[1023/1077] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1024/1077] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1025/1077] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1026/1077] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1027/1077] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1028/1077] Compiling AsyncAlgorithms AsyncChannel.swift
[1029/1077] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1030/1077] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1031/1077] Compiling AsyncAlgorithms ChannelStorage.swift
[1032/1077] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1033/1077] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1034/1077] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1035/1077] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1036/1077] Emitting module Atomics
[1037/1077] Compiling AsyncAlgorithms SetAlgebra.swift
[1038/1077] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1039/1077] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1040/1077] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1041/1077] Compiling AsyncAlgorithms ZipStateMachine.swift
[1042/1077] Compiling AsyncAlgorithms ZipStorage.swift
[1043/1078] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1044/1078] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1045/1078] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1046/1078] Emitting module CryptoBoringWrapper
[1047/1078] Compiling CryptoBoringWrapper EllipticCurve.swift
[1048/1078] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1050/1079] Wrapping AST for AsyncAlgorithms for debugging
[1057/1080] Wrapping AST for CryptoBoringWrapper for debugging
[1060/1159] Compiling ServiceLifecycle Service.swift
[1060/1160] Wrapping AST for Atomics for debugging
[1062/1236] Emitting module ServiceLifecycle
[1063/1236] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1064/1236] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1065/1236] Compiling NIOCore IOData.swift
[1066/1237] Compiling ServiceLifecycle ServiceRunnerError.swift
[1067/1237] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1068/1237] Compiling NIOCore BSDSocketAPI.swift
[1069/1237] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1070/1237] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1071/1237] Compiling ServiceLifecycle GracefulShutdown.swift
[1072/1237] Compiling NIOCore ByteBuffer-conversions.swift
[1073/1237] Compiling NIOCore ByteBuffer-core.swift
[1074/1237] Compiling NIOCore ByteBuffer-hex.swift
[1075/1237] Compiling NIOCore ByteBuffer-int.swift
[1076/1237] Compiling NIOCore IntegerTypes.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 }
[1077/1237] Compiling NIOCore Interfaces.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 }
[1078/1237] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1079/1237] Compiling NIOCore Channel.swift
[1080/1237] Compiling NIOCore ChannelHandler.swift
[1081/1237] Compiling NIOCore ChannelHandlers.swift
[1082/1237] Compiling NIOCore ChannelInvoker.swift
[1083/1237] Compiling NIOCore ChannelOption.swift
[1084/1237] Compiling NIOCore ChannelPipeline.swift
[1085/1237] Compiling NIOCore NIOAny.swift
[1086/1237] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1087/1237] Compiling NIOCore NIOCoreSendableMetatype.swift
[1088/1237] Compiling NIOCore NIOLoopBound.swift
[1089/1247] Compiling NIOCore ByteBuffer-aux.swift
[1090/1247] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1095/1247] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1096/1247] Compiling NIOCore NIOScheduledCallback.swift
[1097/1247] Compiling NIOCore NIOSendable.swift
[1098/1247] Compiling NIOCore RecvByteBufferAllocator.swift
[1099/1255] Compiling ServiceLifecycle CancellationWaiter.swift
[1100/1255] Compiling ServiceLifecycle ServiceGroup.swift
[1101/1256] Wrapping AST for ServiceLifecycle for debugging
[1103/1256] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1104/1256] Compiling NIOCore SocketAddresses.swift
[1105/1256] Compiling NIOCore SocketOptionProvider.swift
[1106/1256] Compiling NIOCore SystemCallHelpers.swift
[1107/1256] Compiling NIOCore TimeAmount+Duration.swift
[1108/1256] Compiling NIOCore TypeAssistedChannelHandler.swift
[1109/1256] Compiling NIOCore UniversalBootstrapSupport.swift
[1110/1256] Compiling NIOCore Utilities.swift
[1111/1256] Compiling Crypto EdDSA_boring.swift
[1112/1256] Compiling Crypto ECDSA.swift
[1113/1256] Emitting module _ConnectionPoolModule
[1114/1256] Emitting module Crypto
[1115/1256] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1116/1256] Compiling NIOCore NIOAsyncWriter.swift
[1117/1256] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1118/1256] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1119/1256] Compiling NIOCore EventLoopFuture.swift
[1120/1256] Compiling NIOCore FileDescriptor.swift
[1121/1256] Compiling NIOCore FileHandle.swift
[1122/1256] Compiling NIOCore FileRegion.swift
[1123/1256] Compiling NIOCore GlobalSingletons.swift
[1124/1256] Compiling NIOCore IO.swift
[1129/1256] Compiling NIOCore CircularBuffer.swift
[1130/1256] Compiling NIOCore Codec.swift
[1131/1256] Compiling NIOCore ConvenienceOptionSupport.swift
[1132/1256] Compiling NIOCore DeadChannel.swift
[1133/1256] Compiling NIOCore DispatchQueue+WithFuture.swift
[1134/1256] Compiling NIOCore EventLoop+Deprecated.swift
[1135/1256] Compiling NIOCore EventLoop+SerialExecutor.swift
[1136/1256] Compiling NIOCore EventLoop.swift
[1137/1256] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1138/1256] Compiling NIOCore AddressedEnvelope.swift
[1139/1256] Compiling NIOCore AsyncAwaitSupport.swift
[1140/1256] Compiling NIOCore AsyncChannel.swift
[1141/1256] Compiling NIOCore AsyncChannelHandler.swift
[1142/1256] Compiling NIOCore AsyncChannelInboundStream.swift
[1143/1256] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1144/1256] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1145/1256] Compiling NIOCore IPProtocol.swift
[1146/1256] Compiling NIOCore IntegerBitPacking.swift
[1149/1256] Compiling NIOCore Linux.swift
[1150/1256] Compiling NIOCore MarkedCircularBuffer.swift
[1151/1256] Compiling NIOCore MulticastChannel.swift
[1152/1256] Compiling NIOCore ByteBuffer-multi-int.swift
[1153/1256] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1154/1256] Compiling NIOCore ByteBuffer-views.swift
[1167/1256] Compiling Crypto Ed25519.swift
[1168/1256] Compiling Crypto Signature.swift
[1169/1256] Compiling Crypto CryptoKitErrors_boring.swift
[1170/1256] Compiling Crypto RNG_boring.swift
[1171/1256] Compiling Crypto SafeCompare_boring.swift
[1172/1256] Compiling Crypto Zeroization_boring.swift
[1173/1256] Compiling Crypto PrettyBytes.swift
[1174/1256] Compiling Crypto SafeCompare.swift
[1175/1256] Compiling Crypto SecureBytes.swift
[1176/1256] Compiling Crypto Zeroization.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
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 SwiftASN1 ASN1BitString.swift
[3/95] Compiling SwiftASN1 ASN1Boolean.swift
[4/96] Compiling Logging MetadataProvider.swift
[5/96] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/96] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[7/96] Compiling SwiftASN1 ASN1Identifier.swift
[8/96] Compiling SwiftASN1 ASN1.swift
[9/96] Compiling CryptoBoringWrapper RandomBytes.swift
[10/96] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[11/96] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[12/96] Emitting module Logging
[13/96] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[14/96] Compiling NIOConcurrencyHelpers NIOLock.swift
[15/96] Compiling NIOConcurrencyHelpers lock.swift
[16/96] Emitting module CryptoBoringWrapper
[17/96] Compiling SwiftASN1 ObjectIdentifier.swift
[18/96] Compiling SwiftASN1 PEMDocument.swift
[19/96] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[20/96] Compiling NIOConcurrencyHelpers atomics.swift
[21/96] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[22/96] Compiling CryptoBoringWrapper EllipticCurve.swift
[23/96] Compiling _NIODataStructures PriorityQueue.swift
[24/96] Compiling _NIODataStructures _TinyArray.swift
[25/96] Compiling _NIODataStructures Heap.swift
[26/96] Emitting module NIOConcurrencyHelpers
[27/97] Emitting module _NIODataStructures
[29/98] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[30/98] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[31/99] Emitting module _NIOBase64
[32/99] Compiling _NIOBase64 Base64.swift
[33/99] Compiling SwiftASN1 ASN1OctetString.swift
[34/99] Compiling SwiftASN1 ASN1Strings.swift
[35/100] Compiling SwiftASN1 TimeUtilities.swift
[36/100] Compiling SwiftASN1 UTCTime.swift
[39/100] Emitting module InternalCollectionsUtilities
[40/100] Compiling SwiftASN1 ArraySliceBigint.swift
[41/100] Compiling SwiftASN1 GeneralizedTime.swift
[45/105] Compiling CoreMetrics Locks.swift
[46/105] Emitting module CoreMetrics
[47/105] Compiling CoreMetrics Metrics.swift
[48/105] Compiling Logging LogHandler.swift
[49/105] Compiling Logging Locks.swift
[50/106] Compiling Logging Logging.swift
[52/123] Compiling Atomics AtomicMemoryOrderings.swift
[53/123] Compiling Atomics DoubleWord.swift
[54/123] Compiling ConcurrencyHelpers LockedValueBox.swift
[55/123] Compiling Atomics OptionalRawRepresentable.swift
[56/123] Compiling Atomics RawRepresentable.swift
[57/189] Wrapping AST for CryptoBoringWrapper for debugging
[60/194] Compiling Crypto Nonces.swift
[61/194] Compiling Crypto ASN1.swift
[62/196] Compiling Crypto ChaChaPoly.swift
[63/196] Compiling Crypto Cipher.swift
[65/196] Compiling Atomics IntegerOperations.swift
[66/203] Emitting module ConcurrencyHelpers
[67/207] Compiling ConcurrencyHelpers Lock.swift
[68/240] Compiling OrderedCollections _HashTable+Constants.swift
[69/240] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[70/245] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[71/245] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[72/245] Compiling OrderedCollections OrderedDictionary+Codable.swift
[73/245] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[74/245] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[75/250] Emitting module SwiftASN1
[76/250] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[77/250] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[78/250] Compiling OrderedCollections OrderedDictionary+Elements.swift
[78/268] Wrapping AST for InternalCollectionsUtilities for debugging
[79/268] Wrapping AST for Logging for debugging
[82/268] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[83/268] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[86/268] Compiling OrderedCollections _HashTable.swift
[87/268] Compiling OrderedCollections _Hashtable+Header.swift
[88/268] Compiling OrderedCollections _HashTable+Bucket.swift
[89/268] Compiling OrderedCollections _HashTable+BucketIterator.swift
[95/269] Wrapping AST for SwiftASN1 for debugging
[97/269] Compiling OrderedCollections _HashTable+Testing.swift
[98/269] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[98/269] Wrapping AST for CoreMetrics for debugging
[100/269] Compiling DequeModule _DequeSlot.swift
[101/269] Compiling DequeModule _UnsafeWrappedBuffer.swift
[102/274] Compiling UnixSignals UnixSignalsSequence.swift
[103/274] Compiling UnixSignals UnixSignal.swift
[104/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[105/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[106/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[107/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[108/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[109/274] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[110/274] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[111/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[112/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[113/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[114/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[115/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[116/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[117/274] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[118/274] Emitting module UnixSignals
[119/282] Emitting module Metrics
[120/282] Compiling Metrics Metrics.swift
[137/281] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[140/281] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[141/281] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[142/281] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[143/281] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[144/281] Compiling OrderedCollections OrderedDictionary+Values.swift
[145/281] Compiling OrderedCollections OrderedDictionary.swift
[146/281] Compiling OrderedCollections OrderedSet+Codable.swift
[147/281] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[148/281] Compiling OrderedCollections OrderedSet+Descriptions.swift
[149/281] Compiling OrderedCollections OrderedSet+Diffing.swift
[150/281] Compiling OrderedCollections OrderedSet+Equatable.swift
[151/281] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[152/281] Compiling OrderedCollections OrderedSet+Hashable.swift
[153/281] Compiling OrderedCollections OrderedSet+Initializers.swift
[154/281] Compiling OrderedCollections OrderedSet+Insertions.swift
[155/281] Compiling OrderedCollections OrderedSet+Invariants.swift
[156/281] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[157/281] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[158/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[159/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[160/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[193/291] Compiling OrderedCollections _UnsafeBitset.swift
[194/291] Compiling Crypto SymmetricKeys.swift
[195/291] Compiling Crypto HMAC.swift
[196/291] Compiling Crypto MACFunctions.swift
[197/291] Compiling Crypto MessageAuthenticationCode.swift
[198/291] Compiling Crypto AES.swift
[199/291] Compiling Crypto ECDSASignature_boring.swift
[200/291] Compiling Crypto ECDSA_boring.swift
[201/291] Compiling Crypto EdDSA_boring.swift
[202/291] Compiling Crypto ECDSA.swift
[203/291] Emitting module DequeModule
[205/292] Compiling OrderedCollections OrderedSet+Sendable.swift
[206/292] Compiling OrderedCollections OrderedSet+SubSequence.swift
[207/292] Compiling OrderedCollections OrderedSet+Testing.swift
[208/292] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[209/292] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[210/292] Compiling OrderedCollections OrderedSet.swift
[220/292] Emitting module Atomics
[231/292] Emitting module OrderedCollections
[240/294] Emitting module Crypto
[261/294] Compiling Crypto Ed25519.swift
[262/294] Compiling Crypto Signature.swift
[263/294] Compiling Crypto CryptoKitErrors_boring.swift
[264/294] Compiling Crypto RNG_boring.swift
[265/294] Compiling Crypto SafeCompare_boring.swift
[266/294] Compiling Crypto Zeroization_boring.swift
[267/294] Compiling Crypto PrettyBytes.swift
[268/294] Compiling Crypto SafeCompare.swift
[269/294] Compiling Crypto SecureBytes.swift
[270/294] Compiling Crypto Zeroization.swift
[271/295] Wrapping AST for DequeModule for debugging
[272/295] Wrapping AST for Crypto for debugging
[273/295] Wrapping AST for OrderedCollections for debugging
[274/295] Wrapping AST for Atomics for debugging
[276/466] Compiling NIOCore ByteBuffer-views.swift
[277/466] Compiling NIOCore Channel.swift
[278/466] Compiling NIOCore ChannelHandler.swift
[279/466] Compiling NIOCore ChannelHandlers.swift
[280/467] Compiling NIOCore AsyncChannelOutboundWriter.swift
[281/467] Compiling NIOCore NIOAsyncSequenceProducer.swift
[282/467] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[283/467] Compiling NIOCore NIOAsyncWriter.swift
[284/467] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[285/467] Compiling NIOCore BSDSocketAPI.swift
[286/473] Compiling NIOCore DeadChannel.swift
[287/473] Compiling NIOCore DispatchQueue+WithFuture.swift
[288/473] Compiling NIOCore EventLoop+Deprecated.swift
[289/473] Compiling NIOCore EventLoop+SerialExecutor.swift
[290/473] Compiling NIOCore EventLoop.swift
[291/473] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[292/473] Compiling NIOCore ChannelOption.swift
[293/473] Compiling NIOCore ChannelPipeline.swift
[294/473] Compiling NIOCore AddressedEnvelope.swift
[295/473] Compiling NIOCore AsyncAwaitSupport.swift
[296/473] Compiling NIOCore AsyncChannel.swift
[297/473] Compiling NIOCore AsyncChannelHandler.swift
[298/473] Compiling NIOCore AsyncChannelInboundStream.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 }
/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 }
[301/473] Compiling NIOCore ByteBuffer-multi-int.swift
[302/473] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[307/473] Compiling NIOCore ChannelInvoker.swift
[310/473] Compiling NIOCore CircularBuffer.swift
[311/473] Compiling NIOCore Codec.swift
[312/473] Compiling NIOCore ConvenienceOptionSupport.swift
[317/480] Emitting module AsyncAlgorithms
[318/480] Compiling NIOCore ByteBuffer-aux.swift
[319/480] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[320/480] Compiling NIOCore ByteBuffer-conversions.swift
[321/480] Compiling NIOCore ByteBuffer-core.swift
[322/480] Compiling NIOCore ByteBuffer-hex.swift
[323/480] Compiling NIOCore ByteBuffer-int.swift
[324/480] Compiling _CryptoExtras DLEQ.swift
[325/480] Compiling _CryptoExtras Prover.swift
[326/480] Compiling _CryptoExtras Verifier.swift
[327/480] Compiling _CryptoExtras ZKPToolbox.swift
[328/480] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[329/480] Compiling NIOCore NIOScheduledCallback.swift
[330/480] Compiling NIOCore NIOSendable.swift
[331/480] Compiling NIOCore RecvByteBufferAllocator.swift
[339/488] Compiling NIOCore FileRegion.swift
[340/488] Compiling NIOCore GlobalSingletons.swift
[341/488] Compiling NIOCore IO.swift
[345/488] Compiling _ConnectionPoolModule TinyFastSequence.swift
[346/488] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[347/488] Compiling NIOCore EventLoopFuture+Deprecated.swift
[348/488] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[349/488] Compiling NIOCore EventLoopFuture.swift
[350/488] Compiling NIOCore FileDescriptor.swift
[351/488] Compiling NIOCore FileHandle.swift
[352/488] Emitting module _CryptoExtras
[353/488] Emitting module _ConnectionPoolModule
[354/488] Compiling AsyncAlgorithms SetAlgebra.swift
[355/488] Compiling AsyncAlgorithms UnsafeTransfer.swift
[356/488] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[357/488] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[358/488] Compiling AsyncAlgorithms ZipStateMachine.swift
[359/488] Compiling _CryptoExtras PEMDocument.swift
[360/488] Compiling _CryptoExtras PrettyBytes.swift
[361/488] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
BUILD FAILURE 6.1 android