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 main (87e79a), with Swift 6.1 for Android on 23 Jun 2025 09:50:10 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/soto-project/soto-core
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 87e79a7 Add new regions apeast2 and euscdeeast1 (#660)
Cloned https://github.com/soto-project/soto-core.git
Revision (git rev-parse @):
87e79a75dbfb6867bc7c0d04a48791336a6682ea
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/soto-project/soto-core.git at main
========================================
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/adam-fowler/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-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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-ssl.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/adam-fowler/jmespath.swift.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-log.git
[1/658] Fetching jmespath.swift
[298/2864] Fetching jmespath.swift, swift-metrics
[2865/6700] Fetching jmespath.swift, swift-metrics, swift-log
[5551/20714] Fetching jmespath.swift, swift-metrics, swift-log, async-http-client
[5730/35604] Fetching jmespath.swift, swift-metrics, swift-log, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-nio-transport-services.git
[30841/38271] Fetching jmespath.swift, swift-metrics, swift-log, async-http-client, swift-nio-ssl, swift-nio-transport-services
Fetched https://github.com/apple/swift-metrics.git from cache (3.22s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.10s)
Fetched https://github.com/adam-fowler/jmespath.swift.git from cache (3.23s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-log.git from cache (3.24s)
Fetched https://github.com/swift-server/async-http-client.git from cache (3.24s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.26s)
[1/15419] Fetching swift-crypto
[3702/20412] Fetching swift-crypto, swift-distributed-tracing
[5364/96751] Fetching swift-crypto, swift-distributed-tracing, swift-nio
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.42s)
[66567/91758] Fetching swift-crypto, swift-nio
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-crypto.git from cache (3.42s)
[1/1797] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.32s)
Fetched https://github.com/apple/swift-nio.git from cache (6.26s)
Computing version for https://github.com/adam-fowler/jmespath.swift.git
Computed https://github.com/adam-fowler/jmespath.swift.git at 1.0.3 (12.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.50s)
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.54s)
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.27s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.84s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.10s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
[2131/21076] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.59s)
[4327/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.50s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.13s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.88s)
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.74s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5942] Fetching swift-nio-extras
[893/11901] Fetching swift-nio-extras, swift-algorithms
[2676/23433] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.94s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.33s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.34s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.84s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.55s)
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.61s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.54s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.55s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.51s)
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.17s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
[1/1169] Fetching swift-http-structured-headers
[1170/3595] Fetching swift-http-structured-headers, swift-service-lifecycle
[2747/4499] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-http-types
[3756/6115] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-http-types, swift-asn1
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.35s)
[3216/4946] Fetching swift-service-lifecycle, swift-http-types, swift-asn1
[3863/11130] Fetching swift-service-lifecycle, swift-http-types, swift-asn1, swift-certificates
[4480/16115] Fetching swift-service-lifecycle, swift-http-types, swift-asn1, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.64s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.65s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.69s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.70s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.69s)
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.23s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.74s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.75s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.92s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.70s)
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.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.58s)
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.51s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.68s)
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/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/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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-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-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-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-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/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/adam-fowler/jmespath.swift.git
Working copy of https://github.com/adam-fowler/jmespath.swift.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Building for debugging...
[0/818] Write sources
[2/818] Compiling CSotoExpat xmltok_impl.c
[3/818] Write sources
[17/818] Compiling CSotoExpat xmltok_ns.c
[18/818] Write sources
[36/818] Compiling _NumericsShims _NumericsShims.c
[37/818] Compiling CNIOWindows WSAStartup.c
[37/818] Compiling CNIOWindows shim.c
[39/818] Compiling _AtomicsShims.c
[40/818] Compiling CNIOWASI CNIOWASI.c
[41/818] Compiling CNIOLinux liburing_shims.c
[42/818] Compiling CSotoExpat xmlrole.c
[43/818] Compiling CNIOLLHTTP c_nio_http.c
[43/818] Compiling CNIOExtrasZlib empty.c
[45/818] Compiling CNIODarwin shim.c
[46/818] Compiling CNIOLinux shim.c
[47/818] Compiling CNIOLLHTTP c_nio_api.c
[48/818] Compiling fiat_p256_adx_mul.S
[49/818] Compiling fiat_p256_adx_sqr.S
[50/818] Compiling fiat_curve25519_adx_square.S
[51/818] Write swift-version-24593BA9C3E375BF.txt
[52/818] Compiling fiat_curve25519_adx_mul.S
[53/818] Compiling CNIOLLHTTP c_nio_llhttp.c
[54/818] Compiling CSotoExpat xmlparse.c
[55/818] Compiling CSotoExpat xmltok.c
[56/837] Compiling CNIOBoringSSLShims shims.c
[58/837] Emitting module ServiceContextModule
[58/842] Compiling tls_record.cc
[59/842] Compiling tls_method.cc
[60/842] Compiling tls13_server.cc
[62/847] Emitting module _NIOBase64
[63/847] Compiling _NIOBase64 Base64.swift
[65/873] Emitting module InternalCollectionsUtilities
[66/876] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[67/876] Emitting module INIParser
[68/876] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[69/876] Compiling InternalCollectionsUtilities UInt+reversed.swift
[70/877] Compiling RealModule Real.swift
[71/877] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[72/877] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[73/877] Compiling InternalCollectionsUtilities Debugging.swift
[74/877] Compiling InternalCollectionsUtilities Descriptions.swift
[75/877] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[76/877] Compiling RealModule RealFunctions.swift
[77/877] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[78/877] Compiling InternalCollectionsUtilities _SortedCollection.swift
[79/877] Compiling INIParser INIParser.swift
[80/877] Compiling _NIODataStructures _TinyArray.swift
[81/877] Compiling _NIODataStructures PriorityQueue.swift
[84/878] Compiling RealModule Float+Real.swift
[85/878] Compiling RealModule ElementaryFunctions.swift
[86/878] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[87/878] Compiling InternalCollectionsUtilities Integer rank.swift
[88/878] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[89/878] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[90/879] Emitting module RealModule
[91/879] Compiling RealModule Float16+Real.swift
[92/879] Compiling RealModule Float80+Real.swift
[95/880] Compiling ServiceContextModule ServiceContext.swift
[96/880] Compiling ServiceContextModule ServiceContextKey.swift
[97/880] Emitting module _NIODataStructures
[98/880] Compiling _NIODataStructures Heap.swift
[100/882] Compiling Logging LogHandler.swift
[105/891] Compiling Instrumentation Instrument.swift
[106/891] Compiling Instrumentation NoOpInstrument.swift
[107/891] Compiling Instrumentation InstrumentationSystem.swift
[108/891] Emitting module Instrumentation
[109/891] Compiling Instrumentation MultiplexInstrument.swift
[110/891] Compiling JMESPath Runtime.swift
[111/891] Emitting module CoreMetrics
[112/892] Emitting module JMESPath
[115/892] Compiling JMESPath Token.swift
[116/892] Compiling JMESPath Sendable.swift
[117/892] Compiling JMESPath Parser.swift
[117/892] Compiling tls13_both.cc
[118/892] Compiling tls13_enc.cc
[120/897] Compiling CoreMetrics Metrics.swift
[120/899] Compiling tls13_client.cc
[122/907] Compiling DequeModule Deque+CustomReflectable.swift
[123/907] Compiling DequeModule Deque+Descriptions.swift
[124/907] Compiling DequeModule Deque+Equatable.swift
[125/907] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[126/909] Compiling DequeModule Deque+Extras.swift
[127/909] Compiling DequeModule Deque+Hashable.swift
[128/909] Compiling DequeModule _DequeBuffer.swift
[129/909] Compiling DequeModule _DequeBufferHeader.swift
[130/909] Emitting module DequeModule
[131/909] Compiling DequeModule Deque+Codable.swift
[132/909] Compiling DequeModule Deque+Collection.swift
[133/909] Compiling DequeModule Deque+Testing.swift
[134/909] Compiling DequeModule Deque._Storage.swift
[135/909] Compiling DequeModule Deque._UnsafeHandle.swift
[136/909] Compiling DequeModule Deque.swift
[137/909] Compiling DequeModule _DequeSlot.swift
[138/909] Compiling DequeModule _UnsafeWrappedBuffer.swift
[138/910] Compiling t1_enc.cc
[140/910] Compiling CoreMetrics Locks.swift
[141/911] Compiling Instrumentation Locks.swift
[142/912] Compiling Logging Locks.swift
[143/912] Compiling Logging MetadataProvider.swift
[145/912] Compiling Logging Logging.swift
[146/912] Emitting module Logging
[147/913] Compiling ssl_x509.cc
[151/923] Compiling JMESPath Variable.swift
[154/923] Compiling SotoXML XMLEncoder.swift
[157/923] Compiling SotoXML XMLDecoder.swift
[158/924] Emitting module SotoXML
[159/924] Compiling SotoXML XML.swift
[160/924] Compiling SotoXML Expat.swift
[161/924] Emitting module Tracing
[162/925] Compiling Tracing TracingTime.swift
[163/925] Compiling Metrics Metrics.swift
[164/925] Emitting module Metrics
[167/926] Compiling Tracing TracerProtocol.swift
[169/926] Compiling Tracing Tracer.swift
[170/926] Compiling Tracing TracerProtocol+Legacy.swift
[171/926] Compiling Tracing NoOpTracer.swift
[172/926] Compiling Tracing InstrumentationSystem+Tracing.swift
[173/926] Compiling Tracing SpanProtocol.swift
[174/927] Compiling ssl_transcript.cc
[175/927] Compiling ssl_versions.cc
[176/927] Compiling ssl_stat.cc
[177/927] Compiling ssl_session.cc
[178/927] Compiling ssl_privkey.cc
[179/927] Compiling ssl_key_share.cc
[180/927] Compiling ssl_lib.cc
[181/927] Compiling ssl_file.cc
[182/927] Compiling ssl_cipher.cc
[183/927] Compiling ssl_credential.cc
[184/927] Compiling ssl_cert.cc
[185/927] Compiling ssl_buffer.cc
[186/927] Compiling s3_pkt.cc
[187/927] Compiling ssl_asn1.cc
[188/927] Compiling ssl_aead_ctx.cc
[189/927] Compiling s3_lib.cc
[190/927] Compiling handshake_client.cc
[191/927] Compiling s3_both.cc
[192/927] Compiling handshake_server.cc
[193/927] Compiling handshake.cc
[194/927] Compiling dtls_method.cc
[195/927] Compiling encrypted_client_hello.cc
[196/927] Compiling handoff.cc
[197/927] Compiling extensions.cc
[198/927] Compiling md5-x86_64-linux.S
[199/927] Compiling md5-x86_64-apple.S
[200/927] Compiling md5-586-linux.S
[200/927] Compiling md5-586-apple.S
[202/927] Compiling chacha20_poly1305_x86_64-linux.S
[203/927] Compiling chacha20_poly1305_x86_64-apple.S
[204/927] Compiling chacha20_poly1305_armv8-win.S
[205/927] Compiling chacha20_poly1305_armv8-linux.S
[206/927] Compiling chacha20_poly1305_armv8-apple.S
[207/927] Compiling dtls_record.cc
[208/927] Compiling chacha-x86_64-linux.S
[209/927] Compiling chacha-x86_64-apple.S
[210/927] Compiling d1_pkt.cc
[211/927] Compiling chacha-x86-linux.S
[212/927] Compiling err_data.cc
[213/927] Compiling chacha-x86-apple.S
[214/927] Compiling chacha-armv8-win.S
[215/927] Compiling chacha-armv4-linux.S
[216/927] Compiling chacha-armv8-apple.S
[217/927] Compiling d1_lib.cc
[217/927] Compiling aes128gcmsiv-x86_64-linux.S
[219/927] Compiling chacha-armv8-linux.S
[220/927] Compiling d1_srtp.cc
[221/927] Compiling x86_64-mont5-linux.S
[222/927] Compiling aes128gcmsiv-x86_64-apple.S
[223/927] Compiling x86_64-mont5-apple.S
[224/927] Compiling x86-mont-linux.S
[225/927] Compiling vpaes-x86_64-linux.S
[226/927] Compiling x86_64-mont-linux.S
[227/927] Compiling x86-mont-apple.S
[228/927] Compiling x86_64-mont-apple.S
[229/927] Compiling vpaes-x86_64-apple.S
[230/927] Compiling vpaes-x86-linux.S
[231/927] Compiling d1_both.cc
[232/927] Compiling bio_ssl.cc
[233/927] Compiling vpaes-armv8-win.S
[234/927] Compiling vpaes-armv8-apple.S
[235/927] Compiling vpaes-armv8-linux.S
[236/927] Compiling vpaes-x86-apple.S
[237/927] Compiling vpaes-armv7-linux.S
[238/927] Compiling sha512-x86_64-linux.S
[239/927] Compiling sha512-armv8-win.S
[240/927] Compiling sha512-x86_64-apple.S
[241/927] Compiling sha512-armv8-linux.S
[242/927] Compiling sha512-armv8-apple.S
[243/927] Compiling sha512-586-linux.S
[244/927] Compiling sha512-armv4-linux.S
[245/927] Compiling sha512-586-apple.S
[246/927] Compiling sha256-x86_64-linux.S
[246/927] Compiling sha256-x86_64-apple.S
[248/927] Compiling sha256-armv8-win.S
[249/927] Compiling sha256-armv8-linux.S
[250/927] Compiling sha256-armv4-linux.S
[251/927] Compiling sha256-586-linux.S
[252/927] Compiling sha1-x86_64-linux.S
[253/927] Compiling sha256-armv8-apple.S
[254/927] Compiling sha256-586-apple.S
[255/927] Compiling sha1-armv8-win.S
[256/927] Compiling sha1-x86_64-apple.S
[257/927] Compiling sha1-armv8-apple.S
[258/927] Compiling sha1-586-linux.S
[259/927] Compiling sha1-armv4-large-linux.S
[260/927] Compiling sha1-586-apple.S
[261/927] Compiling rsaz-avx2-linux.S
[262/927] Compiling sha1-armv8-linux.S
[262/927] Compiling rdrand-x86_64-linux.S
[264/927] Compiling rdrand-x86_64-apple.S
[264/927] Compiling p256_beeu-x86_64-asm-linux.S
[266/927] Compiling p256_beeu-armv8-asm-win.S
[267/927] Compiling p256_beeu-x86_64-asm-apple.S
[267/927] Compiling rsaz-avx2-apple.S
[269/927] Compiling p256_beeu-armv8-asm-linux.S
[270/927] Compiling p256_beeu-armv8-asm-apple.S
[271/927] Compiling p256-armv8-asm-win.S
[272/927] Compiling ghashv8-armv8-win.S
[273/927] Compiling p256-x86_64-asm-linux.S
[274/927] Compiling p256-x86_64-asm-apple.S
[275/927] Compiling p256-armv8-asm-apple.S
[276/927] Compiling p256-armv8-asm-linux.S
[277/927] Compiling ghashv8-armv8-linux.S
[278/927] Compiling ghashv8-armv8-apple.S
[279/927] Compiling ghashv8-armv7-linux.S
[280/927] Compiling ghash-x86_64-linux.S
[281/927] Compiling ghash-x86_64-apple.S
[282/927] Compiling ghash-x86-linux.S
[283/927] Compiling ghash-ssse3-x86_64-linux.S
[284/927] Compiling ghash-x86-apple.S
[285/927] Compiling ghash-ssse3-x86-linux.S
[285/927] Compiling ghash-ssse3-x86_64-apple.S
[287/927] Compiling ghash-ssse3-x86-apple.S
[288/927] Compiling ghash-neon-armv8-win.S
[288/927] Compiling ghash-neon-armv8-linux.S
[288/927] Compiling ghash-neon-armv8-apple.S
[288/927] Compiling ghash-armv4-linux.S
[288/927] Compiling bsaes-armv7-linux.S
[288/927] Compiling co-586-apple.S
[288/927] Compiling bn-armv8-win.S
[288/927] Compiling co-586-linux.S
[288/927] Compiling bn-armv8-linux.S
[297/927] Compiling armv8-mont-win.S
[298/927] Compiling bn-586-linux.S
[299/927] Compiling bn-586-apple.S
[299/927] Compiling bn-armv8-apple.S
[301/927] Compiling armv8-mont-apple.S
[301/927] Compiling aesv8-gcm-armv8-win.S
[303/927] Compiling armv8-mont-linux.S
[303/927] Compiling armv4-mont-linux.S
[305/927] Compiling aesv8-gcm-armv8-apple.S
[306/927] Compiling aesv8-gcm-armv8-linux.S
[307/927] Compiling aesv8-armv8-linux.S
[308/927] Compiling aesv8-armv8-win.S
[309/927] Compiling aesv8-armv7-linux.S
[310/927] Compiling aesv8-armv8-apple.S
[311/927] Compiling aesni-x86_64-apple.S
[312/927] Compiling aesni-x86_64-linux.S
[313/927] Compiling aesni-x86-linux.S
[314/927] Compiling aesni-gcm-x86_64-linux.S
[315/927] Compiling aesni-x86-apple.S
[316/927] Compiling aesni-gcm-x86_64-apple.S
[317/927] Compiling aes-gcm-avx2-x86_64-apple.S
[318/927] Compiling aes-gcm-avx10-x86_64-apple.S
[319/927] Compiling aes-gcm-avx10-x86_64-linux.S
[320/927] Compiling aes-gcm-avx2-x86_64-linux.S
[321/927] Compiling x_spki.cc
[322/927] Compiling x_name.cc
[323/927] Compiling x_x509.cc
[324/927] Compiling x_val.cc
[325/927] Compiling x_req.cc
[326/927] Compiling x_x509a.cc
[327/927] Compiling x_all.cc
[328/927] Compiling x_sig.cc
[329/927] Compiling x_pubkey.cc
[330/927] Compiling x_algor.cc
[331/927] Compiling x_exten.cc
[332/927] Compiling x_crl.cc
[333/927] Compiling x_attrib.cc
[334/927] Compiling x509cset.cc
[335/927] Compiling x509name.cc
[336/927] Compiling x509spki.cc
[337/927] Compiling x509_vfy.cc
[338/927] Compiling x509rset.cc
[339/927] Compiling x509_vpm.cc
[340/927] Compiling x509_txt.cc
[341/927] Compiling x509_v3.cc
[342/927] Compiling x509_trs.cc
[343/927] Compiling x509_req.cc
[344/927] Compiling x509_obj.cc
[345/927] Compiling x509_set.cc
[346/927] Compiling x509_lu.cc
[347/927] Compiling x509_ext.cc
[348/927] Compiling x509_def.cc
[349/927] Compiling x509_d2.cc
[350/927] Compiling x509_cmp.cc
[351/927] Compiling x509_att.cc
[352/927] Compiling x509.cc
[353/927] Compiling v3_skey.cc
[354/927] Compiling v3_utl.cc
[355/927] Compiling v3_purp.cc
[356/927] Compiling v3_prn.cc
[357/927] Compiling v3_pmaps.cc
[358/927] Compiling v3_pcons.cc
[359/927] Compiling v3_ncons.cc
[360/927] Compiling v3_ocsp.cc
[360/927] Compiling v3_lib.cc
[362/927] Compiling v3_int.cc
[363/927] Compiling v3_ia5.cc
[364/927] Compiling v3_info.cc
[364/927] Compiling v3_genn.cc
[366/927] Compiling v3_extku.cc
[367/927] Compiling v3_enum.cc
[368/927] Compiling v3_conf.cc
[369/927] Compiling v3_crld.cc
[370/927] Compiling v3_cpols.cc
[371/927] Compiling v3_alt.cc
[372/927] Compiling v3_bcons.cc
[373/927] Compiling v3_akeya.cc
[374/927] Compiling v3_bitst.cc
[375/927] Compiling v3_akey.cc
[376/927] Compiling t_x509a.cc
[377/927] Compiling t_req.cc
[378/927] Compiling t_crl.cc
[379/927] Compiling t_x509.cc
[380/927] Compiling rsa_pss.cc
[381/927] Compiling i2d_pr.cc
[382/927] Compiling policy.cc
[383/927] Compiling name_print.cc
[384/927] Compiling by_file.cc
[385/927] Compiling by_dir.cc
[386/927] Compiling asn1_gen.cc
[386/927] Compiling algorithm.cc
[388/927] Compiling a_sign.cc
[389/927] Compiling a_verify.cc
[390/927] Compiling voprf.cc
[391/927] Compiling a_digest.cc
[392/927] Compiling thread_win.cc
[393/927] Compiling thread_none.cc
[394/927] Compiling thread_pthread.cc
[394/927] Compiling thread.cc
[396/927] Compiling trust_token.cc
[397/927] Compiling stack.cc
[398/927] Compiling pmbtoken.cc
[399/927] Compiling siphash.cc
[400/927] Compiling spake2plus.cc
[401/927] Compiling sha256.cc
[402/927] Compiling sha512.cc
[403/927] Compiling slhdsa.cc
[404/927] Compiling rsa_print.cc
[404/927] Compiling sha1.cc
[406/927] Compiling rsa_extra.cc
[407/927] Compiling rsa_crypt.cc
[408/927] Compiling refcount.cc
[409/927] Compiling rsa_asn1.cc
[410/927] Compiling windows.cc
[411/927] Compiling rc4.cc
[412/927] Compiling rand.cc
[413/927] Compiling urandom.cc
[414/927] Compiling trusty.cc
[415/927] Compiling passive.cc
[416/927] Compiling poly1305_arm_asm.S
[417/927] Compiling ios.cc
[418/927] Compiling getentropy.cc
[419/927] Compiling forkunsafe.cc
[420/927] Compiling fork_detect.cc
[421/927] Compiling deterministic.cc
[422/927] Compiling poly1305_vec.cc
[423/927] Compiling poly1305_arm.cc
[424/927] Compiling pool.cc
[425/927] Compiling poly1305.cc
[426/927] Compiling pkcs7.cc
[427/927] Compiling p5_pbev2.cc
[428/927] Compiling pkcs7_x509.cc
[429/927] Compiling pkcs8.cc
[430/927] Compiling pkcs8_x509.cc
[431/927] Compiling pem_x509.cc
[432/927] Compiling pem_pkey.cc
[433/927] Compiling pem_xaux.cc
[434/927] Compiling pem_info.cc
[435/927] Compiling pem_all.cc
[436/927] Compiling pem_lib.cc
[437/927] Compiling pem_oth.cc
[438/927] Compiling mlkem.cc
[439/927] Compiling pem_pk8.cc
[440/927] Compiling obj_xref.cc
[441/927] Compiling obj.cc
[442/927] Compiling mldsa.cc
[443/927] Compiling poly_rq_mul.S
[444/927] Compiling fips_shared_support.cc
[445/927] Compiling lhash.cc
[446/927] Compiling md5.cc
[447/927] Compiling mem.cc
[448/927] Compiling md4.cc
[449/927] Compiling kyber.cc
[450/927] Compiling sign.cc
[451/927] Compiling ex_data.cc
[452/927] Compiling hrss.cc
[453/927] Compiling scrypt.cc
[454/927] Compiling hpke.cc
[455/927] Compiling print.cc
[456/927] Compiling pbkdf.cc
[457/927] Compiling p_x25519_asn1.cc
[458/927] Compiling p_x25519.cc
[459/927] Compiling p_rsa_asn1.cc
[460/927] Compiling p_hkdf.cc
[461/927] Compiling p_rsa.cc
[462/927] Compiling p_ec_asn1.cc
[463/927] Compiling p_ed25519.cc
[464/927] Compiling p_ed25519_asn1.cc
[465/927] Compiling p_ec.cc
[466/927] Compiling p_dh_asn1.cc
[467/927] Compiling p_dsa_asn1.cc
[468/927] Compiling evp_ctx.cc
[469/927] Compiling p_dh.cc
[470/927] Compiling err.cc
[471/927] Compiling engine.cc
[472/927] Compiling evp.cc
[473/927] Compiling ecdh.cc
[474/927] Compiling ec_derive.cc
[475/927] Compiling evp_asn1.cc
[476/927] Compiling hash_to_curve.cc
[477/927] Compiling ecdsa_asn1.cc
[478/927] Compiling dsa_asn1.cc
[479/927] Compiling dsa.cc
[480/927] Compiling ec_asn1.cc
[481/927] Compiling digest_extra.cc
[482/927] Compiling params.cc
[483/927] Compiling bcm.cc
[484/927] Compiling x25519-asm-arm.S
[485/927] Compiling dh_asn1.cc
[486/927] Compiling des.cc
[487/927] Compiling curve25519_64_adx.cc
[488/927] Compiling cpu_intel.cc
[489/927] Compiling crypto.cc
[490/927] Compiling cpu_arm_linux.cc
[491/927] Compiling cpu_aarch64_sysreg.cc
[492/927] Compiling spake25519.cc
[493/927] Compiling cpu_aarch64_win.cc
[494/927] Compiling cpu_arm_freebsd.cc
[495/927] Compiling curve25519.cc
[496/927] Compiling cpu_aarch64_openbsd.cc
[497/927] Compiling cpu_aarch64_apple.cc
[498/927] Compiling cpu_aarch64_linux.cc
[499/927] Compiling cpu_aarch64_fuchsia.cc
[500/927] Compiling conf.cc
[501/927] Compiling tls_cbc.cc
[502/927] Compiling get_cipher.cc
[503/927] Compiling e_rc4.cc
[504/927] Compiling e_rc2.cc
[505/927] Compiling e_tls.cc
[506/927] Compiling e_des.cc
[507/927] Compiling e_chacha20poly1305.cc
[508/927] Compiling e_null.cc
[509/927] Compiling e_aesgcmsiv.cc
[510/927] Compiling e_aesctrhmac.cc
[511/927] Compiling chacha.cc
[512/927] Compiling derive_key.cc
[513/927] Compiling unicode.cc
[514/927] Compiling cbs.cc
[515/927] Compiling buf.cc
[516/927] Compiling cbb.cc
[517/927] Compiling ber.cc
[518/927] Compiling blake2.cc
[519/927] Compiling asn1_compat.cc
[519/927] Compiling bn_asn1.cc
[521/927] Compiling convert.cc
[522/927] Compiling socket_helper.cc
[523/927] Compiling socket.cc
[524/927] Compiling printf.cc
[525/927] Compiling pair.cc
[526/927] Compiling fd.cc
[527/927] Compiling file.cc
[528/927] Compiling connect.cc
[529/927] Compiling hexdump.cc
[530/927] Compiling errno.cc
[531/927] Compiling bio_mem.cc
[532/927] Compiling base64.cc
[533/927] Compiling bio.cc
[534/927] Compiling tasn_fre.cc
[535/927] Compiling tasn_enc.cc
[536/927] Compiling tasn_utl.cc
[537/927] Compiling posix_time.cc
[538/927] Compiling tasn_typ.cc
[539/927] Compiling f_string.cc
[540/927] Compiling f_int.cc
[541/927] Compiling tasn_new.cc
[542/927] Compiling asn_pack.cc
[543/927] Compiling tasn_dec.cc
[544/927] Compiling asn1_par.cc
[545/927] Compiling asn1_lib.cc
[546/927] Compiling a_octet.cc
[547/927] Compiling a_utctm.cc
[548/927] Compiling a_strex.cc
[549/927] Compiling a_type.cc
[550/927] Compiling a_strnid.cc
[551/927] Compiling a_time.cc
[552/927] Compiling a_object.cc
[553/927] Compiling a_mbstr.cc
[554/927] Compiling a_i2d_fp.cc
[555/927] Compiling a_int.cc
[556/927] Compiling a_dup.cc
[557/927] Compiling fiat_p256_adx_sqr.S
[558/927] Compiling a_gentm.cc
[559/927] Compiling fiat_p256_adx_mul.S
[560/927] Compiling a_d2i_fp.cc
[561/927] Compiling fiat_curve25519_adx_square.S
[562/927] Compiling fiat_curve25519_adx_mul.S
[563/927] Compiling md5-x86_64-linux.S
[564/927] Compiling a_bitstr.cc
[565/927] Compiling md5-x86_64-apple.S
[566/927] Compiling CCryptoBoringSSLShims shims.c
[567/927] Compiling md5-586-linux.S
[568/927] Compiling md5-586-apple.S
[569/927] Compiling chacha20_poly1305_x86_64-linux.S
[570/927] Compiling chacha20_poly1305_x86_64-apple.S
[571/927] Compiling a_bool.cc
[572/927] Compiling chacha20_poly1305_armv8-win.S
[573/927] Compiling chacha20_poly1305_armv8-linux.S
[574/927] Compiling err_data.cc
[575/927] Compiling chacha20_poly1305_armv8-apple.S
[576/927] Compiling chacha-x86_64-apple.S
[577/927] Compiling chacha-x86_64-linux.S
[578/927] Compiling chacha-armv8-win.S
[579/927] Compiling chacha-x86-apple.S
[580/927] Compiling chacha-x86-linux.S
[581/927] Compiling chacha-armv8-apple.S
[582/927] Compiling chacha-armv4-linux.S
[583/927] Compiling aes128gcmsiv-x86_64-linux.S
[584/927] Compiling aes128gcmsiv-x86_64-apple.S
[585/927] Compiling chacha-armv8-linux.S
[586/927] Compiling x86_64-mont5-linux.S
[587/927] Compiling x86_64-mont5-apple.S
[588/927] Compiling x86_64-mont-linux.S
[589/927] Compiling x86_64-mont-apple.S
[590/927] Compiling vpaes-x86_64-linux.S
[591/927] Compiling x86-mont-linux.S
[592/927] Compiling x86-mont-apple.S
[593/927] Compiling vpaes-x86_64-apple.S
[594/927] Compiling vpaes-armv8-win.S
[595/927] Compiling vpaes-x86-apple.S
[596/927] Compiling vpaes-x86-linux.S
[597/927] Compiling vpaes-armv7-linux.S
[598/927] Compiling vpaes-armv8-linux.S
[599/927] Compiling vpaes-armv8-apple.S
[600/927] Compiling sha512-x86_64-linux.S
[601/927] Compiling sha512-x86_64-apple.S
[602/927] Compiling sha512-armv8-win.S
[603/927] Compiling sha512-armv4-linux.S
[604/927] Compiling sha512-armv8-apple.S
[605/927] Compiling sha512-armv8-linux.S
[606/927] Compiling sha512-586-apple.S
[606/927] Compiling sha512-586-linux.S
[608/927] Compiling sha256-x86_64-linux.S
[609/927] Compiling sha256-x86_64-apple.S
[610/927] Compiling sha256-armv8-win.S
[611/927] Compiling sha256-586-linux.S
[612/927] Compiling sha256-armv8-apple.S
[613/927] Compiling sha256-armv4-linux.S
[614/927] Compiling sha256-586-apple.S
[615/927] Compiling sha256-armv8-linux.S
[616/927] Compiling sha1-x86_64-linux.S
[617/927] Compiling sha1-armv8-win.S
[618/927] Compiling sha1-armv8-apple.S
[619/927] Compiling sha1-x86_64-apple.S
[620/927] Compiling sha1-armv4-large-linux.S
[621/927] Compiling sha1-armv8-linux.S
[622/927] Compiling sha1-586-linux.S
[623/927] Compiling rsaz-avx2-linux.S
[624/927] Compiling sha1-586-apple.S
[625/927] Compiling rsaz-avx2-apple.S
[626/927] Compiling rdrand-x86_64-linux.S
[627/927] Compiling rdrand-x86_64-apple.S
[628/927] Compiling p256_beeu-x86_64-asm-linux.S
[629/927] Compiling p256_beeu-x86_64-asm-apple.S
[630/927] Compiling p256_beeu-armv8-asm-win.S
[631/927] Compiling p256_beeu-armv8-asm-apple.S
[632/927] Compiling p256_beeu-armv8-asm-linux.S
[633/927] Compiling p256-x86_64-asm-linux.S
[634/927] Compiling p256-x86_64-asm-apple.S
[635/927] Compiling p256-armv8-asm-win.S
[636/927] Compiling p256-armv8-asm-apple.S
[637/927] Compiling p256-armv8-asm-linux.S
[638/927] Compiling ghashv8-armv8-win.S
[639/927] Compiling ghashv8-armv8-linux.S
[640/927] Compiling ghashv8-armv8-apple.S
[641/927] Compiling ghashv8-armv7-linux.S
[642/927] Compiling ghash-x86_64-linux.S
[643/927] Compiling ghash-x86-linux.S
[644/927] Compiling ghash-x86_64-apple.S
[645/927] Compiling ghash-x86-apple.S
[646/927] Compiling ghash-ssse3-x86_64-linux.S
[647/927] Compiling ghash-ssse3-x86_64-apple.S
[648/927] Compiling ghash-ssse3-x86-apple.S
[649/927] Compiling ghash-ssse3-x86-linux.S
[650/927] Compiling ghash-neon-armv8-win.S
[651/927] Compiling ghash-neon-armv8-apple.S
[652/927] Compiling ghash-neon-armv8-linux.S
[653/927] Compiling ghash-armv4-linux.S
[654/927] Compiling co-586-linux.S
[655/927] Compiling bsaes-armv7-linux.S
[656/927] Compiling co-586-apple.S
[657/927] Compiling bn-armv8-linux.S
[658/927] Compiling bn-armv8-win.S
[659/927] Compiling bn-armv8-apple.S
[660/927] Compiling bn-586-linux.S
[661/927] Compiling bn-586-apple.S
[662/927] Compiling armv8-mont-win.S
[663/927] Compiling armv8-mont-apple.S
[664/927] Compiling armv8-mont-linux.S
[665/927] Compiling armv4-mont-linux.S
[666/927] Compiling aesv8-armv8-win.S
[667/927] Compiling aesv8-gcm-armv8-apple.S
[668/927] Compiling aesv8-gcm-armv8-linux.S
[669/927] Compiling aesv8-gcm-armv8-win.S
[670/927] Compiling aesv8-armv8-linux.S
[671/927] Compiling aesv8-armv7-linux.S
[672/927] Compiling aesv8-armv8-apple.S
[673/927] Compiling aesni-x86_64-apple.S
[674/927] Compiling aesni-x86_64-linux.S
[675/927] Compiling aesni-x86-linux.S
[676/927] Compiling aesni-x86-apple.S
[677/927] Compiling aesni-gcm-x86_64-linux.S
[678/927] Compiling aesni-gcm-x86_64-apple.S
[679/927] Compiling aes-gcm-avx10-x86_64-apple.S
[680/927] Compiling aes-gcm-avx10-x86_64-linux.S
[681/927] Compiling c-nioatomics.c
[682/927] Compiling c-atomics.c
[683/927] Compiling x_x509a.cc
[683/927] Compiling x_sig.cc
[684/927] Compiling x_val.cc
[686/927] Compiling x_x509.cc
[687/927] Compiling x_req.cc
[688/927] Compiling x_pubkey.cc
[688/927] Compiling x_spki.cc
[690/933] Compiling x_name.cc
[692/933] Compiling NIOConcurrencyHelpers NIOLock.swift
[693/933] Compiling NIOConcurrencyHelpers lock.swift
[693/933] Compiling x_crl.cc
[695/933] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[696/933] Emitting module NIOConcurrencyHelpers
[696/933] Compiling x_algor.cc
[697/933] Compiling x_exten.cc
[699/933] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[700/933] Compiling NIOConcurrencyHelpers atomics.swift
[700/934] Compiling x_attrib.cc
[701/934] Compiling x509spki.cc
[702/934] Compiling x_all.cc
[704/934] Compiling x509rset.cc
[705/934] Compiling x509name.cc
[706/934] Compiling x509_txt.cc
[707/934] Compiling x509cset.cc
[708/934] Compiling x509_vpm.cc
[709/934] Compiling x509_v3.cc
[710/934] Compiling x509_vfy.cc
[711/934] Compiling x509_trs.cc
[712/934] Compiling x509_set.cc
[713/934] Compiling x509_d2.cc
[714/934] Compiling x509_req.cc
[715/934] Compiling x509_obj.cc
[716/934] Compiling x509_lu.cc
[717/934] Compiling x509_ext.cc
[718/934] Compiling x509_def.cc
[719/934] Compiling v3_prn.cc
[720/934] Compiling x509_cmp.cc
[721/934] Compiling x509_att.cc
[722/934] Compiling x509.cc
[723/934] Compiling v3_utl.cc
[724/934] Compiling v3_skey.cc
[725/934] Compiling v3_purp.cc
[726/934] Compiling v3_pmaps.cc
[727/934] Compiling v3_pcons.cc
[728/934] Compiling v3_ocsp.cc
[729/934] Compiling v3_ia5.cc
[730/934] Compiling v3_ncons.cc
[731/934] Compiling v3_int.cc
[732/934] Compiling v3_lib.cc
[733/934] Compiling v3_info.cc
[734/934] Compiling v3_enum.cc
[735/934] Compiling v3_genn.cc
[736/934] Compiling v3_extku.cc
[737/934] Compiling v3_crld.cc
[738/934] Compiling v3_cpols.cc
[739/934] Compiling v3_conf.cc
[740/934] Compiling v3_bcons.cc
[741/934] Compiling v3_bitst.cc
[742/934] Compiling t_crl.cc
[743/934] Compiling v3_alt.cc
[744/934] Compiling v3_akeya.cc
[745/934] Compiling v3_akey.cc
[746/934] Compiling t_x509a.cc
[747/934] Compiling t_x509.cc
[748/934] Compiling t_req.cc
[749/934] Compiling rsa_pss.cc
[750/934] Compiling i2d_pr.cc
[751/934] Compiling name_print.cc
[752/934] Compiling policy.cc
[753/934] Compiling algorithm.cc
[754/934] Compiling by_file.cc
[755/934] Compiling by_dir.cc
[756/934] Compiling asn1_gen.cc
[757/934] Compiling voprf.cc
[758/934] Compiling a_verify.cc
[759/934] Compiling a_sign.cc
[760/934] Compiling thread_win.cc
[761/934] Compiling a_digest.cc
[762/934] Compiling thread_pthread.cc
[763/934] Compiling trust_token.cc
[764/934] Compiling pmbtoken.cc
[765/934] Compiling thread_none.cc
[766/934] Compiling thash.cc
[767/934] Compiling thread.cc
[768/934] Compiling wots.cc
[769/934] Compiling stack.cc
[770/934] Compiling siphash.cc
[771/934] Compiling merkle.cc
[772/934] Compiling slhdsa.cc
[773/934] Compiling fors.cc
[774/934] Compiling sha512.cc
[775/934] Compiling sha256.cc
[776/934] Compiling rsa_print.cc
[777/934] Compiling sha1.cc
[778/934] Compiling rsa_extra.cc
[779/934] Compiling windows.cc
[780/934] Compiling rsa_crypt.cc
[781/934] Compiling rc4.cc
[782/934] Compiling refcount.cc
[783/934] Compiling rsa_asn1.cc
[784/934] Compiling urandom.cc
[785/934] Compiling rand_extra.cc
[786/934] Compiling trusty.cc
[787/934] Compiling passive.cc
[788/934] Compiling deterministic.cc
[789/934] Compiling ios.cc
[790/934] Compiling poly1305_arm_asm.S
[791/934] Compiling getentropy.cc
[792/934] Compiling fork_detect.cc
[793/934] Compiling forkunsafe.cc
[794/934] Compiling pool.cc
[795/934] Compiling poly1305_vec.cc
[796/934] Compiling poly1305_arm.cc
[797/934] Compiling poly1305.cc
[798/934] Compiling pkcs8.cc
[799/934] Compiling pkcs8_x509.cc
[800/934] Compiling p5_pbev2.cc
[801/934] Compiling pkcs7.cc
[802/934] Compiling pem_x509.cc
[802/934] Compiling pem_pkey.cc
[802/934] Compiling pkcs7_x509.cc
[803/934] Compiling pem_xaux.cc
[806/934] Compiling pem_pk8.cc
[806/934] Compiling pem_lib.cc
[807/934] Compiling pem_oth.cc
[809/934] Compiling pem_info.cc
[810/934] Compiling mldsa.cc
[811/934] Compiling mem.cc
[812/934] Compiling md5.cc
[813/934] Compiling md4.cc
[814/934] Compiling obj_xref.cc
[815/934] Compiling poly_rq_mul.S
[816/934] Compiling mlkem.cc
[817/934] Compiling fips_shared_support.cc
[818/934] Compiling obj.cc
[819/934] Compiling pem_all.cc
[820/934] Compiling lhash.cc
[821/934] Compiling kyber.cc
[822/934] Compiling ex_data.cc
[823/934] Compiling sign.cc
[824/934] Compiling hpke.cc
[825/934] Compiling scrypt.cc
[826/934] Compiling print.cc
[827/934] Compiling hrss.cc
[828/934] Compiling pbkdf.cc
[829/934] Compiling p_x25519.cc
[830/934] Compiling p_x25519_asn1.cc
[831/934] Compiling p_rsa_asn1.cc
[832/934] Compiling p_rsa.cc
[833/934] Compiling p_ed25519_asn1.cc
[834/934] Compiling p_ed25519.cc
[835/934] Compiling p_hkdf.cc
[836/934] Compiling p_ec_asn1.cc
[837/934] Compiling p_ec.cc
[838/934] Compiling p_dh_asn1.cc
[839/934] Compiling p_dsa_asn1.cc
[840/934] Compiling p_dh.cc
[841/934] Compiling evp.cc
[842/934] Compiling evp_ctx.cc
[843/934] Compiling err.cc
[844/934] Compiling engine.cc
[845/934] Compiling evp_asn1.cc
[846/934] Compiling ecdh_extra.cc
[847/934] Compiling ecdsa_asn1.cc
[848/934] Compiling ec_derive.cc
[849/934] Compiling hash_to_curve.cc
[850/934] Compiling bcm.cc
[851/934] Compiling ec_asn1.cc
[852/934] Compiling dsa.cc
[853/934] Compiling dsa_asn1.cc
[854/934] Compiling x25519-asm-arm.S
[855/934] Compiling params.cc
[856/934] Compiling dh_asn1.cc
[857/934] Compiling des.cc
[858/934] Compiling digest_extra.cc
[859/934] Compiling curve25519_64_adx.cc
[860/934] Compiling spake25519.cc
[861/934] Compiling cpu_intel.cc
[862/934] Compiling crypto.cc
[863/934] Compiling curve25519.cc
[864/934] Compiling cpu_aarch64_openbsd.cc
[865/934] Compiling cpu_aarch64_win.cc
[866/934] Compiling cpu_arm_linux.cc
[867/934] Compiling cpu_aarch64_sysreg.cc
[868/934] Compiling cpu_arm_freebsd.cc
[869/934] Compiling cpu_aarch64_linux.cc
[870/934] Compiling cpu_aarch64_apple.cc
[870/934] Compiling cpu_aarch64_fuchsia.cc
[872/934] Compiling tls_cbc.cc
[873/934] Compiling e_rc4.cc
[874/934] Compiling e_tls.cc
[875/934] Compiling conf.cc
[876/934] Compiling e_rc2.cc
[877/934] Compiling e_des.cc
[878/934] Compiling e_null.cc
[879/934] Compiling e_chacha20poly1305.cc
[880/934] Compiling e_aesgcmsiv.cc
[881/934] Compiling e_aesctrhmac.cc
[882/934] Compiling cipher_extra.cc
[883/934] Compiling derive_key.cc
[884/934] Compiling chacha.cc
[885/934] Compiling unicode.cc
[886/934] Compiling ber.cc
[887/934] Compiling asn1_compat.cc
[888/934] Compiling cbb.cc
[888/934] Compiling buf.cc
[890/934] Compiling cbs.cc
[890/934] Compiling convert.cc
[892/934] Compiling blake2.cc
[893/934] Compiling bn_asn1.cc
[894/934] Compiling printf.cc
[895/934] Compiling pair.cc
[896/934] Compiling errno.cc
[897/934] Compiling hexdump.cc
[898/934] Compiling fd.cc
[899/934] Compiling file.cc
[900/934] Compiling bio_mem.cc
[901/934] Compiling bio.cc
[902/934] Compiling base64.cc
[903/934] Compiling tasn_typ.cc
[904/934] Compiling tasn_utl.cc
[905/934] Compiling tasn_fre.cc
[906/934] Compiling tasn_new.cc
[907/934] Compiling posix_time.cc
[908/934] Compiling tasn_enc.cc
[909/934] Compiling tasn_dec.cc
[910/934] Compiling f_string.cc
[911/934] Compiling f_int.cc
[912/934] Compiling asn_pack.cc
[913/934] Compiling asn1_par.cc
[914/934] Compiling asn1_lib.cc
[915/934] Compiling a_type.cc
[916/934] Compiling a_utctm.cc
[917/934] Compiling a_time.cc
[918/934] Compiling a_strex.cc
[919/934] Compiling a_octet.cc
[920/934] Compiling a_strnid.cc
[921/934] Compiling a_int.cc
[922/934] Compiling a_mbstr.cc
[923/934] Compiling a_object.cc
[924/934] Write sources
[925/934] Compiling a_d2i_fp.cc
[926/934] Write sources
[928/934] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[929/934] Compiling a_i2d_fp.cc
[930/934] Compiling a_gentm.cc
[931/939] Compiling a_bool.cc
[932/941] Compiling a_dup.cc
[933/977] Compiling a_bitstr.cc
[935/977] Compiling Algorithms Partition.swift
[936/977] Compiling Algorithms Permutations.swift
[937/979] Compiling Algorithms EitherSequence.swift
[938/979] Compiling Algorithms FirstNonNil.swift
[939/987] Compiling Algorithms Keyed.swift
[940/987] Compiling Algorithms MinMax.swift
[941/987] Compiling Algorithms Compacted.swift
[942/987] Compiling Algorithms Cycle.swift
[943/987] Compiling Atomics IntegerOperations.swift
[944/987] Compiling Atomics Unmanaged extensions.swift
[945/987] Compiling Algorithms FlattenCollection.swift
[946/987] Compiling Algorithms Grouped.swift
[947/987] Compiling Algorithms Indexed.swift
[948/987] Compiling Algorithms Chunked.swift
[949/987] Compiling Algorithms Combinations.swift
[950/987] Compiling Algorithms Joined.swift
[955/990] Compiling Algorithms Reductions.swift
[956/990] Compiling Algorithms Rotate.swift
[957/990] Compiling Algorithms Split.swift
[958/990] Compiling Algorithms Stride.swift
[959/990] Compiling Algorithms Suffix.swift
[963/990] Compiling CryptoBoringWrapper RandomBytes.swift
[964/990] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[965/990] Emitting module Atomics
[966/990] Compiling Algorithms Trim.swift
[967/990] Compiling Algorithms Unique.swift
[968/990] Compiling Algorithms Windows.swift
[969/990] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[970/990] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[971/990] Compiling CryptoBoringWrapper EllipticCurve.swift
[972/990] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[977/990] Compiling Algorithms AdjacentPairs.swift
[978/990] Compiling Algorithms Chain.swift
[984/990] Compiling Algorithms Intersperse.swift
[985/990] Emitting module CryptoBoringWrapper
[986/990] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[988/992] Emitting module Algorithms
[990/1063] Compiling Crypto ASN1OctetString.swift
[991/1063] Compiling Crypto ASN1Strings.swift
[992/1063] Compiling Crypto ArraySliceBigint.swift
[994/1124] Emitting module Crypto
[995/1133] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[996/1133] Compiling NIOCore ByteBuffer-views.swift
[997/1133] Compiling NIOCore Channel.swift
[998/1133] Compiling NIOCore ChannelHandler.swift
[999/1133] Compiling NIOCore ChannelHandlers.swift
[1000/1133] Compiling NIOCore ChannelInvoker.swift
[1001/1133] Compiling NIOCore ChannelOption.swift
[1002/1133] Compiling NIOCore ChannelPipeline.swift
[1003/1133] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1004/1133] Compiling NIOCore BSDSocketAPI.swift
[1005/1133] Compiling NIOCore MarkedCircularBuffer.swift
[1006/1133] Compiling NIOCore MulticastChannel.swift
[1007/1133] Compiling NIOCore NIOAny.swift
[1008/1133] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1009/1133] Compiling NIOCore NIOLoopBound.swift
[1010/1133] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1011/1133] Compiling NIOCore NIOScheduledCallback.swift
[1012/1133] Compiling NIOCore NIOSendable.swift
[1013/1133] Compiling NIOCore RecvByteBufferAllocator.swift
[1014/1133] Compiling Crypto HPKE-Errors.swift
[1015/1133] Compiling Crypto SymmetricKeys.swift
[1016/1133] Compiling Crypto HMAC.swift
[1017/1133] Compiling Crypto MACFunctions.swift
[1018/1133] Compiling Crypto MessageAuthenticationCode.swift
[1019/1133] Compiling Crypto AES.swift
[1020/1133] Compiling Crypto ECDSASignature_boring.swift
[1021/1133] Compiling Crypto ECDSA_boring.swift
[1022/1133] Compiling Crypto EdDSA_boring.swift
[1023/1133] Compiling Crypto ECDSA.swift
[1024/1133] Compiling Crypto Ed25519.swift
[1025/1133] Compiling NIOCore DeadChannel.swift
[1026/1133] Compiling NIOCore DispatchQueue+WithFuture.swift
[1027/1133] Compiling NIOCore EventLoop+Deprecated.swift
[1028/1133] Compiling NIOCore EventLoop+SerialExecutor.swift
[1029/1133] Compiling NIOCore EventLoop.swift
[1030/1133] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1031/1133] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1032/1133] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1033/1133] Compiling NIOCore EventLoopFuture.swift
[1034/1133] Compiling NIOCore FileDescriptor.swift
[1035/1133] Compiling NIOCore FileHandle.swift
[1036/1133] Compiling NIOCore FileRegion.swift
[1037/1133] Compiling NIOCore GlobalSingletons.swift
[1038/1133] Compiling NIOCore IO.swift
[1039/1133] Compiling NIOCore IOData.swift
[1040/1133] Compiling NIOCore IPProtocol.swift
[1041/1133] Compiling NIOCore IntegerBitPacking.swift
[1042/1133] Compiling NIOCore IntegerTypes.swift
[1043/1133] Compiling NIOCore Interfaces.swift
[1044/1133] Compiling NIOCore Linux.swift
[1053/1141] Compiling Crypto Signature.swift
[1054/1141] Compiling Crypto CryptoKitErrors_boring.swift
[1055/1141] Compiling Crypto RNG_boring.swift
[1056/1141] Compiling Crypto SafeCompare_boring.swift
[1057/1141] Compiling Crypto Zeroization_boring.swift
[1058/1141] Compiling Crypto PrettyBytes.swift
[1059/1141] Compiling Crypto SafeCompare.swift
[1060/1141] Compiling Crypto SecureBytes.swift
[1061/1141] Compiling Crypto Zeroization.swift
[1078/1141] Compiling NIOCore AddressedEnvelope.swift
[1079/1141] Compiling NIOCore AsyncAwaitSupport.swift
[1080/1141] Compiling NIOCore AsyncChannel.swift
[1081/1141] Compiling NIOCore AsyncChannelHandler.swift
[1082/1141] Compiling NIOCore AsyncChannelInboundStream.swift
[1083/1141] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1084/1141] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1085/1141] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1086/1141] Compiling NIOCore NIOAsyncWriter.swift
[1087/1141] Compiling NIOCore ByteBuffer-multi-int.swift
[1088/1141] Compiling NIOCore ByteBuffer-aux.swift
[1089/1141] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1090/1141] Compiling NIOCore ByteBuffer-conversions.swift
[1091/1141] Compiling NIOCore ByteBuffer-core.swift
[1092/1141] Compiling NIOCore ByteBuffer-hex.swift
[1093/1141] Compiling NIOCore ByteBuffer-int.swift
[1094/1141] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1095/1141] Compiling NIOCore CircularBuffer.swift
[1096/1141] Compiling NIOCore Codec.swift
[1097/1141] Compiling NIOCore ConvenienceOptionSupport.swift
[1107/1142] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1108/1142] Compiling NIOCore SocketAddresses.swift
[1109/1142] Compiling NIOCore SocketOptionProvider.swift
[1110/1142] Compiling NIOCore SystemCallHelpers.swift
[1111/1142] Compiling NIOCore TimeAmount+Duration.swift
[1112/1142] Compiling NIOCore TypeAssistedChannelHandler.swift
[1113/1142] Compiling NIOCore UniversalBootstrapSupport.swift
[1114/1142] Compiling NIOCore Utilities.swift
[1142/1142] Emitting module NIOCore
[1144/1193] Emitting module NIOEmbedded
[1145/1193] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1146/1193] Compiling NIOEmbedded Embedded.swift
[1147/1193] Compiling NIOEmbedded AsyncTestingChannel.swift
[1149/1194] Emitting module NIOPosix
[1150/1200] Compiling NIOPosix BSDSocketAPICommon.swift
[1151/1200] Compiling NIOPosix BSDSocketAPIPosix.swift
[1152/1200] Compiling NIOPosix BSDSocketAPIWindows.swift
[1153/1200] Compiling NIOPosix BaseSocket.swift
[1154/1200] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1155/1200] Compiling NIOPosix BaseSocketChannel.swift
[1156/1200] Compiling NIOPosix BaseStreamSocketChannel.swift
[1157/1200] Compiling NIOPosix ThreadPosix.swift
[1158/1200] Compiling NIOPosix ThreadWindows.swift
[1159/1200] Compiling NIOPosix UnsafeTransfer.swift
[1160/1200] Compiling NIOPosix Utilities.swift
[1161/1200] Compiling NIOPosix VsockAddress.swift
[1162/1200] Compiling NIOPosix VsockChannelEvents.swift
[1163/1200] Compiling NIOPosix SelectableChannel.swift
[1164/1200] Compiling NIOPosix SelectableEventLoop.swift
[1165/1200] Compiling NIOPosix SelectorEpoll.swift
[1166/1200] Compiling NIOPosix SelectorGeneric.swift
[1167/1200] Compiling NIOPosix SelectorKqueue.swift
[1168/1200] Compiling NIOPosix SelectorUring.swift
[1169/1200] Compiling NIOPosix Pool.swift
[1170/1200] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1171/1200] Compiling NIOPosix PosixSingletons.swift
[1172/1200] Compiling NIOPosix RawSocketBootstrap.swift
[1173/1200] Compiling NIOPosix Resolver.swift
[1174/1200] Compiling NIOPosix Selectable.swift
[1175/1200] Compiling NIOPosix ServerSocket.swift
[1176/1200] Compiling NIOPosix Socket.swift
[1177/1200] Compiling NIOPosix SocketChannel.swift
[1178/1200] Compiling NIOPosix SocketProtocols.swift
[1179/1200] Compiling NIOPosix System.swift
[1180/1200] Compiling NIOPosix Thread.swift
[1181/1200] Compiling NIOPosix IO.swift
[1182/1200] Compiling NIOPosix IntegerBitPacking.swift
[1183/1200] Compiling NIOPosix IntegerTypes.swift
[1184/1200] Compiling NIOPosix Linux.swift
[1185/1200] Compiling NIOPosix LinuxCPUSet.swift
[1186/1200] Compiling NIOPosix LinuxUring.swift
[1187/1200] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1188/1200] Compiling NIOPosix Bootstrap.swift
[1189/1200] Compiling NIOPosix ControlMessage.swift
[1190/1200] Compiling NIOPosix DatagramVectorReadManager.swift
[1191/1200] Compiling NIOPosix Errors+Any.swift
[1192/1200] Compiling NIOPosix FileDescriptor.swift
[1193/1200] Compiling NIOPosix GetaddrinfoResolver.swift
[1194/1200] Compiling NIOPosix HappyEyeballs.swift
[1195/1200] Compiling NIOPosix NIOThreadPool.swift
[1196/1200] Compiling NIOPosix NonBlockingFileIO.swift
[1197/1200] Compiling NIOPosix PendingDatagramWritesManager.swift
[1198/1200] Compiling NIOPosix PendingWritesManager.swift
[1199/1200] Compiling NIOPosix PipeChannel.swift
[1200/1200] Compiling NIOPosix PipePair.swift
[1202/1203] Emitting module NIO
[1203/1203] Compiling NIO Exports.swift
[1205/1243] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1206/1243] Compiling NIOTLS TLSEvents.swift
[1207/1243] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1208/1243] Compiling NIOSOCKS ClientStateMachine.swift
[1209/1243] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1210/1243] Compiling NIOSOCKS SOCKSResponse.swift
[1211/1244] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1212/1244] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1213/1244] Compiling NIOHTTP1 HTTPDecoder.swift
[1214/1244] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1215/1244] Emitting module NIOTLS
[1216/1244] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1217/1244] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1218/1244] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1219/1244] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1220/1244] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1221/1244] Compiling NIOHTTP1 HTTPEncoder.swift
[1222/1244] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1223/1244] Emitting module NIOSOCKS
[1224/1244] Compiling NIOTLS SNIHandler.swift
[1225/1244] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1226/1245] Emitting module NIOFoundationCompat
[1227/1245] Emitting module NIOHTTP1
[1228/1245] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1229/1248] Compiling NIOSOCKS ServerStateMachine.swift
[1233/1249] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1234/1249] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1235/1249] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1236/1249] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1241/1300] Compiling NIOTransportServices StateManagedChannel.swift
[1242/1300] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1243/1300] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1244/1302] Compiling NIOTransportServices NIOTSBootstraps.swift
[1245/1302] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1246/1302] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1247/1302] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1248/1302] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1249/1302] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1250/1302] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1251/1302] Compiling NIOTransportServices NIOTSErrors.swift
[1252/1302] Compiling NIOTransportServices NIOTSEventLoop.swift
[1253/1302] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1254/1302] Compiling NIOTransportServices NIOTSSingletons.swift
[1255/1302] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1256/1302] Emitting module NIOTransportServices
[1261/1302] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1262/1302] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1263/1302] Compiling NIOTransportServices AcceptHandler.swift
[1264/1302] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1265/1302] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1266/1302] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1267/1302] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1268/1302] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1276/1332] Emitting module NIOSSL
[1280/1336] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1281/1336] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1282/1336] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1283/1336] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1284/1336] Compiling NIOHPACK DynamicHeaderTable.swift
[1285/1336] Compiling NIOHPACK HPACKDecoder.swift
[1286/1336] Compiling NIOHPACK HPACKEncoder.swift
[1287/1336] Compiling NIOHPACK HPACKErrors.swift
[1288/1336] Compiling NIOHPACK HPACKHeader.swift
[1289/1336] Compiling NIOHPACK HeaderTables.swift
[1292/1336] Emitting module NIOHTTPCompression
[1293/1336] Compiling NIOHTTPCompression HTTPCompression.swift
[1294/1336] Emitting module NIOTestUtils
[1295/1336] Compiling NIOSSL SubjectAlternativeName.swift
[1296/1336] Compiling NIOSSL NIOSSLSecureBytes.swift
[1297/1336] Compiling NIOSSL RNG.swift
[1298/1336] Compiling NIOSSL SafeCompare.swift
[1299/1336] Compiling NIOHPACK IndexedHeaderTable.swift
[1300/1336] Compiling NIOHPACK IntegerCoding.swift
[1301/1337] Compiling NIOHTTPCompression HTTPDecompression.swift
[1306/1337] Compiling NIOTestUtils EventCounterHandler.swift
[1307/1337] Compiling NIOTestUtils ByteToMessageDecoderVerifier.swift
[1308/1337] Compiling NIOTestUtils NIOHTTP1TestServer.swift
[1309/1337] Emitting module NIOHPACK
[1310/1337] Emitting module SotoSignerV4
[1311/1337] Compiling NIOHPACK StaticHeaderTable.swift
[1312/1337] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1313/1338] Compiling NIOHPACK HuffmanCoding.swift
[1314/1339] Compiling NIOHPACK HuffmanTables.swift
[1317/1339] Compiling SotoSignerV4 exports.swift
[1318/1339] Compiling SotoSignerV4 SigV4a.swift
[1319/1339] Compiling SotoSignerV4 signer.swift
[1320/1339] Compiling SotoSignerV4 credentials.swift
[1321/1339] Compiling SotoSignerV4 HexEncoding.swift
[1338/1341] Compiling NIOSSL Zeroization.swift
[1339/1341] Compiling NIOSSL TLSConfiguration.swift
[1340/1341] Compiling NIOSSL UniversalBootstrapSupport.swift
[1341/1341] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1343/1400] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1344/1400] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1345/1400] Compiling NIOHTTP2 HasLocalSettings.swift
[1346/1400] Compiling NIOHTTP2 HasRemoteSettings.swift
[1347/1400] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1348/1400] Compiling NIOHTTP2 QuiescingState.swift
[1349/1400] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1350/1400] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1351/1408] Emitting module NIOHTTP2
[1352/1408] Compiling NIOHTTP2 InboundWindowManager.swift
[1353/1408] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1354/1408] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1355/1408] Compiling NIOHTTP2 StreamChannelList.swift
[1356/1408] Compiling NIOHTTP2 StreamMap.swift
[1357/1408] Compiling NIOHTTP2 StreamStateMachine.swift
[1358/1408] Compiling NIOHTTP2 UnsafeTransfer.swift
[1359/1408] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1360/1408] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1361/1408] Compiling NIOHTTP2 HTTP2Frame.swift
[1362/1408] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1363/1408] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1364/1408] Compiling NIOHTTP2 HTTP2PingData.swift
[1365/1408] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1366/1408] Compiling NIOHTTP2 HTTP2Settings.swift
[1367/1408] Compiling NIOHTTP2 HTTP2Stream.swift
[1368/1408] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1369/1408] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1370/1408] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1371/1408] Compiling NIOHTTP2 HTTP2StreamID.swift
[1372/1408] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1373/1408] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1374/1408] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1375/1408] Compiling NIOHTTP2 InboundEventBuffer.swift
[1376/1408] Compiling NIOHTTP2 MaySendFrames.swift
[1377/1408] Compiling NIOHTTP2 SendingDataState.swift
[1378/1408] Compiling NIOHTTP2 SendingGoawayState.swift
[1379/1408] Compiling NIOHTTP2 SendingHeadersState.swift
[1380/1408] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1381/1408] Compiling NIOHTTP2 SendingRstStreamState.swift
[1382/1408] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1383/1408] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1384/1408] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1385/1408] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1386/1408] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1387/1408] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1388/1408] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1389/1408] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1390/1408] Compiling NIOHTTP2 HTTP2Error.swift
[1391/1408] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1392/1408] Compiling NIOHTTP2 StateMachineResult.swift
[1393/1408] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1394/1408] Compiling NIOHTTP2 DOSHeuristics.swift
[1395/1408] Compiling NIOHTTP2 Error+Any.swift
[1396/1408] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1397/1408] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1398/1408] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1399/1408] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1400/1408] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1401/1408] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1402/1408] Compiling NIOHTTP2 MayReceiveFrames.swift
[1403/1408] Compiling NIOHTTP2 ReceivingDataState.swift
[1404/1408] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1405/1408] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1406/1408] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1407/1408] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1408/1408] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1410/1469] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1411/1469] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1412/1469] Compiling AsyncHTTPClient Transaction.swift
[1413/1469] Compiling AsyncHTTPClient Base64.swift
[1414/1469] Compiling AsyncHTTPClient BasicAuth.swift
[1415/1469] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1416/1469] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1417/1469] Compiling AsyncHTTPClient ConnectionPool.swift
[1418/1469] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1419/1477] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1420/1477] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1421/1477] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1422/1477] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1423/1477] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1424/1477] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1425/1477] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1426/1477] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1427/1477] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1428/1477] Compiling AsyncHTTPClient HTTPHandler.swift
[1429/1477] Compiling AsyncHTTPClient LRUCache.swift
[1430/1477] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1431/1477] Compiling AsyncHTTPClient NWErrorHandler.swift
[1432/1477] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1433/1477] Compiling AsyncHTTPClient TLSConfiguration.swift
[1434/1477] Compiling AsyncHTTPClient RedirectState.swift
[1435/1477] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1436/1477] Compiling AsyncHTTPClient ConnectionTarget.swift
[1437/1477] Compiling AsyncHTTPClient DeconstructedURL.swift
[1438/1477] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1439/1477] Compiling AsyncHTTPClient FoundationExtensions.swift
[1440/1477] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1441/1477] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1442/1477] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1443/1477] Compiling AsyncHTTPClient HTTPClient.swift
[1444/1477] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1445/1477] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1446/1477] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1447/1477] Compiling AsyncHTTPClient HTTP1Connection.swift
[1448/1477] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1449/1477] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1450/1477] Compiling AsyncHTTPClient HTTP2Connection.swift
[1451/1477] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1452/1477] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1453/1477] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1454/1477] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1455/1477] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1456/1477] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1457/1477] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1458/1477] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1459/1477] Compiling AsyncHTTPClient RequestBodyLength.swift
[1460/1477] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1461/1477] Emitting module AsyncHTTPClient
[1462/1477] Compiling AsyncHTTPClient RequestOptions.swift
[1463/1477] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1464/1477] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1465/1477] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1466/1477] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1467/1477] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1468/1477] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1469/1477] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1470/1477] Compiling AsyncHTTPClient RequestBag.swift
[1471/1477] Compiling AsyncHTTPClient RequestValidation.swift
[1472/1477] Compiling AsyncHTTPClient SSLContextCache.swift
[1473/1477] Compiling AsyncHTTPClient Scheme.swift
[1474/1477] Compiling AsyncHTTPClient Singleton.swift
[1475/1477] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1476/1477] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1477/1477] Compiling AsyncHTTPClient Utils.swift
[1479/1542] 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 |         }
[1480/1542] 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 |         }
[1481/1542] 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 |         }
[1482/1542] 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 |         }
[1483/1542] 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 |         }
[1484/1542] 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 |         }
[1485/1542] 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 |         }
[1486/1542] 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 |         }
[1487/1542] 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 |         }
[1488/1542] Compiling SotoCore CredentialProviderError.swift
[1489/1542] Compiling SotoCore CredentialProviderSelector.swift
[1490/1542] Compiling SotoCore DeferredCredentialProvider.swift
[1491/1542] Compiling SotoCore EmptyCredential.swift
[1492/1542] Compiling SotoCore ExpiringCredential.swift
[1493/1542] Compiling SotoCore MetaDataCredentialProvider.swift
[1494/1542] Compiling SotoCore NullCredentialProvider.swift
[1495/1542] Compiling SotoCore RotatingCredentialProvider.swift
[1496/1542] Compiling SotoCore RuntimeSelectorCredentialProvider.swift
[1497/1551] Compiling SotoCore AWSClient+Paginate.swift
[1498/1551] Compiling SotoCore AWSClient.swift
[1499/1551] Compiling SotoCore AWSEndpointDiscovery.swift
[1500/1551] Compiling SotoCore AWSService.swift
[1501/1551] Compiling SotoCore AWSServiceConfig.swift
[1502/1551] Compiling SotoCore Base64Data.swift
[1503/1551] Compiling SotoCore Document.swift
[1504/1551] Compiling SotoCore EventPayload.swift
[1505/1551] Compiling SotoCore AnyAsyncSequence.swift
[1506/1551] Emitting module SotoCore
[1507/1551] Compiling SotoCore S3SignedAsyncSequence.swift
[1508/1551] Compiling SotoCore Middleware.swift
[1509/1551] Compiling SotoCore EditHeadersMiddleware.swift
[1510/1551] Compiling SotoCore EndpointDiscoveryMiddleware.swift
[1511/1551] Compiling SotoCore ErrorHandlingMiddleware.swift
[1512/1551] Compiling SotoCore LoggingMiddleware.swift
[1513/1551] Compiling SotoCore RetryMiddleware.swift
[1514/1551] Compiling SotoCore S3Middleware.swift
[1515/1551] Compiling SotoCore SigningMiddleware.swift
[1516/1551] Compiling SotoCore Error.swift
[1517/1551] Compiling SotoCore ServerErrors.swift
[1518/1551] Compiling SotoCore Exports.swift
[1519/1551] Compiling SotoCore AWSHTTPBody.swift
[1520/1551] Compiling SotoCore AWSHTTPClient.swift
[1521/1551] Compiling SotoCore AWSHTTPRequest.swift
[1522/1551] Compiling SotoCore AWSHTTPResponse+HAL.swift
[1523/1551] Compiling SotoCore AWSHTTPResponse.swift
[1524/1551] Compiling SotoCore AsyncHTTPClient.swift
[1525/1551] Compiling SotoCore STSAssumeRole.swift
[1526/1551] Compiling SotoCore StaticCredential+CredentialProvider.swift
[1527/1551] Compiling SotoCore StaticCredential+Environment.swift
[1528/1551] Compiling SotoCore ARN.swift
[1529/1551] Compiling SotoCore AWSShape.swift
[1530/1551] Compiling SotoCore EndpointVariant.swift
[1531/1551] Compiling SotoCore Environment.swift
[1532/1551] Compiling SotoCore Region.swift
[1533/1551] Compiling SotoCore ServiceProtocol.swift
[1534/1551] Compiling SotoCore CodableProperties.swift
[1535/1551] Compiling SotoCore CollectionCoders.swift
[1536/1551] Compiling SotoCore DateCoders.swift
[1537/1551] Compiling SotoCore EC2ArrayCoder.swift
[1538/1551] Compiling SotoCore EventStreamDecoder.swift
[1539/1551] Compiling SotoCore QueryEncoder.swift
[1540/1551] Compiling SotoCore RequestContainer.swift
[1541/1551] Compiling SotoCore ResponseContainer.swift
[1542/1551] Compiling SotoCore ClientErrors.swift
[1543/1551] Compiling SotoCore TracingMiddleware.swift
[1544/1551] Compiling SotoCore TreeHashMiddleware.swift
[1545/1551] Compiling SotoCore MiddlewareStack.swift
[1546/1551] Compiling SotoCore RetryPolicy.swift
[1547/1551] Compiling SotoCore UnsafeTransfer.swift
[1548/1551] Compiling SotoCore base64.swift
[1549/1551] Compiling SotoCore crc32.swift
[1550/1551] Compiling SotoCore AWSClient+Waiter.swift
[1551/1551] Compiling SotoCore Matcher.swift
[1553/1556] Compiling SotoTestUtils TestUtils.swift
[1554/1556] Compiling SotoTestUtils Environment.swift
[1555/1556] Emitting module SotoTestUtils
[1556/1556] Compiling SotoTestUtils TestServer.swift
Build complete! (246.53s)
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/adam-fowler/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.