The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build postgres-nio, reference main (c17db2), with Swift 6.1 for Android on 13 Jun 2025 12:54:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

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