Build Information
Failed to build postgres-nio, reference 1.27.0 (8ee611
), with Swift 6.1 for Android on 13 Aug 2025 20:38:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.66.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor/postgres-nio.git
Reference: 1.27.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vapor/postgres-nio
* tag 1.27.0 -> FETCH_HEAD
HEAD is now at 8ee6118 PostgresClient: Log connection failed events at info level (#575)
Cloned https://github.com/vapor/postgres-nio.git
Revision (git rev-parse @):
8ee6118c03501196be183b0938d2ec4478c18954
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/postgres-nio.git at 1.27.0
========================================
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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2219] Fetching swift-metrics
[68/4920] Fetching swift-metrics, swift-nio-transport-services
[440/7353] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle
[1933/11239] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle, swift-log
[9608/27492] Fetching swift-metrics, swift-nio-transport-services, swift-service-lifecycle, swift-log, swift-crypto
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.76s)
Fetching https://github.com/apple/swift-nio.git
[9026/24791] Fetching swift-metrics, swift-service-lifecycle, swift-log, swift-crypto
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.95s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.96s)
[4862/20139] Fetching swift-log, swift-crypto
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-log.git from cache (1.09s)
[1301/16253] Fetching swift-crypto
[1627/18061] Fetching swift-crypto, swift-atomics
[3597/35027] Fetching swift-crypto, swift-atomics, swift-collections
[4276/112490] Fetching swift-crypto, swift-atomics, swift-collections, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.75s)
[8842/110682] Fetching swift-crypto, swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.37s)
[65055/93716] Fetching swift-crypto, swift-nio
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-crypto.git from cache (4.04s)
[52675/77463] Fetching swift-nio
[57324/92475] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.67s)
Fetched https://github.com/apple/swift-nio.git from cache (8.23s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (9.48s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.75s)
Fetching https://github.com/apple/swift-system.git
[1/4878] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
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.48s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5043] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.32s)
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.86s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.61s)
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.48s)
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.94s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (1.54s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.26s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.87s)
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.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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.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.33.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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
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/845] Compiling aes.cc
[1/845] Compiling a_d2i_fp.cc
[2/845] Write sources
[7/845] Compiling a_dup.cc
[8/845] Write sources
[31/845] Compiling _AtomicsShims.c
[32/845] Compiling CNIOWindows shim.c
[33/845] Compiling CNIOWASI CNIOWASI.c
[34/845] Compiling CNIOWindows WSAStartup.c
[35/845] Compiling CNIOPosix event_loop_id.c
[36/845] Compiling CNIOLinux liburing_shims.c
[37/845] Compiling CNIODarwin shim.c
[38/845] Compiling CNIOLinux shim.c
[39/845] Compiling a_bool.cc
[39/845] Compiling a_bitstr.cc
[41/845] Compiling a_type.cc
[42/845] Compiling a_gentm.cc
[43/845] Write swift-version-24593BA9C3E375BF.txt
[44/845] Compiling a_time.cc
[45/845] Compiling fiat_p256_adx_sqr.S
[46/845] Compiling fiat_curve25519_adx_square.S
[47/845] Compiling fiat_p256_adx_mul.S
[48/845] Compiling fiat_curve25519_adx_mul.S
[49/887] Compiling CNIOBoringSSLShims shims.c
[51/890] Emitting module _NIOBase64
[51/890] Compiling tls_method.cc
[52/890] Compiling tls_record.cc
[54/893] Compiling ConcurrencyHelpers LockedValueBox.swift
[55/893] Compiling _NIODataStructures _TinyArray.swift
[56/893] Compiling _NIODataStructures Heap.swift
[57/893] Emitting module _NIODataStructures
[58/893] Compiling _NIODataStructures PriorityQueue.swift
[59/894] Compiling SwiftASN1 ASN1Integer.swift
[60/894] Compiling SwiftASN1 ASN1Null.swift
[61/894] Compiling SwiftASN1 ASN1OctetString.swift
[62/894] Compiling SwiftASN1 ASN1Strings.swift
[63/895] Emitting module InternalCollectionsUtilities
[64/895] Compiling SwiftASN1 ASN1.swift
[65/895] Compiling SwiftASN1 BER.swift
[66/895] Compiling _NIOBase64 Base64.swift
[67/896] Compiling SwiftASN1 ArraySliceBigint.swift
[68/896] Compiling SwiftASN1 GeneralizedTime.swift
[69/896] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[70/896] Compiling CoreMetrics Metrics.swift
[71/896] Compiling SwiftASN1 TimeUtilities.swift
[72/896] Compiling SwiftASN1 UTCTime.swift
[75/898] Compiling SwiftASN1 ASN1Any.swift
[76/898] Compiling SwiftASN1 ASN1BitString.swift
[77/898] Compiling SwiftASN1 ASN1Boolean.swift
[78/898] Compiling SwiftASN1 ASN1Identifier.swift
[86/898] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[86/899] Wrapping AST for _NIODataStructures for debugging
[87/899] Compiling tls13_server.cc
[89/899] Wrapping AST for _NIOBase64 for debugging
[91/954] Compiling OrderedCollections _HashTable+Bucket.swift
[92/954] Compiling OrderedCollections _HashTable+BucketIterator.swift
[93/954] Compiling OrderedCollections _HashTable+Constants.swift
[94/954] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[95/954] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[96/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[97/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[98/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[99/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[100/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[101/954] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[102/954] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[103/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[104/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[105/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[106/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[107/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[108/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[109/954] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[110/961] Emitting module SwiftASN1
[111/961] Compiling OrderedCollections OrderedDictionary+Codable.swift
[112/961] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[113/961] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[114/961] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[115/961] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[116/961] Compiling OrderedCollections OrderedDictionary+Elements.swift
[117/961] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[118/961] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[119/961] Compiling OrderedCollections OrderedDictionary.swift
[120/961] Compiling OrderedCollections OrderedSet+Codable.swift
[121/961] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[122/961] Compiling OrderedCollections OrderedSet+Descriptions.swift
[123/961] Compiling OrderedCollections OrderedSet+Diffing.swift
[124/961] Compiling OrderedCollections OrderedSet+Equatable.swift
[125/961] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[126/961] Compiling OrderedCollections OrderedSet+Hashable.swift
[127/961] Emitting module ConcurrencyHelpers
[128/961] Compiling ConcurrencyHelpers Lock.swift
[129/961] Compiling OrderedCollections OrderedSet+Initializers.swift
[130/961] Compiling OrderedCollections OrderedSet+Insertions.swift
[131/961] Compiling OrderedCollections OrderedSet+Invariants.swift
[132/961] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[133/961] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[134/961] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[135/961] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[136/961] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[137/961] Compiling Logging MetadataProvider.swift
[138/962] Emitting module Logging
[139/962] Emitting module CoreMetrics
[140/962] Compiling Logging Locks.swift
[141/962] Compiling CoreMetrics Locks.swift
[142/963] Compiling Logging LogHandler.swift
[143/963] Compiling Logging Logging.swift
[148/964] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[149/964] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[150/964] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[151/964] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[152/964] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[153/964] Compiling OrderedCollections OrderedDictionary+Values.swift
[159/965] Wrapping AST for InternalCollectionsUtilities for debugging
[160/965] Wrapping AST for SwiftASN1 for debugging
[161/985] Wrapping AST for Logging for debugging
[162/985] Compiling tls13_enc.cc
[164/985] Compiling DequeModule _DequeBuffer.swift
[165/985] Compiling DequeModule _DequeBufferHeader.swift
[166/987] Compiling DequeModule Deque+Equatable.swift
[167/987] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[168/987] Compiling DequeModule Deque+Extras.swift
[169/987] Compiling DequeModule Deque+Hashable.swift
[169/987] Wrapping AST for CoreMetrics for debugging
[171/987] Compiling DequeModule _DequeSlot.swift
[172/987] Compiling DequeModule _UnsafeWrappedBuffer.swift
[172/987] Wrapping AST for ConcurrencyHelpers for debugging
[173/987] Compiling tls13_client.cc
[174/987] Compiling tls13_both.cc
[176/987] Compiling DequeModule Deque+CustomReflectable.swift
[177/987] Compiling DequeModule Deque+Descriptions.swift
[180/987] Compiling DequeModule Deque+Codable.swift
[181/987] Compiling DequeModule Deque+Collection.swift
[186/987] Compiling UnixSignals UnixSignal.swift
[187/987] Compiling UnixSignals UnixSignalsSequence.swift
[188/987] Emitting module UnixSignals
[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 DequeModule Deque._UnsafeHandle.swift
[198/988] Compiling DequeModule Deque.swift
[199/988] Compiling DequeModule Deque+Testing.swift
[200/988] Compiling DequeModule Deque._Storage.swift
[201/988] Emitting module OrderedCollections
[204/989] Wrapping AST for UnixSignals for debugging
[206/989] Emitting module DequeModule
[206/990] Wrapping AST for OrderedCollections for debugging
[208/990] Emitting module Metrics
[209/990] Compiling Metrics Metrics.swift
[211/991] Wrapping AST for DequeModule for debugging
[212/991] Wrapping AST for Metrics for debugging
[213/991] Compiling t1_enc.cc
[214/991] Compiling ssl_transcript.cc
[215/991] Compiling ssl_versions.cc
[216/991] Compiling ssl_x509.cc
[217/991] Compiling ssl_stat.cc
[218/991] Compiling ssl_cipher.cc
[219/991] Compiling ssl_privkey.cc
[220/991] Compiling ssl_session.cc
[221/991] Compiling ssl_credential.cc
[222/991] Compiling ssl_key_share.cc
[223/991] Compiling ssl_file.cc
[224/991] Compiling ssl_lib.cc
[225/991] Compiling ssl_cert.cc
[226/991] Compiling ssl_buffer.cc
[227/991] Compiling ssl_aead_ctx.cc
[228/991] Compiling ssl_asn1.cc
[229/991] Compiling s3_pkt.cc
[230/991] Compiling s3_lib.cc
[231/991] Compiling s3_both.cc
[232/991] Compiling handshake_server.cc
[233/991] Compiling handshake_client.cc
[234/991] Compiling handshake.cc
[235/991] Compiling handoff.cc
[236/991] Compiling encrypted_client_hello.cc
[237/991] Compiling dtls_record.cc
[238/991] Compiling dtls_method.cc
[239/991] Compiling md5-x86_64-linux.S
[240/991] Compiling md5-x86_64-apple.S
[241/991] Compiling extensions.cc
[242/991] Compiling md5-586-linux.S
[243/991] Compiling md5-586-apple.S
[244/991] Compiling chacha20_poly1305_x86_64-linux.S
[245/991] Compiling chacha20_poly1305_x86_64-apple.S
[246/991] Compiling chacha20_poly1305_armv8-win.S
[247/991] Compiling chacha20_poly1305_armv8-linux.S
[248/991] Compiling chacha20_poly1305_armv8-apple.S
[249/991] Compiling chacha-x86_64-linux.S
[250/991] Compiling chacha-x86_64-apple.S
[251/991] Compiling chacha-x86-linux.S
[252/991] Compiling chacha-x86-apple.S
[253/991] Compiling d1_srtp.cc
[254/991] Compiling chacha-armv8-win.S
[255/991] Compiling chacha-armv8-apple.S
[256/991] Compiling d1_pkt.cc
[257/991] Compiling chacha-armv8-linux.S
[257/991] Compiling chacha-armv4-linux.S
[257/991] Compiling aes128gcmsiv-x86_64-linux.S
[257/991] Compiling x86_64-mont5-apple.S
[257/991] Compiling aes128gcmsiv-x86_64-apple.S
[262/991] Compiling x86_64-mont5-linux.S
[263/991] Compiling x86_64-mont-linux.S
[264/991] Compiling x86-mont-apple.S
[265/991] Compiling x86_64-mont-apple.S
[266/991] Compiling err_data.cc
[267/991] Compiling x86-mont-linux.S
[268/991] Compiling vpaes-x86_64-linux.S
[269/991] Compiling vpaes-x86_64-apple.S
[270/991] Compiling vpaes-x86-linux.S
[271/991] Compiling vpaes-x86-apple.S
[272/991] Compiling vpaes-armv8-linux.S
[273/991] Compiling vpaes-armv8-win.S
[274/991] Compiling vpaes-armv8-apple.S
[275/991] Compiling vpaes-armv7-linux.S
[276/991] Compiling sha512-x86_64-linux.S
[276/991] Compiling sha512-armv8-win.S
[278/991] Compiling sha512-armv8-apple.S
[279/991] Compiling sha512-x86_64-apple.S
[280/991] Compiling sha512-armv8-linux.S
[281/991] Compiling sha512-586-linux.S
[282/991] Compiling sha512-armv4-linux.S
[283/991] Compiling sha256-x86_64-linux.S
[284/991] Compiling sha512-586-apple.S
[285/991] Compiling sha256-armv8-win.S
[286/991] Compiling sha256-armv4-linux.S
[286/991] Compiling sha256-armv8-apple.S
[288/991] Compiling sha256-x86_64-apple.S
[289/991] Compiling sha256-armv8-linux.S
[290/991] Compiling sha256-586-apple.S
[291/991] Compiling sha256-586-linux.S
[292/991] Compiling sha1-x86_64-apple.S
[293/991] Compiling sha1-x86_64-linux.S
[294/991] Compiling d1_lib.cc
[295/991] Compiling sha1-armv8-apple.S
[295/991] Compiling sha1-armv8-win.S
[295/991] Compiling sha1-armv4-large-linux.S
[298/991] Compiling sha1-armv8-linux.S
[299/991] Compiling sha1-586-linux.S
[300/991] Compiling sha1-586-apple.S
[301/991] Compiling rsaz-avx2-linux.S
[302/991] Compiling rsaz-avx2-apple.S
[303/991] Compiling rdrand-x86_64-linux.S
[304/991] Compiling p256_beeu-x86_64-asm-apple.S
[305/991] Compiling rdrand-x86_64-apple.S
[306/991] Compiling p256_beeu-x86_64-asm-linux.S
[307/991] Compiling p256_beeu-armv8-asm-win.S
[308/991] Compiling p256_beeu-armv8-asm-linux.S
[309/991] Compiling p256_beeu-armv8-asm-apple.S
[310/991] Compiling p256-x86_64-asm-linux.S
[311/991] Compiling p256-x86_64-asm-apple.S
[312/991] Compiling p256-armv8-asm-win.S
[313/991] Compiling p256-armv8-asm-apple.S
[314/991] Compiling p256-armv8-asm-linux.S
[315/991] Compiling ghashv8-armv8-win.S
[316/991] Compiling ghashv8-armv8-linux.S
[317/991] Compiling ghashv8-armv7-linux.S
[318/991] Compiling ghashv8-armv8-apple.S
[319/991] Compiling ghash-x86_64-linux.S
[320/991] Compiling ghash-x86-linux.S
[321/991] Compiling ghash-ssse3-x86_64-apple.S
[322/991] Compiling ghash-x86-apple.S
[323/991] Compiling bio_ssl.cc
[324/991] Compiling ghash-x86_64-apple.S
[325/991] Compiling ghash-ssse3-x86_64-linux.S
[326/991] Compiling ghash-ssse3-x86-apple.S
[327/991] Compiling ghash-neon-armv8-win.S
[328/991] Compiling co-586-apple.S
[329/991] Compiling ghash-neon-armv8-apple.S
[330/991] Compiling ghash-armv4-linux.S
[331/991] Compiling ghash-neon-armv8-linux.S
[332/991] Compiling ghash-ssse3-x86-linux.S
[333/991] Compiling bsaes-armv7-linux.S
[334/991] Compiling bn-armv8-win.S
[335/991] Compiling co-586-linux.S
[336/991] Compiling bn-586-apple.S
[337/991] Compiling bn-586-linux.S
[338/991] Compiling bn-armv8-linux.S
[339/991] Compiling bn-armv8-apple.S
[340/991] Compiling armv8-mont-win.S
[341/991] Compiling armv8-mont-apple.S
[342/991] Compiling aesv8-gcm-armv8-apple.S
[343/991] Compiling armv8-mont-linux.S
[344/991] Compiling armv4-mont-linux.S
[345/991] Compiling aesv8-gcm-armv8-win.S
[346/991] Compiling aesv8-gcm-armv8-linux.S
[347/991] Compiling aesv8-armv7-linux.S
[348/991] Compiling aesv8-armv8-win.S
[349/991] Compiling aesv8-armv8-linux.S
[350/991] Compiling aesni-x86_64-linux.S
[351/991] Compiling aesv8-armv8-apple.S
[352/991] Compiling aesni-x86-linux.S
[353/991] Compiling aesni-x86_64-apple.S
[354/991] Compiling aesni-gcm-x86_64-apple.S
[355/991] Compiling aesni-gcm-x86_64-linux.S
[356/991] Compiling aesni-x86-apple.S
[357/991] Compiling d1_both.cc
[358/991] Compiling aes-gcm-avx2-x86_64-linux.S
[359/991] Compiling aes-gcm-avx10-x86_64-linux.S
[360/991] Compiling aes-gcm-avx10-x86_64-apple.S
[361/991] Compiling aes-gcm-avx2-x86_64-apple.S
[362/991] Compiling x_val.cc
[363/991] Compiling x_sig.cc
[364/991] Compiling x_spki.cc
[365/991] Compiling x_x509a.cc
[366/991] Compiling x_req.cc
[367/991] Compiling x_pubkey.cc
[368/991] Compiling x_x509.cc
[369/991] Compiling x_name.cc
[370/991] Compiling x_crl.cc
[371/991] Compiling x_algor.cc
[372/991] Compiling x_all.cc
[373/991] Compiling x_attrib.cc
[374/991] Compiling x_exten.cc
[375/991] Compiling x509spki.cc
[376/991] Compiling x509rset.cc
[377/991] Compiling x509name.cc
[378/991] Compiling x509_trs.cc
[379/991] Compiling x509cset.cc
[380/991] Compiling x509_v3.cc
[381/991] Compiling x509_vfy.cc
[382/991] Compiling x509_vpm.cc
[383/991] Compiling x509_set.cc
[384/991] Compiling x509_txt.cc
[385/991] Compiling x509_req.cc
[386/991] Compiling x509_lu.cc
[387/991] Compiling x509_obj.cc
[388/991] Compiling x509_def.cc
[389/991] Compiling x509_d2.cc
[390/991] Compiling x509_ext.cc
[391/991] Compiling x509_att.cc
[392/991] Compiling x509.cc
[393/991] Compiling x509_cmp.cc
[394/991] Compiling v3_skey.cc
[395/991] Compiling v3_utl.cc
[396/991] Compiling v3_pmaps.cc
[397/991] Compiling v3_prn.cc
[398/991] Compiling v3_purp.cc
[399/991] Compiling v3_pcons.cc
[400/991] Compiling v3_ocsp.cc
[401/991] Compiling v3_ncons.cc
[402/991] Compiling v3_ia5.cc
[403/991] Compiling v3_lib.cc
[404/991] Compiling v3_int.cc
[405/991] Compiling v3_info.cc
[406/991] Compiling v3_genn.cc
[407/991] Compiling v3_crld.cc
[408/991] Compiling v3_enum.cc
[409/991] Compiling v3_extku.cc
[410/991] Compiling v3_alt.cc
[411/991] Compiling v3_cpols.cc
[412/991] Compiling v3_conf.cc
[413/991] Compiling v3_bitst.cc
[414/991] Compiling v3_bcons.cc
[415/991] Compiling v3_akeya.cc
[416/991] Compiling v3_akey.cc
[417/991] Compiling t_x509a.cc
[418/991] Compiling t_crl.cc
[419/991] Compiling i2d_pr.cc
[420/991] Compiling name_print.cc
[421/991] Compiling t_x509.cc
[422/991] Compiling t_req.cc
[423/991] Compiling policy.cc
[424/991] Compiling rsa_pss.cc
[425/991] Compiling by_file.cc
[426/991] Compiling a_verify.cc
[427/991] Compiling asn1_gen.cc
[428/991] Compiling by_dir.cc
[429/991] Compiling algorithm.cc
[430/991] Compiling a_digest.cc
[431/991] Compiling a_sign.cc
[432/991] Compiling voprf.cc
[433/991] Compiling trust_token.cc
[434/991] Compiling thread_win.cc
[435/991] Compiling thread_none.cc
[436/991] Compiling thread_pthread.cc
[437/991] Compiling stack.cc
[438/991] Compiling thread.cc
[439/991] Compiling pmbtoken.cc
[440/991] Compiling siphash.cc
[441/991] Compiling sha512.cc
[442/991] Compiling sha256.cc
[443/991] Compiling slhdsa.cc
[444/991] Compiling spake2plus.cc
[445/991] Compiling sha1.cc
[446/991] Compiling rsa_print.cc
[447/991] Compiling rsa_extra.cc
[448/991] Compiling rc4.cc
[449/991] Compiling rsa_crypt.cc
[450/991] Compiling refcount.cc
[451/991] Compiling trusty.cc
[452/991] Compiling windows.cc
[453/991] Compiling urandom.cc
[454/991] Compiling rsa_asn1.cc
[455/991] Compiling rand.cc
[456/991] Compiling getentropy.cc
[457/991] Compiling poly1305_arm_asm.S
[458/991] Compiling passive.cc
[459/991] Compiling ios.cc
[460/991] Compiling deterministic.cc
[461/991] Compiling forkunsafe.cc
[462/991] Compiling poly1305_vec.cc
[463/991] Compiling fork_detect.cc
[464/991] Compiling pool.cc
[465/991] Compiling p5_pbev2.cc
[466/991] Compiling poly1305_arm.cc
[467/991] Compiling poly1305.cc
[468/991] Compiling pkcs7.cc
[469/991] Compiling pkcs8.cc
[470/991] Compiling pkcs8_x509.cc
[471/991] Compiling pkcs7_x509.cc
[472/991] Compiling pem_xaux.cc
[473/991] Compiling pem_x509.cc
[474/991] Compiling pem_pkey.cc
[475/991] Compiling pem_pk8.cc
[476/991] Compiling obj_xref.cc
[477/991] Compiling pem_all.cc
[478/991] Compiling pem_info.cc
[479/991] Compiling mem.cc
[480/991] Compiling mlkem.cc
[481/991] Compiling mldsa.cc
[482/991] Compiling pem_oth.cc
[483/991] Compiling pem_lib.cc
[484/991] Compiling poly_rq_mul.S
[485/991] Compiling fips_shared_support.cc
[486/991] Compiling md5.cc
[487/991] Compiling obj.cc
[488/991] Compiling md4.cc
[489/991] Compiling lhash.cc
[490/991] Compiling kyber.cc
[491/991] Compiling ex_data.cc
[492/991] Compiling sign.cc
[493/991] Compiling hpke.cc
[494/991] Compiling hrss.cc
[495/991] Compiling scrypt.cc
[496/991] Compiling print.cc
[497/991] Compiling pbkdf.cc
[498/991] Compiling p_x25519.cc
[499/991] Compiling p_x25519_asn1.cc
[500/991] Compiling p_rsa_asn1.cc
[501/991] Compiling p_rsa.cc
[502/991] Compiling p_ed25519.cc
[503/991] Compiling p_hkdf.cc
[504/991] Compiling p_ec_asn1.cc
[505/991] Compiling p_ed25519_asn1.cc
[506/991] Compiling p_ec.cc
[507/991] Compiling p_dh_asn1.cc
[508/991] Compiling p_dh.cc
[509/991] Compiling evp_ctx.cc
[510/991] Compiling p_dsa_asn1.cc
[511/991] Compiling evp.cc
[512/991] Compiling err.cc
[513/991] Compiling engine.cc
[514/991] Compiling ecdh.cc
[515/991] Compiling evp_asn1.cc
[516/991] Compiling hash_to_curve.cc
[517/991] Compiling ecdsa_asn1.cc
[518/991] Compiling ec_derive.cc
[519/991] Compiling dsa.cc
[520/991] Compiling bcm.cc
[521/991] Compiling ec_asn1.cc
[522/991] Compiling params.cc
[523/991] Compiling x25519-asm-arm.S
[524/991] Compiling dsa_asn1.cc
[525/991] Compiling digest_extra.cc
[526/991] Compiling des.cc
[527/991] Compiling dh_asn1.cc
[528/991] Compiling curve25519_64_adx.cc
[529/991] Compiling spake25519.cc
[530/991] Compiling crypto.cc
[531/991] Compiling cpu_intel.cc
[532/991] Compiling curve25519.cc
[533/991] Compiling cpu_arm_linux.cc
[534/991] Compiling cpu_arm_freebsd.cc
[535/991] Compiling cpu_aarch64_win.cc
[536/991] Compiling cpu_aarch64_sysreg.cc
[537/991] Compiling cpu_aarch64_openbsd.cc
[538/991] Compiling cpu_aarch64_linux.cc
[539/991] Compiling cpu_aarch64_fuchsia.cc
[540/991] Compiling cpu_aarch64_apple.cc
[541/991] Compiling tls_cbc.cc
[542/991] Compiling conf.cc
[543/991] Compiling get_cipher.cc
[544/991] Compiling e_tls.cc
[545/991] Compiling e_rc4.cc
[546/991] Compiling e_rc2.cc
[547/991] Compiling e_null.cc
[548/991] Compiling e_des.cc
[549/991] Compiling e_chacha20poly1305.cc
[550/991] Compiling e_aesgcmsiv.cc
[551/991] Compiling e_aesctrhmac.cc
[552/991] Compiling derive_key.cc
[553/991] Compiling chacha.cc
[554/991] Compiling unicode.cc
[555/991] Compiling buf.cc
[556/991] Compiling cbb.cc
[557/991] Compiling cbs.cc
[558/991] Compiling ber.cc
[559/991] Compiling asn1_compat.cc
[560/991] Compiling convert.cc
[561/991] Compiling bn_asn1.cc
[562/991] Compiling blake2.cc
[563/991] Compiling socket_helper.cc
[564/991] Compiling socket.cc
[565/991] Compiling printf.cc
[566/991] Compiling hexdump.cc
[567/991] Compiling pair.cc
[568/991] Compiling fd.cc
[569/991] Compiling errno.cc
[570/991] Compiling file.cc
[571/991] Compiling bio_mem.cc
[572/991] Compiling bio.cc
[573/991] Compiling connect.cc
[574/991] Compiling base64.cc
[575/991] Compiling tasn_fre.cc
[576/991] Compiling tasn_utl.cc
[577/991] Compiling tasn_typ.cc
[578/991] Compiling tasn_enc.cc
[579/991] Compiling posix_time.cc
[580/991] Compiling f_string.cc
[581/991] Compiling tasn_new.cc
[582/991] Compiling tasn_dec.cc
[583/991] Compiling f_int.cc
[584/991] Compiling asn_pack.cc
[585/991] Compiling asn1_par.cc
[586/991] Compiling a_utctm.cc
[587/991] Compiling asn1_lib.cc
[588/991] Compiling a_type.cc
[589/991] Compiling a_time.cc
[590/991] Compiling a_octet.cc
[591/991] Compiling a_strnid.cc
[592/991] Compiling a_strex.cc
[593/991] Compiling a_object.cc
[594/991] Compiling a_i2d_fp.cc
[595/991] Compiling a_int.cc
[596/991] Compiling a_dup.cc
[597/991] Compiling a_d2i_fp.cc
[598/991] Compiling fiat_p256_adx_sqr.S
[599/991] Compiling a_mbstr.cc
[600/991] Compiling fiat_p256_adx_mul.S
[601/991] Compiling a_gentm.cc
[602/991] Compiling fiat_curve25519_adx_square.S
[603/991] Compiling fiat_curve25519_adx_mul.S
[604/991] Compiling md5-x86_64-linux.S
[605/991] Compiling md5-x86_64-apple.S
[606/991] Compiling md5-586-linux.S
[607/991] Compiling chacha20_poly1305_x86_64-linux.S
[608/991] Compiling md5-586-apple.S
[609/991] Compiling chacha20_poly1305_armv8-win.S
[610/991] Compiling chacha20_poly1305_x86_64-apple.S
[611/991] Compiling chacha20_poly1305_armv8-apple.S
[612/991] Compiling CCryptoBoringSSLShims shims.c
[613/991] Compiling a_bitstr.cc
[614/991] Compiling chacha20_poly1305_armv8-linux.S
[615/991] Compiling chacha-x86_64-apple.S
[616/991] Compiling chacha-x86_64-linux.S
[617/991] Compiling chacha-x86-linux.S
[618/991] Compiling chacha-armv8-win.S
[619/991] Compiling chacha-x86-apple.S
[620/991] Compiling chacha-armv8-apple.S
[621/991] Compiling chacha-armv8-linux.S
[622/991] Compiling chacha-armv4-linux.S
[623/991] Compiling aes128gcmsiv-x86_64-linux.S
[624/991] Compiling aes128gcmsiv-x86_64-apple.S
[625/991] Compiling x86_64-mont5-linux.S
[626/991] Compiling x86_64-mont-linux.S
[627/991] Compiling x86_64-mont-apple.S
[628/991] Compiling x86_64-mont5-apple.S
[629/991] Compiling a_bool.cc
[630/991] Compiling x86-mont-linux.S
[631/991] Compiling x86-mont-apple.S
[632/991] Compiling vpaes-x86_64-apple.S
[633/991] Compiling vpaes-x86_64-linux.S
[634/991] Compiling vpaes-x86-linux.S
[635/991] Compiling vpaes-armv8-win.S
[636/991] Compiling vpaes-x86-apple.S
[637/991] Compiling vpaes-armv8-linux.S
[638/991] Compiling vpaes-armv8-apple.S
[639/991] Compiling vpaes-armv7-linux.S
[640/991] Compiling sha512-x86_64-linux.S
[641/991] Compiling sha512-x86_64-apple.S
[642/991] Compiling sha512-armv8-win.S
[643/991] Compiling sha512-armv8-apple.S
[644/991] Compiling sha512-armv4-linux.S
[645/991] Compiling sha512-586-linux.S
[646/991] Compiling sha512-586-apple.S
[647/991] Compiling sha512-armv8-linux.S
[648/991] Compiling sha256-x86_64-linux.S
[649/991] Compiling err_data.cc
[650/991] Compiling sha256-x86_64-apple.S
[651/991] Compiling sha256-586-linux.S
[652/991] Compiling sha256-armv8-win.S
[653/991] Compiling sha256-armv8-linux.S
[654/991] Compiling sha256-armv8-apple.S
[655/991] Compiling sha256-armv4-linux.S
[656/991] Compiling sha1-x86_64-linux.S
[657/991] Compiling sha256-586-apple.S
[658/991] Compiling sha1-x86_64-apple.S
[659/991] Compiling sha1-armv8-win.S
[660/991] Compiling sha1-armv8-apple.S
[661/991] Compiling sha1-armv8-linux.S
[662/991] Compiling sha1-armv4-large-linux.S
[663/991] Compiling sha1-586-linux.S
[664/991] Compiling sha1-586-apple.S
[665/991] Compiling rdrand-x86_64-linux.S
[666/991] Compiling rsaz-avx2-apple.S
[667/991] Compiling rdrand-x86_64-apple.S
[668/991] Compiling rsaz-avx2-linux.S
[669/991] Compiling p256_beeu-x86_64-asm-apple.S
[670/991] Compiling p256_beeu-x86_64-asm-linux.S
[671/991] Compiling p256_beeu-armv8-asm-linux.S
[672/991] Compiling p256_beeu-armv8-asm-win.S
[673/991] Compiling p256_beeu-armv8-asm-apple.S
[674/991] Compiling p256-armv8-asm-win.S
[675/991] Compiling p256-x86_64-asm-linux.S
[676/991] Compiling p256-x86_64-asm-apple.S
[677/991] Compiling p256-armv8-asm-apple.S
[678/991] Compiling p256-armv8-asm-linux.S
[679/991] Compiling ghashv8-armv8-win.S
[680/991] Compiling ghashv8-armv7-linux.S
[681/991] Compiling ghashv8-armv8-apple.S
[682/991] Compiling ghashv8-armv8-linux.S
[683/991] Compiling ghash-x86_64-linux.S
[684/991] Compiling ghash-x86-linux.S
[685/991] Compiling ghash-x86_64-apple.S
[686/991] Compiling ghash-ssse3-x86_64-linux.S
[687/991] Compiling ghash-x86-apple.S
[688/991] Compiling ghash-ssse3-x86-apple.S
[689/991] Compiling ghash-neon-armv8-win.S
[690/991] Compiling ghash-ssse3-x86-linux.S
[690/991] Compiling ghash-ssse3-x86_64-apple.S
[692/991] Compiling ghash-neon-armv8-linux.S
[693/991] Compiling ghash-neon-armv8-apple.S
[694/991] Compiling ghash-armv4-linux.S
[695/991] Compiling co-586-linux.S
[696/991] Compiling co-586-apple.S
[697/991] Compiling bn-armv8-linux.S
[698/991] Compiling bn-armv8-win.S
[699/991] Compiling bn-armv8-apple.S
[700/991] Compiling bsaes-armv7-linux.S
[701/991] Compiling bn-586-linux.S
[702/991] Compiling bn-586-apple.S
[703/991] Compiling armv8-mont-win.S
[704/991] Compiling armv8-mont-apple.S
[705/991] Compiling armv8-mont-linux.S
[706/991] Compiling armv4-mont-linux.S
[707/991] Compiling aesv8-gcm-armv8-win.S
[708/991] Compiling aesv8-gcm-armv8-apple.S
[709/991] Compiling aesv8-gcm-armv8-linux.S
[710/991] Compiling aesv8-armv8-apple.S
[711/991] Compiling aesv8-armv8-win.S
[712/991] Compiling aesv8-armv8-linux.S
[713/991] Compiling aesv8-armv7-linux.S
[714/991] Compiling aesni-x86_64-linux.S
[715/991] Compiling aesni-x86-linux.S
[716/991] Compiling aesni-x86_64-apple.S
[717/991] Compiling aesni-x86-apple.S
[718/991] Compiling aesni-gcm-x86_64-linux.S
[719/991] Compiling aesni-gcm-x86_64-apple.S
[720/991] Compiling aes-gcm-avx512-x86_64-linux.S
[721/991] Compiling aes-gcm-avx2-x86_64-linux.S
[722/991] Compiling aes-gcm-avx512-x86_64-apple.S
[723/991] Compiling aes-gcm-avx2-x86_64-apple.S
[724/991] Compiling xwing.cc
[725/991] Compiling x_x509a.cc
[726/991] Compiling x_spki.cc
[726/991] Compiling x_val.cc
[728/991] Compiling x_x509.cc
[729/991] Compiling x_sig.cc
[730/991] Compiling c-nioatomics.c
[731/991] Compiling x_pubkey.cc
[732/991] Compiling x_req.cc
[733/991] Compiling x_name.cc
[734/991] Compiling x_exten.cc
[735/991] Compiling x_crl.cc
[736/991] Compiling x_all.cc
[737/991] Compiling x_attrib.cc
[738/991] Compiling c-atomics.c
[739/991] Compiling x_algor.cc
[740/997] Compiling x509rset.cc
[741/997] Compiling x509spki.cc
[742/997] Compiling x509cset.cc
[743/997] Compiling x509name.cc
[744/997] Compiling x509_v3.cc
[746/997] Compiling NIOConcurrencyHelpers lock.swift
[747/997] Emitting module NIOConcurrencyHelpers
[747/997] Compiling x509_vfy.cc
[748/997] Compiling x509_vpm.cc
[750/997] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[751/997] Compiling NIOConcurrencyHelpers NIOLock.swift
[752/997] Compiling NIOConcurrencyHelpers atomics.swift
[753/997] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[754/998] Compiling x509_txt.cc
[755/998] Wrapping AST for NIOConcurrencyHelpers for debugging
[756/998] Compiling x509_trs.cc
[757/998] Compiling x509_set.cc
[758/998] Compiling x509_req.cc
[759/998] Compiling x509_obj.cc
[760/998] Compiling x509_lu.cc
[761/998] Compiling x509_def.cc
[762/998] Compiling x509_ext.cc
[763/998] Compiling x509_cmp.cc
[764/998] Compiling x509_d2.cc
[765/998] Compiling x509_att.cc
[766/998] Compiling x509.cc
[767/998] Compiling v3_purp.cc
[768/998] Compiling v3_skey.cc
[769/998] Compiling v3_utl.cc
[770/998] Compiling v3_prn.cc
[771/998] Compiling v3_ocsp.cc
[772/998] Compiling v3_pmaps.cc
[773/998] Compiling v3_pcons.cc
[774/998] Compiling v3_ncons.cc
[775/998] Compiling v3_lib.cc
[776/998] Compiling v3_int.cc
[777/998] Compiling v3_info.cc
[778/998] Compiling v3_ia5.cc
[779/998] Compiling v3_genn.cc
[780/998] Compiling v3_extku.cc
[781/998] Compiling v3_enum.cc
[782/998] Compiling v3_crld.cc
[783/998] Compiling v3_bcons.cc
[784/998] Compiling v3_conf.cc
[785/998] Compiling v3_cpols.cc
[786/998] Compiling v3_bitst.cc
[787/998] Compiling t_x509.cc
[788/998] Compiling v3_alt.cc
[789/998] Compiling v3_akeya.cc
[790/998] Compiling v3_akey.cc
[791/998] Compiling t_x509a.cc
[792/998] Compiling t_crl.cc
[793/998] Compiling t_req.cc
[794/998] Compiling rsa_pss.cc
[795/998] Compiling i2d_pr.cc
[796/998] Compiling policy.cc
[797/998] Compiling name_print.cc
[798/998] Compiling by_file.cc
[799/998] Compiling asn1_gen.cc
[800/998] Compiling by_dir.cc
[801/998] Compiling a_verify.cc
[802/998] Compiling algorithm.cc
[803/998] Compiling a_digest.cc
[804/998] Compiling a_sign.cc
[805/998] Compiling thread_pthread.cc
[806/998] Compiling thread_win.cc
[807/998] Compiling trust_token.cc
[808/998] Compiling thread_none.cc
[809/998] Compiling voprf.cc
[810/998] Compiling thread.cc
[811/998] Compiling stack.cc
[812/998] Compiling pmbtoken.cc
[813/998] Compiling sha512.cc
[814/998] Compiling siphash.cc
[815/998] Compiling sha256.cc
[816/998] Compiling slhdsa.cc
[817/998] Compiling sha1.cc
[818/998] Compiling rsa_extra.cc
[819/998] Compiling rsa_print.cc
[820/998] Compiling spake2plus.cc
[821/998] Compiling trusty.cc
[822/998] Compiling refcount.cc
[823/998] Compiling rsa_crypt.cc
[824/998] Compiling windows.cc
[825/998] Compiling rc4.cc
[826/998] Compiling passive.cc
[827/998] Compiling urandom.cc
[828/998] Compiling rand.cc
[829/998] Compiling rsa_asn1.cc
[830/998] Compiling poly1305_arm_asm.S
[831/998] Compiling poly1305_vec.cc
[832/998] Compiling poly1305.cc
[833/998] Compiling getentropy.cc
[834/998] Compiling ios.cc
[835/998] Compiling forkunsafe.cc
[836/998] Compiling deterministic.cc
[837/998] Compiling fork_detect.cc
[838/998] Compiling poly1305_arm.cc
[839/998] Compiling pool.cc
[840/998] Compiling pem_x509.cc
[841/998] Compiling pkcs8_x509.cc
[842/998] Compiling pkcs7.cc
[843/998] Compiling pkcs8.cc
[844/998] Compiling pem_pk8.cc
[845/998] Compiling pkcs7_x509.cc
[846/998] Compiling p5_pbev2.cc
[847/998] Compiling pem_xaux.cc
[848/998] Compiling pem_lib.cc
[849/998] Compiling obj_xref.cc
[850/998] Compiling pem_pkey.cc
[851/998] Compiling mlkem.cc
[852/998] Compiling mldsa.cc
[853/998] Compiling pem_oth.cc
[854/998] Compiling mem.cc
[855/998] Compiling pem_info.cc
[856/998] Compiling poly_rq_mul.S
[857/998] Compiling obj.cc
[858/998] Compiling pem_all.cc
[859/998] Compiling fips_shared_support.cc
[860/998] Compiling lhash.cc
[861/998] Compiling md5.cc
[862/998] Compiling md4.cc
[863/998] Compiling kyber.cc
[864/998] Compiling fuzzer_mode.cc
[865/998] Compiling hpke.cc
[866/998] Compiling ex_data.cc
[867/998] Compiling hrss.cc
[868/998] Compiling sign.cc
[869/998] Compiling scrypt.cc
[870/998] Compiling pbkdf.cc
[871/998] Compiling print.cc
[872/998] Compiling p_x25519.cc
[873/998] Compiling p_x25519_asn1.cc
[874/998] Compiling p_rsa_asn1.cc
[875/998] Compiling p_hkdf.cc
[876/998] Compiling p_rsa.cc
[877/998] Compiling p_ed25519.cc
[878/998] Compiling p_ed25519_asn1.cc
[879/998] Compiling p_ec_asn1.cc
[880/998] Compiling p_dh_asn1.cc
[881/998] Compiling p_dh.cc
[882/998] Compiling p_ec.cc
[883/998] Compiling p_dsa_asn1.cc
[884/998] Compiling evp_ctx.cc
[885/998] Compiling engine.cc
[886/998] Compiling err.cc
[887/998] Compiling evp_asn1.cc
[888/998] Compiling ecdsa_p1363.cc
[889/998] Compiling evp.cc
[890/998] Compiling ecdh.cc
[891/998] Compiling ecdsa_asn1.cc
[892/998] Compiling hash_to_curve.cc
[893/998] Compiling ec_derive.cc
[894/998] Compiling dsa.cc
[895/998] Compiling bcm.cc
[896/998] Compiling ec_asn1.cc
[897/998] Compiling dsa_asn1.cc
[898/998] Compiling x25519-asm-arm.S
[899/998] Compiling params.cc
[900/998] Compiling digest_extra.cc
[901/998] Compiling des.cc
[902/998] Compiling curve25519_64_adx.cc
[903/998] Compiling dh_asn1.cc
[904/998] Compiling spake25519.cc
[905/998] Compiling crypto.cc
[906/998] Compiling cpu_intel.cc
[907/998] Compiling curve25519.cc
[908/998] Compiling cpu_arm_linux.cc
[909/998] Compiling cpu_arm_freebsd.cc
[910/998] Compiling cpu_aarch64_win.cc
[911/998] Compiling cpu_aarch64_openbsd.cc
[912/998] Compiling cpu_aarch64_sysreg.cc
[913/998] Compiling cpu_aarch64_linux.cc
[914/998] Compiling cpu_aarch64_fuchsia.cc
[915/998] Compiling cpu_aarch64_apple.cc
[916/998] Compiling conf.cc
[917/998] Compiling tls_cbc.cc
[918/998] Compiling e_rc4.cc
[919/998] Compiling get_cipher.cc
[920/998] Compiling e_tls.cc
[921/998] Compiling e_rc2.cc
[922/998] Compiling e_null.cc
[923/998] Compiling cms.cc
[924/998] Compiling e_des.cc
[925/998] Compiling e_chacha20poly1305.cc
[926/998] Compiling e_aesctrhmac.cc
[927/998] Compiling e_aeseax.cc
[928/998] Compiling e_aesgcmsiv.cc
[929/998] Compiling chacha.cc
[930/998] Compiling derive_key.cc
[931/998] Compiling unicode.cc
[932/998] Compiling cbs.cc
[933/998] Compiling ber.cc
[933/998] Compiling buf.cc
[935/998] Compiling exponentiation.cc
[936/998] Compiling sqrt.cc
[937/998] Compiling cbb.cc
[938/998] Compiling asn1_compat.cc
[939/998] Compiling div.cc
[940/998] Compiling file.cc
[941/998] Compiling printf.cc
[942/998] Compiling blake2.cc
[943/998] Compiling pair.cc
[944/998] Compiling convert.cc
[945/998] Compiling hexdump.cc
[946/998] Compiling bn_asn1.cc
[947/998] Compiling bio_mem.cc
[948/998] Compiling fd.cc
[949/998] Compiling base64.cc
[950/998] Compiling errno.cc
[951/998] Compiling tasn_typ.cc
[952/998] Compiling tasn_fre.cc
[953/998] Compiling tasn_utl.cc
[954/998] Compiling bio.cc
[955/998] Compiling f_string.cc
[956/998] Compiling tasn_new.cc
[957/998] Compiling f_int.cc
[958/998] Compiling tasn_enc.cc
[959/998] Compiling posix_time.cc
[960/998] Compiling asn1_par.cc
[961/998] Compiling asn_pack.cc
[962/998] Compiling tasn_dec.cc
[963/998] Compiling asn1_lib.cc
[964/998] Compiling a_octet.cc
[964/998] Write sources
[968/998] Compiling a_strex.cc
[969/998] Compiling a_object.cc
[970/998] Compiling a_utctm.cc
[971/1027] Compiling a_strnid.cc
[972/1061] Compiling a_i2d_fp.cc
[973/1061] Compiling a_mbstr.cc
[975/1061] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[976/1061] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[977/1063] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[978/1063] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[979/1063] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[980/1063] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[981/1063] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[982/1063] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[982/1063] Compiling a_int.cc
[984/1063] Compiling Atomics IntegerOperations.swift
[985/1063] Compiling Atomics Unmanaged extensions.swift
[986/1071] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[987/1071] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[988/1071] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[989/1071] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[990/1071] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[991/1071] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[992/1071] Emitting module AsyncAlgorithms
[993/1077] Compiling CryptoBoringWrapper RandomBytes.swift
[994/1077] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[995/1077] Compiling CryptoBoringWrapper EllipticCurve.swift
[996/1077] Emitting module CryptoBoringWrapper
[997/1077] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[998/1077] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[999/1077] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1000/1077] Compiling AsyncAlgorithms MergeStateMachine.swift
[1001/1077] Compiling AsyncAlgorithms MergeStorage.swift
[1002/1077] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1003/1077] Compiling AsyncAlgorithms Rethrow.swift
[1004/1077] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1005/1077] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1006/1077] Compiling AsyncAlgorithms DebounceStorage.swift
[1007/1077] Compiling AsyncAlgorithms Dictionary.swift
[1008/1077] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1009/1077] Compiling AsyncAlgorithms Locking.swift
[1010/1077] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1011/1077] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1012/1077] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1013/1077] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1014/1077] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1015/1077] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1016/1077] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1029/1077] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1033/1077] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1034/1077] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1035/1077] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1037/1077] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1038/1077] Compiling AsyncAlgorithms ChannelStorage.swift
[1039/1077] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1040/1077] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1041/1077] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1042/1077] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1043/1077] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1044/1077] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1045/1078] Compiling AsyncAlgorithms SetAlgebra.swift
[1046/1078] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1047/1078] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1048/1078] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1049/1078] Compiling AsyncAlgorithms ZipStateMachine.swift
[1050/1078] Compiling AsyncAlgorithms ZipStorage.swift
[1052/1079] Emitting module Atomics
[1057/1080] Wrapping AST for Atomics for debugging
[1058/1081] Wrapping AST for CryptoBoringWrapper for debugging
[1059/1084] Wrapping AST for AsyncAlgorithms for debugging
[1061/1235] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1062/1236] Compiling ServiceLifecycle CancellationWaiter.swift
[1063/1236] Emitting module ServiceLifecycle
[1064/1236] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1065/1236] Compiling ServiceLifecycle ServiceRunnerError.swift
[1066/1236] Compiling Crypto ChaChaPoly_boring.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 }
[1067/1236] Compiling Crypto ChaChaPoly.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 }
[1068/1237] Compiling Crypto ASN1Strings.swift
[1069/1237] Compiling Crypto ArraySliceBigint.swift
[1070/1237] Compiling Crypto GeneralizedTime.swift
[1071/1237] Compiling Crypto ObjectIdentifier.swift
[1072/1237] Compiling ServiceLifecycle GracefulShutdown.swift
[1073/1237] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1074/1237] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1075/1237] Compiling Crypto ASN1Identifier.swift
[1076/1237] Compiling Crypto ASN1Integer.swift
[1077/1237] Compiling Crypto ASN1Null.swift
[1078/1237] Compiling Crypto ASN1OctetString.swift
[1079/1237] Compiling Crypto HPKE-Context.swift
[1080/1237] Compiling Crypto HPKE-KeySchedule.swift
[1081/1237] Compiling Crypto HPKE-Modes.swift
[1082/1237] Compiling Crypto Insecure.swift
[1083/1237] Compiling Crypto Insecure_HashFunctions.swift
[1084/1237] Compiling Crypto KEM.swift
[1085/1237] Compiling Crypto ECDH_boring.swift
[1086/1237] Compiling Crypto DH.swift
[1087/1245] Emitting module _ConnectionPoolModule
[1088/1245] Compiling Crypto HPKE-AEAD.swift
[1089/1245] Compiling Crypto HPKE-Ciphersuite.swift
[1090/1245] Compiling Crypto HPKE-KDF.swift
[1091/1245] Compiling Crypto HPKE-KexKeyDerivation.swift
[1092/1245] Compiling Crypto HPKE-LabeledExtract.swift
[1093/1245] Compiling Crypto HPKE-Utils.swift
[1094/1245] Compiling Crypto DHKEM.swift
[1095/1245] Compiling Crypto HPKE-KEM-Curve25519.swift
[1096/1245] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1097/1245] Compiling Crypto HPKE-KEM.swift
[1098/1245] Compiling Crypto PKCS8PrivateKey.swift
[1099/1245] Compiling Crypto SEC1PrivateKey.swift
[1100/1245] Compiling Crypto SubjectPublicKeyInfo.swift
[1101/1245] Compiling Crypto CryptoError_boring.swift
[1102/1245] Compiling Crypto CryptoKitErrors.swift
[1103/1245] Compiling Crypto Digest_boring.swift
[1104/1245] Compiling Crypto Digest.swift
[1105/1245] Compiling Crypto Digests.swift
[1106/1245] Compiling Crypto HashFunctions.swift
[1107/1245] Compiling Crypto HashFunctions_SHA2.swift
[1108/1255] Compiling ServiceLifecycle ServiceGroup.swift
[1109/1255] Compiling ServiceLifecycle Service.swift
[1110/1256] Wrapping AST for ServiceLifecycle for debugging
[1112/1256] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1113/1256] Compiling NIOCore SocketAddresses.swift
[1114/1256] Compiling NIOCore SocketOptionProvider.swift
[1115/1256] Compiling NIOCore SystemCallHelpers.swift
[1116/1256] Compiling NIOCore TimeAmount+Duration.swift
[1117/1256] Compiling NIOCore TypeAssistedChannelHandler.swift
[1118/1256] Compiling NIOCore UniversalBootstrapSupport.swift
[1119/1256] Compiling NIOCore Utilities.swift
[1120/1256] Compiling Crypto EdDSA_boring.swift
[1121/1256] Compiling Crypto ECDSA.swift
[1126/1256] Compiling Crypto ECDH.swift
[1127/1256] Compiling Crypto HKDF.swift
[1128/1256] Compiling Crypto AESWrap.swift
[1129/1256] Compiling Crypto AESWrap_boring.swift
[1130/1256] Compiling Crypto ECDSASignature.swift
[1131/1256] Compiling Crypto PEMDocument.swift
[1132/1256] Compiling Crypto AES-GCM.swift
[1133/1256] Compiling Crypto AES-GCM_boring.swift
[1134/1256] Compiling Crypto HPKE-Errors.swift
[1135/1256] Compiling Crypto HPKE.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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 InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/95] Compiling Atomics ManagedAtomic.swift
[4/95] Compiling Atomics ManagedAtomicLazyReference.swift
[5/98] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[6/98] Compiling ConcurrencyHelpers LockedValueBox.swift
[7/98] Compiling Logging MetadataProvider.swift
[8/98] Compiling CryptoBoringWrapper RandomBytes.swift
[9/98] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[10/98] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[11/98] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[12/98] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[13/98] Compiling InternalCollectionsUtilities Debugging.swift
[14/98] Compiling Atomics DoubleWord.swift
[15/98] Compiling Atomics UnsafeAtomic.swift
[16/98] Compiling Atomics UnsafeAtomicLazyReference.swift
[19/98] Compiling InternalCollectionsUtilities Descriptions.swift
[21/98] Compiling Logging Locks.swift
[22/98] Compiling NIOConcurrencyHelpers lock.swift
[23/98] Compiling CryptoBoringWrapper EllipticCurve.swift
[24/98] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[25/98] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[26/98] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[27/98] Emitting module ConcurrencyHelpers
[28/98] Compiling ConcurrencyHelpers Lock.swift
[29/99] Compiling NIOConcurrencyHelpers NIOLock.swift
[30/99] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[31/99] Compiling NIOConcurrencyHelpers atomics.swift
[32/99] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/99] Emitting module Logging
[34/99] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[35/99] Compiling InternalCollectionsUtilities Integer rank.swift
[36/99] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[37/99] Compiling InternalCollectionsUtilities _SortedCollection.swift
[38/99] Emitting module NIOConcurrencyHelpers
[39/100] Compiling _NIOBase64 Base64.swift
[43/100] Emitting module _NIOBase64
[44/101] Emitting module CryptoBoringWrapper
[46/102] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[47/102] Compiling InternalCollectionsUtilities UInt+reversed.swift
[49/101] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[50/101] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[51/101] Compiling Atomics IntegerOperations.swift
[52/101] Compiling Atomics Unmanaged extensions.swift
[53/101] Emitting module InternalCollectionsUtilities
[56/107] Wrapping AST for CryptoBoringWrapper for debugging
[58/195] Compiling Logging LogHandler.swift
[59/195] Compiling Logging Logging.swift
[61/196] Emitting module UnixSignals
[62/196] Compiling UnixSignals UnixSignal.swift
[63/196] Compiling UnixSignals UnixSignalsSequence.swift
[64/212] Compiling CoreMetrics Locks.swift
[65/212] Emitting module CoreMetrics
[66/212] Compiling CoreMetrics Metrics.swift
[68/267] Compiling _NIODataStructures Heap.swift
[69/267] Emitting module _NIODataStructures
[71/267] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[72/267] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[72/269] Wrapping AST for Logging for debugging
[73/269] Wrapping AST for InternalCollectionsUtilities for debugging
[75/269] Compiling OrderedCollections _HashTable+Testing.swift
[76/269] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[77/269] Compiling _NIODataStructures PriorityQueue.swift
[78/269] Compiling _NIODataStructures _TinyArray.swift
[78/270] Wrapping AST for CoreMetrics for debugging
[81/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[82/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[83/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[84/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[85/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[86/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[87/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[88/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[89/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[90/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[91/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[92/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[93/278] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[94/278] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[95/278] Compiling DequeModule _DequeSlot.swift
[96/278] Compiling DequeModule _UnsafeWrappedBuffer.swift
[97/278] Compiling OrderedCollections OrderedDictionary+Codable.swift
[98/278] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[99/278] Compiling OrderedCollections _HashTable+Bucket.swift
[100/278] Compiling OrderedCollections _HashTable+BucketIterator.swift
[105/280] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[106/280] Compiling OrderedCollections OrderedDictionary+Elements.swift
[110/280] Emitting module Metrics
[111/280] Compiling Metrics Metrics.swift
[112/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[113/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[114/281] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[115/281] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[116/281] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[117/281] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[118/281] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[119/281] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[120/281] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[121/281] Compiling OrderedCollections OrderedDictionary+Values.swift
[130/291] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[131/291] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[136/291] Compiling OrderedCollections _HashTable+Constants.swift
[137/291] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[141/290] Compiling SwiftASN1 DER.swift
[142/290] Compiling SwiftASN1 Errors.swift
[143/290] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[144/290] Compiling OrderedCollections OrderedSet+Descriptions.swift
[145/290] Compiling OrderedCollections OrderedSet+Diffing.swift
[146/290] Compiling OrderedCollections OrderedSet+Equatable.swift
[147/290] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[148/290] Compiling OrderedCollections OrderedSet+Hashable.swift
[157/290] Compiling OrderedCollections OrderedSet+Initializers.swift
[158/290] Compiling OrderedCollections OrderedSet+Insertions.swift
[159/290] Compiling OrderedCollections OrderedSet+Invariants.swift
[160/290] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[161/290] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[162/290] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[191/290] Emitting module DequeModule
[193/291] Emitting module Atomics
[194/292] Wrapping AST for DequeModule for debugging
[195/292] Wrapping AST for Atomics for debugging
[201/292] Compiling OrderedCollections OrderedSet+Sendable.swift
[202/292] Compiling OrderedCollections OrderedSet+SubSequence.swift
[203/292] Compiling OrderedCollections OrderedSet+Testing.swift
[204/292] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[205/292] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[206/292] Compiling OrderedCollections OrderedSet.swift
[216/292] Compiling OrderedCollections _UnsafeBitset.swift
[227/368] Emitting module SwiftASN1
[229/369] Emitting module OrderedCollections
[231/370] Emitting module _ConnectionPoolModule
[232/370] Compiling _ConnectionPoolModule PoolStateMachine+RequestQueue.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 }
[233/370] Compiling _ConnectionPoolModule PoolStateMachine.swift
/host/spi-builder-workspace/Sources/ConnectionPoolModule/PoolStateMachine.swift:553:48: error: cannot find 'pow' in scope
551 |
552 | let start = Double(100_000_000)
553 | let backoffNanosecondsDouble = start * pow(1.25, Double(attempts - 1))
| `- error: cannot find 'pow' in scope
554 |
555 | // Cap to 60s _before_ we convert to Int64, to avoid trapping in the Int64 initializer.
/host/spi-builder-workspace/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:33: error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: static method 'nanoseconds' requires that 'Float16' conform to 'BinaryInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.Duration.nanoseconds:3:33: note: where 'T' = 'Float16'
1 | struct Duration {
2 | @available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
3 | @inlinable public static func nanoseconds<T>(_ nanoseconds: T) -> Duration where T : BinaryInteger}
| `- note: where 'T' = 'Float16'
4 |
/host/spi-builder-workspace/Sources/ConnectionPoolModule/PoolStateMachine.swift:563:74: error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
561 | let jitterRange = (backoffNanoseconds / 100) * 3
562 | // Pick a random element from the range +/- jitter range.
563 | let jitter: Duration = .nanoseconds((-jitterRange...jitterRange).randomElement()!)
| `- error: referencing instance method 'randomElement()' on 'ClosedRange' requires that 'Float16' conform to 'SignedInteger'
564 | let jitteredBackoff = backoff + jitter
565 | return jitteredBackoff
Swift.ClosedRange:1:11: note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
1 | extension ClosedRange : Collection, BidirectionalCollection, RandomAccessCollection where Bound : Strideable, Bound.Stride : SignedInteger {
| `- note: requirement from conditional conformance of 'ClosedRange<Float16>' to 'Collection'
2 | public typealias SubSequence = Slice<ClosedRange<Bound>>
3 | @inlinable public var startIndex: ClosedRange<Bound>.Index { get }
[234/371] Compiling NIOCore AsyncChannel.swift
[235/371] Compiling NIOCore AsyncChannelHandler.swift
[236/371] Compiling NIOCore AddressedEnvelope.swift
[237/371] Compiling NIOCore AsyncAwaitSupport.swift
[238/371] Compiling NIOCore AsyncChannelInboundStream.swift
[239/371] Compiling NIOCore AsyncChannelOutboundWriter.swift
[240/371] Compiling NIOCore NIOAny.swift
[241/371] Compiling NIOCore NIOCloseOnErrorHandler.swift
[242/371] Compiling NIOCore NIOCoreSendableMetatype.swift
[243/371] Compiling NIOCore NIOLoopBound.swift
[244/371] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[245/371] Compiling NIOCore NIOScheduledCallback.swift
[246/371] Compiling NIOCore NIOSendable.swift
[247/371] Compiling NIOCore RecvByteBufferAllocator.swift
[249/371] Compiling Crypto HKDF.swift
[250/371] Compiling Crypto AESWrap.swift
[251/371] Compiling Crypto AESWrap_boring.swift
[252/371] Compiling Crypto Ed25519_boring.swift
[253/371] Compiling Crypto NISTCurvesKeys_boring.swift
[254/371] Compiling Crypto X25519Keys_boring.swift
[255/371] Compiling Crypto Curve25519.swift
[256/371] Compiling Crypto Ed25519Keys.swift
[257/371] Compiling Crypto NISTCurvesKeys.swift
[258/374] Compiling _ConnectionPoolModule Max2Sequence.swift
[259/374] Compiling _ConnectionPoolModule NIOLock.swift
[260/375] Compiling _ConnectionPoolModule NIOLockedValueBox.swift
[261/375] Compiling _ConnectionPoolModule NoKeepAliveBehavior.swift
[262/375] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionGroup.swift
[263/375] Compiling _ConnectionPoolModule PoolStateMachine+ConnectionState.swift
[264/379] Compiling NIOCore IOData.swift
[265/379] Compiling NIOCore IPProtocol.swift
[266/379] Compiling NIOCore IntegerBitPacking.swift
[267/379] Compiling NIOCore IntegerTypes.swift
[268/379] Compiling NIOCore Interfaces.swift
[269/379] Compiling NIOCore Linux.swift
[270/379] Compiling NIOCore MarkedCircularBuffer.swift
[271/379] Compiling NIOCore MulticastChannel.swift
[272/379] Compiling Crypto Ed25519.swift
[273/379] Compiling Crypto Signature.swift
[274/379] Compiling Crypto CryptoKitErrors_boring.swift
[275/379] Compiling Crypto RNG_boring.swift
[276/379] Compiling Crypto SafeCompare_boring.swift
[277/379] Compiling Crypto Zeroization_boring.swift
[278/379] Compiling Crypto PrettyBytes.swift
[279/379] Compiling Crypto SafeCompare.swift
[280/379] Compiling Crypto SecureBytes.swift
[281/379] Compiling Crypto Zeroization.swift
[286/379] Compiling NIOCore ByteBuffer-core.swift
[287/379] Compiling NIOCore ByteBuffer-hex.swift
[288/379] Compiling NIOCore ByteBuffer-int.swift
[289/379] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[290/379] Compiling NIOCore CircularBuffer.swift
[291/379] Compiling NIOCore Codec.swift
[302/379] Emitting module Crypto
[303/379] Compiling NIOCore EventLoopFuture+Deprecated.swift
[304/379] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[305/379] Compiling NIOCore EventLoopFuture.swift
[306/379] Compiling NIOCore FileDescriptor.swift
[307/379] Compiling NIOCore FileHandle.swift
[308/379] Compiling NIOCore FileRegion.swift
[309/379] Compiling NIOCore GlobalSingletons.swift
[310/379] Compiling NIOCore IO.swift
[310/380] Wrapping AST for SwiftASN1 for debugging
[311/380] Wrapping AST for OrderedCollections for debugging
[314/407] Compiling _ConnectionPoolModule TinyFastSequence.swift
[314/425] Wrapping AST for Crypto for debugging
BUILD FAILURE 6.1 android