The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of soto-core, reference 7.8.0 (b641a1), with Swift 6.1 for Android on 9 Jul 2025 09:24:12 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/soto-project/soto-core.git
Reference: 7.8.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/soto-project/soto-core
 * tag               7.8.0      -> FETCH_HEAD
HEAD is now at b641a1b Make AWSHTTPResponse initializer public. (#665)
Cloned https://github.com/soto-project/soto-core.git
Revision (git rev-parse @):
b641a1b521c2674638325ca62aec126507e3cddd
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/soto-project/soto-core.git at 7.8.0
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/soto-project/soto-core.git
https://github.com/soto-project/soto-core.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.77.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-distributed-tracing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-distributed-tracing.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.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" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.13.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "jmespath.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jmespath/jmespath.swift.git"
    }
  ],
  "manifest_display_name" : "soto-core",
  "name" : "soto-core",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SotoCore",
      "targets" : [
        "SotoCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SotoTestUtils",
      "targets" : [
        "SotoTestUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SotoSignerV4",
      "targets" : [
        "SotoSignerV4"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SotoXMLTests",
      "module_type" : "SwiftTarget",
      "name" : "SotoXMLTests",
      "path" : "Tests/SotoXMLTests",
      "sources" : [
        "XMLCoderTests.swift",
        "XMLTests.swift"
      ],
      "target_dependencies" : [
        "SotoXML",
        "SotoCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SotoXML",
      "module_type" : "SwiftTarget",
      "name" : "SotoXML",
      "path" : "Sources/SotoXML",
      "product_memberships" : [
        "SotoCore",
        "SotoTestUtils"
      ],
      "sources" : [
        "Expat.swift",
        "XML.swift",
        "XMLDecoder.swift",
        "XMLEncoder.swift"
      ],
      "target_dependencies" : [
        "CSotoExpat"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SotoTestUtils",
      "module_type" : "SwiftTarget",
      "name" : "SotoTestUtils",
      "path" : "Sources/SotoTestUtils",
      "product_dependencies" : [
        "Logging",
        "NIO",
        "NIOFoundationCompat",
        "NIOHTTP1",
        "NIOPosix",
        "NIOTestUtils"
      ],
      "product_memberships" : [
        "SotoTestUtils"
      ],
      "sources" : [
        "Environment.swift",
        "TestServer.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "SotoCore",
        "SotoXML"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SotoSignerV4Tests",
      "module_type" : "SwiftTarget",
      "name" : "SotoSignerV4Tests",
      "path" : "Tests/SotoSignerV4Tests",
      "sources" : [
        "AWSSignerTests.swift",
        "SigV4aTests.swift"
      ],
      "target_dependencies" : [
        "SotoSignerV4"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SotoSignerV4",
      "module_type" : "SwiftTarget",
      "name" : "SotoSignerV4",
      "path" : "Sources/SotoSignerV4",
      "product_dependencies" : [
        "Crypto",
        "NIOCore",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "SotoCore",
        "SotoTestUtils",
        "SotoSignerV4"
      ],
      "sources" : [
        "HexEncoding.swift",
        "SigV4a.swift",
        "credentials.swift",
        "exports.swift",
        "signer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SotoCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SotoCoreTests",
      "path" : "Tests/SotoCoreTests",
      "product_dependencies" : [
        "NIOPosix"
      ],
      "sources" : [
        "AWSClientTests.swift",
        "AWSRequestTests.swift",
        "AWSResponseTests.swift",
        "AWSServiceTests.swift",
        "CRCTests.swift",
        "Concurrency/AsyncSequenceTests.swift",
        "Concurrency/Count.swift",
        "Concurrency/ExpiringValueTests.swift",
        "Concurrency/Sequence+concurrentMapTests.swift",
        "Credential/ConfigFileCredentialProviderTests.swift",
        "Credential/ConfigFileLoaderTests.swift",
        "Credential/CredentialProviderTests.swift",
        "Credential/MetaDataCredentialProviderTests.swift",
        "Credential/RotatingCredentialProviderTests.swift",
        "Credential/RuntimeSelectorCredentialProviderTests.swift",
        "Credential/STSAssumeRoleTests.swift",
        "Credential/StaticCredential+EnvironmentTests.swift",
        "Doc/ARNTests.swift",
        "Doc/EnvironmentTests.swift",
        "Doc/RegionTests.swift",
        "EndpointDiscoveryTests.swift",
        "LoggingTests.swift",
        "MiddlewareTests.swift",
        "PaginateTests.swift",
        "PayloadTests.swift",
        "QueryEncoderTests.swift",
        "TestTracer.swift",
        "TimeStampTests.swift",
        "TracingTests.swift",
        "ValidationTests.swift",
        "WaiterTests.swift"
      ],
      "target_dependencies" : [
        "SotoCore",
        "SotoTestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SotoCore",
      "module_type" : "SwiftTarget",
      "name" : "SotoCore",
      "path" : "Sources/SotoCore",
      "product_dependencies" : [
        "Logging",
        "AsyncHTTPClient",
        "Atomics",
        "Metrics",
        "NIOCore",
        "NIOHTTP1",
        "NIOPosix",
        "NIOSSL",
        "NIOTransportServices",
        "NIOFoundationCompat",
        "JMESPath",
        "Tracing"
      ],
      "product_memberships" : [
        "SotoCore",
        "SotoTestUtils"
      ],
      "sources" : [
        "AWSClient+Paginate.swift",
        "AWSClient.swift",
        "AWSEndpointDiscovery.swift",
        "AWSService.swift",
        "AWSServiceConfig.swift",
        "AWSShapes/Base64Data.swift",
        "AWSShapes/Document.swift",
        "AWSShapes/EventPayload.swift",
        "Concurrency/AnyAsyncSequence.swift",
        "Concurrency/ByteBufferSequence.swift",
        "Concurrency/EventStream.swift",
        "Concurrency/ExpiringValue.swift",
        "Concurrency/FixedSizeByteBufferAsyncSequence.swift",
        "Concurrency/Sequence+concurrentMap.swift",
        "Credential/ConfigFileCredentialProvider.swift",
        "Credential/ConfigFileLoader.swift",
        "Credential/Credential+IsEmpty.swift",
        "Credential/CredentialProvider.swift",
        "Credential/CredentialProviderError.swift",
        "Credential/CredentialProviderSelector.swift",
        "Credential/DeferredCredentialProvider.swift",
        "Credential/EmptyCredential.swift",
        "Credential/ExpiringCredential.swift",
        "Credential/MetaDataCredentialProvider.swift",
        "Credential/NullCredentialProvider.swift",
        "Credential/RotatingCredentialProvider.swift",
        "Credential/RuntimeSelectorCredentialProvider.swift",
        "Credential/STSAssumeRole.swift",
        "Credential/StaticCredential+CredentialProvider.swift",
        "Credential/StaticCredential+Environment.swift",
        "Doc/ARN.swift",
        "Doc/AWSShape.swift",
        "Doc/EndpointVariant.swift",
        "Doc/Environment.swift",
        "Doc/Region.swift",
        "Doc/ServiceProtocol.swift",
        "Encoder/CodableProperties/CodableProperties.swift",
        "Encoder/CodableProperties/CollectionCoders.swift",
        "Encoder/CodableProperties/DateCoders.swift",
        "Encoder/CodableProperties/EC2ArrayCoder.swift",
        "Encoder/EventStreamDecoder.swift",
        "Encoder/QueryEncoder.swift",
        "Encoder/RequestContainer.swift",
        "Encoder/ResponseContainer.swift",
        "Errors/ClientErrors.swift",
        "Errors/Error.swift",
        "Errors/ServerErrors.swift",
        "Exports.swift",
        "HTTP/AWSHTTPBody.swift",
        "HTTP/AWSHTTPClient.swift",
        "HTTP/AWSHTTPRequest.swift",
        "HTTP/AWSHTTPResponse+HAL.swift",
        "HTTP/AWSHTTPResponse.swift",
        "HTTP/AsyncHTTPClient.swift",
        "HTTP/S3SignedAsyncSequence.swift",
        "Middleware/Middleware.swift",
        "Middleware/Middleware/EditHeadersMiddleware.swift",
        "Middleware/Middleware/EndpointDiscoveryMiddleware.swift",
        "Middleware/Middleware/ErrorHandlingMiddleware.swift",
        "Middleware/Middleware/LoggingMiddleware.swift",
        "Middleware/Middleware/RetryMiddleware.swift",
        "Middleware/Middleware/S3Middleware.swift",
        "Middleware/Middleware/SigningMiddleware.swift",
        "Middleware/Middleware/TracingMiddleware.swift",
        "Middleware/Middleware/TreeHashMiddleware.swift",
        "Middleware/MiddlewareStack.swift",
        "RetryPolicy.swift",
        "Utils/UnsafeTransfer.swift",
        "Utils/base64.swift",
        "Utils/crc32.swift",
        "Waiters/AWSClient+Waiter.swift",
        "Waiters/Matcher.swift"
      ],
      "target_dependencies" : [
        "SotoSignerV4",
        "SotoXML",
        "INIParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "INIParserTests",
      "module_type" : "SwiftTarget",
      "name" : "INIParserTests",
      "path" : "Tests/INIParserTests",
      "sources" : [
        "INIParserTests.swift"
      ],
      "target_dependencies" : [
        "INIParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "INIParser",
      "module_type" : "SwiftTarget",
      "name" : "INIParser",
      "path" : "Sources/INIParser",
      "product_memberships" : [
        "SotoCore",
        "SotoTestUtils"
      ],
      "sources" : [
        "INIParser.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSotoExpat",
      "module_type" : "ClangTarget",
      "name" : "CSotoExpat",
      "path" : "Sources/CSotoExpat",
      "product_memberships" : [
        "SotoCore",
        "SotoTestUtils"
      ],
      "sources" : [
        "xmlparse.c",
        "xmlrole.c",
        "xmltok.c",
        "xmltok_impl.c",
        "xmltok_ns.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/jmespath/jmespath.swift.git
Fetching https://github.com/apple/swift-log.git
[1/2212] Fetching swift-metrics
[643/2865] Fetching swift-metrics, jmespath.swift
[1205/5538] Fetching swift-metrics, jmespath.swift, swift-nio-transport-services
[1977/9395] Fetching swift-metrics, jmespath.swift, swift-nio-transport-services, swift-log
[6207/23409] Fetching swift-metrics, jmespath.swift, swift-nio-transport-services, swift-log, async-http-client
[10798/38339] Fetching swift-metrics, jmespath.swift, swift-nio-transport-services, swift-log, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.60s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.61s)
[15243/20468] Fetching swift-metrics, jmespath.swift, swift-nio-transport-services, swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[16737/25501] Fetching swift-metrics, jmespath.swift, swift-nio-transport-services, swift-nio-ssl, swift-distributed-tracing
[17641/41185] Fetching swift-metrics, jmespath.swift, swift-nio-transport-services, swift-nio-ssl, swift-distributed-tracing, swift-crypto
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.81s)
[22037/36152] Fetching swift-metrics, jmespath.swift, swift-nio-transport-services, swift-nio-ssl, swift-crypto
Fetching https://github.com/apple/swift-atomics.git
[23763/37960] Fetching swift-metrics, jmespath.swift, swift-nio-transport-services, swift-nio-ssl, swift-crypto, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.93s)
[25487/36152] Fetching swift-metrics, jmespath.swift, swift-nio-transport-services, swift-nio-ssl, swift-crypto
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-metrics.git from cache (3.62s)
Fetched https://github.com/jmespath/jmespath.swift.git from cache (3.63s)
[24975/33287] Fetching swift-nio-transport-services, swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.63s)
[22459/30614] Fetching swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.69s)
[8470/15684] Fetching swift-crypto
[10510/92179] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (3.74s)
[45897/76495] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.99s)
Computing version for https://github.com/jmespath/jmespath.swift.git
Computed https://github.com/jmespath/jmespath.swift.git at 1.0.3 (14.62s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.84s)
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.81s)
Fetching https://github.com/apple/swift-service-context.git
[1/1081] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.39s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.29s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (1.37s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4546] Fetching swift-system
[1411/21292] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.61s)
[3852/16746] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.75s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.59s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.02s)
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.90s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5959] Fetching swift-algorithms
[240/11991] Fetching swift-algorithms, swift-nio-extras
[7317/23585] Fetching swift-algorithms, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (1.60s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.61s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.62s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.0 (2.51s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.37.0 (0.87s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.90s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.88s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.19s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.66s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.66s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/2426] Fetching swift-service-lifecycle
[293/3330] Fetching swift-service-lifecycle, swift-http-types
[451/4946] Fetching swift-service-lifecycle, swift-http-types, swift-asn1
[1649/9936] Fetching swift-service-lifecycle, swift-http-types, swift-asn1, swift-async-algorithms
[3023/11105] Fetching swift-service-lifecycle, swift-http-types, swift-asn1, swift-async-algorithms, swift-http-structured-headers
[8022/17349] Fetching swift-service-lifecycle, swift-http-types, swift-asn1, swift-async-algorithms, swift-http-structured-headers, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.59s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.59s)
[10523/14019] Fetching swift-asn1, swift-async-algorithms, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.72s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.73s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.87s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.87s)
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.72s)
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.00s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.11.0 (1.48s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.60s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.85s)
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.88s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.05s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.79s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.88s)
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/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.84.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.32.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.11.0
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.28.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.37.0
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/jmespath/jmespath.swift.git
Working copy of https://github.com/jmespath/jmespath.swift.git resolved at 1.0.3
Building for debugging...
[0/818] Write sources
[16/818] Compiling _NumericsShims _NumericsShims.c
[16/818] Write sources
[37/818] Compiling CSotoExpat xmltok_impl.c
[38/818] Compiling CSotoExpat xmltok_ns.c
[39/818] Compiling _AtomicsShims.c
[40/818] Compiling CNIOWindows WSAStartup.c
[41/818] Compiling CNIOWASI CNIOWASI.c
[42/818] Compiling CSotoExpat xmlrole.c
[43/818] Compiling CNIOWindows shim.c
[44/818] Compiling CNIOLinux liburing_shims.c
[45/818] Compiling CNIOLLHTTP c_nio_http.c
[46/818] Compiling CNIOExtrasZlib empty.c
[47/818] Compiling CNIODarwin shim.c
[48/818] Compiling CNIOLinux shim.c
[49/818] Compiling fiat_p256_adx_sqr.S
[50/818] Compiling CNIOLLHTTP c_nio_api.c
[51/818] Compiling fiat_p256_adx_mul.S
[52/818] Compiling fiat_curve25519_adx_mul.S
[53/818] Compiling fiat_curve25519_adx_square.S
[54/818] Write swift-version-24593BA9C3E375BF.txt
[55/818] Compiling CSotoExpat xmlparse.c
[56/818] Compiling CNIOLLHTTP c_nio_llhttp.c
[57/818] Compiling CSotoExpat xmltok.c
[58/822] Compiling CNIOBoringSSLShims shims.c
[59/832] Compiling tls_method.cc
[60/832] Compiling tls_record.cc
[61/832] Compiling tls13_enc.cc
[62/841] Compiling tls13_server.cc
[64/872] Compiling ServiceContextModule ServiceContextKey.swift
[65/872] Compiling _NIODataStructures _TinyArray.swift
[66/872] Emitting module RealModule
[67/873] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[68/873] Compiling InternalCollectionsUtilities _SortedCollection.swift
[69/873] Emitting module InternalCollectionsUtilities
[70/873] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[71/873] Compiling InternalCollectionsUtilities UInt+reversed.swift
[72/873] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[73/873] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[74/873] Compiling Logging LogHandler.swift
[75/873] Compiling RealModule Float16+Real.swift
[76/873] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[77/873] Compiling InternalCollectionsUtilities Integer rank.swift
[78/874] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[79/874] Compiling InternalCollectionsUtilities Debugging.swift
[80/874] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[81/874] Compiling InternalCollectionsUtilities Descriptions.swift
[82/874] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/874] Compiling RealModule Real.swift
[84/874] Compiling RealModule Float+Real.swift
[85/874] Compiling RealModule ElementaryFunctions.swift
[86/874] Compiling RealModule Float80+Real.swift
[87/874] Compiling ServiceContextModule ServiceContext.swift
[88/874] Emitting module ServiceContextModule
[93/875] Compiling _NIODataStructures PriorityQueue.swift
[94/875] Emitting module _NIOBase64
[95/875] Compiling _NIOBase64 Base64.swift
[96/876] Emitting module _NIODataStructures
[97/876] Compiling _NIODataStructures Heap.swift
[100/877] Compiling RealModule RealFunctions.swift
[102/878] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[105/881] Emitting module SotoXML
[106/908] Compiling Instrumentation NoOpInstrument.swift
[107/908] Emitting module Instrumentation
[108/908] Compiling Instrumentation MultiplexInstrument.swift
[109/908] Compiling Instrumentation Instrument.swift
[110/908] Emitting module INIParser
[111/908] Compiling INIParser INIParser.swift
[112/909] Compiling Atomics UnsafeAtomic.swift
[113/909] Compiling Atomics UnsafeAtomicLazyReference.swift
[114/909] Compiling Atomics ManagedAtomic.swift
[115/909] Compiling Atomics ManagedAtomicLazyReference.swift
[116/911] Compiling Atomics AtomicMemoryOrderings.swift
[117/911] Compiling Atomics DoubleWord.swift
[118/911] Compiling Atomics AtomicStorage.swift
[119/911] Compiling Atomics AtomicValue.swift
[121/911] Compiling JMESPath Runtime.swift
[122/911] Compiling JMESPath Token.swift
[123/911] Compiling JMESPath Sendable.swift
[124/927] Emitting module CoreMetrics
[125/927] Compiling JMESPath Parser.swift
[126/927] Compiling DequeModule Deque+Descriptions.swift
[127/927] Compiling DequeModule Deque+Equatable.swift
[128/927] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[129/927] Compiling DequeModule Deque+Testing.swift
[130/927] Compiling DequeModule Deque._Storage.swift
[131/927] Compiling DequeModule Deque._UnsafeHandle.swift
[132/927] Compiling Atomics IntegerOperations.swift
[133/927] Compiling Atomics Unmanaged extensions.swift
[134/927] Compiling DequeModule _DequeBuffer.swift
[135/927] Compiling DequeModule _DequeBufferHeader.swift
[136/929] Compiling DequeModule Deque+CustomReflectable.swift
[140/929] Compiling DequeModule Deque+Extras.swift
[141/929] Compiling DequeModule Deque+Hashable.swift
[142/929] Emitting module Logging
[143/929] Compiling Instrumentation InstrumentationSystem.swift
[144/929] Compiling Instrumentation Locks.swift
[145/929] Compiling Logging MetadataProvider.swift
[146/930] Compiling Logging Locks.swift
[147/930] Compiling CoreMetrics Locks.swift
[148/930] Compiling CoreMetrics Metrics.swift
[149/931] Compiling DequeModule _DequeSlot.swift
[150/931] Compiling DequeModule _UnsafeWrappedBuffer.swift
[151/931] Compiling Logging Logging.swift
[155/932] Compiling DequeModule Deque.swift
[159/932] Compiling DequeModule Deque+Codable.swift
[160/932] Compiling DequeModule Deque+Collection.swift
[161/940] Emitting module DequeModule
[162/941] Compiling tls13_client.cc
[164/941] Compiling SotoXML XMLEncoder.swift
[165/941] Compiling SotoXML Expat.swift
[166/941] Compiling Tracing TracingTime.swift
[167/941] Compiling SotoXML XML.swift
[168/941] Compiling SotoXML XMLDecoder.swift
[171/944] Compiling JMESPath Variable.swift
[173/944] Emitting module Tracing
[174/944] Emitting module JMESPath
[179/944] Compiling Tracing TracerProtocol.swift
[181/945] Compiling Tracing Tracer.swift
[182/945] Compiling Tracing TracerProtocol+Legacy.swift
[183/945] Emitting module Metrics
[184/945] Compiling Metrics Metrics.swift
[185/946] Emitting module Atomics
[187/946] Compiling Tracing NoOpTracer.swift
[188/946] Compiling Tracing InstrumentationSystem+Tracing.swift
[189/946] Compiling Tracing SpanProtocol.swift
[194/948] Compiling t1_enc.cc
[195/948] Compiling tls13_both.cc
[196/948] Compiling ssl_versions.cc
[197/948] Compiling ssl_x509.cc
[198/948] Compiling ssl_transcript.cc
[199/948] Compiling ssl_stat.cc
[200/948] Compiling ssl_session.cc
[201/948] Compiling ssl_privkey.cc
[202/948] Compiling ssl_key_share.cc
[203/948] Compiling ssl_lib.cc
[204/948] Compiling ssl_file.cc
[204/948] Compiling ssl_credential.cc
[206/948] Compiling ssl_cipher.cc
[207/948] Compiling ssl_cert.cc
[208/948] Compiling ssl_buffer.cc
[209/948] Compiling ssl_asn1.cc
[210/948] Compiling ssl_aead_ctx.cc
[211/948] Compiling s3_pkt.cc
[212/948] Compiling s3_lib.cc
[213/948] Compiling s3_both.cc
[214/948] Compiling handshake_server.cc
[215/948] Compiling handshake_client.cc
[216/948] Compiling handshake.cc
[217/948] Compiling handoff.cc
[218/948] Compiling encrypted_client_hello.cc
[219/948] Compiling dtls_method.cc
[220/948] Compiling extensions.cc
[221/948] Compiling md5-x86_64-linux.S
[222/948] Compiling md5-x86_64-apple.S
[222/948] Compiling dtls_record.cc
[224/948] Compiling md5-586-linux.S
[225/948] Compiling md5-586-apple.S
[226/948] Compiling chacha20_poly1305_x86_64-linux.S
[227/948] Compiling d1_srtp.cc
[228/948] Compiling chacha20_poly1305_x86_64-apple.S
[229/948] Compiling chacha20_poly1305_armv8-win.S
[230/948] Compiling chacha20_poly1305_armv8-apple.S
[231/948] Compiling chacha-x86_64-linux.S
[232/948] Compiling chacha20_poly1305_armv8-linux.S
[233/948] Compiling chacha-x86_64-apple.S
[234/948] Compiling chacha-x86-linux.S
[235/948] Compiling chacha-x86-apple.S
[236/948] Compiling chacha-armv8-win.S
[237/948] Compiling chacha-armv8-apple.S
[238/948] Compiling chacha-armv4-linux.S
[239/948] Compiling chacha-armv8-linux.S
[240/948] Compiling d1_pkt.cc
[241/948] Compiling aes128gcmsiv-x86_64-apple.S
[242/948] Compiling aes128gcmsiv-x86_64-linux.S
[243/948] Compiling x86_64-mont5-apple.S
[243/948] Compiling x86_64-mont5-linux.S
[245/948] Compiling x86_64-mont-linux.S
[246/948] Compiling x86-mont-apple.S
[247/948] Compiling x86-mont-linux.S
[248/948] Compiling x86_64-mont-apple.S
[249/948] Compiling vpaes-x86_64-linux.S
[250/948] Compiling vpaes-x86-linux.S
[251/948] Compiling vpaes-x86_64-apple.S
[252/948] Compiling vpaes-x86-apple.S
[253/948] Compiling vpaes-armv8-win.S
[254/948] Compiling vpaes-armv8-linux.S
[255/948] Compiling vpaes-armv8-apple.S
[256/948] Compiling vpaes-armv7-linux.S
[257/948] Compiling err_data.cc
[258/948] Compiling sha512-x86_64-linux.S
[259/948] Compiling sha512-x86_64-apple.S
[260/948] Compiling sha512-armv8-win.S
[261/948] Compiling sha512-armv8-apple.S
[262/948] Compiling sha512-armv4-linux.S
[263/948] Compiling sha512-586-linux.S
[264/948] Compiling d1_lib.cc
[265/948] Compiling sha512-armv8-linux.S
[266/948] Compiling sha256-x86_64-apple.S
[266/948] Compiling sha512-586-apple.S
[268/948] Compiling sha256-x86_64-linux.S
[269/948] Compiling sha256-armv8-win.S
[270/948] Compiling sha256-armv8-apple.S
[271/948] Compiling sha256-586-apple.S
[272/948] Compiling sha256-armv4-linux.S
[273/948] Compiling sha256-586-linux.S
[274/948] Compiling sha256-armv8-linux.S
[275/948] Compiling sha1-x86_64-linux.S
[276/948] Compiling sha1-armv8-win.S
[277/948] Compiling sha1-x86_64-apple.S
[278/948] Compiling sha1-armv8-apple.S
[279/948] Compiling sha1-armv4-large-linux.S
[280/948] Compiling sha1-586-linux.S
[281/948] Compiling sha1-armv8-linux.S
[282/948] Compiling rsaz-avx2-linux.S
[283/948] Compiling sha1-586-apple.S
[284/948] Compiling rsaz-avx2-apple.S
[285/948] Compiling rdrand-x86_64-apple.S
[286/948] Compiling rdrand-x86_64-linux.S
[287/948] Compiling p256_beeu-x86_64-asm-linux.S
[288/948] Compiling p256_beeu-x86_64-asm-apple.S
[289/948] Compiling p256_beeu-armv8-asm-win.S
[290/948] Compiling p256_beeu-armv8-asm-linux.S
[291/948] Compiling p256_beeu-armv8-asm-apple.S
[292/948] Compiling p256-x86_64-asm-linux.S
[293/948] Compiling p256-x86_64-asm-apple.S
[294/948] Compiling ghashv8-armv8-win.S
[295/948] Compiling p256-armv8-asm-apple.S
[296/948] Compiling p256-armv8-asm-win.S
[297/948] Compiling p256-armv8-asm-linux.S
[298/948] Compiling ghashv8-armv8-linux.S
[299/948] Compiling ghashv8-armv8-apple.S
[300/948] Compiling ghashv8-armv7-linux.S
[301/948] Compiling ghash-x86-linux.S
[302/948] Compiling ghash-x86_64-linux.S
[303/948] Compiling ghash-x86-apple.S
[304/948] Compiling ghash-x86_64-apple.S
[305/948] Compiling ghash-ssse3-x86_64-linux.S
[306/948] Compiling ghash-ssse3-x86_64-apple.S
[307/948] Compiling ghash-ssse3-x86-linux.S
[308/948] Compiling ghash-ssse3-x86-apple.S
[309/948] Compiling ghash-neon-armv8-apple.S
[310/948] Compiling ghash-neon-armv8-linux.S
[311/948] Compiling ghash-armv4-linux.S
[312/948] Compiling ghash-neon-armv8-win.S
[313/948] Compiling co-586-apple.S
[314/948] Compiling co-586-linux.S
[315/948] Compiling bsaes-armv7-linux.S
[316/948] Compiling bn-armv8-win.S
[317/948] Compiling bn-armv8-linux.S
[318/948] Compiling d1_both.cc
[319/948] Compiling bn-586-apple.S
[319/948] Compiling bio_ssl.cc
[319/948] Compiling bn-armv8-apple.S
[319/948] Compiling bn-586-linux.S
[323/948] Compiling armv8-mont-win.S
[324/948] Compiling armv4-mont-linux.S
[325/948] Compiling aesv8-armv8-win.S
[326/948] Compiling armv8-mont-apple.S
[327/948] Compiling armv8-mont-linux.S
[328/948] Compiling aesv8-gcm-armv8-apple.S
[329/948] Compiling aesv8-gcm-armv8-linux.S
[330/948] Compiling aesv8-gcm-armv8-win.S
[331/948] Compiling aesv8-armv8-apple.S
[332/948] Compiling aesni-x86_64-apple.S
[333/948] Compiling aesv8-armv7-linux.S
[334/948] Compiling aesv8-armv8-linux.S
[335/948] Compiling aesni-x86-linux.S
[336/948] Compiling aesni-x86_64-linux.S
[337/948] Compiling aesni-gcm-x86_64-apple.S
[338/948] Compiling aesni-gcm-x86_64-linux.S
[339/948] Compiling aesni-x86-apple.S
[340/948] Compiling aes-gcm-avx2-x86_64-linux.S
[341/948] Compiling aes-gcm-avx2-x86_64-apple.S
[342/948] Compiling aes-gcm-avx10-x86_64-linux.S
[343/948] Compiling aes-gcm-avx10-x86_64-apple.S
[344/948] Compiling x_val.cc
[345/948] Compiling x_sig.cc
[346/948] Compiling x_x509a.cc
[347/948] Compiling x_x509.cc
[348/948] Compiling x_spki.cc
[349/948] Compiling x_req.cc
[350/948] Compiling x_pubkey.cc
[351/948] Compiling x_name.cc
[352/948] Compiling x_algor.cc
[353/948] Compiling x509spki.cc
[354/948] Compiling x_attrib.cc
[355/948] Compiling x_exten.cc
[356/948] Compiling x_crl.cc
[357/948] Compiling x509rset.cc
[358/948] Compiling x_all.cc
[359/948] Compiling x509name.cc
[360/948] Compiling x509_txt.cc
[361/948] Compiling x509cset.cc
[362/948] Compiling x509_trs.cc
[363/948] Compiling x509_vpm.cc
[364/948] Compiling x509_set.cc
[365/948] Compiling x509_v3.cc
[366/948] Compiling x509_vfy.cc
[367/948] Compiling x509_req.cc
[368/948] Compiling x509_obj.cc
[369/948] Compiling x509_d2.cc
[370/948] Compiling x509_def.cc
[371/948] Compiling x509_lu.cc
[372/948] Compiling x509_ext.cc
[373/948] Compiling x509_cmp.cc
[374/948] Compiling x509_att.cc
[375/948] Compiling x509.cc
[376/948] Compiling v3_purp.cc
[377/948] Compiling v3_prn.cc
[378/948] Compiling v3_utl.cc
[379/948] Compiling v3_skey.cc
[380/948] Compiling v3_pmaps.cc
[381/948] Compiling v3_ocsp.cc
[382/948] Compiling v3_pcons.cc
[383/948] Compiling v3_ncons.cc
[384/948] Compiling v3_info.cc
[385/948] Compiling v3_lib.cc
[386/948] Compiling v3_int.cc
[387/948] Compiling v3_ia5.cc
[388/948] Compiling v3_extku.cc
[389/948] Compiling v3_genn.cc
[390/948] Compiling v3_enum.cc
[391/948] Compiling v3_crld.cc
[392/948] Compiling v3_conf.cc
[393/948] Compiling v3_cpols.cc
[394/948] Compiling v3_alt.cc
[395/948] Compiling v3_bitst.cc
[396/948] Compiling v3_bcons.cc
[397/948] Compiling v3_akeya.cc
[398/948] Compiling v3_akey.cc
[399/948] Compiling t_x509a.cc
[400/948] Compiling i2d_pr.cc
[401/948] Compiling t_crl.cc
[402/948] Compiling name_print.cc
[403/948] Compiling rsa_pss.cc
[404/948] Compiling t_x509.cc
[405/948] Compiling t_req.cc
[406/948] Compiling policy.cc
[407/948] Compiling by_file.cc
[408/948] Compiling asn1_gen.cc
[409/948] Compiling by_dir.cc
[410/948] Compiling voprf.cc
[411/948] Compiling algorithm.cc
[412/948] Compiling a_verify.cc
[413/948] Compiling trust_token.cc
[414/948] Compiling a_sign.cc
[415/948] Compiling a_digest.cc
[416/948] Compiling thread_win.cc
[417/948] Compiling thread.cc
[418/948] Compiling thread_none.cc
[419/948] Compiling thread_pthread.cc
[420/948] Compiling siphash.cc
[421/948] Compiling stack.cc
[422/948] Compiling sha256.cc
[423/948] Compiling sha512.cc
[424/948] Compiling pmbtoken.cc
[425/948] Compiling slhdsa.cc
[426/948] Compiling spake2plus.cc
[427/948] Compiling rsa_print.cc
[428/948] Compiling sha1.cc
[429/948] Compiling rsa_extra.cc
[430/948] Compiling rsa_crypt.cc
[431/948] Compiling refcount.cc
[432/948] Compiling windows.cc
[433/948] Compiling rc4.cc
[434/948] Compiling trusty.cc
[435/948] Compiling urandom.cc
[436/948] Compiling rand.cc
[437/948] Compiling rsa_asn1.cc
[438/948] Compiling passive.cc
[439/948] Compiling poly1305_arm_asm.S
[440/948] Compiling ios.cc
[441/948] Compiling getentropy.cc
[442/948] Compiling forkunsafe.cc
[443/948] Compiling deterministic.cc
[444/948] Compiling fork_detect.cc
[445/948] Compiling poly1305_vec.cc
[446/948] Compiling poly1305_arm.cc
[447/948] Compiling poly1305.cc
[448/948] Compiling pool.cc
[449/948] Compiling pkcs8_x509.cc
[450/948] Compiling pkcs7.cc
[451/948] Compiling pkcs8.cc
[452/948] Compiling p5_pbev2.cc
[453/948] Compiling pkcs7_x509.cc
[454/948] Compiling pem_xaux.cc
[455/948] Compiling pem_x509.cc
[456/948] Compiling pem_pkey.cc
[457/948] Compiling pem_pk8.cc
[458/948] Compiling pem_oth.cc
[459/948] Compiling mlkem.cc
[460/948] Compiling pem_lib.cc
[461/948] Compiling obj_xref.cc
[462/948] Compiling pem_info.cc
[463/948] Compiling obj.cc
[464/948] Compiling pem_all.cc
[465/948] Compiling poly_rq_mul.S
[466/948] Compiling mldsa.cc
[467/948] Compiling fips_shared_support.cc
[468/948] Compiling md5.cc
[469/948] Compiling mem.cc
[470/948] Compiling md4.cc
[471/948] Compiling lhash.cc
[472/948] Compiling kyber.cc
[473/948] Compiling scrypt.cc
[474/948] Compiling ex_data.cc
[475/948] Compiling sign.cc
[476/948] Compiling print.cc
[477/948] Compiling hpke.cc
[478/948] Compiling hrss.cc
[479/948] Compiling p_x25519.cc
[480/948] Compiling pbkdf.cc
[481/948] Compiling p_ed25519_asn1.cc
[482/948] Compiling p_x25519_asn1.cc
[483/948] Compiling p_rsa_asn1.cc
[484/948] Compiling p_rsa.cc
[485/948] Compiling p_hkdf.cc
[486/948] Compiling p_ed25519.cc
[487/948] Compiling p_dh_asn1.cc
[488/948] Compiling p_ec.cc
[489/948] Compiling p_ec_asn1.cc
[490/948] Compiling p_dh.cc
[491/948] Compiling evp_ctx.cc
[492/948] Compiling p_dsa_asn1.cc
[493/948] Compiling err.cc
[494/948] Compiling evp_asn1.cc
[495/948] Compiling evp.cc
[496/948] Compiling engine.cc
[497/948] Compiling ecdh.cc
[498/948] Compiling hash_to_curve.cc
[499/948] Compiling ecdsa_asn1.cc
[500/948] Compiling ec_derive.cc
[501/948] Compiling dsa.cc
[502/948] Compiling dsa_asn1.cc
[503/948] Compiling ec_asn1.cc
[504/948] Compiling bcm.cc
[505/948] Compiling params.cc
[506/948] Compiling x25519-asm-arm.S
[507/948] Compiling digest_extra.cc
[508/948] Compiling dh_asn1.cc
[509/948] Compiling des.cc
[510/948] Compiling curve25519_64_adx.cc
[511/948] Compiling crypto.cc
[512/948] Compiling spake25519.cc
[513/948] Compiling cpu_intel.cc
[514/948] Compiling curve25519.cc
[515/948] Compiling cpu_arm_freebsd.cc
[516/948] Compiling cpu_arm_linux.cc
[517/948] Compiling cpu_aarch64_win.cc
[518/948] Compiling cpu_aarch64_sysreg.cc
[519/948] Compiling cpu_aarch64_fuchsia.cc
[520/948] Compiling cpu_aarch64_openbsd.cc
[521/948] Compiling cpu_aarch64_linux.cc
[522/948] Compiling cpu_aarch64_apple.cc
[523/948] Compiling conf.cc
[524/948] Compiling tls_cbc.cc
[525/948] Compiling get_cipher.cc
[526/948] Compiling e_tls.cc
[527/948] Compiling e_rc4.cc
[528/948] Compiling e_rc2.cc
[529/948] Compiling e_null.cc
[530/948] Compiling e_chacha20poly1305.cc
[531/948] Compiling e_des.cc
[532/948] Compiling e_aesgcmsiv.cc
[533/948] Compiling e_aesctrhmac.cc
[534/948] Compiling derive_key.cc
[535/948] Compiling chacha.cc
[536/948] Compiling unicode.cc
[537/948] Compiling buf.cc
[538/948] Compiling ber.cc
[539/948] Compiling cbb.cc
[540/948] Compiling cbs.cc
[541/948] Compiling asn1_compat.cc
[542/948] Compiling convert.cc
[543/948] Compiling bn_asn1.cc
[544/948] Compiling blake2.cc
[545/948] Compiling socket_helper.cc
[546/948] Compiling socket.cc
[547/948] Compiling printf.cc
[548/948] Compiling hexdump.cc
[549/948] Compiling pair.cc
[550/948] Compiling file.cc
[551/948] Compiling errno.cc
[552/948] Compiling fd.cc
[553/948] Compiling connect.cc
[554/948] Compiling bio_mem.cc
[555/948] Compiling bio.cc
[556/948] Compiling base64.cc
[557/948] Compiling tasn_fre.cc
[558/948] Compiling tasn_typ.cc
[559/948] Compiling tasn_utl.cc
[560/948] Compiling tasn_enc.cc
[561/948] Compiling tasn_new.cc
[562/948] Compiling posix_time.cc
[563/948] Compiling f_string.cc
[564/948] Compiling tasn_dec.cc
[565/948] Compiling f_int.cc
[566/948] Compiling asn_pack.cc
[567/948] Compiling asn1_par.cc
[568/948] Compiling a_utctm.cc
[569/948] Compiling asn1_lib.cc
[570/948] Compiling a_type.cc
[571/948] Compiling a_octet.cc
[572/948] Compiling a_time.cc
[573/948] Compiling a_strnid.cc
[574/948] Compiling a_strex.cc
[575/948] Compiling a_object.cc
[576/948] Compiling a_mbstr.cc
[577/948] Compiling a_i2d_fp.cc
[578/948] Compiling a_dup.cc
[579/948] Compiling a_d2i_fp.cc
[580/948] Compiling fiat_p256_adx_sqr.S
[581/948] Compiling a_int.cc
[582/948] Compiling fiat_p256_adx_mul.S
[583/948] Compiling fiat_curve25519_adx_mul.S
[584/948] Compiling fiat_curve25519_adx_square.S
[585/948] Compiling md5-x86_64-apple.S
[586/948] Compiling md5-x86_64-linux.S
[587/948] Compiling a_gentm.cc
[588/948] Compiling md5-586-linux.S
[589/948] Compiling md5-586-apple.S
[590/948] Compiling chacha20_poly1305_x86_64-linux.S
[591/948] Compiling chacha20_poly1305_x86_64-apple.S
[592/948] Compiling chacha20_poly1305_armv8-win.S
[593/948] Compiling chacha20_poly1305_armv8-linux.S
[594/948] Compiling chacha20_poly1305_armv8-apple.S
[595/948] Compiling chacha-x86_64-linux.S
[596/948] Compiling a_bitstr.cc
[597/948] Compiling chacha-x86_64-apple.S
[598/948] Compiling chacha-x86-linux.S
[599/948] Compiling CCryptoBoringSSLShims shims.c
[600/948] Compiling chacha-armv8-win.S
[601/948] Compiling chacha-x86-apple.S
[602/948] Compiling chacha-armv8-apple.S
[603/948] Compiling chacha-armv4-linux.S
[604/948] Compiling chacha-armv8-linux.S
[605/948] Compiling aes128gcmsiv-x86_64-linux.S
[606/948] Compiling aes128gcmsiv-x86_64-apple.S
[607/948] Compiling x86_64-mont5-linux.S
[608/948] Compiling x86_64-mont5-apple.S
[609/948] Compiling x86_64-mont-apple.S
[610/948] Compiling x86_64-mont-linux.S
[611/948] Compiling x86-mont-linux.S
[612/948] Compiling x86-mont-apple.S
[613/948] Compiling vpaes-x86-linux.S
[614/948] Compiling vpaes-x86_64-linux.S
[615/948] Compiling vpaes-x86_64-apple.S
[616/948] Compiling vpaes-x86-apple.S
[617/948] Compiling vpaes-armv8-linux.S
[618/948] Compiling vpaes-armv8-win.S
[618/948] Compiling vpaes-armv8-apple.S
[620/948] Compiling vpaes-armv7-linux.S
[621/948] Compiling sha512-x86_64-apple.S
[622/948] Compiling sha512-x86_64-linux.S
[623/948] Compiling a_bool.cc
[624/948] Compiling sha512-armv8-win.S
[625/948] Compiling sha512-armv8-linux.S
[626/948] Compiling err_data.cc
[627/948] Compiling sha512-armv8-apple.S
[628/948] Compiling sha512-armv4-linux.S
[629/948] Compiling sha512-586-apple.S
[630/948] Compiling sha512-586-linux.S
[631/948] Compiling sha256-x86_64-linux.S
[632/948] Compiling sha256-x86_64-apple.S
[633/948] Compiling sha256-armv4-linux.S
[634/948] Compiling sha256-armv8-win.S
[635/948] Compiling sha256-armv8-apple.S
[636/948] Compiling sha256-armv8-linux.S
[637/948] Compiling sha1-x86_64-linux.S
[638/948] Compiling sha256-586-linux.S
[639/948] Compiling sha256-586-apple.S
[640/948] Compiling sha1-x86_64-apple.S
[641/948] Compiling sha1-armv8-win.S
[642/948] Compiling sha1-armv4-large-linux.S
[643/948] Compiling rsaz-avx2-apple.S
[644/948] Compiling sha1-586-linux.S
[645/948] Compiling sha1-armv8-linux.S
[646/948] Compiling sha1-armv8-apple.S
[647/948] Compiling rsaz-avx2-linux.S
[648/948] Compiling sha1-586-apple.S
[649/948] Compiling rdrand-x86_64-apple.S
[650/948] Compiling p256_beeu-x86_64-asm-apple.S
[651/948] Compiling p256_beeu-x86_64-asm-linux.S
[652/948] Compiling rdrand-x86_64-linux.S
[653/948] Compiling p256_beeu-armv8-asm-linux.S
[654/948] Compiling p256_beeu-armv8-asm-apple.S
[655/948] Compiling p256_beeu-armv8-asm-win.S
[656/948] Compiling p256-x86_64-asm-linux.S
[657/948] Compiling p256-armv8-asm-win.S
[658/948] Compiling p256-x86_64-asm-apple.S
[659/948] Compiling p256-armv8-asm-apple.S
[660/948] Compiling ghashv8-armv8-win.S
[661/948] Compiling p256-armv8-asm-linux.S
[662/948] Compiling ghashv8-armv8-linux.S
[663/948] Compiling ghashv8-armv8-apple.S
[664/948] Compiling ghashv8-armv7-linux.S
[665/948] Compiling ghash-x86_64-linux.S
[666/948] Compiling ghash-x86_64-apple.S
[667/948] Compiling ghash-x86-apple.S
[668/948] Compiling ghash-x86-linux.S
[669/948] Compiling ghash-ssse3-x86_64-linux.S
[670/948] Compiling ghash-ssse3-x86_64-apple.S
[671/948] Compiling ghash-ssse3-x86-apple.S
[672/948] Compiling ghash-ssse3-x86-linux.S
[673/948] Compiling ghash-neon-armv8-win.S
[674/948] Compiling ghash-armv4-linux.S
[675/948] Compiling ghash-neon-armv8-linux.S
[676/948] Compiling co-586-linux.S
[677/948] Compiling ghash-neon-armv8-apple.S
[678/948] Compiling co-586-apple.S
[679/948] Compiling bsaes-armv7-linux.S
[680/948] Compiling bn-586-linux.S
[681/948] Compiling bn-armv8-win.S
[682/948] Compiling bn-armv8-linux.S
[683/948] Compiling bn-armv8-apple.S
[684/948] Compiling bn-586-apple.S
[685/948] Compiling armv8-mont-win.S
[686/948] Compiling aesv8-gcm-armv8-win.S
[687/948] Compiling armv4-mont-linux.S
[688/948] Compiling armv8-mont-apple.S
[689/948] Compiling aesv8-gcm-armv8-apple.S
[690/948] Compiling armv8-mont-linux.S
[691/948] Compiling aesv8-gcm-armv8-linux.S
[692/948] Compiling aesv8-armv7-linux.S
[693/948] Compiling aesv8-armv8-apple.S
[694/948] Compiling aesv8-armv8-win.S
[695/948] Compiling aesni-x86_64-linux.S
[695/948] Compiling aesv8-armv8-linux.S
[697/948] Compiling aesni-x86_64-apple.S
[698/948] Compiling aesni-x86-linux.S
[699/948] Compiling aesni-x86-apple.S
[700/948] Compiling aesni-gcm-x86_64-linux.S
[701/948] Compiling aes-gcm-avx10-x86_64-apple.S
[702/948] Compiling aes-gcm-avx10-x86_64-linux.S
[703/948] Compiling aesni-gcm-x86_64-apple.S
[704/948] Compiling x_spki.cc
[705/948] Compiling x_sig.cc
[706/948] Compiling x_x509a.cc
[707/948] Compiling x_pubkey.cc
[708/948] Compiling x_req.cc
[709/948] Compiling x_x509.cc
[710/948] Compiling x_val.cc
[711/948] Compiling c-nioatomics.c
[712/948] Compiling x_name.cc
[713/948] Compiling x509rset.cc
[714/948] Compiling x_crl.cc
[715/948] Compiling x_exten.cc
[716/948] Compiling c-atomics.c
[717/948] Compiling x509name.cc
[718/948] Compiling x_algor.cc
[719/948] Compiling x_all.cc
[720/950] Compiling x_attrib.cc
[721/954] Compiling x509spki.cc
[723/954] Compiling NIOConcurrencyHelpers NIOLock.swift
[724/954] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[725/954] Compiling NIOConcurrencyHelpers lock.swift
[726/954] Emitting module NIOConcurrencyHelpers
[727/954] Compiling NIOConcurrencyHelpers atomics.swift
[728/954] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[728/955] Compiling x509cset.cc
[730/955] Compiling x509_v3.cc
[731/955] Compiling x509_trs.cc
[732/955] Compiling x509_vpm.cc
[733/955] Compiling x509_vfy.cc
[734/955] Compiling x509_set.cc
[735/955] Compiling x509_txt.cc
[736/955] Compiling x509_obj.cc
[737/955] Compiling x509_req.cc
[738/955] Compiling x509_lu.cc
[739/955] Compiling x509_ext.cc
[740/955] Compiling x509_def.cc
[741/955] Compiling x509_cmp.cc
[742/980] Compiling x509_d2.cc
[743/1016] Compiling x509.cc
[744/1016] Compiling v3_skey.cc
[745/1016] Compiling x509_att.cc
[746/1016] Compiling v3_prn.cc
[747/1016] Compiling v3_purp.cc
[748/1016] Compiling v3_pmaps.cc
[749/1016] Compiling v3_utl.cc
[751/1016] Compiling NIOCore NIOAny.swift
[752/1016] Compiling NIOCore NIOCloseOnErrorHandler.swift
[753/1016] Compiling NIOCore NIOCoreSendableMetatype.swift
[754/1016] Compiling NIOCore NIOLoopBound.swift
[755/1016] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[756/1016] Compiling NIOCore NIOScheduledCallback.swift
[757/1016] Compiling NIOCore NIOSendable.swift
[758/1016] Compiling NIOCore RecvByteBufferAllocator.swift
[758/1024] Compiling v3_int.cc
[759/1024] Compiling v3_ncons.cc
[760/1024] Compiling v3_ocsp.cc
[761/1024] Compiling v3_pcons.cc
[762/1024] Compiling v3_ia5.cc
[763/1024] Compiling v3_lib.cc
[764/1024] Compiling v3_info.cc
[766/1024] Compiling NIOCore IOData.swift
[767/1024] Compiling NIOCore IPProtocol.swift
[768/1024] Compiling NIOCore IntegerBitPacking.swift
[769/1024] Compiling NIOCore IntegerTypes.swift
[770/1024] Compiling NIOCore Interfaces.swift
[771/1024] Compiling NIOCore Linux.swift
[772/1024] Compiling NIOCore MarkedCircularBuffer.swift
[773/1024] Compiling NIOCore MulticastChannel.swift
[774/1024] Compiling NIOCore EventLoopFuture+Deprecated.swift
[775/1024] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[776/1024] Compiling NIOCore EventLoopFuture.swift
[777/1024] Compiling NIOCore FileDescriptor.swift
[778/1024] Compiling NIOCore FileHandle.swift
[779/1024] Compiling NIOCore FileRegion.swift
[780/1024] Compiling NIOCore GlobalSingletons.swift
[781/1024] Compiling NIOCore IO.swift
[781/1024] Compiling v3_genn.cc
[782/1024] Compiling v3_extku.cc
[783/1024] Compiling v3_enum.cc
[784/1024] Compiling v3_crld.cc
[785/1024] Compiling v3_cpols.cc
[786/1024] Compiling v3_conf.cc
[787/1024] Compiling v3_bitst.cc
[789/1024] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[790/1024] Compiling NIOCore SocketAddresses.swift
[791/1024] Compiling NIOCore SocketOptionProvider.swift
[792/1024] Compiling NIOCore SystemCallHelpers.swift
[793/1024] Compiling NIOCore TimeAmount+Duration.swift
[794/1024] Compiling NIOCore TypeAssistedChannelHandler.swift
[795/1024] Compiling NIOCore UniversalBootstrapSupport.swift
[796/1024] Compiling NIOCore Utilities.swift
[796/1024] Compiling v3_alt.cc
[797/1024] Compiling v3_bcons.cc
[799/1024] Compiling NIOCore CircularBuffer.swift
[800/1024] Compiling NIOCore Codec.swift
[801/1024] Compiling NIOCore ConvenienceOptionSupport.swift
[802/1024] Compiling NIOCore DeadChannel.swift
[803/1024] Compiling NIOCore DispatchQueue+WithFuture.swift
[804/1024] Compiling NIOCore EventLoop+Deprecated.swift
[805/1024] Compiling NIOCore EventLoop+SerialExecutor.swift
[806/1024] Compiling NIOCore EventLoop.swift
[807/1024] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[807/1024] Compiling v3_akeya.cc
[808/1024] Compiling t_req.cc
[809/1024] Compiling v3_akey.cc
[810/1024] Compiling t_x509.cc
[811/1024] Compiling t_x509a.cc
[812/1024] Compiling t_crl.cc
[813/1024] Compiling i2d_pr.cc
[814/1024] Compiling rsa_pss.cc
[815/1024] Compiling by_dir.cc
[817/1024] Emitting module NIOCore
[817/1024] Compiling policy.cc
[818/1024] Compiling name_print.cc
[819/1024] Compiling by_file.cc
[820/1024] Compiling trust_token.cc
[821/1024] Compiling a_verify.cc
[822/1024] Compiling algorithm.cc
[823/1024] Compiling asn1_gen.cc
[823/1024] Compiling a_sign.cc
[825/1024] Compiling voprf.cc
[826/1024] Compiling a_digest.cc
[827/1024] Compiling pmbtoken.cc
[828/1024] Compiling thread_win.cc
[829/1024] Compiling thread_none.cc
[830/1024] Compiling thread_pthread.cc
[831/1024] Compiling thread.cc
[832/1024] Compiling slhdsa.cc
[833/1024] Compiling wots.cc
[834/1024] Compiling stack.cc
[835/1024] Compiling thash.cc
[836/1024] Compiling fors.cc
[837/1024] Compiling siphash.cc
[838/1024] Compiling merkle.cc
[839/1024] Compiling sha512.cc
[840/1024] Compiling rsa_print.cc
[841/1024] Compiling sha1.cc
[842/1024] Compiling sha256.cc
[843/1024] Compiling rsa_extra.cc
[844/1024] Compiling rsa_crypt.cc
[846/1024] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[847/1024] Compiling NIOCore BSDSocketAPI.swift
[848/1024] Compiling NIOCore ByteBuffer-aux.swift
[849/1024] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[850/1024] Compiling NIOCore ByteBuffer-conversions.swift
[851/1024] Compiling NIOCore ByteBuffer-core.swift
[852/1024] Compiling NIOCore ByteBuffer-hex.swift
[853/1024] Compiling NIOCore ByteBuffer-int.swift
[854/1024] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[855/1024] Compiling NIOCore ByteBuffer-multi-int.swift
[856/1024] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[857/1024] Compiling NIOCore ByteBuffer-views.swift
[858/1024] Compiling NIOCore Channel.swift
[859/1024] Compiling NIOCore ChannelHandler.swift
[860/1024] Compiling NIOCore ChannelHandlers.swift
[861/1024] Compiling NIOCore ChannelInvoker.swift
[862/1024] Compiling NIOCore ChannelOption.swift
[863/1024] Compiling NIOCore ChannelPipeline.swift
[864/1024] Compiling NIOCore AddressedEnvelope.swift
[865/1024] Compiling NIOCore AsyncAwaitSupport.swift
[866/1024] Compiling NIOCore AsyncChannel.swift
[867/1024] Compiling NIOCore AsyncChannelHandler.swift
[868/1024] Compiling NIOCore AsyncChannelInboundStream.swift
[869/1024] Compiling NIOCore AsyncChannelOutboundWriter.swift
[870/1024] Compiling NIOCore NIOAsyncSequenceProducer.swift
[871/1024] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[872/1024] Compiling NIOCore NIOAsyncWriter.swift
[872/1024] Compiling rsa_asn1.cc
[873/1024] Compiling rc4.cc
[874/1025] Compiling refcount.cc
[875/1025] Compiling windows.cc
[876/1025] Compiling urandom.cc
[878/1025] Compiling trusty.cc
[879/1025] Compiling fork_detect.cc
[880/1025] Compiling rand_extra.cc
[881/1025] Compiling getentropy.cc
[882/1025] Compiling passive.cc
[883/1071] Compiling ios.cc
[884/1076] Compiling poly1305_arm_asm.S
[885/1076] Compiling forkunsafe.cc
[886/1076] Compiling deterministic.cc
[887/1076] Compiling poly1305_vec.cc
[889/1076] Emitting module NIOEmbedded
[889/1076] Compiling poly1305.cc
[890/1076] Compiling poly1305_arm.cc
[891/1076] Compiling pool.cc
[893/1076] Compiling NIOPosix Pool.swift
[894/1076] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[895/1076] Compiling NIOPosix PosixSingletons.swift
[896/1076] Compiling NIOPosix RawSocketBootstrap.swift
[897/1076] Compiling NIOPosix Resolver.swift
[898/1076] Compiling NIOPosix Selectable.swift
[898/1082] Compiling pkcs7.cc
[899/1082] Compiling p5_pbev2.cc
[900/1082] Compiling pkcs7_x509.cc
[901/1082] Compiling pkcs8.cc
[903/1082] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[904/1082] Compiling NIOEmbedded AsyncTestingChannel.swift
[905/1082] Compiling NIOEmbedded Embedded.swift
[906/1083] Compiling pkcs8_x509.cc
[907/1083] Compiling pem_xaux.cc
[909/1083] Compiling NIOPosix IO.swift
[910/1083] Compiling NIOPosix IntegerBitPacking.swift
[911/1083] Compiling NIOPosix IntegerTypes.swift
[912/1083] Compiling NIOPosix Linux.swift
[913/1083] Compiling NIOPosix LinuxCPUSet.swift
[914/1083] Compiling NIOPosix LinuxUring.swift
[915/1083] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[915/1083] Compiling pem_oth.cc
[916/1083] Compiling pem_pk8.cc
[917/1083] Compiling pem_x509.cc
[918/1083] Compiling pem_pkey.cc
[919/1083] Compiling mldsa.cc
[921/1083] Compiling NIOPosix ThreadPosix.swift
[922/1083] Compiling NIOPosix ThreadWindows.swift
[923/1083] Compiling NIOPosix UnsafeTransfer.swift
[924/1083] Compiling NIOPosix Utilities.swift
[925/1083] Compiling NIOPosix VsockAddress.swift
[926/1083] Compiling NIOPosix VsockChannelEvents.swift
[926/1083] Compiling obj_xref.cc
[928/1083] Compiling NIOPosix ServerSocket.swift
[929/1083] Compiling NIOPosix Socket.swift
[930/1083] Compiling NIOPosix SocketChannel.swift
[931/1083] Compiling NIOPosix SocketProtocols.swift
[932/1083] Compiling NIOPosix System.swift
[933/1083] Compiling NIOPosix Thread.swift
[933/1083] Compiling mlkem.cc
[934/1083] Compiling mem.cc
[935/1083] Compiling pem_info.cc
[936/1083] Compiling pem_lib.cc
[937/1083] Compiling obj.cc
[939/1083] Compiling NIOPosix Bootstrap.swift
[940/1083] Compiling NIOPosix ControlMessage.swift
[941/1083] Compiling NIOPosix DatagramVectorReadManager.swift
[942/1083] Compiling NIOPosix Errors+Any.swift
[943/1083] Compiling NIOPosix FileDescriptor.swift
[944/1083] Compiling NIOPosix GetaddrinfoResolver.swift
[945/1083] Compiling NIOPosix HappyEyeballs.swift
[945/1083] Compiling poly_rq_mul.S
[947/1083] Compiling NIOPosix SelectableChannel.swift
[948/1083] Compiling NIOPosix SelectableEventLoop.swift
[949/1083] Compiling NIOPosix SelectorEpoll.swift
[950/1083] Compiling NIOPosix SelectorGeneric.swift
[951/1083] Compiling NIOPosix SelectorKqueue.swift
[952/1083] Compiling NIOPosix SelectorUring.swift
[952/1083] Compiling md4.cc
[953/1083] Compiling fips_shared_support.cc
[954/1083] Compiling md5.cc
[955/1083] Compiling pem_all.cc
[957/1083] Emitting module NIOPosix
[957/1083] Compiling lhash.cc
[959/1083] Compiling NIOPosix BSDSocketAPICommon.swift
[960/1083] Compiling NIOPosix BSDSocketAPIPosix.swift
[961/1083] Compiling NIOPosix BSDSocketAPIWindows.swift
[962/1083] Compiling NIOPosix BaseSocket.swift
[963/1083] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[964/1083] Compiling NIOPosix BaseSocketChannel.swift
[965/1083] Compiling NIOPosix BaseStreamSocketChannel.swift
[966/1083] Compiling NIOPosix NIOPosixSendableMetatype.swift
[967/1083] Compiling NIOPosix NIOThreadPool.swift
[968/1083] Compiling NIOPosix NonBlockingFileIO.swift
[969/1083] Compiling NIOPosix PendingDatagramWritesManager.swift
[970/1083] Compiling NIOPosix PendingWritesManager.swift
[971/1083] Compiling NIOPosix PipeChannel.swift
[972/1083] Compiling NIOPosix PipePair.swift
[972/1084] Compiling sign.cc
[974/1084] Compiling ex_data.cc
[975/1084] Compiling hrss.cc
[976/1084] Compiling kyber.cc
[977/1084] Compiling hpke.cc
[978/1084] Compiling scrypt.cc
[979/1086] Compiling print.cc
[981/1086] Compiling NIO Exports.swift
[982/1086] Emitting module NIO
[982/1086] Compiling pbkdf.cc
[984/1087] Compiling p_x25519.cc
[985/1087] Compiling p_x25519_asn1.cc
[986/1087] Compiling p_rsa_asn1.cc
[987/1087] Compiling p_rsa.cc
[988/1093] Compiling p_hkdf.cc
[989/1107] Compiling p_ed25519_asn1.cc
[990/1121] Compiling p_ed25519.cc
[992/1126] Compiling NIOTLS TLSEvents.swift
[993/1126] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[994/1126] Emitting module NIOTLS
[995/1126] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[996/1126] Compiling NIOSOCKS ClientStateMachine.swift
[997/1126] Compiling NIOSOCKS SOCKSResponse.swift
[998/1126] Compiling NIOSOCKS Messages.swift
[999/1126] Compiling NIOSOCKS SOCKSRequest.swift
[1000/1126] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1001/1127] Compiling NIOSOCKS AuthenticationMethod.swift
[1002/1127] Compiling NIOSOCKS ClientGreeting.swift
[1003/1127] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1004/1127] Compiling NIOTLS SNIHandler.swift
[1004/1128] Compiling p_ec_asn1.cc
[1006/1128] Compiling NIOSOCKS Errors.swift
[1007/1128] Compiling NIOSOCKS Helpers.swift
[1008/1128] Compiling NIOSOCKS SOCKSClientHandler.swift
[1009/1128] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1010/1128] Emitting module NIOSOCKS
[1011/1128] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1012/1128] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1013/1128] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1015/1128] Compiling NIOSOCKS ServerStateMachine.swift
[1016/1129] Compiling p_dsa_asn1.cc
[1017/1129] Compiling p_ec.cc
[1019/1129] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1020/1129] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1021/1129] Emitting module NIOFoundationCompat
[1022/1129] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1024/1161] Compiling NIOSSL SSLCallbacks.swift
[1025/1161] Compiling NIOSSL SSLCertificate.swift
[1025/1161] Compiling p_dh_asn1.cc
[1026/1161] Compiling p_dh.cc
[1027/1183] Compiling evp_ctx.cc
[1029/1183] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1030/1183] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1031/1183] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1032/1185] Emitting module NIOTransportServices
[1032/1185] Compiling bcm.cc
[1034/1185] Compiling NIOTransportServices StateManagedChannel.swift
[1035/1185] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1036/1185] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1037/1185] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1038/1185] Compiling NIOTransportServices NIOTSErrors.swift
[1039/1185] Compiling NIOTransportServices NIOTSEventLoop.swift
[1040/1185] Compiling NIOTransportServices NIOTSBootstraps.swift
[1041/1185] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1042/1185] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1043/1185] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1044/1185] Compiling NIOTransportServices NIOTSSingletons.swift
[1045/1185] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1046/1185] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1047/1185] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1048/1185] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1049/1185] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1050/1185] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1051/1185] Compiling NIOTransportServices AcceptHandler.swift
[1052/1185] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1053/1185] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1053/1186] Compiling evp_asn1.cc
[1058/1186] Compiling err.cc
[1062/1186] Compiling evp.cc
[1066/1186] Emitting module NIOHTTP1
[1069/1186] Compiling engine.cc
[1073/1187] Compiling ec_derive.cc
[1074/1187] Compiling ecdsa_asn1.cc
[1075/1187] Compiling hash_to_curve.cc
[1076/1187] Compiling ec_asn1.cc
[1077/1187] Compiling ecdh_extra.cc
[1079/1210] Emitting module NIOSSL
[1080/1210] Compiling NIOHPACK DynamicHeaderTable.swift
[1081/1210] Compiling NIOHPACK HPACKDecoder.swift
[1082/1210] Compiling NIOHPACK HPACKEncoder.swift
[1083/1210] Compiling NIOHPACK HPACKErrors.swift
[1083/1214] Compiling dsa_asn1.cc
[1085/1214] Compiling NIOSSL SubjectAlternativeName.swift
[1086/1214] Compiling NIOSSL NIOSSLSecureBytes.swift
[1087/1214] Compiling NIOSSL RNG.swift
[1088/1214] Compiling NIOSSL SafeCompare.swift
[1092/1214] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1093/1214] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1093/1214] Compiling dsa.cc
[1095/1214] Emitting module NIOTestUtils
[1096/1214] Compiling NIOHPACK IntegerCoding.swift
[1097/1214] Compiling NIOHPACK IndexedHeaderTable.swift
[1098/1215] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1099/1215] Emitting module NIOHTTPCompression
[1100/1215] Compiling NIOHTTPCompression HTTPCompression.swift
[1101/1215] Compiling NIOHTTPCompression HTTPDecompression.swift
[1102/1215] Compiling NIOHPACK HuffmanTables.swift
[1102/1215] Compiling params.cc
[1108/1215] Emitting module NIOHPACK
[1109/1215] Compiling NIOHPACK StaticHeaderTable.swift
[1110/1215] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1111/1215] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1112/1215] Compiling NIOHPACK HuffmanCoding.swift
[1113/1216] Compiling NIOTestUtils NIOHTTP1TestServer.swift
[1118/1216] Compiling digest_extra.cc
[1124/1216] Compiling NIOHPACK HPACKHeader.swift
[1125/1216] Compiling NIOHPACK HeaderTables.swift
[1131/1216] Compiling dh_asn1.cc
[1134/1217] Compiling x25519-asm-arm.S
[1135/1217] Compiling des.cc
[1137/1217] Compiling spake25519.cc
[1138/1217] Compiling curve25519_64_adx.cc
[1140/1275] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1141/1275] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1142/1275] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1143/1275] Compiling NIOHTTP2 HTTP2Error.swift
[1143/1276] Compiling cpu_intel.cc
[1145/1276] Compiling curve25519.cc
[1146/1276] Compiling crypto.cc
[1147/1276] Compiling cpu_arm_linux.cc
[1148/1276] Compiling cpu_arm_freebsd.cc
[1149/1276] Compiling cpu_aarch64_sysreg.cc
[1150/1276] Compiling cpu_aarch64_win.cc
[1151/1276] Compiling cpu_aarch64_linux.cc
[1152/1276] Compiling cpu_aarch64_openbsd.cc
[1153/1276] Compiling cpu_aarch64_fuchsia.cc
[1154/1276] Compiling cpu_aarch64_apple.cc
[1155/1276] Compiling e_tls.cc
[1157/1276] Compiling NIOTestUtils ByteToMessageDecoderVerifier.swift
[1158/1276] Compiling NIOTestUtils ManualTaskExecutor.swift
[1159/1276] Compiling NIOTestUtils EventCounterHandler.swift
[1159/1276] Compiling tls_cbc.cc
[1160/1277] Compiling e_rc4.cc
[1161/1277] Compiling e_rc2.cc
[1162/1277] Compiling conf.cc
[1165/1277] Emitting module NIOHTTP2
[1165/1285] Compiling e_null.cc
[1166/1285] Compiling e_chacha20poly1305.cc
[1168/1285] Compiling NIOHTTP2 MaySendFrames.swift
[1169/1285] Compiling NIOHTTP2 SendingDataState.swift
[1170/1285] Compiling NIOHTTP2 SendingGoawayState.swift
[1171/1285] Compiling NIOHTTP2 SendingHeadersState.swift
[1172/1285] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1173/1285] Compiling NIOHTTP2 SendingRstStreamState.swift
[1174/1285] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1175/1285] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1176/1285] Compiling NIOHTTP2 StateMachineResult.swift
[1177/1285] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1178/1285] Compiling NIOHTTP2 DOSHeuristics.swift
[1179/1285] Compiling NIOHTTP2 Error+Any.swift
[1180/1285] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1181/1285] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1182/1285] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1183/1285] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1183/1285] Compiling e_des.cc
[1184/1285] Compiling derive_key.cc
[1185/1285] Compiling cipher_extra.cc
[1185/1285] Compiling e_aesgcmsiv.cc
[1187/1285] Compiling e_aesctrhmac.cc
[1189/1285] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1190/1285] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1191/1285] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1192/1285] Compiling NIOHTTP2 HTTP2StreamID.swift
[1193/1285] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1194/1285] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1195/1285] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1196/1285] Compiling NIOHTTP2 InboundEventBuffer.swift
[1196/1285] Compiling chacha.cc
[1197/1285] Compiling buf.cc
[1198/1285] Compiling unicode.cc
[1199/1285] Compiling cbb.cc
[1200/1285] Compiling cbs.cc
[1202/1285] Compiling NIOHTTP2 InboundWindowManager.swift
[1203/1285] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1204/1285] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1205/1285] Compiling NIOHTTP2 StreamChannelList.swift
[1206/1285] Compiling NIOHTTP2 StreamMap.swift
[1207/1285] Compiling NIOHTTP2 StreamStateMachine.swift
[1208/1285] Compiling NIOHTTP2 UnsafeTransfer.swift
[1209/1285] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1209/1285] Compiling convert.cc
[1210/1285] Compiling asn1_compat.cc
[1212/1285] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1213/1285] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1214/1285] Compiling NIOHTTP2 MayReceiveFrames.swift
[1215/1285] Compiling NIOHTTP2 ReceivingDataState.swift
[1216/1285] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1217/1285] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1218/1285] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1219/1285] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1220/1285] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1220/1285] Compiling ber.cc
[1221/1285] Compiling bn_asn1.cc
[1222/1285] Compiling blake2.cc
[1223/1285] Compiling printf.cc
[1224/1285] Compiling file.cc
[1226/1285] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1227/1285] Compiling NIOHTTP2 HTTP2Frame.swift
[1228/1285] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1229/1285] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1230/1285] Compiling NIOHTTP2 HTTP2PingData.swift
[1231/1285] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1232/1285] Compiling NIOHTTP2 HTTP2Settings.swift
[1233/1285] Compiling NIOHTTP2 HTTP2Stream.swift
[1233/1285] Compiling hexdump.cc
[1234/1285] Compiling pair.cc
[1235/1285] Compiling fd.cc
[1236/1285] Compiling errno.cc
[1237/1285] Compiling bio_mem.cc
[1238/1285] Compiling bio.cc
[1239/1285] Compiling base64.cc
[1240/1285] Compiling tasn_typ.cc
[1241/1285] Compiling tasn_fre.cc
[1242/1285] Compiling tasn_new.cc
[1243/1285] Compiling tasn_utl.cc
[1244/1285] Compiling tasn_enc.cc
[1246/1285] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1247/1285] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1248/1285] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1253/1285] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1254/1285] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1255/1285] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1256/1285] Compiling NIOHTTP2 HasLocalSettings.swift
[1257/1285] Compiling NIOHTTP2 HasRemoteSettings.swift
[1258/1285] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1259/1285] Compiling NIOHTTP2 QuiescingState.swift
[1260/1285] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1261/1285] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1262/1286] Compiling posix_time.cc
[1263/1286] Compiling f_string.cc
[1264/1286] Compiling asn1_par.cc
[1265/1286] Compiling tasn_dec.cc
[1266/1286] Compiling f_int.cc
[1267/1286] Compiling asn_pack.cc
[1268/1286] Compiling asn1_lib.cc
[1269/1286] Compiling a_utctm.cc
[1270/1286] Compiling a_type.cc
[1271/1286] Compiling a_octet.cc
[1272/1286] Compiling a_time.cc
[1273/1286] Compiling a_object.cc
[1274/1286] Compiling a_strex.cc
[1275/1286] Compiling a_strnid.cc
[1276/1286] Compiling a_i2d_fp.cc
[1277/1286] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1278/1286] Write sources
[1279/1286] Compiling a_mbstr.cc
[1280/1286] Compiling a_int.cc
[1281/1286] Compiling a_gentm.cc
[1282/1286] Compiling a_dup.cc
[1283/1311] Compiling a_d2i_fp.cc
[1284/1311] Compiling a_bitstr.cc
[1285/1311] Compiling a_bool.cc
[1287/1319] Compiling Algorithms RandomSample.swift
[1288/1319] Compiling Algorithms Reductions.swift
[1289/1319] Compiling Algorithms Rotate.swift
[1290/1319] Compiling Algorithms Split.swift
[1291/1319] Compiling Algorithms Stride.swift
[1292/1319] Compiling Algorithms Suffix.swift
[1293/1319] Compiling Algorithms Partition.swift
[1294/1319] Compiling Algorithms Permutations.swift
[1295/1319] Compiling Algorithms Product.swift
[1296/1322] Compiling Algorithms Joined.swift
[1297/1322] Compiling Algorithms Keyed.swift
[1298/1322] Compiling Algorithms MinMax.swift
[1299/1322] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1300/1322] Compiling CryptoBoringWrapper RandomBytes.swift
[1301/1322] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1302/1322] Compiling Algorithms Trim.swift
[1303/1322] Compiling Algorithms Unique.swift
[1304/1322] Compiling Algorithms Windows.swift
[1305/1322] Emitting module CryptoBoringWrapper
[1306/1322] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1307/1322] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1308/1322] Compiling CryptoBoringWrapper EllipticCurve.swift
[1309/1322] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1311/1323] Compiling Algorithms Compacted.swift
[1312/1323] Compiling Algorithms Cycle.swift
[1313/1323] Compiling Algorithms EitherSequence.swift
[1314/1323] Compiling Algorithms FirstNonNil.swift
[1315/1323] Compiling Algorithms AdjacentPairs.swift
[1316/1323] Compiling Algorithms Chain.swift
[1317/1323] Compiling Algorithms Chunked.swift
[1318/1323] Compiling Algorithms Combinations.swift
[1319/1323] Compiling Algorithms FlattenCollection.swift
[1320/1323] Compiling Algorithms Grouped.swift
[1321/1323] Compiling Algorithms Indexed.swift
[1322/1323] Compiling Algorithms Intersperse.swift
[1323/1394] Emitting module Algorithms
[1325/1455] Compiling AsyncHTTPClient HTTPClient.swift
[1326/1455] Compiling AsyncHTTPClient HTTPHandler.swift
[1327/1455] Compiling AsyncHTTPClient LRUCache.swift
[1328/1455] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1329/1455] Compiling AsyncHTTPClient NWErrorHandler.swift
[1330/1455] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1331/1455] Compiling AsyncHTTPClient TLSConfiguration.swift
[1332/1455] Compiling AsyncHTTPClient RedirectState.swift
[1333/1455] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1334/1455] Compiling Crypto Ed25519.swift
[1335/1464] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1336/1464] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1337/1464] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1338/1464] Compiling AsyncHTTPClient RequestBodyLength.swift
[1339/1464] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1340/1464] Compiling AsyncHTTPClient RequestOptions.swift
[1341/1464] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1342/1464] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1343/1464] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1344/1464] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1345/1464] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1346/1464] Compiling AsyncHTTPClient HTTP1Connection.swift
[1347/1464] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1348/1464] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1349/1464] Compiling AsyncHTTPClient HTTP2Connection.swift
[1350/1464] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1351/1464] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1352/1464] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1353/1464] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1354/1464] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1355/1464] Emitting module Crypto
[1356/1464] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1357/1464] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1358/1464] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1359/1464] Compiling AsyncHTTPClient ConnectionTarget.swift
[1360/1464] Compiling AsyncHTTPClient DeconstructedURL.swift
[1361/1464] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1362/1464] Compiling AsyncHTTPClient FoundationExtensions.swift
[1363/1464] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1364/1464] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1365/1464] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1366/1464] Compiling Crypto HPKE.swift
[1367/1464] Compiling Crypto HPKE-Context.swift
[1368/1464] Compiling Crypto HPKE-KeySchedule.swift
[1369/1464] Compiling Crypto HPKE-Modes.swift
[1370/1464] Compiling Crypto Insecure.swift
[1371/1464] Compiling Crypto Insecure_HashFunctions.swift
[1372/1464] Compiling Crypto KEM.swift
[1373/1464] Compiling Crypto ECDH_boring.swift
[1374/1464] Compiling Crypto DH.swift
[1375/1464] Compiling Crypto ECDH.swift
[1376/1464] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1377/1464] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1378/1464] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1379/1464] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1380/1464] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1381/1464] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1382/1464] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1383/1464] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1384/1464] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1385/1464] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1386/1464] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1387/1464] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1388/1464] Compiling AsyncHTTPClient Transaction.swift
[1389/1464] Compiling AsyncHTTPClient Base64.swift
[1390/1464] Compiling AsyncHTTPClient BasicAuth.swift
[1391/1464] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1392/1464] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1393/1464] Compiling AsyncHTTPClient ConnectionPool.swift
[1394/1464] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1395/1464] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1396/1464] Emitting module AsyncHTTPClient
[1397/1472] Compiling Crypto Signature.swift
[1398/1472] Compiling Crypto CryptoKitErrors_boring.swift
[1399/1472] Compiling Crypto RNG_boring.swift
[1400/1472] Compiling Crypto SafeCompare_boring.swift
[1401/1472] Compiling Crypto Zeroization_boring.swift
[1402/1472] Compiling Crypto PrettyBytes.swift
[1403/1472] Compiling Crypto SafeCompare.swift
[1404/1472] Compiling Crypto SecureBytes.swift
[1405/1472] Compiling Crypto Zeroization.swift
[1425/1479] Compiling AsyncHTTPClient RequestBag.swift
[1426/1479] Compiling AsyncHTTPClient RequestValidation.swift
[1427/1479] Compiling AsyncHTTPClient SSLContextCache.swift
[1428/1479] Compiling AsyncHTTPClient Scheme.swift
[1429/1479] Compiling AsyncHTTPClient Singleton.swift
[1430/1479] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1431/1479] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1432/1479] Compiling AsyncHTTPClient Utils.swift
[1449/1479] Emitting module SotoSignerV4
[1450/1479] Compiling SotoSignerV4 SigV4a.swift
[1476/1480] Compiling SotoSignerV4 HexEncoding.swift
[1477/1480] Compiling SotoSignerV4 signer.swift
[1478/1480] Compiling SotoSignerV4 credentials.swift
[1479/1480] Compiling SotoSignerV4 exports.swift
[1482/1545] Compiling SotoCore ByteBufferSequence.swift
/host/spi-builder-workspace/Sources/SotoCore/Credential/ConfigFileLoader.swift:127:33: warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
125 |     static func loadFile(path: String, fileIO: NonBlockingFileIO) async throws -> ByteBuffer {
126 |         let path = self.expandTildeInFilePath(path)
127 |         return try await fileIO.withFileRegion(path: path) { fileRegion in
    |                                 `- warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
128 |             try await fileIO.read(fileHandle: fileRegion.fileHandle, byteCount: fileRegion.readableBytes, allocator: ByteBufferAllocator())
129 |         }
[1483/1545] Compiling SotoCore EventStream.swift
/host/spi-builder-workspace/Sources/SotoCore/Credential/ConfigFileLoader.swift:127:33: warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
125 |     static func loadFile(path: String, fileIO: NonBlockingFileIO) async throws -> ByteBuffer {
126 |         let path = self.expandTildeInFilePath(path)
127 |         return try await fileIO.withFileRegion(path: path) { fileRegion in
    |                                 `- warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
128 |             try await fileIO.read(fileHandle: fileRegion.fileHandle, byteCount: fileRegion.readableBytes, allocator: ByteBufferAllocator())
129 |         }
[1484/1545] Compiling SotoCore ExpiringValue.swift
/host/spi-builder-workspace/Sources/SotoCore/Credential/ConfigFileLoader.swift:127:33: warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
125 |     static func loadFile(path: String, fileIO: NonBlockingFileIO) async throws -> ByteBuffer {
126 |         let path = self.expandTildeInFilePath(path)
127 |         return try await fileIO.withFileRegion(path: path) { fileRegion in
    |                                 `- warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
128 |             try await fileIO.read(fileHandle: fileRegion.fileHandle, byteCount: fileRegion.readableBytes, allocator: ByteBufferAllocator())
129 |         }
[1485/1545] Compiling SotoCore FixedSizeByteBufferAsyncSequence.swift
/host/spi-builder-workspace/Sources/SotoCore/Credential/ConfigFileLoader.swift:127:33: warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
125 |     static func loadFile(path: String, fileIO: NonBlockingFileIO) async throws -> ByteBuffer {
126 |         let path = self.expandTildeInFilePath(path)
127 |         return try await fileIO.withFileRegion(path: path) { fileRegion in
    |                                 `- warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
128 |             try await fileIO.read(fileHandle: fileRegion.fileHandle, byteCount: fileRegion.readableBytes, allocator: ByteBufferAllocator())
129 |         }
[1486/1545] Compiling SotoCore Sequence+concurrentMap.swift
/host/spi-builder-workspace/Sources/SotoCore/Credential/ConfigFileLoader.swift:127:33: warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
125 |     static func loadFile(path: String, fileIO: NonBlockingFileIO) async throws -> ByteBuffer {
126 |         let path = self.expandTildeInFilePath(path)
127 |         return try await fileIO.withFileRegion(path: path) { fileRegion in
    |                                 `- warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
128 |             try await fileIO.read(fileHandle: fileRegion.fileHandle, byteCount: fileRegion.readableBytes, allocator: ByteBufferAllocator())
129 |         }
[1487/1545] Compiling SotoCore ConfigFileCredentialProvider.swift
/host/spi-builder-workspace/Sources/SotoCore/Credential/ConfigFileLoader.swift:127:33: warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
125 |     static func loadFile(path: String, fileIO: NonBlockingFileIO) async throws -> ByteBuffer {
126 |         let path = self.expandTildeInFilePath(path)
127 |         return try await fileIO.withFileRegion(path: path) { fileRegion in
    |                                 `- warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
128 |             try await fileIO.read(fileHandle: fileRegion.fileHandle, byteCount: fileRegion.readableBytes, allocator: ByteBufferAllocator())
129 |         }
[1488/1545] Compiling SotoCore ConfigFileLoader.swift
/host/spi-builder-workspace/Sources/SotoCore/Credential/ConfigFileLoader.swift:127:33: warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
125 |     static func loadFile(path: String, fileIO: NonBlockingFileIO) async throws -> ByteBuffer {
126 |         let path = self.expandTildeInFilePath(path)
127 |         return try await fileIO.withFileRegion(path: path) { fileRegion in
    |                                 `- warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
128 |             try await fileIO.read(fileHandle: fileRegion.fileHandle, byteCount: fileRegion.readableBytes, allocator: ByteBufferAllocator())
129 |         }
[1489/1545] Compiling SotoCore Credential+IsEmpty.swift
/host/spi-builder-workspace/Sources/SotoCore/Credential/ConfigFileLoader.swift:127:33: warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
125 |     static func loadFile(path: String, fileIO: NonBlockingFileIO) async throws -> ByteBuffer {
126 |         let path = self.expandTildeInFilePath(path)
127 |         return try await fileIO.withFileRegion(path: path) { fileRegion in
    |                                 `- warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
128 |             try await fileIO.read(fileHandle: fileRegion.fileHandle, byteCount: fileRegion.readableBytes, allocator: ByteBufferAllocator())
129 |         }
[1490/1545] Compiling SotoCore CredentialProvider.swift
/host/spi-builder-workspace/Sources/SotoCore/Credential/ConfigFileLoader.swift:127:33: warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
125 |     static func loadFile(path: String, fileIO: NonBlockingFileIO) async throws -> ByteBuffer {
126 |         let path = self.expandTildeInFilePath(path)
127 |         return try await fileIO.withFileRegion(path: path) { fileRegion in
    |                                 `- warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
128 |             try await fileIO.read(fileHandle: fileRegion.fileHandle, byteCount: fileRegion.readableBytes, allocator: ByteBufferAllocator())
129 |         }
[1491/1554] Compiling SotoCore AWSClient+Paginate.swift
[1492/1554] Compiling SotoCore AWSClient.swift
[1493/1554] Compiling SotoCore AWSEndpointDiscovery.swift
[1494/1554] Compiling SotoCore AWSService.swift
[1495/1554] Compiling SotoCore AWSServiceConfig.swift
[1496/1554] Compiling SotoCore Base64Data.swift
[1497/1554] Compiling SotoCore Document.swift
[1498/1554] Compiling SotoCore EventPayload.swift
[1499/1554] Compiling SotoCore AnyAsyncSequence.swift
[1500/1554] Emitting module SotoCore
[1501/1554] Compiling SotoCore CredentialProviderError.swift
[1502/1554] Compiling SotoCore CredentialProviderSelector.swift
[1503/1554] Compiling SotoCore DeferredCredentialProvider.swift
[1504/1554] Compiling SotoCore EmptyCredential.swift
[1505/1554] Compiling SotoCore ExpiringCredential.swift
[1506/1554] Compiling SotoCore MetaDataCredentialProvider.swift
[1507/1554] Compiling SotoCore NullCredentialProvider.swift
[1508/1554] Compiling SotoCore RotatingCredentialProvider.swift
[1509/1554] Compiling SotoCore RuntimeSelectorCredentialProvider.swift
[1510/1554] Compiling SotoCore S3SignedAsyncSequence.swift
[1511/1554] Compiling SotoCore Middleware.swift
[1512/1554] Compiling SotoCore EditHeadersMiddleware.swift
[1513/1554] Compiling SotoCore EndpointDiscoveryMiddleware.swift
[1514/1554] Compiling SotoCore ErrorHandlingMiddleware.swift
[1515/1554] Compiling SotoCore LoggingMiddleware.swift
[1516/1554] Compiling SotoCore RetryMiddleware.swift
[1517/1554] Compiling SotoCore S3Middleware.swift
[1518/1554] Compiling SotoCore SigningMiddleware.swift
[1519/1554] Compiling SotoCore Error.swift
[1520/1554] Compiling SotoCore ServerErrors.swift
[1521/1554] Compiling SotoCore Exports.swift
[1522/1554] Compiling SotoCore AWSHTTPBody.swift
[1523/1554] Compiling SotoCore AWSHTTPClient.swift
[1524/1554] Compiling SotoCore AWSHTTPRequest.swift
[1525/1554] Compiling SotoCore AWSHTTPResponse+HAL.swift
[1526/1554] Compiling SotoCore AWSHTTPResponse.swift
[1527/1554] Compiling SotoCore AsyncHTTPClient.swift
[1528/1554] Compiling SotoCore STSAssumeRole.swift
[1529/1554] Compiling SotoCore StaticCredential+CredentialProvider.swift
[1530/1554] Compiling SotoCore StaticCredential+Environment.swift
[1531/1554] Compiling SotoCore ARN.swift
[1532/1554] Compiling SotoCore AWSShape.swift
[1533/1554] Compiling SotoCore EndpointVariant.swift
[1534/1554] Compiling SotoCore Environment.swift
[1535/1554] Compiling SotoCore Region.swift
[1536/1554] Compiling SotoCore ServiceProtocol.swift
[1537/1554] Compiling SotoCore CodableProperties.swift
[1538/1554] Compiling SotoCore CollectionCoders.swift
[1539/1554] Compiling SotoCore DateCoders.swift
[1540/1554] Compiling SotoCore EC2ArrayCoder.swift
[1541/1554] Compiling SotoCore EventStreamDecoder.swift
[1542/1554] Compiling SotoCore QueryEncoder.swift
[1543/1554] Compiling SotoCore RequestContainer.swift
[1544/1554] Compiling SotoCore ResponseContainer.swift
[1545/1554] Compiling SotoCore ClientErrors.swift
[1546/1554] Compiling SotoCore TracingMiddleware.swift
[1547/1554] Compiling SotoCore TreeHashMiddleware.swift
[1548/1554] Compiling SotoCore MiddlewareStack.swift
[1549/1554] Compiling SotoCore RetryPolicy.swift
[1550/1554] Compiling SotoCore UnsafeTransfer.swift
[1551/1554] Compiling SotoCore base64.swift
[1552/1554] Compiling SotoCore crc32.swift
[1553/1554] Compiling SotoCore AWSClient+Waiter.swift
[1554/1554] Compiling SotoCore Matcher.swift
[1556/1559] Compiling SotoTestUtils TestUtils.swift
[1557/1559] Compiling SotoTestUtils Environment.swift
[1558/1559] Emitting module SotoTestUtils
[1559/1559] Compiling SotoTestUtils TestServer.swift
Build complete! (374.48s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.77.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-distributed-tracing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-distributed-tracing.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.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" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.2",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.13.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    },
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.23.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "jmespath.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jmespath/jmespath.swift.git"
    }
  ],
  "manifest_display_name" : "soto-core",
  "name" : "soto-core",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SotoCore",
      "targets" : [
        "SotoCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SotoTestUtils",
      "targets" : [
        "SotoTestUtils"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SotoSignerV4",
      "targets" : [
        "SotoSignerV4"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SotoXMLTests",
      "module_type" : "SwiftTarget",
      "name" : "SotoXMLTests",
      "path" : "Tests/SotoXMLTests",
      "sources" : [
        "XMLCoderTests.swift",
        "XMLTests.swift"
      ],
      "target_dependencies" : [
        "SotoXML",
        "SotoCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SotoXML",
      "module_type" : "SwiftTarget",
      "name" : "SotoXML",
      "path" : "Sources/SotoXML",
      "product_memberships" : [
        "SotoCore",
        "SotoTestUtils"
      ],
      "sources" : [
        "Expat.swift",
        "XML.swift",
        "XMLDecoder.swift",
        "XMLEncoder.swift"
      ],
      "target_dependencies" : [
        "CSotoExpat"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SotoTestUtils",
      "module_type" : "SwiftTarget",
      "name" : "SotoTestUtils",
      "path" : "Sources/SotoTestUtils",
      "product_dependencies" : [
        "Logging",
        "NIO",
        "NIOFoundationCompat",
        "NIOHTTP1",
        "NIOPosix",
        "NIOTestUtils"
      ],
      "product_memberships" : [
        "SotoTestUtils"
      ],
      "sources" : [
        "Environment.swift",
        "TestServer.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "SotoCore",
        "SotoXML"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SotoSignerV4Tests",
      "module_type" : "SwiftTarget",
      "name" : "SotoSignerV4Tests",
      "path" : "Tests/SotoSignerV4Tests",
      "sources" : [
        "AWSSignerTests.swift",
        "SigV4aTests.swift"
      ],
      "target_dependencies" : [
        "SotoSignerV4"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SotoSignerV4",
      "module_type" : "SwiftTarget",
      "name" : "SotoSignerV4",
      "path" : "Sources/SotoSignerV4",
      "product_dependencies" : [
        "Crypto",
        "NIOCore",
        "NIOHTTP1"
      ],
      "product_memberships" : [
        "SotoCore",
        "SotoTestUtils",
        "SotoSignerV4"
      ],
      "sources" : [
        "HexEncoding.swift",
        "SigV4a.swift",
        "credentials.swift",
        "exports.swift",
        "signer.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SotoCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SotoCoreTests",
      "path" : "Tests/SotoCoreTests",
      "product_dependencies" : [
        "NIOPosix"
      ],
      "sources" : [
        "AWSClientTests.swift",
        "AWSRequestTests.swift",
        "AWSResponseTests.swift",
        "AWSServiceTests.swift",
        "CRCTests.swift",
        "Concurrency/AsyncSequenceTests.swift",
        "Concurrency/Count.swift",
        "Concurrency/ExpiringValueTests.swift",
        "Concurrency/Sequence+concurrentMapTests.swift",
        "Credential/ConfigFileCredentialProviderTests.swift",
        "Credential/ConfigFileLoaderTests.swift",
        "Credential/CredentialProviderTests.swift",
        "Credential/MetaDataCredentialProviderTests.swift",
        "Credential/RotatingCredentialProviderTests.swift",
        "Credential/RuntimeSelectorCredentialProviderTests.swift",
        "Credential/STSAssumeRoleTests.swift",
        "Credential/StaticCredential+EnvironmentTests.swift",
        "Doc/ARNTests.swift",
        "Doc/EnvironmentTests.swift",
        "Doc/RegionTests.swift",
        "EndpointDiscoveryTests.swift",
        "LoggingTests.swift",
        "MiddlewareTests.swift",
        "PaginateTests.swift",
        "PayloadTests.swift",
        "QueryEncoderTests.swift",
        "TestTracer.swift",
        "TimeStampTests.swift",
        "TracingTests.swift",
        "ValidationTests.swift",
        "WaiterTests.swift"
      ],
      "target_dependencies" : [
        "SotoCore",
        "SotoTestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SotoCore",
      "module_type" : "SwiftTarget",
      "name" : "SotoCore",
      "path" : "Sources/SotoCore",
      "product_dependencies" : [
        "Logging",
        "AsyncHTTPClient",
        "Atomics",
        "Metrics",
        "NIOCore",
        "NIOHTTP1",
        "NIOPosix",
        "NIOSSL",
        "NIOTransportServices",
        "NIOFoundationCompat",
        "JMESPath",
        "Tracing"
      ],
      "product_memberships" : [
        "SotoCore",
        "SotoTestUtils"
      ],
      "sources" : [
        "AWSClient+Paginate.swift",
        "AWSClient.swift",
        "AWSEndpointDiscovery.swift",
        "AWSService.swift",
        "AWSServiceConfig.swift",
        "AWSShapes/Base64Data.swift",
        "AWSShapes/Document.swift",
        "AWSShapes/EventPayload.swift",
        "Concurrency/AnyAsyncSequence.swift",
        "Concurrency/ByteBufferSequence.swift",
        "Concurrency/EventStream.swift",
        "Concurrency/ExpiringValue.swift",
        "Concurrency/FixedSizeByteBufferAsyncSequence.swift",
        "Concurrency/Sequence+concurrentMap.swift",
        "Credential/ConfigFileCredentialProvider.swift",
        "Credential/ConfigFileLoader.swift",
        "Credential/Credential+IsEmpty.swift",
        "Credential/CredentialProvider.swift",
        "Credential/CredentialProviderError.swift",
        "Credential/CredentialProviderSelector.swift",
        "Credential/DeferredCredentialProvider.swift",
        "Credential/EmptyCredential.swift",
        "Credential/ExpiringCredential.swift",
        "Credential/MetaDataCredentialProvider.swift",
        "Credential/NullCredentialProvider.swift",
        "Credential/RotatingCredentialProvider.swift",
        "Credential/RuntimeSelectorCredentialProvider.swift",
        "Credential/STSAssumeRole.swift",
        "Credential/StaticCredential+CredentialProvider.swift",
        "Credential/StaticCredential+Environment.swift",
        "Doc/ARN.swift",
        "Doc/AWSShape.swift",
        "Doc/EndpointVariant.swift",
        "Doc/Environment.swift",
        "Doc/Region.swift",
        "Doc/ServiceProtocol.swift",
        "Encoder/CodableProperties/CodableProperties.swift",
        "Encoder/CodableProperties/CollectionCoders.swift",
        "Encoder/CodableProperties/DateCoders.swift",
        "Encoder/CodableProperties/EC2ArrayCoder.swift",
        "Encoder/EventStreamDecoder.swift",
        "Encoder/QueryEncoder.swift",
        "Encoder/RequestContainer.swift",
        "Encoder/ResponseContainer.swift",
        "Errors/ClientErrors.swift",
        "Errors/Error.swift",
        "Errors/ServerErrors.swift",
        "Exports.swift",
        "HTTP/AWSHTTPBody.swift",
        "HTTP/AWSHTTPClient.swift",
        "HTTP/AWSHTTPRequest.swift",
        "HTTP/AWSHTTPResponse+HAL.swift",
        "HTTP/AWSHTTPResponse.swift",
        "HTTP/AsyncHTTPClient.swift",
        "HTTP/S3SignedAsyncSequence.swift",
        "Middleware/Middleware.swift",
        "Middleware/Middleware/EditHeadersMiddleware.swift",
        "Middleware/Middleware/EndpointDiscoveryMiddleware.swift",
        "Middleware/Middleware/ErrorHandlingMiddleware.swift",
        "Middleware/Middleware/LoggingMiddleware.swift",
        "Middleware/Middleware/RetryMiddleware.swift",
        "Middleware/Middleware/S3Middleware.swift",
        "Middleware/Middleware/SigningMiddleware.swift",
        "Middleware/Middleware/TracingMiddleware.swift",
        "Middleware/Middleware/TreeHashMiddleware.swift",
        "Middleware/MiddlewareStack.swift",
        "RetryPolicy.swift",
        "Utils/UnsafeTransfer.swift",
        "Utils/base64.swift",
        "Utils/crc32.swift",
        "Waiters/AWSClient+Waiter.swift",
        "Waiters/Matcher.swift"
      ],
      "target_dependencies" : [
        "SotoSignerV4",
        "SotoXML",
        "INIParser"
      ],
      "type" : "library"
    },
    {
      "c99name" : "INIParserTests",
      "module_type" : "SwiftTarget",
      "name" : "INIParserTests",
      "path" : "Tests/INIParserTests",
      "sources" : [
        "INIParserTests.swift"
      ],
      "target_dependencies" : [
        "INIParser"
      ],
      "type" : "test"
    },
    {
      "c99name" : "INIParser",
      "module_type" : "SwiftTarget",
      "name" : "INIParser",
      "path" : "Sources/INIParser",
      "product_memberships" : [
        "SotoCore",
        "SotoTestUtils"
      ],
      "sources" : [
        "INIParser.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CSotoExpat",
      "module_type" : "ClangTarget",
      "name" : "CSotoExpat",
      "path" : "Sources/CSotoExpat",
      "product_memberships" : [
        "SotoCore",
        "SotoTestUtils"
      ],
      "sources" : [
        "xmlparse.c",
        "xmlrole.c",
        "xmltok.c",
        "xmltok_impl.c",
        "xmltok_ns.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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
Done.