The Swift Package Index logo.Swift Package Index

Build Information

Failed to build smoke-dynamodb, reference smoke-dynamodb-3.x (7fc5c6), with Swift 6.1 for Android on 13 Aug 2025 02:38:45 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/amzn/smoke-dynamodb.git
Reference: smoke-dynamodb-3.x
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/amzn/smoke-dynamodb
 * branch            smoke-dynamodb-3.x -> FETCH_HEAD
 * [new branch]      smoke-dynamodb-3.x -> origin/smoke-dynamodb-3.x
HEAD is now at 7fc5c6e Merge pull request #105 from amzn/pbthif-patch-1
Cloned https://github.com/amzn/smoke-dynamodb.git
Revision (git rev-parse @):
7fc5c6e685f04d288fe9f237dc8f82e6c85f790b
SUCCESS checkout https://github.com/amzn/smoke-dynamodb.git at smoke-dynamodb-3.x
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/amzn/smoke-dynamodb.git
https://github.com/amzn/smoke-dynamodb.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "smoke-aws",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/amzn/smoke-aws.git"
    },
    {
      "identity" : "smoke-http",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/amzn/smoke-http.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-metrics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-metrics.git"
    },
    {
      "identity" : "collectionconcurrencykit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/CollectionConcurrencyKit"
    }
  ],
  "manifest_display_name" : "smoke-dynamodb",
  "name" : "smoke-dynamodb",
  "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" : "SmokeDynamoDB",
      "targets" : [
        "SmokeDynamoDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SmokeDynamoDBTests",
      "module_type" : "SwiftTarget",
      "name" : "SmokeDynamoDBTests",
      "path" : "Tests/SmokeDynamoDBTests",
      "product_dependencies" : [
        "SmokeHTTPClient"
      ],
      "sources" : [
        "DynamoDBCompositePrimaryKeyTableClobberVersionedItemWithHistoricalRowTests.swift",
        "DynamoDBCompositePrimaryKeyTableHistoricalItemExtensionsTests.swift",
        "DynamoDBCompositePrimaryKeyTableTests.swift",
        "DynamoDBCompositePrimaryKeyTableUpdateItemConditionallyAtKeyTests.swift",
        "DynamoDBEncoderDecoderTests.swift",
        "InMemoryDynamoDBCompositePrimaryKeyTableTests.swift",
        "SimulateConcurrencyDynamoDBCompositePrimaryKeyTableTests.swift",
        "SmokeDynamoDBTestInput.swift",
        "SmokeDynamoDBTests.swift",
        "String+DynamoDBKeyTests.swift",
        "TestConfiguration.swift",
        "TypedDatabaseItem+RowWithItemVersionProtocolTests.swift"
      ],
      "target_dependencies" : [
        "SmokeDynamoDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SmokeDynamoDB",
      "module_type" : "SwiftTarget",
      "name" : "SmokeDynamoDB",
      "path" : "Sources/SmokeDynamoDB",
      "product_dependencies" : [
        "Logging",
        "Metrics",
        "DynamoDBClient",
        "SmokeHTTPClient",
        "_SmokeAWSHttpConcurrency",
        "CollectionConcurrencyKit"
      ],
      "product_memberships" : [
        "SmokeDynamoDB"
      ],
      "sources" : [
        "AWSDynamoDBClientConfiguration.swift",
        "AWSDynamoDBCompositePrimaryKeyTable+DynamoDBTableAsync.swift",
        "AWSDynamoDBCompositePrimaryKeyTable+deleteItems.swift",
        "AWSDynamoDBCompositePrimaryKeyTable+execute.swift",
        "AWSDynamoDBCompositePrimaryKeyTable+getItems.swift",
        "AWSDynamoDBCompositePrimaryKeyTable+monomorphicGetItems.swift",
        "AWSDynamoDBCompositePrimaryKeyTable+updateItems.swift",
        "AWSDynamoDBCompositePrimaryKeyTable.swift",
        "AWSDynamoDBCompositePrimaryKeyTableGenerator.swift",
        "AWSDynamoDBCompositePrimaryKeysProjection+DynamoDBKeysProjectionAsync.swift",
        "AWSDynamoDBCompositePrimaryKeysProjection.swift",
        "AWSDynamoDBCompositePrimaryKeysProjectionGenerator.swift",
        "AWSDynamoDBTableOperationsClient.swift",
        "CompositePrimaryKey.swift",
        "CustomRowTypeIdentifier.swift",
        "DynamoDBCompositePrimaryKeyGSILogic.swift",
        "DynamoDBCompositePrimaryKeyTable+bulkUpdateSupport.swift",
        "DynamoDBCompositePrimaryKeyTable+clobberVersionedItemWithHistoricalRow.swift",
        "DynamoDBCompositePrimaryKeyTable+conditionallyUpdateItem.swift",
        "DynamoDBCompositePrimaryKeyTable+consistentReadQuery.swift",
        "DynamoDBCompositePrimaryKeyTable.swift",
        "DynamoDBCompositePrimaryKeyTableHistoricalItemExtensions.swift",
        "DynamoDBCompositePrimaryKeysProjection.swift",
        "DynamoDBDecoder.swift",
        "DynamoDBEncoder.swift",
        "InMemoryDynamoDBCompositePrimaryKeyTable.swift",
        "InMemoryDynamoDBCompositePrimaryKeyTableStore+execute.swift",
        "InMemoryDynamoDBCompositePrimaryKeyTableStore+monomorphicQuery.swift",
        "InMemoryDynamoDBCompositePrimaryKeyTableStore.swift",
        "InMemoryDynamoDBCompositePrimaryKeyTableWithIndex.swift",
        "InMemoryDynamoDBCompositePrimaryKeysProjection.swift",
        "InMemoryDynamoDBCompositePrimaryKeysProjectionStore.swift",
        "InternalDynamoDBCodingKey.swift",
        "InternalKeyedDecodingContainer.swift",
        "InternalKeyedEncodingContainer.swift",
        "InternalSingleValueDecodingContainer.swift",
        "InternalSingleValueEncodingContainer.swift",
        "InternalUnkeyedDecodingContainer.swift",
        "InternalUnkeyedEncodingContainer.swift",
        "PolymorphicOperationReturnType.swift",
        "PolymorphicWriteEntry.swift",
        "QueryInput+forSortKeyCondition.swift",
        "RowWithIndex.swift",
        "RowWithItemVersion.swift",
        "RowWithItemVersionProtocol.swift",
        "SimulateConcurrencyDynamoDBCompositePrimaryKeyTable.swift",
        "String+DynamoDBKey.swift",
        "TimeToLive.swift",
        "TypedDatabaseItemWithTimeToLive+RowWithItemVersionProtocol.swift",
        "TypedDatabaseItemWithTimeToLive.swift",
        "_DynamoDBClient/_AWSDynamoDBClient.swift",
        "_DynamoDBClient/_AWSDynamoDBClientGenerator.swift",
        "_DynamoDBClient/_DynamoDBClientProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
e1a89dea01a6: Already exists
39bc14e52995: Already exists
cc0382103b05: Already exists
084072dee40a: Already exists
6627e662b22c: Pulling fs layer
6627e662b22c: Verifying Checksum
6627e662b22c: Download complete
6627e662b22c: Pull complete
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit
Fetching https://github.com/apple/swift-log.git
[1/2219] Fetching swift-metrics
[601/2319] Fetching swift-metrics, collectionconcurrencykit
[1433/6205] Fetching swift-metrics, collectionconcurrencykit, swift-log
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit from cache (0.75s)
Fetching https://github.com/amzn/smoke-aws.git
Fetching https://github.com/amzn/smoke-http.git
Fetched https://github.com/apple/swift-log.git from cache (0.76s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.77s)
[1/2683] Fetching smoke-http
[136/9593] Fetching smoke-http, smoke-aws
Fetched https://github.com/amzn/smoke-http.git from cache (0.58s)
[346/6910] Fetching smoke-aws
Fetched https://github.com/amzn/smoke-aws.git from cache (4.28s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit
Computed https://github.com/JohnSundell/CollectionConcurrencyKit at 0.2.0 (6.26s)
Computing version for https://github.com/amzn/smoke-http.git
Computed https://github.com/amzn/smoke-http.git at 3.0.2 (1.10s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/15012] Fetching swift-nio-ssl
[1052/29099] Fetching swift-nio-ssl, async-http-client
[1917/34215] Fetching swift-nio-ssl, async-http-client, swift-distributed-tracing
[9540/111606] Fetching swift-nio-ssl, async-http-client, swift-distributed-tracing, swift-nio
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (4.29s)
Fetched https://github.com/swift-server/async-http-client.git from cache (4.29s)
[66864/92403] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (11.20s)
Fetched https://github.com/apple/swift-nio.git from cache (11.26s)
Computing version for https://github.com/amzn/smoke-aws.git
Computed https://github.com/amzn/smoke-aws.git at 3.0.2 (12.69s)
Fetching https://github.com/LiveUI/XMLCoding.git
Fetching https://github.com/amzn/smoke-aws-support.git
Fetching https://github.com/apple/swift-crypto.git
[1/605] Fetching smoke-aws-support
[50/1141] Fetching smoke-aws-support, xmlcoding
[799/17379] Fetching smoke-aws-support, xmlcoding, swift-crypto
Fetched https://github.com/amzn/smoke-aws-support.git from cache (0.51s)
[518/16774] Fetching xmlcoding, swift-crypto
Fetched https://github.com/LiveUI/XMLCoding.git from cache (0.53s)
[488/16238] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.49s)
Computing version for https://github.com/LiveUI/XMLCoding.git
Computed https://github.com/LiveUI/XMLCoding.git at 0.4.1 (7.49s)
Computing version for https://github.com/amzn/smoke-aws-support.git
Computed https://github.com/amzn/smoke-aws-support.git at 2.0.1 (1.06s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.89s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (2.54s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (3.55s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (1.13s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.02s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.91s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (3.86s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.60s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1808] Fetching swift-atomics
[707/18761] Fetching swift-atomics, swift-collections
[2488/23639] Fetching swift-atomics, swift-collections, swift-system
Fetched https://github.com/apple/swift-atomics.git from cache (0.88s)
[8100/21831] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.07s)
[4408/16953] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (6.16s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.22s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.39s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.99s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2701] Fetching swift-nio-transport-services
[1406/8669] Fetching swift-nio-transport-services, swift-algorithms
[3657/20330] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-http2
[3894/26457] Fetching swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-nio-extras
Fetched https://github.com/apple/swift-algorithms.git from cache (0.87s)
[11511/20489] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio-extras
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (4.85s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (4.85s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.88s)
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 (9.78s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (5.39s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.99s)
Fetching https://github.com/apple/swift-numerics.git
[1/5946] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (3.89s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (5.02s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.18s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/5043] Fetching swift-async-algorithms
[102/6219] Fetching swift-async-algorithms, swift-http-structured-headers
[177/7136] Fetching swift-async-algorithms, swift-http-structured-headers, swift-http-types
[1279/9569] Fetching swift-async-algorithms, swift-http-structured-headers, swift-http-types, swift-service-lifecycle
[2649/11198] Fetching swift-async-algorithms, swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-asn1
[6155/17658] Fetching swift-async-algorithms, swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.69s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.70s)
[10591/15565] Fetching swift-async-algorithms, swift-service-lifecycle, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.88s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.06s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.06s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.07s)
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 (1.97s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.18s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.97s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.97s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/LiveUI/XMLCoding.git at 0.4.1 (0.00s)
Computed https://github.com/amzn/smoke-aws-support.git at 2.0.1 (0.01s)
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (0.00s)
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.00s)
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.00s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.00s)
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.00s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.04s)
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.00s)
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.00s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.93s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/JohnSundell/CollectionConcurrencyKit
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit resolved at 0.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/amzn/smoke-http.git
Working copy of https://github.com/amzn/smoke-http.git resolved at 3.0.2
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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/amzn/smoke-aws.git
Working copy of https://github.com/amzn/smoke-aws.git resolved at 3.0.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.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-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-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/amzn/smoke-aws-support.git
Working copy of https://github.com/amzn/smoke-aws-support.git resolved at 2.0.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.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/LiveUI/XMLCoding.git
Working copy of https://github.com/LiveUI/XMLCoding.git resolved at 0.4.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Building for debugging...
[0/867] Write sources
[26/867] Compiling CNIOLLHTTP c_nio_http.c
[27/867] Compiling _NumericsShims _NumericsShims.c
[27/867] Write sources
[30/867] Compiling _AtomicsShims.c
[30/867] Write sources
[42/867] Compiling CNIOWindows shim.c
[43/867] Compiling CNIOWindows WSAStartup.c
[44/867] Compiling CNIOWASI CNIOWASI.c
[45/867] Write swift-version-24593BA9C3E375BF.txt
[46/867] Compiling CNIOLLHTTP c_nio_api.c
[47/867] Compiling CNIOPosix event_loop_id.c
[48/867] Compiling CNIOLinux shim.c
[49/871] Compiling CNIOLLHTTP c_nio_llhttp.c
[50/888] Compiling f_string.cc
[51/888] Compiling asn_pack.cc
[52/888] Compiling f_int.cc
[53/888] Compiling a_bitstr.cc
[55/898] Emitting module _NIOBase64
[56/920] Compiling CoreMetrics Metrics.swift
[57/920] Compiling RealModule ElementaryFunctions.swift
[58/921] Compiling RealModule Real.swift
[59/921] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/921] Emitting module ServiceContextModule
[61/922] Compiling InternalCollectionsUtilities Descriptions.swift
[62/922] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[63/922] Compiling ServiceContextModule ServiceContext.swift
[64/922] Compiling RealModule Float80+Real.swift
[65/922] Compiling RealModule RealFunctions.swift
[66/922] Emitting module InternalCollectionsUtilities
[67/922] Compiling _NIODataStructures PriorityQueue.swift
[68/922] Compiling _NIODataStructures _TinyArray.swift
[69/922] Compiling _NIOBase64 Base64.swift
[70/922] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[71/922] Compiling InternalCollectionsUtilities _SortedCollection.swift
[72/922] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[73/922] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[74/922] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[75/922] Compiling InternalCollectionsUtilities Integer rank.swift
[76/922] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[77/922] Compiling InternalCollectionsUtilities UInt+reversed.swift
[78/923] Compiling ServiceContextModule ServiceContextKey.swift
[79/923] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[80/923] Compiling InternalCollectionsUtilities Debugging.swift
[83/924] Emitting module RealModule
[86/924] Compiling RealModule Float+Real.swift
[87/924] Compiling RealModule Float16+Real.swift
[91/925] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[92/926] Emitting module _NIODataStructures
[93/926] Compiling _NIODataStructures Heap.swift
[95/927] Compiling CNIOLinux liburing_shims.c
[96/935] Compiling CNIOExtrasZlib empty.c
[98/935] Compiling Instrumentation NoOpInstrument.swift
[99/935] Compiling Instrumentation MultiplexInstrument.swift
[100/950] Emitting module CollectionConcurrencyKit
[101/950] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[101/951] Compiling CNIODarwin shim.c
[103/951] Compiling fiat_p256_adx_sqr.S
[104/951] Compiling fiat_p256_adx_mul.S
[105/951] Compiling CNIOBoringSSLShims shims.c
[107/951] Compiling DequeModule Deque+Equatable.swift
[108/951] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[109/951] Compiling DequeModule _DequeBuffer.swift
[110/951] Compiling DequeModule _DequeBufferHeader.swift
[111/951] Compiling DequeModule Deque+Extras.swift
[112/951] Compiling DequeModule Deque+Hashable.swift
[113/953] Compiling DequeModule Deque._UnsafeHandle.swift
[114/953] Compiling DequeModule Deque.swift
[115/953] Compiling Logging MetadataProvider.swift
[116/953] Compiling DequeModule Deque+CustomReflectable.swift
[117/953] Compiling DequeModule Deque+Descriptions.swift
[118/953] Compiling DequeModule Deque+Testing.swift
[119/953] Compiling DequeModule Deque._Storage.swift
[119/953] Compiling fiat_curve25519_adx_square.S
[121/953] Compiling Instrumentation InstrumentationSystem.swift
[122/953] Compiling Instrumentation Instrument.swift
[123/953] Emitting module Instrumentation
[124/953] Compiling Instrumentation Locks.swift
[125/953] Emitting module CoreMetrics
[126/953] Compiling CoreMetrics Locks.swift
[127/953] Emitting module DequeModule
[128/954] Compiling DequeModule Deque+Codable.swift
[129/954] Compiling DequeModule Deque+Collection.swift
[129/955] Compiling fiat_curve25519_adx_mul.S
[131/955] Compiling Logging LogHandler.swift
[132/955] Compiling Logging Logging.swift
[133/955] Compiling Logging Locks.swift
[134/955] Emitting module Logging
[138/966] Compiling DequeModule _DequeSlot.swift
[139/966] Compiling DequeModule _UnsafeWrappedBuffer.swift
[140/967] Compiling Tracing InstrumentationSystem+Tracing.swift
[142/967] Emitting module Tracing
[143/967] Compiling XMLCoding XMLKey.swift
[144/968] Compiling Tracing TracerProtocol.swift
[145/968] Compiling Tracing TracingTime.swift
[146/968] Compiling Tracing TracerProtocol+Legacy.swift
[147/968] Compiling Tracing Tracer.swift
[150/968] Compiling XMLCoding ISO8601DateFormatter.swift
[153/968] Compiling XMLCoding XMLReferencingEncoder.swift
[154/968] Compiling Tracing SpanProtocol.swift
[155/968] Compiling Tracing NoOpTracer.swift
[160/969] Emitting module XMLCoding
[161/990] Compiling tls_method.cc
[162/990] Compiling tls13_server.cc
[163/990] Compiling tls_record.cc
[164/996] Compiling tls13_enc.cc
[166/996] Compiling XMLCoding XMLStackParser.swift
[168/997] Emitting module Metrics
[169/997] Compiling Metrics Metrics.swift
[170/998] Emitting module ShapeCoding
[172/1000] Compiling ShapeCoding StandardEncodingOptions.swift
[173/1000] Compiling ShapeCoding StandardShapeDecoderDelegate.swift
[174/1000] Compiling ShapeCoding ShapeUnkeyedDecodingContainer.swift
[175/1000] Compiling ShapeCoding ShapeUnkeyedEncodingContainer.swift
[176/1000] Compiling ShapeCoding StandardDecodingOptions.swift
[176/1000] Compiling tls13_both.cc
[178/1000] Compiling ShapeCoding ShapeDecoder.swift
[179/1000] Compiling ShapeCoding ShapeDecoderDelegate.swift
[180/1000] Compiling ShapeCoding ShapeDecodingStorage.swift
[181/1000] Compiling ShapeCoding DateISO8601Extensions.swift
[182/1000] Compiling ShapeCoding DecodingErrorExtension.swift
[183/1000] Compiling ShapeCoding MutableShape.swift
[184/1000] Compiling ShapeCoding RawShape.swift
[185/1000] Compiling ShapeCoding ShapeCodingKey.swift
[186/1000] Compiling ShapeCoding ShapeDecoder+unbox.swift
[187/1000] Compiling ShapeCoding ShapeElement.swift
[188/1000] Compiling ShapeCoding ShapeKeyedDecodingContainer+KeyedDecodingContainerProtocol.swift
[189/1000] Compiling ShapeCoding ShapeKeyedDecodingContainer.swift
[190/1000] Compiling ShapeCoding ShapeKeyedEncodingContainer.swift
[191/1000] Compiling ShapeCoding ShapeSingleValueEncodingContainer.swift
[192/1000] Compiling ShapeCoding ShapeSingleValueEncodingContainerDelegate.swift
[192/1000] Compiling tls13_client.cc
[194/1000] Compiling ShapeCoding StandardShapeParser.swift
[195/1000] Compiling ShapeCoding StandardShapeSingleValueEncodingContainerDelegate.swift
[196/1001] Compiling t1_enc.cc
[198/1010] Compiling QueryCoding QueryDecoder.swift
[199/1010] Emitting module QueryCoding
[200/1010] Compiling QueryCoding QueryEncoder.swift
[201/1011] Compiling HTTPPathCoding HTTPPathSegment.swift
[202/1011] Compiling HTTPPathCoding Array+getShapeForTemplate.swift
[203/1011] Emitting module HTTPPathCoding
[203/1011] Compiling ssl_versions.cc
[205/1011] Compiling HTTPPathCoding HTTPPathDecoder.swift
[206/1011] Compiling HTTPPathCoding HTTPPathEncoder.swift
[208/1011] Compiling HTTPPathCoding HTTPPathToken.swift
[208/1012] Compiling ssl_x509.cc
[211/1015] Compiling DynamoDBModel DynamoDBModelTypes.swift
[211/1015] Compiling ssl_stat.cc
[213/1015] Compiling HTTPHeadersCoding HTTPHeadersEncoder.swift
[214/1015] Compiling HTTPHeadersCoding HTTPHeadersDecoder.swift
[214/1015] Compiling ssl_transcript.cc
[216/1015] Emitting module HTTPHeadersCoding
[217/1016] Compiling ssl_session.cc
[218/1016] Compiling ssl_credential.cc
[219/1016] Compiling ssl_privkey.cc
[220/1016] Compiling ssl_lib.cc
[221/1016] Compiling ssl_key_share.cc
[222/1016] Compiling ssl_file.cc
[224/1016] Compiling DynamoDBModel DynamoDBModelErrors.swift
[225/1016] Compiling DynamoDBModel DynamoDBModelDefaultInstances.swift
[226/1016] Emitting module DynamoDBModel
[226/1016] Compiling ssl_cipher.cc
[227/1016] Compiling ssl_cert.cc
[228/1016] Compiling ssl_aead_ctx.cc
[229/1016] Compiling s3_lib.cc
[230/1016] Compiling ssl_buffer.cc
[231/1016] Compiling ssl_asn1.cc
[232/1016] Compiling s3_pkt.cc
[233/1016] Compiling s3_both.cc
[234/1016] Compiling handshake.cc
[235/1016] Compiling handoff.cc
[236/1016] Compiling encrypted_client_hello.cc
[237/1016] Compiling handshake_server.cc
[238/1016] Compiling dtls_record.cc
[239/1016] Compiling handshake_client.cc
[240/1016] Compiling extensions.cc
[241/1016] Compiling md5-x86_64-linux.S
[242/1016] Compiling md5-x86_64-apple.S
[243/1016] Compiling md5-586-linux.S
[244/1016] Compiling md5-586-apple.S
[245/1016] Compiling d1_srtp.cc
[246/1016] Compiling d1_lib.cc
[247/1016] Compiling chacha20_poly1305_x86_64-linux.S
[248/1016] Compiling d1_pkt.cc
[249/1016] Compiling chacha20_poly1305_x86_64-apple.S
[250/1016] Compiling chacha20_poly1305_armv8-apple.S
[251/1016] Compiling chacha20_poly1305_armv8-win.S
[252/1016] Compiling dtls_method.cc
[253/1016] Compiling chacha-x86_64-linux.S
[254/1016] Compiling bio_ssl.cc
[255/1016] Compiling chacha20_poly1305_armv8-linux.S
[256/1016] Compiling chacha-x86_64-apple.S
[257/1016] Compiling err_data.cc
[258/1016] Compiling chacha-x86-linux.S
[259/1016] Compiling chacha-x86-apple.S
[260/1016] Compiling d1_both.cc
[261/1016] Compiling chacha-armv8-win.S
[262/1016] Compiling chacha-armv8-linux.S
[263/1016] Compiling chacha-armv8-apple.S
[264/1016] Compiling chacha-armv4-linux.S
[265/1016] Compiling x86_64-mont5-linux.S
[266/1016] Compiling aes128gcmsiv-x86_64-linux.S
[267/1016] Compiling x86_64-mont-linux.S
[268/1016] Compiling x86_64-mont5-apple.S
[269/1016] Compiling aes128gcmsiv-x86_64-apple.S
[270/1016] Compiling x86_64-mont-apple.S
[271/1016] Compiling x86-mont-linux.S
[272/1016] Compiling x86-mont-apple.S
[273/1016] Compiling vpaes-x86-linux.S
[274/1016] Compiling vpaes-x86_64-linux.S
[275/1016] Compiling vpaes-x86-apple.S
[276/1016] Compiling vpaes-x86_64-apple.S
[277/1016] Compiling vpaes-armv8-win.S
[278/1016] Compiling vpaes-armv8-linux.S
[279/1016] Compiling vpaes-armv8-apple.S
[280/1016] Compiling vpaes-armv7-linux.S
[281/1016] Compiling sha512-armv8-win.S
[282/1016] Compiling sha512-x86_64-linux.S
[283/1016] Compiling sha512-x86_64-apple.S
[284/1016] Compiling sha512-armv8-linux.S
[285/1016] Compiling sha512-armv8-apple.S
[286/1016] Compiling sha512-586-apple.S
[287/1016] Compiling sha512-armv4-linux.S
[288/1016] Compiling sha512-586-linux.S
[289/1016] Compiling sha256-x86_64-linux.S
[290/1016] Compiling sha256-x86_64-apple.S
[291/1016] Compiling sha256-armv8-win.S
[292/1016] Compiling sha256-armv8-linux.S
[293/1016] Compiling sha256-586-linux.S
[294/1016] Compiling sha256-armv4-linux.S
[294/1016] Compiling sha256-armv8-apple.S
[296/1016] Compiling sha256-586-apple.S
[297/1016] Compiling sha1-x86_64-linux.S
[298/1016] Compiling sha1-x86_64-apple.S
[299/1016] Compiling sha1-armv8-win.S
[300/1016] Compiling sha1-armv8-apple.S
[301/1016] Compiling sha1-armv4-large-linux.S
[302/1016] Compiling sha1-armv8-linux.S
[303/1016] Compiling sha1-586-linux.S
[304/1016] Compiling sha1-586-apple.S
[305/1016] Compiling rsaz-avx2-apple.S
[306/1016] Compiling rsaz-avx2-linux.S
[307/1016] Compiling rdrand-x86_64-apple.S
[308/1016] Compiling rdrand-x86_64-linux.S
[309/1016] Compiling p256_beeu-x86_64-asm-apple.S
[309/1016] Compiling p256_beeu-x86_64-asm-linux.S
[309/1016] Compiling p256_beeu-armv8-asm-linux.S
[309/1016] Compiling p256_beeu-armv8-asm-apple.S
[309/1016] Compiling p256_beeu-armv8-asm-win.S
[309/1016] Compiling p256-x86_64-asm-linux.S
[309/1016] Compiling p256-x86_64-asm-apple.S
[316/1016] Compiling p256-armv8-asm-win.S
[317/1016] Compiling p256-armv8-asm-linux.S
[318/1016] Compiling p256-armv8-asm-apple.S
[319/1016] Compiling ghashv8-armv8-linux.S
[320/1016] Compiling ghashv8-armv8-apple.S
[321/1016] Compiling ghashv8-armv7-linux.S
[322/1016] Compiling ghashv8-armv8-win.S
[323/1016] Compiling ghash-x86_64-linux.S
[324/1016] Compiling ghash-x86_64-apple.S
[325/1016] Compiling ghash-x86-apple.S
[326/1016] Compiling ghash-x86-linux.S
[326/1016] Compiling ghash-ssse3-x86_64-linux.S
[328/1016] Compiling ghash-ssse3-x86_64-apple.S
[329/1016] Compiling ghash-ssse3-x86-linux.S
[330/1016] Compiling ghash-neon-armv8-linux.S
[331/1016] Compiling ghash-neon-armv8-win.S
[332/1016] Compiling ghash-ssse3-x86-apple.S
[333/1016] Compiling ghash-neon-armv8-apple.S
[334/1016] Compiling ghash-armv4-linux.S
[335/1016] Compiling co-586-apple.S
[336/1016] Compiling co-586-linux.S
[337/1016] Compiling bsaes-armv7-linux.S
[338/1016] Compiling bn-armv8-win.S
[339/1016] Compiling bn-armv8-linux.S
[340/1016] Compiling bn-armv8-apple.S
[341/1016] Compiling bn-586-linux.S
[342/1016] Compiling armv8-mont-win.S
[343/1016] Compiling armv8-mont-apple.S
[344/1016] Compiling armv8-mont-linux.S
[345/1016] Compiling bn-586-apple.S
[346/1016] Compiling aesv8-gcm-armv8-win.S
[347/1016] Compiling armv4-mont-linux.S
[348/1016] Compiling aesv8-gcm-armv8-apple.S
[349/1016] Compiling aesv8-armv8-win.S
[350/1016] Compiling aesv8-armv8-apple.S
[351/1016] Compiling aesv8-armv8-linux.S
[352/1016] Compiling aesv8-gcm-armv8-linux.S
[353/1016] Compiling aesv8-armv7-linux.S
[354/1016] Compiling aesni-x86_64-linux.S
[355/1016] Compiling aesni-x86-linux.S
[356/1016] Compiling aesni-x86_64-apple.S
[357/1016] Compiling aesni-gcm-x86_64-apple.S
[357/1016] Compiling aesni-x86-apple.S
[359/1016] Compiling aesni-gcm-x86_64-linux.S
[360/1016] Compiling aes-gcm-avx2-x86_64-apple.S
[361/1016] Compiling aes-gcm-avx10-x86_64-linux.S
[362/1016] Compiling aes-gcm-avx2-x86_64-linux.S
[363/1016] Compiling aes-gcm-avx10-x86_64-apple.S
[364/1016] Compiling x_x509a.cc
[365/1016] Compiling x_req.cc
[366/1016] Compiling x_x509.cc
[367/1016] Compiling x_spki.cc
[368/1016] Compiling x_sig.cc
[369/1016] Compiling x_val.cc
[370/1016] Compiling x_pubkey.cc
[371/1016] Compiling x_name.cc
[372/1016] Compiling x_attrib.cc
[373/1016] Compiling x509spki.cc
[374/1016] Compiling x_exten.cc
[375/1016] Compiling x_all.cc
[376/1016] Compiling x_algor.cc
[377/1016] Compiling x_crl.cc
[379/1016] Compiling DynamoDBModel DynamoDBModelOperations.swift
[380/1016] Compiling DynamoDBModel DynamoDBModelStructures.swift
[381/1017] Compiling x509rset.cc
[382/1017] Compiling x509name.cc
[383/1017] Compiling x509cset.cc
[384/1017] Compiling x509_txt.cc
[385/1017] Compiling x509_vfy.cc
[386/1017] Compiling x509_v3.cc
[387/1017] Compiling x509_vpm.cc
[388/1017] Compiling x509_trs.cc
[389/1017] Compiling x509_set.cc
[390/1017] Compiling x509_obj.cc
[391/1017] Compiling x509_lu.cc
[392/1017] Compiling x509_req.cc
[393/1017] Compiling x509_def.cc
[394/1017] Compiling x509_ext.cc
[395/1017] Compiling x509_d2.cc
[396/1017] Compiling x509_cmp.cc
[397/1017] Compiling x509_att.cc
[398/1017] Compiling x509.cc
[399/1017] Compiling v3_purp.cc
[400/1017] Compiling v3_skey.cc
[401/1017] Compiling v3_prn.cc
[402/1017] Compiling v3_utl.cc
[403/1017] Compiling v3_pmaps.cc
[404/1017] Compiling v3_pcons.cc
[405/1017] Compiling v3_ocsp.cc
[406/1017] Compiling v3_ncons.cc
[407/1017] Compiling v3_int.cc
[408/1017] Compiling v3_ia5.cc
[409/1017] Compiling v3_info.cc
[410/1017] Compiling v3_lib.cc
[411/1017] Compiling v3_genn.cc
[412/1017] Compiling v3_extku.cc
[413/1017] Compiling v3_enum.cc
[414/1017] Compiling v3_cpols.cc
[415/1017] Compiling v3_crld.cc
[416/1017] Compiling v3_conf.cc
[417/1017] Compiling v3_bcons.cc
[418/1017] Compiling v3_bitst.cc
[419/1017] Compiling v3_akeya.cc
[420/1017] Compiling v3_alt.cc
[421/1017] Compiling t_x509a.cc
[422/1017] Compiling t_req.cc
[423/1017] Compiling v3_akey.cc
[424/1017] Compiling t_crl.cc
[425/1017] Compiling t_x509.cc
[426/1017] Compiling rsa_pss.cc
[427/1017] Compiling i2d_pr.cc
[428/1017] Compiling name_print.cc
[429/1017] Compiling policy.cc
[430/1017] Compiling by_file.cc
[431/1017] Compiling by_dir.cc
[432/1017] Compiling algorithm.cc
[433/1017] Compiling a_verify.cc
[434/1017] Compiling asn1_gen.cc
[435/1017] Compiling a_sign.cc
[436/1017] Compiling voprf.cc
[437/1017] Compiling trust_token.cc
[438/1017] Compiling a_digest.cc
[439/1017] Compiling thread_win.cc
[440/1017] Compiling thread_none.cc
[441/1017] Compiling thread_pthread.cc
[442/1017] Compiling thread.cc
[443/1017] Compiling stack.cc
[444/1017] Compiling pmbtoken.cc
[445/1017] Compiling siphash.cc
[446/1017] Compiling sha512.cc
[447/1017] Compiling slhdsa.cc
[448/1017] Compiling sha256.cc
[449/1017] Compiling spake2plus.cc
[450/1017] Compiling sha1.cc
[451/1017] Compiling rsa_print.cc
[452/1017] Compiling rsa_extra.cc
[453/1017] Compiling refcount.cc
[454/1017] Compiling rsa_crypt.cc
[455/1017] Compiling rc4.cc
[456/1017] Compiling rsa_asn1.cc
[457/1017] Compiling windows.cc
[458/1017] Compiling urandom.cc
[459/1017] Compiling rand.cc
[460/1017] Compiling trusty.cc
[461/1017] Compiling passive.cc
[462/1017] Compiling poly1305_arm_asm.S
[463/1017] Compiling ios.cc
[464/1017] Compiling getentropy.cc
[465/1017] Compiling forkunsafe.cc
[466/1017] Compiling fork_detect.cc
[467/1017] Compiling deterministic.cc
[468/1017] Compiling poly1305_vec.cc
[469/1017] Compiling pool.cc
[470/1017] Compiling poly1305_arm.cc
[471/1017] Compiling poly1305.cc
[472/1017] Compiling pkcs7.cc
[473/1017] Compiling p5_pbev2.cc
[474/1017] Compiling pkcs8.cc
[475/1017] Compiling pkcs8_x509.cc
[476/1017] Compiling pem_xaux.cc
[477/1017] Compiling pkcs7_x509.cc
[478/1017] Compiling pem_oth.cc
[479/1017] Compiling pem_lib.cc
[480/1017] Compiling pem_pk8.cc
[481/1017] Compiling pem_pkey.cc
[482/1017] Compiling pem_x509.cc
[483/1017] Compiling pem_info.cc
[484/1017] Compiling obj_xref.cc
[485/1017] Compiling mldsa.cc
[486/1017] Compiling pem_all.cc
[487/1017] Compiling mem.cc
[488/1017] Compiling mlkem.cc
[489/1017] Compiling md5.cc
[490/1017] Compiling fips_shared_support.cc
[491/1017] Compiling md4.cc
[492/1017] Compiling lhash.cc
[493/1017] Compiling poly_rq_mul.S
[494/1017] Compiling obj.cc
[495/1017] Compiling ex_data.cc
[496/1017] Compiling kyber.cc
[497/1017] Compiling print.cc
[498/1017] Compiling sign.cc
[499/1017] Compiling hpke.cc
[500/1017] Compiling scrypt.cc
[501/1017] Compiling hrss.cc
[502/1017] Compiling p_x25519.cc
[503/1017] Compiling pbkdf.cc
[504/1017] Compiling p_rsa_asn1.cc
[505/1017] Compiling p_hkdf.cc
[506/1017] Compiling p_x25519_asn1.cc
[507/1017] Compiling p_ed25519_asn1.cc
[508/1017] Compiling p_rsa.cc
[509/1017] Compiling p_ed25519.cc
[510/1017] Compiling p_ec_asn1.cc
[511/1017] Compiling p_dh.cc
[512/1017] Compiling p_ec.cc
[513/1017] Compiling evp_ctx.cc
[514/1017] Compiling p_dh_asn1.cc
[515/1017] Compiling p_dsa_asn1.cc
[516/1017] Compiling engine.cc
[517/1017] Compiling evp.cc
[518/1017] Compiling err.cc
[519/1017] Compiling evp_asn1.cc
[520/1017] Compiling hash_to_curve.cc
[521/1017] Compiling ecdh.cc
[522/1017] Compiling ecdsa_asn1.cc
[523/1017] Compiling ec_derive.cc
[524/1017] Compiling bcm.cc
[525/1017] Compiling ec_asn1.cc
[526/1017] Compiling params.cc
[527/1017] Compiling dsa.cc
[528/1017] Compiling dsa_asn1.cc
[529/1017] Compiling x25519-asm-arm.S
[530/1017] Compiling des.cc
[531/1017] Compiling dh_asn1.cc
[532/1017] Compiling spake25519.cc
[533/1017] Compiling curve25519_64_adx.cc
[534/1017] Compiling digest_extra.cc
[535/1017] Compiling crypto.cc
[536/1017] Compiling cpu_intel.cc
[537/1017] Compiling curve25519.cc
[538/1017] Compiling cpu_arm_linux.cc
[539/1017] Compiling cpu_arm_freebsd.cc
[540/1017] Compiling cpu_aarch64_sysreg.cc
[541/1017] Compiling cpu_aarch64_win.cc
[542/1017] Compiling cpu_aarch64_linux.cc
[543/1017] Compiling cpu_aarch64_openbsd.cc
[544/1017] Compiling cpu_aarch64_fuchsia.cc
[545/1017] Compiling cpu_aarch64_apple.cc
[546/1017] Compiling conf.cc
[547/1017] Compiling e_rc2.cc
[548/1017] Compiling e_tls.cc
[549/1017] Compiling get_cipher.cc
[550/1017] Compiling e_rc4.cc
[551/1017] Compiling tls_cbc.cc
[552/1017] Compiling e_null.cc
[553/1017] Compiling e_des.cc
[554/1017] Compiling e_chacha20poly1305.cc
[555/1017] Compiling derive_key.cc
[556/1017] Compiling e_aesgcmsiv.cc
[557/1017] Compiling chacha.cc
[558/1017] Compiling e_aesctrhmac.cc
[559/1017] Compiling unicode.cc
[560/1017] Compiling cbs.cc
[561/1017] Compiling ber.cc
[562/1017] Compiling cbb.cc
[563/1017] Compiling buf.cc
[564/1017] Compiling asn1_compat.cc
[565/1017] Compiling bn_asn1.cc
[566/1017] Compiling convert.cc
[567/1017] Compiling blake2.cc
[568/1017] Compiling socket.cc
[569/1017] Compiling socket_helper.cc
[570/1017] Compiling printf.cc
[570/1017] Compiling hexdump.cc
[572/1017] Compiling pair.cc
[573/1017] Compiling file.cc
[574/1017] Compiling errno.cc
[575/1017] Compiling fd.cc
[576/1017] Compiling connect.cc
[577/1017] Compiling bio_mem.cc
[578/1017] Compiling bio.cc
[579/1017] Compiling base64.cc
[580/1017] Compiling tasn_typ.cc
[581/1017] Compiling tasn_fre.cc
[582/1017] Compiling tasn_utl.cc
[583/1017] Compiling tasn_new.cc
[584/1017] Compiling tasn_enc.cc
[585/1017] Compiling posix_time.cc
[586/1017] Compiling tasn_dec.cc
[587/1017] Compiling asn1_par.cc
[588/1017] Compiling asn1_lib.cc
[589/1017] Compiling a_utctm.cc
[590/1017] Compiling a_type.cc
[591/1017] Compiling a_octet.cc
[592/1017] Compiling a_time.cc
[593/1017] Compiling a_strex.cc
[594/1017] Compiling a_object.cc
[595/1017] Compiling a_strnid.cc
[596/1017] Compiling a_i2d_fp.cc
[597/1017] Compiling a_mbstr.cc
[598/1017] Compiling a_dup.cc
[599/1017] Compiling a_d2i_fp.cc
[600/1017] Compiling a_int.cc
[601/1017] Compiling CCryptoBoringSSLShims shims.c
[602/1017] Compiling a_gentm.cc
[603/1017] Compiling a_bool.cc
[604/1017] Compiling v3_prn.c
[605/1017] Compiling v3_skey.c
[606/1017] Compiling v3_pmaps.c
[607/1017] Compiling v3_purp.c
[608/1017] Compiling v3_ocsp.c
[608/1017] Compiling v3_pcons.c
[610/1017] Compiling v3_pci.c
[611/1017] Compiling v3_ncons.c
[612/1017] Compiling v3_utl.c
[612/1017] Compiling v3_pcia.c
[614/1017] Compiling v3_ia5.c
[615/1017] Compiling v3_lib.c
[616/1017] Compiling v3_int.c
[617/1017] Compiling v3_extku.c
[618/1017] Compiling v3_info.c
[619/1017] Compiling v3_genn.c
[620/1017] Compiling v3_enum.c
[621/1017] Compiling v3_cpols.c
[622/1017] Compiling v3_crld.c
[623/1017] Compiling v3_bitst.c
[624/1017] Compiling v3_conf.c
[625/1017] Compiling v3_bcons.c
[626/1017] Compiling v3_alt.c
[627/1017] Compiling v3_akeya.c
[628/1017] Compiling pcy_node.c
[629/1017] Compiling v3_akey.c
[630/1017] Compiling pcy_tree.c
[631/1017] Compiling pcy_lib.c
[632/1017] Compiling pcy_map.c
[633/1017] Compiling pcy_cache.c
[634/1017] Compiling x_x509a.c
[635/1017] Compiling pcy_data.c
[636/1017] Compiling x_val.c
[637/1017] Compiling x_spki.c
[638/1017] Compiling x_sig.c
[639/1017] Compiling x_x509.c
[640/1017] Compiling x_req.c
[641/1017] Compiling x_pkey.c
[642/1017] Compiling x_pubkey.c
[643/1017] Compiling x_info.c
[644/1017] Compiling x_name.c
[645/1017] Compiling x_exten.c
[646/1017] Compiling x_algor.c
[647/1017] Compiling x_attrib.c
[648/1017] Compiling x509spki.c
[649/1017] Compiling x_crl.c
[650/1017] Compiling x_all.c
[651/1017] Compiling x509rset.c
[652/1017] Compiling x509name.c
[653/1017] Compiling x509cset.c
[654/1017] Compiling x509_txt.c
[655/1017] Compiling x509_vpm.c
[656/1017] Compiling x509_v3.c
[657/1017] Compiling x509_vfy.c
[658/1017] Compiling x509_set.c
[659/1017] Compiling x509_trs.c
[660/1017] Compiling x509_obj.c
[661/1017] Compiling x509_req.c
[662/1017] Compiling x509_ext.c
[663/1017] Compiling x509_def.c
[664/1017] Compiling x509_lu.c
[665/1017] Compiling x509_d2.c
[666/1017] Compiling x509.c
[667/1017] Compiling x509_att.c
[668/1017] Compiling x509_cmp.c
[669/1017] Compiling c-nioatomics.c
[670/1017] Compiling t_crl.c
[671/1017] Compiling t_x509.c
[672/1017] Compiling rsa_pss.c
[673/1017] Compiling i2d_pr.c
[674/1017] Compiling t_x509a.c
[675/1017] Compiling by_file.c
[676/1017] Compiling t_req.c
[677/1017] Compiling by_dir.c
[678/1017] Compiling algorithm.c
[679/1017] Compiling asn1_gen.c
[680/1017] Compiling a_verify.c
[681/1017] Compiling thread_win.c
[682/1017] Compiling a_sign.c
[683/1017] Compiling a_strex.c
[684/1017] Compiling a_digest.c
[685/1017] Compiling thread_none.c
[686/1017] Compiling thread_pthread.c
[687/1017] Compiling voprf.c
[688/1017] Compiling thread.c
[689/1017] Compiling siphash.c
[690/1017] Compiling pmbtoken.c
[691/1017] Compiling stack.c
[691/1017] Compiling trust_token.c
[693/1017] Compiling rc4.c
[694/1017] Compiling refcount_lock.c
[695/1017] Compiling rsa_print.c
[696/1017] Compiling refcount_c11.c
[697/1017] Compiling windows.c
[698/1017] Compiling rand_extra.c
[699/1017] Compiling deterministic.c
[700/1017] Compiling rsa_asn1.c
[701/1017] Compiling fuchsia.c
[702/1017] Compiling passive.c
[703/1017] Compiling poly1305_arm.c
[704/1017] Compiling forkunsafe.c
[705/1017] Compiling poly1305_vec.c
[706/1017] Compiling poly1305.c
[707/1017] Compiling pool.c
[708/1017] Compiling poly1305_arm_asm.S
[709/1017] Compiling pkcs7.c
[710/1017] Compiling pkcs7_x509.c
[711/1017] Compiling pkcs8_x509.c
[712/1017] Compiling pkcs8.c
[713/1017] Compiling p5_pbev2.c
[714/1017] Compiling pem_xaux.c
[715/1017] Compiling pem_x509.c
[716/1017] Compiling pem_pkey.c
[717/1017] Compiling c-atomics.c
[718/1023] Compiling obj_xref.c
[719/1023] Compiling pem_info.c
[719/1023] Compiling pem_oth.c
[721/1023] Compiling pem_lib.c
[722/1023] Compiling pem_pk8.c
[723/1023] Compiling mem.c
[724/1023] Compiling obj.c
[725/1023] Compiling pem_all.c
[726/1023] Compiling lhash.c
[727/1023] Compiling hkdf.c
[728/1023] Compiling poly_rq_mul.S
[729/1023] Compiling hpke.c
[730/1023] Compiling x86_64-mont.mac.x86_64.S
[731/1023] Compiling x86_64-mont5.mac.x86_64.S
[732/1023] Compiling x86_64-mont5.linux.x86_64.S
[733/1023] Compiling x86_64-mont.linux.x86_64.S
[735/1023] Compiling NIOConcurrencyHelpers lock.swift
[736/1023] Emitting module NIOConcurrencyHelpers
[736/1023] Compiling x86-mont.windows.x86.S
[737/1023] Compiling hrss.c
[738/1023] Compiling x86-mont.linux.x86.S
[739/1023] Compiling vpaes-x86_64.mac.x86_64.S
[740/1023] Compiling vpaes-x86_64.linux.x86_64.S
[741/1023] Compiling vpaes-x86.windows.x86.S
[742/1023] Compiling vpaes-x86.linux.x86.S
[743/1023] Compiling vpaes-armv8.ios.aarch64.S
[744/1023] Compiling vpaes-armv8.linux.aarch64.S
[746/1023] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[747/1023] Compiling NIOConcurrencyHelpers NIOLock.swift
[748/1023] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[749/1023] Compiling NIOConcurrencyHelpers atomics.swift
[749/1023] Compiling vpaes-armv7.ios.arm.S
[750/1023] Compiling vpaes-armv7.linux.arm.S
[751/1024] Compiling sha512-x86_64.mac.x86_64.S
[752/1024] Compiling sha512-x86_64.linux.x86_64.S
[753/1024] Compiling kdf.c
[754/1024] Compiling sha512-armv4.linux.arm.S
[755/1024] Compiling sha512-armv4.ios.arm.S
[756/1024] Compiling sha512-armv8.linux.aarch64.S
[757/1024] Compiling sha512-armv8.ios.aarch64.S
[758/1024] Compiling sha512-586.windows.x86.S
[759/1024] Compiling sha256-x86_64.mac.x86_64.S
[759/1024] Compiling sha256-x86_64.linux.x86_64.S
[761/1024] Compiling sha512-586.linux.x86.S
[762/1024] Compiling sha256-armv4.linux.arm.S
[763/1024] Compiling sha256-armv8.ios.aarch64.S
[764/1024] Compiling sha256-armv8.linux.aarch64.S
[766/1024] Compiling sha1-x86_64.linux.x86_64.S
[767/1024] Compiling sha1-armv8.ios.aarch64.S
[768/1024] Compiling sha1-armv8.linux.aarch64.S
[769/1024] Compiling sha256-586.windows.x86.S
[770/1024] Compiling sha1-x86_64.mac.x86_64.S
[771/1024] Compiling sha256-armv4.ios.arm.S
[772/1024] Compiling sha256-586.linux.x86.S
[773/1024] Compiling sha1.c
[774/1024] Compiling sha256.c
[775/1024] Compiling sha512.c
[776/1024] Compiling sha1-altivec.c
[777/1024] Compiling self_check.c
[778/1024] Compiling rsa_impl.c
[779/1024] Compiling rsa.c
[780/1024] Compiling sha1-armv4-large.linux.arm.S
[781/1024] Compiling sha1-586.linux.x86.S
[781/1024] Compiling sha1-armv4-large.ios.arm.S
[783/1024] Compiling sha1-586.windows.x86.S
[784/1024] Compiling rsaz-avx2.mac.x86_64.S
[785/1024] Compiling rsaz-avx2.linux.x86_64.S
[786/1024] Compiling padding.c
[787/1024] Compiling rdrand-x86_64.mac.x86_64.S
[788/1024] Compiling blinding.c
[789/1024] Compiling rdrand-x86_64.linux.x86_64.S
[790/1024] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[791/1024] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[792/1024] Compiling p256-x86_64-asm.mac.x86_64.S
[793/1024] Compiling fork_detect.c
[794/1024] Compiling rand.c
[795/1024] Compiling p256-x86_64-asm.linux.x86_64.S
[796/1024] Compiling urandom.c
[797/1024] Compiling ctrdrbg.c
[798/1024] Compiling polyval.c
[799/1024] Compiling ofb.c
[800/1024] Compiling gcm_nohw.c
[801/1024] Compiling ctr.c
[802/1024] Compiling cfb.c
[803/1024] Compiling cbc.c
[804/1024] Compiling md5.c
[805/1024] Compiling gcm.c
[806/1024] Compiling md4.c
[807/1024] Compiling hmac.c
[808/1024] Compiling md5-x86_64.mac.x86_64.S
[809/1024] Compiling md5-x86_64.linux.x86_64.S
[810/1024] Compiling is_fips.c
[811/1024] Compiling md5-586.windows.x86.S
[812/1024] Compiling md5-586.linux.x86.S
[813/1024] Compiling ghash-x86_64.mac.x86_64.S
[814/1024] Compiling ghashv8-armx32.linux.arm.S
[815/1024] Compiling ghashv8-armx64.ios.aarch64.S
[815/1024] Compiling ghashv8-armx64.linux.aarch64.S
[817/1024] Compiling ghashv8-armx32.ios.arm.S
[818/1024] Compiling ghash-x86.windows.x86.S
[819/1024] Compiling ghash-x86_64.linux.x86_64.S
[820/1024] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[821/1024] Compiling ghash-x86.linux.x86.S
[822/1024] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[823/1024] Compiling fips_shared_support.c
[824/1024] Compiling ghash-ssse3-x86.windows.x86.S
[825/1024] Compiling ghash-neon-armv8.ios.aarch64.S
[826/1024] Compiling ghash-ssse3-x86.linux.x86.S
[827/1024] Compiling ghash-armv4.linux.arm.S
[828/1024] Compiling ecdsa.c
[829/1024] Compiling ecdh.c
[830/1024] Compiling util.c
[831/1024] Compiling ghash-neon-armv8.linux.aarch64.S
[832/1024] Compiling ghash-armv4.ios.arm.S
[833/1024] Compiling scalar.c
[833/1024] Compiling simple.c
[835/1024] Compiling simple_mul.c
[835/1024] Compiling wnaf.c
[837/1024] Compiling p256-x86_64.c
[838/1024] Compiling felem.c
[839/1024] Compiling p256.c
[840/1024] Compiling p224-64.c
[841/1024] Compiling oct.c
[842/1024] Compiling digest.c
[843/1024] Compiling ec_montgomery.c
[844/1024] Compiling check.c
[845/1024] Compiling ec_key.c
[846/1024] Compiling digests.c
[847/1024] Compiling dh.c
[848/1024] Compiling ec.c
[849/1024] Compiling des.c
[850/1024] Compiling co-586.windows.x86.S
[851/1024] Compiling aead.c
[852/1024] Compiling co-586.linux.x86.S
[853/1024] Compiling rsaz_exp.c
[854/1024] Compiling sqrt.c
[855/1024] Compiling e_des.c
[856/1024] Compiling e_aes.c
[857/1024] Compiling cipher.c
[858/1024] Compiling bsaes-armv7.ios.arm.S
[859/1024] Compiling bsaes-armv7.linux.arm.S
[860/1024] Compiling shift.c
[861/1024] Compiling random.c
[862/1024] Compiling montgomery.c
[863/1024] Compiling montgomery_inv.c
[864/1024] Compiling gcd.c
[865/1024] Compiling prime.c
[866/1024] Compiling gcd_extra.c
[867/1024] Compiling generic.c
[868/1024] Compiling mul.c
[869/1024] Compiling jacobi.c
[870/1024] Compiling exponentiation.c
[871/1024] Compiling add.c
[871/1024] Compiling x86_64-gcc.c
[873/1024] Compiling div_extra.c
[874/1024] Compiling cmp.c
[875/1024] Compiling ctx.c
[876/1024] Compiling div.c
[877/1024] Compiling bn.c
[878/1024] Compiling bytes.c
[879/1024] Compiling bn-586.windows.x86.S
[880/1024] Compiling bn-586.linux.x86.S
[881/1024] Compiling armv8-mont.ios.aarch64.S
[882/1024] Compiling armv8-mont.linux.aarch64.S
[883/1024] Compiling armv4-mont.linux.arm.S
[884/1024] Compiling armv4-mont.ios.arm.S
[885/1024] Compiling aesv8-armx64.ios.aarch64.S
[886/1024] Compiling aesni-x86_64.linux.x86_64.S
[886/1024] Compiling aesv8-armx32.ios.arm.S
[888/1024] Compiling aesv8-armx32.linux.arm.S
[889/1024] Compiling aesv8-armx64.linux.aarch64.S
[890/1024] Compiling aesni-x86_64.mac.x86_64.S
[890/1024] Compiling aesni-x86.windows.x86.S
[892/1024] Compiling aesni-x86.linux.x86.S
[893/1024] Compiling aesni-gcm-x86_64.linux.x86_64.S
[894/1024] Compiling aesni-gcm-x86_64.mac.x86_64.S
[895/1024] Compiling mode_wrappers.c
[896/1024] Compiling aes.c
[897/1024] Compiling ex_data.c
[898/1024] Compiling key_wrap.c
[899/1024] Compiling aes_nohw.c
[900/1024] Compiling pbkdf.c
[901/1024] Compiling sign.c
[902/1024] Compiling scrypt.c
[903/1024] Compiling p_x25519_asn1.c
[904/1024] Compiling print.c
[905/1024] Compiling p_x25519.c
[906/1024] Compiling p_ed25519.c
[907/1024] Compiling p_rsa_asn1.c
[907/1024] Compiling p_dsa_asn1.c
[909/1024] Compiling p_ed25519_asn1.c
[910/1024] Compiling p_ec_asn1.c
[911/1024] Compiling p_rsa.c
[911/1024] Compiling p_ec.c
[913/1024] Compiling err_data.c
[914/1024] Compiling evp_asn1.c
[915/1024] Compiling engine.c
[916/1024] Compiling evp.c
[917/1024] Compiling digestsign.c
[918/1024] Compiling evp_ctx.c
[919/1024] Compiling ecdsa_asn1.c
[920/1024] Compiling err.c
[921/1024] Compiling ecdh_extra.c
[922/1024] Compiling ec_asn1.c
[923/1024] Compiling dsa.c
[924/1024] Compiling hash_to_curve.c
[924/1024] Compiling dsa_asn1.c
[926/1024] Compiling params.c
[927/1024] Compiling spake25519.c
[928/1024] Compiling ec_derive.c
[929/1024] Compiling digest_extra.c
[930/1024] Compiling dh_asn1.c
[931/1024] Compiling cpu-intel.c
[932/1024] Compiling cpu-ppc64le.c
[933/1024] Compiling cpu-aarch64-win.c
[934/1024] Compiling cpu-arm.c
[934/1024] Compiling cpu-arm-linux.c
[936/1024] Compiling crypto.c
[937/1024] Compiling cpu-aarch64-fuchsia.c
[938/1024] Compiling cpu-aarch64-linux.c
[939/1024] Compiling x25519-asm-arm.S
[940/1024] Compiling e_rc4.c
[941/1024] Compiling cmac.c
[942/1024] Compiling e_null.c
[943/1024] Compiling tls_cbc.c
[944/1024] Compiling e_chacha20poly1305.c
[945/1024] Compiling e_rc2.c
[946/1024] Compiling e_tls.c
[947/1024] Compiling e_aesgcmsiv.c
[948/1024] Compiling conf.c
[949/1024] Compiling curve25519.c
[949/1024] Compiling e_aesctrhmac.c
[949/1024] Compiling e_aesccm.c
[952/1024] Compiling derive_key.c
[953/1024] Compiling cipher_extra.c
[954/1024] Compiling chacha.c
[955/1024] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[956/1024] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[957/1024] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[958/1024] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[959/1024] Compiling chacha-x86_64.mac.x86_64.S
[960/1024] Compiling unicode.c
[961/1024] Compiling cbs.c
[962/1024] Compiling cbb.c
[963/1024] Compiling ber.c
[964/1024] Compiling asn1_compat.c
[965/1024] Compiling buf.c
[966/1024] Compiling chacha-x86.windows.x86.S
[967/1024] Compiling chacha-x86_64.linux.x86_64.S
[968/1024] Compiling chacha-x86.linux.x86.S
[969/1024] Compiling chacha-armv8.ios.aarch64.S
[970/1024] Compiling bn_asn1.c
[970/1024] Compiling blake2.c
[972/1024] Compiling chacha-armv4.ios.arm.S
[973/1024] Compiling convert.c
[974/1024] Compiling printf.c
[975/1024] Compiling chacha-armv4.linux.arm.S
[976/1024] Compiling socket.c
[977/1024] Compiling chacha-armv8.linux.aarch64.S
[978/1024] Compiling pair.c
[979/1024] Compiling socket_helper.c
[980/1024] Compiling hexdump.c
[981/1024] Compiling fd.c
[982/1024] Compiling file.c
[983/1024] Compiling bio_mem.c
[984/1024] Compiling tasn_typ.c
[985/1024] Compiling base64.c
[986/1024] Compiling bio.c
[987/1024] Compiling connect.c
[988/1024] Compiling time_support.c
[989/1024] Compiling tasn_utl.c
[990/1024] Compiling tasn_fre.c
[991/1024] Compiling tasn_enc.c
[992/1024] Compiling f_enum.c
[993/1024] Compiling tasn_dec.c
[994/1024] Compiling tasn_new.c
[995/1024] Compiling f_string.c
[996/1024] Compiling f_int.c
[997/1024] Compiling asn_pack.c
[998/1024] Compiling asn1_lib.c
[999/1024] Compiling a_utctm.c
[1000/1024] Compiling asn1_par.c
[1001/1024] Compiling a_utf8.c
[1002/1024] Compiling a_time.c
[1002/1024] Compiling a_object.c
[1004/1024] Compiling a_octet.c
[1005/1024] Compiling a_print.c
[1006/1024] Compiling a_type.c
[1007/1024] Compiling a_strnid.c
[1008/1024] Compiling a_int.c
[1009/1024] Compiling a_i2d_fp.c
[1010/1024] Compiling a_mbstr.c
[1011/1024] Compiling a_dup.c
[1012/1024] Compiling a_bool.c
[1013/1024] Compiling a_gentm.c
[1014/1024] Write sources
[1015/1024] Compiling a_d2i_fp.c
[1016/1024] Write sources
[1018/1024] Compiling a_enum.c
[1019/1024] Compiling a_bitstr.c
[1020/1066] Write sources
[1023/1083] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1025/1083] Compiling AWSLogging StdioOutputStream.swift
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:31:8: error: Unsupported runtime
 29 | let systemStdout = WASILibc.stdout!
 30 | #else
 31 | #error("Unsupported runtime")
    |        `- error: Unsupported runtime
 32 | #endif
 33 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:41:45: error: cannot find type 'FILE' in scope
 39 |     internal let file: OpaquePointer
 40 |     #else
 41 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 42 |     #endif
 43 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:76:58: error: cannot find 'systemStderr' in scope
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                          `- error: cannot find 'systemStderr' in scope
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:76:84: error: cannot infer contextual base in reference to member 'always'
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:77:58: error: cannot find 'systemStdout' in scope
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                          `- error: cannot find 'systemStdout' in scope
 78 |
 79 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:77:84: error: cannot infer contextual base in reference to member 'always'
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 78 |
 79 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:93:45: error: cannot find type 'FILE' in scope
 91 |     internal let file: OpaquePointer
 92 |     #else
 93 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 94 |     #endif
 95 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:112:68: error: cannot find 'systemStderr' in scope
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStderr' in scope
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:112:94: error: cannot infer contextual base in reference to member 'always'
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:113:68: error: cannot find 'systemStdout' in scope
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStdout' in scope
114 |
115 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:113:94: error: cannot infer contextual base in reference to member 'always'
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
114 |
115 |     /// Defines the flushing strategy for the underlying stream.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1026/1083] Emitting module AWSLogging
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:31:8: error: Unsupported runtime
 29 | let systemStdout = WASILibc.stdout!
 30 | #else
 31 | #error("Unsupported runtime")
    |        `- error: Unsupported runtime
 32 | #endif
 33 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:41:45: error: cannot find type 'FILE' in scope
 39 |     internal let file: OpaquePointer
 40 |     #else
 41 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 42 |     #endif
 43 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:76:58: error: cannot find 'systemStderr' in scope
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                          `- error: cannot find 'systemStderr' in scope
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:76:84: error: cannot infer contextual base in reference to member 'always'
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:77:58: error: cannot find 'systemStdout' in scope
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                          `- error: cannot find 'systemStdout' in scope
 78 |
 79 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:77:84: error: cannot infer contextual base in reference to member 'always'
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 78 |
 79 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:93:45: error: cannot find type 'FILE' in scope
 91 |     internal let file: OpaquePointer
 92 |     #else
 93 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 94 |     #endif
 95 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:112:68: error: cannot find 'systemStderr' in scope
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStderr' in scope
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:112:94: error: cannot infer contextual base in reference to member 'always'
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:113:68: error: cannot find 'systemStdout' in scope
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStdout' in scope
114 |
115 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:113:94: error: cannot infer contextual base in reference to member 'always'
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
114 |
115 |     /// Defines the flushing strategy for the underlying stream.
[1027/1108] Compiling AWSLogging CloudwatchJsonStandardErrorLoggerV2.swift
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:112:68: error: cannot find 'systemStderr' in scope
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStderr' in scope
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:93:45: error: cannot find type 'FILE' in scope
 91 |     internal let file: OpaquePointer
 92 |     #else
 93 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 94 |     #endif
 95 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:112:94: error: cannot infer contextual base in reference to member 'always'
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
[1028/1108] Compiling AWSLogging CloudwatchStandardErrorLogger.swift
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:76:58: error: cannot find 'systemStderr' in scope
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                          `- error: cannot find 'systemStderr' in scope
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:41:45: error: cannot find type 'FILE' in scope
 39 |     internal let file: OpaquePointer
 40 |     #else
 41 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 42 |     #endif
 43 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:76:84: error: cannot infer contextual base in reference to member 'always'
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
[1029/1108] Compiling AWSLogging CloudwatchJsonStandardErrorLogger.swift
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:76:58: error: cannot find 'systemStderr' in scope
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                          `- error: cannot find 'systemStderr' in scope
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:41:45: error: cannot find type 'FILE' in scope
 39 |     internal let file: OpaquePointer
 40 |     #else
 41 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 42 |     #endif
 43 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:76:84: error: cannot infer contextual base in reference to member 'always'
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
[1030/1126] Compiling Atomics ManagedAtomic.swift
[1031/1126] Compiling Atomics ManagedAtomicLazyReference.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256: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/1] Write swift-version-24593BA9C3E375BF.txt
[2/48] Compiling XMLCoding ISO8601DateFormatter.swift
[3/49] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[4/49] Emitting module CollectionConcurrencyKit
[5/50] Compiling ServiceContextModule ServiceContextKey.swift
[6/50] Compiling Logging MetadataProvider.swift
[7/50] Compiling XMLCoding XMLKey.swift
[8/50] Emitting module ServiceContextModule
[9/50] Compiling ServiceContextModule ServiceContext.swift
[11/51] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[12/51] Compiling InternalCollectionsUtilities Debugging.swift
[13/52] Compiling InternalCollectionsUtilities Descriptions.swift
[14/52] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/52] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/52] Compiling XMLCoding XMLReferencingEncoder.swift
[18/52] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[19/52] Compiling CoreMetrics Locks.swift
[20/52] Emitting module Logging
[21/52] Compiling NIOConcurrencyHelpers NIOLock.swift
[22/66] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[23/66] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[24/66] Compiling RealModule AugmentedArithmetic.swift
[25/66] Compiling RealModule Double+Real.swift
[26/66] Compiling NIOConcurrencyHelpers lock.swift
[27/66] Compiling NIOConcurrencyHelpers atomics.swift
[28/66] Compiling _NIOBase64 Base64.swift
[29/66] Emitting module _NIOBase64
[30/67] Emitting module NIOConcurrencyHelpers
[31/67] Compiling RealModule AlgebraicField.swift
[32/67] Compiling RealModule ApproximateEquality.swift
[33/67] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[34/67] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[36/68] Emitting module CoreMetrics
[37/68] Emitting module InternalCollectionsUtilities
[39/68] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[40/68] Compiling InternalCollectionsUtilities _SortedCollection.swift
[41/68] Compiling Logging LogHandler.swift
[42/68] Compiling Logging Logging.swift
[43/68] Compiling Logging Locks.swift
[44/70] Compiling XMLCoding XMLStackParser.swift
[45/70] Emitting module _NIODataStructures
[46/70] Compiling RealModule Float80+Real.swift
[47/70] Compiling RealModule Real.swift
[48/70] Compiling RealModule Float16+Real.swift
[50/71] Compiling _NIODataStructures Heap.swift
[51/71] Emitting module XMLCoding
[52/71] Compiling _NIODataStructures PriorityQueue.swift
[53/71] Compiling _NIODataStructures _TinyArray.swift
[55/78] Compiling RealModule RealFunctions.swift
[58/78] Emitting module RealModule
[59/78] Compiling RealModule Float+Real.swift
[60/78] Compiling RealModule ElementaryFunctions.swift
[63/79] Compiling CoreMetrics Metrics.swift
[65/80] Compiling Instrumentation NoOpInstrument.swift
[72/89] Compiling Crypto ASN1Identifier.swift
[73/89] Compiling ShapeCoding ShapeCodingKey.swift
[74/101] Compiling Crypto ObjectIdentifier.swift
[75/101] Compiling Crypto ECDSASignature.swift
[76/153] Compiling Instrumentation MultiplexInstrument.swift
[77/156] Compiling Instrumentation InstrumentationSystem.swift
[78/156] Compiling Instrumentation Locks.swift
[79/156] Emitting module Instrumentation
[80/156] Compiling Instrumentation Instrument.swift
[83/228] Compiling DequeModule Deque._UnsafeHandle.swift
[84/228] Compiling DequeModule Deque.swift
[85/228] Compiling DequeModule _DequeBuffer.swift
[86/228] Compiling DequeModule _DequeBufferHeader.swift
[87/228] Compiling DequeModule Deque+CustomReflectable.swift
[88/228] Compiling DequeModule Deque+Descriptions.swift
[89/228] Compiling DequeModule Deque+Extras.swift
[90/228] Compiling DequeModule Deque+Hashable.swift
[94/234] Compiling Atomics Unmanaged extensions.swift
[95/234] Compiling Algorithms Reductions.swift
[98/234] Compiling DequeModule Deque+Testing.swift
[99/234] Compiling DequeModule Deque._Storage.swift
[100/234] Compiling AWSLogging CloudwatchJsonStandardErrorLoggerV2.swift
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:112:68: error: cannot find 'systemStderr' in scope
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStderr' in scope
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:93:45: error: cannot find type 'FILE' in scope
 91 |     internal let file: OpaquePointer
 92 |     #else
 93 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 94 |     #endif
 95 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:112:94: error: cannot infer contextual base in reference to member 'always'
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
[102/234] Compiling DequeModule Deque+Equatable.swift
[103/234] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[104/234] Compiling DequeModule Deque+Codable.swift
[105/234] Compiling DequeModule Deque+Collection.swift
[107/234] Emitting module ShapeCoding
[110/234] Compiling AWSLogging CloudwatchStandardErrorLogger.swift
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:76:58: error: cannot find 'systemStderr' in scope
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                          `- error: cannot find 'systemStderr' in scope
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:41:45: error: cannot find type 'FILE' in scope
 39 |     internal let file: OpaquePointer
 40 |     #else
 41 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 42 |     #endif
 43 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:76:84: error: cannot infer contextual base in reference to member 'always'
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
[111/234] Compiling AWSLogging StdioOutputStream.swift
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:31:8: error: Unsupported runtime
 29 | let systemStdout = WASILibc.stdout!
 30 | #else
 31 | #error("Unsupported runtime")
    |        `- error: Unsupported runtime
 32 | #endif
 33 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:41:45: error: cannot find type 'FILE' in scope
 39 |     internal let file: OpaquePointer
 40 |     #else
 41 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 42 |     #endif
 43 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:76:58: error: cannot find 'systemStderr' in scope
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                          `- error: cannot find 'systemStderr' in scope
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:76:84: error: cannot infer contextual base in reference to member 'always'
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:77:58: error: cannot find 'systemStdout' in scope
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                          `- error: cannot find 'systemStdout' in scope
 78 |
 79 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:77:84: error: cannot infer contextual base in reference to member 'always'
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 78 |
 79 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:93:45: error: cannot find type 'FILE' in scope
 91 |     internal let file: OpaquePointer
 92 |     #else
 93 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 94 |     #endif
 95 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:112:68: error: cannot find 'systemStderr' in scope
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStderr' in scope
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:112:94: error: cannot infer contextual base in reference to member 'always'
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:113:68: error: cannot find 'systemStdout' in scope
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStdout' in scope
114 |
115 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:113:94: error: cannot infer contextual base in reference to member 'always'
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
114 |
115 |     /// Defines the flushing strategy for the underlying stream.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[112/234] Emitting module AWSLogging
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:31:8: error: Unsupported runtime
 29 | let systemStdout = WASILibc.stdout!
 30 | #else
 31 | #error("Unsupported runtime")
    |        `- error: Unsupported runtime
 32 | #endif
 33 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:41:45: error: cannot find type 'FILE' in scope
 39 |     internal let file: OpaquePointer
 40 |     #else
 41 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 42 |     #endif
 43 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:76:58: error: cannot find 'systemStderr' in scope
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                          `- error: cannot find 'systemStderr' in scope
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:76:84: error: cannot infer contextual base in reference to member 'always'
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:77:58: error: cannot find 'systemStdout' in scope
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                          `- error: cannot find 'systemStdout' in scope
 78 |
 79 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:77:84: error: cannot infer contextual base in reference to member 'always'
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 78 |
 79 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:93:45: error: cannot find type 'FILE' in scope
 91 |     internal let file: OpaquePointer
 92 |     #else
 93 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 94 |     #endif
 95 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:112:68: error: cannot find 'systemStderr' in scope
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStderr' in scope
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:112:94: error: cannot infer contextual base in reference to member 'always'
110 |     }
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
114 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:113:68: error: cannot find 'systemStdout' in scope
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                    `- error: cannot find 'systemStdout' in scope
114 |
115 |     /// Defines the flushing strategy for the underlying stream.
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:113:94: error: cannot infer contextual base in reference to member 'always'
111 |
112 |     internal static let stderr = NonLockingStdioOutputStream(file: systemStderr, flushMode: .always)
113 |     internal static let stdout = NonLockingStdioOutputStream(file: systemStdout, flushMode: .always)
    |                                                                                              `- error: cannot infer contextual base in reference to member 'always'
114 |
115 |     /// Defines the flushing strategy for the underlying stream.
[113/234] Compiling AWSLogging CloudwatchJsonStandardErrorLogger.swift
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:76:58: error: cannot find 'systemStderr' in scope
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                          `- error: cannot find 'systemStderr' in scope
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:41:45: error: cannot find type 'FILE' in scope
 39 |     internal let file: OpaquePointer
 40 |     #else
 41 |     internal let file: UnsafeMutablePointer<FILE>
    |                                             `- error: cannot find type 'FILE' in scope
 42 |     #endif
 43 |     internal let flushMode: FlushMode
/host/spi-builder-workspace/.build/checkouts/smoke-aws-support/Sources/AWSLogging/StdioOutputStream.swift:76:84: error: cannot infer contextual base in reference to member 'always'
 74 |     }
 75 |
 76 |     internal static let stderr = StdioOutputStream(file: systemStderr, flushMode: .always)
    |                                                                                    `- error: cannot infer contextual base in reference to member 'always'
 77 |     internal static let stdout = StdioOutputStream(file: systemStdout, flushMode: .always)
 78 |
[118/234] Compiling DynamoDBModel DynamoDBModelOperations.swift
BUILD FAILURE 6.1 android