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 (b75d7f), with Swift 6.1 for Android on 31 May 2025 01:54:53 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.63.1
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 b75d7f4 Adding Android support (#658)
Cloned https://github.com/soto-project/soto-core.git
Revision (git rev-parse @):
b75d7f4793086a324e5005399182dc1c7e845f63
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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/swift-server/async-http-client.git
Fetching https://github.com/adam-fowler/jmespath.swift.git
[1/658] Fetching jmespath.swift
Fetched https://github.com/adam-fowler/jmespath.swift.git from cache (0.36s)
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/14014] Fetching async-http-client
[2804/28857] Fetching async-http-client, swift-nio-ssl
[15797/33831] Fetching async-http-client, swift-nio-ssl, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.65s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.03s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.09s)
Fetching https://github.com/apple/swift-nio.git
[1/3836] Fetching swift-log
[40/6042] Fetching swift-log, swift-metrics
[546/8709] Fetching swift-log, swift-metrics, swift-nio-transport-services
[2902/10426] Fetching swift-log, swift-metrics, swift-nio-transport-services, swift-atomics
[9346/24362] Fetching swift-log, swift-metrics, swift-nio-transport-services, swift-atomics, swift-crypto
Fetched https://github.com/apple/swift-atomics.git from cache (0.57s)
Fetched https://github.com/apple/swift-log.git from cache (0.58s)
[7521/18809] Fetching swift-metrics, swift-nio-transport-services, swift-crypto
Fetched https://github.com/apple/swift-metrics.git from cache (0.58s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.58s)
[2788/13936] Fetching swift-crypto
[2928/90059] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (2.24s)
[58615/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.33s)
Computing version for https://github.com/adam-fowler/jmespath.swift.git
Computed https://github.com/adam-fowler/jmespath.swift.git at 1.0.3 (8.36s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.46s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.46s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.23s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.95s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[1977/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.40s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.40s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.93s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.85s)
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 (1.43s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5923] Fetching swift-nio-extras
[3555/11882] Fetching swift-nio-extras, swift-algorithms
[9679/23409] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.60s)
[14951/17486] Fetching swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (1.07s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.09s)
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.95s)
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.49s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.79s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.62s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/904] Fetching swift-http-types
[905/2045] Fetching swift-http-types, swift-http-structured-headers
[1088/3635] Fetching swift-http-types, swift-http-structured-headers, swift-asn1
[1166/6061] Fetching swift-http-types, swift-http-structured-headers, swift-asn1, swift-service-lifecycle
[1513/11046] Fetching swift-http-types, swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-async-algorithms
[8306/17201] Fetching swift-http-types, swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.34s)
[11444/16060] Fetching swift-http-types, swift-asn1, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.36s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.36s)
[9152/12044] Fetching swift-http-types, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.42s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.49s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.94s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.45s)
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.55s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.54s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.60s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.17s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (2.30s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.11s)
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.63s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.89s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.69s)
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.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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.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/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-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-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.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-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/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
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.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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/818] Write sources
[16/818] Compiling CSotoExpat xmltok_impl.c
[16/818] Compiling CSotoExpat xmltok_ns.c
[16/818] Write sources
[38/818] Compiling CNIOWindows shim.c
[38/818] Compiling _AtomicsShims.c
[40/818] Compiling _NumericsShims _NumericsShims.c
[41/818] Compiling CNIOWASI CNIOWASI.c
[42/818] Compiling CNIOWindows WSAStartup.c
[43/818] Compiling CNIOLLHTTP c_nio_http.c
[44/818] Compiling CNIOLinux liburing_shims.c
[45/818] Compiling CNIOLinux shim.c
[46/818] Compiling CNIOExtrasZlib empty.c
[47/818] Compiling CNIODarwin shim.c
[48/818] Compiling fiat_p256_adx_sqr.S
[49/818] Compiling CSotoExpat xmlrole.c
[50/818] Compiling CNIOLLHTTP c_nio_api.c
[51/818] Compiling fiat_p256_adx_mul.S
[52/818] Compiling fiat_curve25519_adx_square.S
[53/818] Compiling fiat_curve25519_adx_mul.S
[54/818] Compiling CNIOLLHTTP c_nio_llhttp.c
[55/818] Write swift-version-24593BA9C3E375BF.txt
[56/818] Compiling CSotoExpat xmlparse.c
[57/818] Compiling CSotoExpat xmltok.c
[58/818] Compiling CNIOBoringSSLShims shims.c
[59/829] Compiling tls_record.cc
[60/832] Compiling tls13_client.cc
[61/832] Compiling tls_method.cc
[62/832] Compiling tls13_server.cc
[64/832] Emitting module ServiceContextModule
[64/832] Compiling tls13_enc.cc
[66/872] Emitting module RealModule
[67/873] Compiling RealModule RealFunctions.swift
[68/873] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[69/873] Compiling _NIODataStructures PriorityQueue.swift
[70/874] Compiling RealModule ElementaryFunctions.swift
[71/874] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[72/874] Compiling InternalCollectionsUtilities _SortedCollection.swift
[73/874] Compiling JMESPath Ast.swift
[74/874] Compiling JMESPath Error.swift
[75/874] Emitting module InternalCollectionsUtilities
[76/874] Compiling _NIOBase64 Base64.swift
[77/874] Emitting module _NIOBase64
[78/875] Compiling RealModule Float+Real.swift
[79/875] Compiling RealModule Float16+Real.swift
[80/875] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[81/875] Compiling InternalCollectionsUtilities Debugging.swift
[82/875] Compiling InternalCollectionsUtilities Descriptions.swift
[83/875] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[84/875] Compiling JMESPath Expression.swift
[85/875] Compiling JMESPath Functions.swift
[86/875] Compiling _NIODataStructures _TinyArray.swift
[87/875] Compiling RealModule Real.swift
[88/875] Compiling ServiceContextModule ServiceContextKey.swift
[89/875] Compiling RealModule Float80+Real.swift
[92/875] Compiling JMESPath Interpreter.swift
[93/875] Compiling JMESPath Lexer.swift
[96/875] Compiling ServiceContextModule ServiceContext.swift
[98/877] Emitting module _NIODataStructures
[99/877] Compiling _NIODataStructures Heap.swift
[102/878] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[105/909] Emitting module Instrumentation
[106/909] Compiling Instrumentation Instrument.swift
[107/909] Compiling Instrumentation MultiplexInstrument.swift
[108/909] Compiling Instrumentation NoOpInstrument.swift
[109/909] Emitting module INIParser
[110/909] Compiling INIParser INIParser.swift
[112/910] Compiling Atomics UnsafeAtomic.swift
[113/910] Compiling Atomics UnsafeAtomicLazyReference.swift
[114/912] Compiling Atomics ManagedAtomic.swift
[115/912] Compiling Atomics ManagedAtomicLazyReference.swift
[116/912] Compiling Atomics AtomicMemoryOrderings.swift
[117/912] Compiling Atomics DoubleWord.swift
[118/927] Compiling DequeModule Deque+CustomReflectable.swift
[119/927] Compiling DequeModule Deque+Descriptions.swift
[120/929] Compiling CoreMetrics Metrics.swift
[121/929] Compiling Atomics IntegerOperations.swift
[122/929] Compiling Atomics Unmanaged extensions.swift
[123/929] Compiling JMESPath Sendable.swift
[124/929] Compiling JMESPath Runtime.swift
[125/929] Compiling JMESPath Token.swift
[126/930] Compiling DequeModule _DequeBufferHeader.swift
[127/930] Compiling DequeModule _DequeSlot.swift
[128/930] Compiling DequeModule _UnsafeWrappedBuffer.swift
[129/930] Compiling DequeModule Deque+Testing.swift
[130/930] Compiling DequeModule Deque._Storage.swift
[131/930] Compiling DequeModule Deque._UnsafeHandle.swift
[134/930] Compiling DequeModule Deque+Equatable.swift
[134/930] Compiling tls13_both.cc
[136/930] Compiling DequeModule _DequeBuffer.swift
[138/930] Compiling JMESPath Parser.swift
[142/930] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[143/930] Compiling DequeModule Deque+Extras.swift
[144/930] Compiling DequeModule Deque+Hashable.swift
[148/930] Compiling DequeModule Deque.swift
[149/930] Compiling Instrumentation InstrumentationSystem.swift
[150/930] Compiling Instrumentation Locks.swift
[151/931] Emitting module Logging
[152/931] Compiling Logging MetadataProvider.swift
[153/931] Emitting module CoreMetrics
[154/931] Compiling CoreMetrics Locks.swift
[157/932] Compiling Logging Locks.swift
[158/932] Compiling Logging LogHandler.swift
[159/932] Compiling Logging Logging.swift
[160/933] Compiling DequeModule Deque+Codable.swift
[161/933] Compiling DequeModule Deque+Collection.swift
[162/933] Emitting module DequeModule
[167/942] Emitting module JMESPath
[172/944] Compiling Tracing NoOpTracer.swift
[173/944] Compiling SotoXML XMLDecoder.swift
[174/944] Compiling SotoXML XMLEncoder.swift
[175/944] Compiling Tracing InstrumentationSystem+Tracing.swift
[176/944] Compiling SotoXML Expat.swift
[177/944] Emitting module SotoXML
[178/944] Compiling SotoXML XML.swift
[179/945] Compiling JMESPath Variable.swift
[180/946] Compiling Tracing TracingTime.swift
[180/946] Compiling t1_enc.cc
[184/946] Emitting module Tracing
[185/946] Emitting module Metrics
[186/946] Compiling Metrics Metrics.swift
[187/947] Compiling Tracing TracerProtocol.swift
[189/947] Compiling Tracing Tracer.swift
[190/947] Compiling Tracing TracerProtocol+Legacy.swift
[194/947] Emitting module Atomics
[196/948] Compiling Tracing SpanProtocol.swift
[197/949] Compiling ssl_x509.cc
[198/949] Compiling ssl_versions.cc
[199/949] Compiling ssl_transcript.cc
[200/949] Compiling ssl_stat.cc
[201/949] Compiling ssl_privkey.cc
[202/949] Compiling ssl_session.cc
[203/949] Compiling ssl_key_share.cc
[204/949] Compiling ssl_file.cc
[205/949] Compiling ssl_lib.cc
[206/949] Compiling ssl_credential.cc
[207/949] Compiling ssl_cert.cc
[208/949] Compiling ssl_cipher.cc
[209/949] Compiling ssl_buffer.cc
[210/949] Compiling ssl_aead_ctx.cc
[211/949] Compiling ssl_asn1.cc
[212/949] Compiling s3_pkt.cc
[213/949] Compiling s3_lib.cc
[214/949] Compiling s3_both.cc
[215/949] Compiling encrypted_client_hello.cc
[216/949] Compiling handshake.cc
[217/949] Compiling handshake_client.cc
[218/949] Compiling dtls_method.cc
[219/949] Compiling handshake_server.cc
[220/949] Compiling d1_srtp.cc
[221/949] Compiling md5-x86_64-linux.S
[222/949] Compiling handoff.cc
[223/949] Compiling md5-x86_64-apple.S
[224/949] Compiling extensions.cc
[225/949] Compiling md5-586-linux.S
[226/949] Compiling md5-586-apple.S
[227/949] Compiling chacha20_poly1305_x86_64-linux.S
[228/949] Compiling chacha20_poly1305_x86_64-apple.S
[229/949] Compiling chacha20_poly1305_armv8-win.S
[230/949] Compiling chacha20_poly1305_armv8-linux.S
[231/949] Compiling chacha20_poly1305_armv8-apple.S
[232/949] Compiling chacha-x86_64-apple.S
[233/949] Compiling chacha-x86_64-linux.S
[234/949] Compiling chacha-x86-apple.S
[235/949] Compiling chacha-x86-linux.S
[236/949] Compiling chacha-armv8-win.S
[237/949] Compiling chacha-armv8-apple.S
[238/949] Compiling err_data.cc
[239/949] Compiling chacha-armv4-linux.S
[240/949] Compiling chacha-armv8-linux.S
[241/949] Compiling aes128gcmsiv-x86_64-linux.S
[242/949] Compiling aes128gcmsiv-x86_64-apple.S
[243/949] Compiling x86_64-mont5-linux.S
[244/949] Compiling x86_64-mont5-apple.S
[245/949] Compiling x86_64-mont-linux.S
[246/949] Compiling x86_64-mont-apple.S
[247/949] Compiling x86-mont-linux.S
[248/949] Compiling x86-mont-apple.S
[249/949] Compiling dtls_record.cc
[250/949] Compiling vpaes-x86_64-linux.S
[251/949] Compiling d1_lib.cc
[252/949] Compiling vpaes-x86_64-apple.S
[253/949] Compiling vpaes-x86-linux.S
[254/949] Compiling vpaes-armv8-win.S
[255/949] Compiling vpaes-x86-apple.S
[256/949] Compiling bio_ssl.cc
[257/949] Compiling vpaes-armv8-apple.S
[258/949] Compiling vpaes-armv7-linux.S
[259/949] Compiling vpaes-armv8-linux.S
[260/949] Compiling sha512-armv8-win.S
[261/949] Compiling sha512-x86_64-linux.S
[262/949] Compiling sha512-x86_64-apple.S
[263/949] Compiling sha512-armv4-linux.S
[264/949] Compiling sha512-armv8-apple.S
[265/949] Compiling sha512-armv8-linux.S
[266/949] Compiling sha512-586-apple.S
[267/949] Compiling sha512-586-linux.S
[268/949] Compiling sha256-x86_64-linux.S
[269/949] Compiling sha256-x86_64-apple.S
[270/949] Compiling sha256-armv8-linux.S
[270/949] Compiling sha256-armv8-win.S
[272/949] Compiling sha256-armv4-linux.S
[273/949] Compiling sha256-armv8-apple.S
[274/949] Compiling sha256-586-apple.S
[275/949] Compiling sha1-x86_64-linux.S
[276/949] Compiling sha256-586-linux.S
[277/949] Compiling sha1-x86_64-apple.S
[278/949] Compiling d1_pkt.cc
[279/949] Compiling sha1-armv4-large-linux.S
[280/949] Compiling sha1-armv8-win.S
[281/949] Compiling sha1-armv8-apple.S
[282/949] Compiling rsaz-avx2-linux.S
[283/949] Compiling sha1-586-linux.S
[284/949] Compiling sha1-586-apple.S
[285/949] Compiling sha1-armv8-linux.S
[286/949] Compiling d1_both.cc
[287/949] Compiling rdrand-x86_64-linux.S
[288/949] Compiling rsaz-avx2-apple.S
[289/949] Compiling p256_beeu-x86_64-asm-linux.S
[290/949] Compiling p256_beeu-armv8-asm-win.S
[291/949] Compiling rdrand-x86_64-apple.S
[292/949] Compiling p256_beeu-x86_64-asm-apple.S
[293/949] Compiling p256_beeu-armv8-asm-apple.S
[294/949] Compiling p256_beeu-armv8-asm-linux.S
[295/949] Compiling p256-x86_64-asm-linux.S
[296/949] Compiling p256-x86_64-asm-apple.S
[297/949] Compiling ghashv8-armv8-win.S
[298/949] Compiling p256-armv8-asm-win.S
[299/949] Compiling p256-armv8-asm-apple.S
[300/949] Compiling ghashv8-armv7-linux.S
[301/949] Compiling ghash-x86-apple.S
[302/949] Compiling ghashv8-armv8-linux.S
[303/949] Compiling ghash-x86_64-linux.S
[304/949] Compiling ghashv8-armv8-apple.S
[305/949] Compiling p256-armv8-asm-linux.S
[306/949] Compiling ghash-x86-linux.S
[307/949] Compiling ghash-x86_64-apple.S
[308/949] Compiling ghash-ssse3-x86_64-linux.S
[309/949] Compiling ghash-ssse3-x86-apple.S
[310/949] Compiling ghash-neon-armv8-win.S
[311/949] Compiling ghash-neon-armv8-apple.S
[312/949] Compiling ghash-neon-armv8-linux.S
[313/949] Compiling ghash-ssse3-x86-linux.S
[314/949] Compiling ghash-ssse3-x86_64-apple.S
[315/949] Compiling co-586-linux.S
[316/949] Compiling co-586-apple.S
[317/949] Compiling ghash-armv4-linux.S
[318/949] Compiling bsaes-armv7-linux.S
[318/949] Compiling bn-586-linux.S
[320/949] Compiling bn-armv8-apple.S
[321/949] Compiling bn-armv8-linux.S
[322/949] Compiling bn-armv8-win.S
[323/949] Compiling bn-586-apple.S
[324/949] Compiling armv8-mont-win.S
[325/949] Compiling armv4-mont-linux.S
[326/949] Compiling armv8-mont-linux.S
[327/949] Compiling armv8-mont-apple.S
[328/949] Compiling aesv8-gcm-armv8-apple.S
[329/949] Compiling aesv8-gcm-armv8-win.S
[330/949] Compiling aesv8-armv8-linux.S
[331/949] Compiling aesv8-armv8-win.S
[331/949] Compiling aesv8-gcm-armv8-linux.S
[331/949] Compiling aesv8-armv7-linux.S
[331/949] Compiling aesni-x86-apple.S
[331/949] Compiling aesv8-armv8-apple.S
[336/949] Compiling aesni-x86_64-linux.S
[337/949] Compiling aesni-x86-linux.S
[338/949] Compiling aesni-gcm-x86_64-linux.S
[339/949] Compiling aesni-x86_64-apple.S
[340/949] Compiling aesni-gcm-x86_64-apple.S
[341/949] Compiling aes-gcm-avx10-x86_64-linux.S
[342/949] Compiling aes-gcm-avx2-x86_64-linux.S
[343/949] Compiling aes-gcm-avx10-x86_64-apple.S
[344/949] Compiling aes-gcm-avx2-x86_64-apple.S
[345/949] Compiling x_spki.cc
[346/949] Compiling x_exten.cc
[347/949] Compiling x_sig.cc
[348/949] Compiling x_val.cc
[349/949] Compiling x_pubkey.cc
[350/949] Compiling x_x509a.cc
[351/949] Compiling x_name.cc
[352/949] Compiling x_x509.cc
[353/949] Compiling x_req.cc
[354/949] Compiling x_all.cc
[355/949] Compiling x509cset.cc
[356/949] Compiling x509rset.cc
[357/949] Compiling x_attrib.cc
[358/949] Compiling x_crl.cc
[359/949] Compiling x_algor.cc
[360/949] Compiling x509spki.cc
[361/949] Compiling x509name.cc
[362/949] Compiling x509_vfy.cc
[363/949] Compiling x509_vpm.cc
[364/949] Compiling x509_set.cc
[365/949] Compiling x509_trs.cc
[366/949] Compiling x509_obj.cc
[367/949] Compiling x509_v3.cc
[368/949] Compiling x509_txt.cc
[369/949] Compiling x509_req.cc
[370/949] Compiling x509_lu.cc
[371/949] Compiling x509_ext.cc
[372/949] Compiling x509_def.cc
[373/949] Compiling x509_d2.cc
[374/949] Compiling x509_att.cc
[375/949] Compiling x509.cc
[376/949] Compiling x509_cmp.cc
[377/949] Compiling v3_utl.cc
[378/949] Compiling v3_purp.cc
[379/949] Compiling v3_skey.cc
[380/949] Compiling v3_pcons.cc
[381/949] Compiling v3_prn.cc
[382/949] Compiling v3_pmaps.cc
[383/949] Compiling v3_ncons.cc
[384/949] Compiling v3_lib.cc
[385/949] Compiling v3_ocsp.cc
[386/949] Compiling v3_int.cc
[387/949] Compiling v3_ia5.cc
[388/949] Compiling v3_info.cc
[389/949] Compiling v3_genn.cc
[390/949] Compiling v3_extku.cc
[391/949] Compiling v3_enum.cc
[392/949] Compiling v3_cpols.cc
[393/949] Compiling v3_conf.cc
[394/949] Compiling v3_crld.cc
[395/949] Compiling v3_alt.cc
[396/949] Compiling t_req.cc
[397/949] Compiling v3_bitst.cc
[398/949] Compiling v3_bcons.cc
[399/949] Compiling v3_akeya.cc
[400/949] Compiling v3_akey.cc
[401/949] Compiling t_x509a.cc
[402/949] Compiling t_x509.cc
[403/949] Compiling name_print.cc
[404/949] Compiling t_crl.cc
[405/949] Compiling policy.cc
[406/949] Compiling rsa_pss.cc
[407/949] Compiling i2d_pr.cc
[408/949] Compiling by_dir.cc
[409/949] Compiling by_file.cc
[410/949] Compiling algorithm.cc
[411/949] Compiling asn1_gen.cc
[412/949] Compiling voprf.cc
[413/949] Compiling thread_win.cc
[414/949] Compiling a_verify.cc
[415/949] Compiling a_digest.cc
[416/949] Compiling a_sign.cc
[417/949] Compiling thread_pthread.cc
[418/949] Compiling thread_none.cc
[419/949] Compiling trust_token.cc
[420/949] Compiling pmbtoken.cc
[421/949] Compiling thread.cc
[422/949] Compiling stack.cc
[423/949] Compiling sha256.cc
[424/949] Compiling siphash.cc
[425/949] Compiling sha512.cc
[426/949] Compiling spake2plus.cc
[427/949] Compiling sha1.cc
[428/949] Compiling slhdsa.cc
[429/949] Compiling rsa_extra.cc
[430/949] Compiling rsa_print.cc
[431/949] Compiling rc4.cc
[432/949] Compiling rsa_crypt.cc
[433/949] Compiling windows.cc
[434/949] Compiling trusty.cc
[435/949] Compiling refcount.cc
[436/949] Compiling urandom.cc
[437/949] Compiling rsa_asn1.cc
[438/949] Compiling rand.cc
[439/949] Compiling passive.cc
[440/949] Compiling poly1305_arm_asm.S
[441/949] Compiling ios.cc
[442/949] Compiling getentropy.cc
[443/949] Compiling forkunsafe.cc
[444/949] Compiling fork_detect.cc
[445/949] Compiling deterministic.cc
[446/949] Compiling poly1305_vec.cc
[447/949] Compiling pool.cc
[448/949] Compiling poly1305_arm.cc
[449/949] Compiling poly1305.cc
[450/949] Compiling pkcs8.cc
[451/949] Compiling pkcs7_x509.cc
[452/949] Compiling pkcs7.cc
[453/949] Compiling p5_pbev2.cc
[454/949] Compiling pkcs8_x509.cc
[455/949] Compiling pem_x509.cc
[456/949] Compiling pem_xaux.cc
[457/949] Compiling pem_pkey.cc
[458/949] Compiling pem_pk8.cc
[459/949] Compiling pem_oth.cc
[460/949] Compiling pem_info.cc
[461/949] Compiling mlkem.cc
[462/949] Compiling pem_lib.cc
[463/949] Compiling obj_xref.cc
[464/949] Compiling mldsa.cc
[465/949] Compiling pem_all.cc
[466/949] Compiling mem.cc
[467/949] Compiling poly_rq_mul.S
[468/949] Compiling obj.cc
[469/949] Compiling fips_shared_support.cc
[470/949] Compiling md4.cc
[471/949] Compiling lhash.cc
[472/949] Compiling md5.cc
[473/949] Compiling sign.cc
[474/949] Compiling ex_data.cc
[475/949] Compiling scrypt.cc
[476/949] Compiling pbkdf.cc
[477/949] Compiling print.cc
[478/949] Compiling hpke.cc
[479/949] Compiling kyber.cc
[480/949] Compiling hrss.cc
[481/949] Compiling p_ed25519_asn1.cc
[482/949] Compiling p_x25519.cc
[483/949] Compiling p_rsa_asn1.cc
[484/949] Compiling p_rsa.cc
[485/949] Compiling p_x25519_asn1.cc
[486/949] Compiling p_hkdf.cc
[487/949] Compiling p_ed25519.cc
[488/949] Compiling p_ec.cc
[489/949] Compiling p_ec_asn1.cc
[490/949] Compiling p_dh.cc
[491/949] Compiling p_dh_asn1.cc
[492/949] Compiling evp_ctx.cc
[493/949] Compiling p_dsa_asn1.cc
[494/949] Compiling evp_asn1.cc
[495/949] Compiling err.cc
[496/949] Compiling evp.cc
[497/949] Compiling ecdh.cc
[498/949] Compiling engine.cc
[499/949] Compiling hash_to_curve.cc
[500/949] Compiling ecdsa_asn1.cc
[501/949] Compiling bcm.cc
[502/949] Compiling ec_derive.cc
[503/949] Compiling dsa.cc
[504/949] Compiling dsa_asn1.cc
[505/949] Compiling ec_asn1.cc
[506/949] Compiling params.cc
[507/949] Compiling x25519-asm-arm.S
[508/949] Compiling dh_asn1.cc
[509/949] Compiling curve25519_64_adx.cc
[510/949] Compiling spake25519.cc
[511/949] Compiling des.cc
[512/949] Compiling digest_extra.cc
[513/949] Compiling cpu_intel.cc
[514/949] Compiling crypto.cc
[515/949] Compiling cpu_arm_freebsd.cc
[516/949] Compiling cpu_arm_linux.cc
[517/949] Compiling curve25519.cc
[518/949] Compiling cpu_aarch64_sysreg.cc
[519/949] Compiling cpu_aarch64_win.cc
[520/949] Compiling cpu_aarch64_openbsd.cc
[521/949] Compiling cpu_aarch64_apple.cc
[522/949] Compiling cpu_aarch64_linux.cc
[523/949] Compiling cpu_aarch64_fuchsia.cc
[524/949] Compiling tls_cbc.cc
[525/949] Compiling get_cipher.cc
[526/949] Compiling e_rc4.cc
[527/949] Compiling e_rc2.cc
[528/949] Compiling e_tls.cc
[529/949] Compiling conf.cc
[530/949] Compiling e_des.cc
[531/949] Compiling e_chacha20poly1305.cc
[532/949] Compiling e_null.cc
[533/949] Compiling chacha.cc
[534/949] Compiling derive_key.cc
[535/949] Compiling cbb.cc
[536/949] Compiling e_aesgcmsiv.cc
[537/949] Compiling unicode.cc
[538/949] Compiling asn1_compat.cc
[539/949] Compiling e_aesctrhmac.cc
[540/949] Compiling buf.cc
[541/949] Compiling ber.cc
[542/949] Compiling bn_asn1.cc
[543/949] Compiling blake2.cc
[544/949] Compiling cbs.cc
[545/949] Compiling socket.cc
[546/949] Compiling printf.cc
[547/949] Compiling socket_helper.cc
[548/949] Compiling convert.cc
[549/949] Compiling pair.cc
[550/949] Compiling hexdump.cc
[551/949] Compiling errno.cc
[552/949] Compiling fd.cc
[553/949] Compiling file.cc
[554/949] Compiling connect.cc
[555/949] Compiling bio_mem.cc
[556/949] Compiling base64.cc
[557/949] Compiling bio.cc
[558/949] Compiling tasn_enc.cc
[559/949] Compiling tasn_fre.cc
[560/949] Compiling tasn_typ.cc
[561/949] Compiling tasn_utl.cc
[562/949] Compiling posix_time.cc
[563/949] Compiling tasn_new.cc
[564/949] Compiling f_string.cc
[565/949] Compiling tasn_dec.cc
[566/949] Compiling asn_pack.cc
[567/949] Compiling f_int.cc
[568/949] Compiling asn1_par.cc
[569/949] Compiling a_type.cc
[570/949] Compiling a_utctm.cc
[571/949] Compiling asn1_lib.cc
[572/949] Compiling a_time.cc
[573/949] Compiling a_strex.cc
[573/949] Compiling a_strnid.cc
[575/949] Compiling a_octet.cc
[576/949] Compiling a_object.cc
[577/949] Compiling a_i2d_fp.cc
[578/949] Compiling a_dup.cc
[579/949] Compiling a_mbstr.cc
[580/949] Compiling a_d2i_fp.cc
[581/949] Compiling a_bitstr.cc
[582/949] Compiling a_gentm.cc
[583/949] Compiling fiat_p256_adx_sqr.S
[584/949] Compiling fiat_p256_adx_mul.S
[585/949] Compiling a_int.cc
[586/949] Compiling a_bool.cc
[587/949] Compiling fiat_curve25519_adx_square.S
[588/949] Compiling md5-x86_64-linux.S
[589/949] Compiling md5-x86_64-apple.S
[590/949] Compiling md5-586-linux.S
[591/949] Compiling fiat_curve25519_adx_mul.S
[592/949] Compiling md5-586-apple.S
[593/949] Compiling CCryptoBoringSSLShims shims.c
[594/949] Compiling chacha20_poly1305_x86_64-linux.S
[595/949] Compiling chacha20_poly1305_x86_64-apple.S
[596/949] Compiling chacha20_poly1305_armv8-win.S
[597/949] Compiling chacha20_poly1305_armv8-linux.S
[598/949] Compiling chacha20_poly1305_armv8-apple.S
[599/949] Compiling chacha-x86_64-apple.S
[600/949] Compiling chacha-x86-apple.S
[601/949] Compiling chacha-x86_64-linux.S
[602/949] Compiling chacha-x86-linux.S
[603/949] Compiling chacha-armv8-apple.S
[604/949] Compiling chacha-armv8-win.S
[605/949] Compiling chacha-armv8-linux.S
[606/949] Compiling chacha-armv4-linux.S
[607/949] Compiling aes128gcmsiv-x86_64-linux.S
[608/949] Compiling aes128gcmsiv-x86_64-apple.S
[609/949] Compiling x86_64-mont5-linux.S
[610/949] Compiling err_data.cc
[611/949] Compiling x86_64-mont5-apple.S
[612/949] Compiling x86_64-mont-linux.S
[613/949] Compiling x86_64-mont-apple.S
[614/949] Compiling x86-mont-linux.S
[615/949] Compiling x86-mont-apple.S
[616/949] Compiling vpaes-x86_64-linux.S
[617/949] Compiling vpaes-x86-linux.S
[618/949] Compiling vpaes-x86_64-apple.S
[619/949] Compiling vpaes-x86-apple.S
[620/949] Compiling vpaes-armv8-win.S
[621/949] Compiling vpaes-armv8-apple.S
[622/949] Compiling vpaes-armv8-linux.S
[623/949] Compiling vpaes-armv7-linux.S
[624/949] Compiling sha512-x86_64-linux.S
[625/949] Compiling sha512-x86_64-apple.S
[626/949] Compiling sha512-armv8-win.S
[627/949] Compiling sha512-armv8-apple.S
[627/949] Compiling sha512-586-linux.S
[627/949] Compiling sha512-armv4-linux.S
[627/949] Compiling sha512-armv8-linux.S
[631/949] Compiling sha512-586-apple.S
[632/949] Compiling sha256-x86_64-linux.S
[633/949] Compiling sha256-armv8-apple.S
[634/949] Compiling sha256-armv8-win.S
[635/949] Compiling sha256-armv4-linux.S
[636/949] Compiling sha256-586-linux.S
[637/949] Compiling sha256-armv8-linux.S
[638/949] Compiling sha256-x86_64-apple.S
[639/949] Compiling sha256-586-apple.S
[640/949] Compiling sha1-x86_64-apple.S
[641/949] Compiling sha1-armv8-win.S
[642/949] Compiling sha1-x86_64-linux.S
[643/949] Compiling sha1-armv8-apple.S
[644/949] Compiling sha1-armv4-large-linux.S
[645/949] Compiling sha1-armv8-linux.S
[646/949] Compiling sha1-586-linux.S
[647/949] Compiling sha1-586-apple.S
[648/949] Compiling rsaz-avx2-linux.S
[649/949] Compiling rsaz-avx2-apple.S
[650/949] Compiling rdrand-x86_64-apple.S
[651/949] Compiling p256_beeu-x86_64-asm-linux.S
[652/949] Compiling rdrand-x86_64-linux.S
[653/949] Compiling p256_beeu-x86_64-asm-apple.S
[654/949] Compiling p256_beeu-armv8-asm-win.S
[655/949] Compiling p256_beeu-armv8-asm-linux.S
[656/949] Compiling p256_beeu-armv8-asm-apple.S
[657/949] Compiling p256-x86_64-asm-linux.S
[658/949] Compiling p256-x86_64-asm-apple.S
[659/949] Compiling p256-armv8-asm-win.S
[660/949] Compiling p256-armv8-asm-apple.S
[661/949] Compiling p256-armv8-asm-linux.S
[662/949] Compiling ghashv8-armv8-win.S
[663/949] Compiling ghashv8-armv8-linux.S
[664/949] Compiling ghashv8-armv8-apple.S
[665/949] Compiling ghashv8-armv7-linux.S
[666/949] Compiling ghash-x86-linux.S
[667/949] Compiling ghash-x86_64-apple.S
[668/949] Compiling ghash-x86_64-linux.S
[669/949] Compiling ghash-ssse3-x86_64-linux.S
[670/949] Compiling ghash-x86-apple.S
[671/949] Compiling ghash-ssse3-x86-apple.S
[671/949] Compiling ghash-ssse3-x86-linux.S
[673/949] Compiling ghash-ssse3-x86_64-apple.S
[673/949] Compiling ghash-neon-armv8-win.S
[675/949] Compiling ghash-neon-armv8-linux.S
[676/949] Compiling co-586-apple.S
[677/949] Compiling co-586-linux.S
[678/949] Compiling ghash-neon-armv8-apple.S
[679/949] Compiling ghash-armv4-linux.S
[680/949] Compiling bsaes-armv7-linux.S
[681/949] Compiling bn-armv8-win.S
[682/949] Compiling bn-armv8-apple.S
[683/949] Compiling bn-armv8-linux.S
[684/949] Compiling bn-586-apple.S
[685/949] Compiling bn-586-linux.S
[686/949] Compiling armv8-mont-win.S
[687/949] Compiling armv8-mont-linux.S
[688/949] Compiling armv8-mont-apple.S
[689/949] Compiling aesv8-gcm-armv8-win.S
[690/949] Compiling aesv8-gcm-armv8-apple.S
[691/949] Compiling armv4-mont-linux.S
[692/949] Compiling aesv8-armv8-win.S
[693/949] Compiling aesv8-gcm-armv8-linux.S
[694/949] Compiling aesv8-armv8-linux.S
[695/949] Compiling aesv8-armv8-apple.S
[696/949] Compiling aesv8-armv7-linux.S
[697/949] Compiling aesni-x86_64-linux.S
[698/949] Compiling aesni-x86_64-apple.S
[699/949] Compiling aesni-x86-linux.S
[700/949] Compiling aesni-gcm-x86_64-linux.S
[701/949] Compiling aesni-x86-apple.S
[702/949] Compiling c-nioatomics.c
[703/949] Compiling aesni-gcm-x86_64-apple.S
[704/949] Compiling aes-gcm-avx10-x86_64-linux.S
[704/949] Compiling aes-gcm-avx10-x86_64-apple.S
[706/949] Compiling c-atomics.c
[707/949] Compiling x_val.cc
[708/949] Compiling x_req.cc
[709/949] Compiling x_x509.cc
[710/949] Compiling x_sig.cc
[711/949] Compiling x_pubkey.cc
[712/949] Compiling x_x509a.cc
[713/949] Compiling x_spki.cc
[714/955] Compiling x_name.cc
[715/955] Compiling x_attrib.cc
[717/955] Compiling NIOConcurrencyHelpers NIOLock.swift
[718/955] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[719/955] Compiling NIOConcurrencyHelpers atomics.swift
[720/955] Compiling NIOConcurrencyHelpers lock.swift
[720/955] Compiling x_crl.cc
[721/955] Compiling x_exten.cc
[723/955] Emitting module NIOConcurrencyHelpers
[724/955] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[724/956] Compiling x_algor.cc
[725/956] Compiling x509spki.cc
[726/956] Compiling x509rset.cc
[728/956] Compiling x_all.cc
[729/1016] Compiling x509name.cc
[730/1016] Compiling x509_v3.cc
[731/1016] Compiling x509_vfy.cc
[732/1016] Compiling x509_vpm.cc
[733/1016] Compiling x509cset.cc
[734/1016] Compiling x509_txt.cc
[735/1016] Compiling x509_trs.cc
[736/1016] Compiling x509_obj.cc
[738/1016] Compiling NIOCore MulticastChannel.swift
[739/1016] Compiling NIOCore NIOAny.swift
[740/1016] Compiling NIOCore NIOCloseOnErrorHandler.swift
[741/1016] Compiling NIOCore NIOLoopBound.swift
[742/1016] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[743/1016] Compiling NIOCore NIOScheduledCallback.swift
[744/1016] Compiling NIOCore NIOSendable.swift
[745/1016] Compiling NIOCore RecvByteBufferAllocator.swift
[745/1024] Compiling x509_set.cc
[746/1024] Compiling x509_d2.cc
[747/1024] Compiling x509_req.cc
[748/1024] Compiling x509_lu.cc
[749/1024] Compiling x509_def.cc
[750/1024] Compiling x509_ext.cc
[751/1024] Compiling x509_cmp.cc
[753/1024] Compiling NIOCore IO.swift
[754/1024] Compiling NIOCore IOData.swift
[755/1024] Compiling NIOCore IPProtocol.swift
[756/1024] Compiling NIOCore IntegerBitPacking.swift
[757/1024] Compiling NIOCore IntegerTypes.swift
[758/1024] Compiling NIOCore Interfaces.swift
[759/1024] Compiling NIOCore Linux.swift
[760/1024] Compiling NIOCore MarkedCircularBuffer.swift
[760/1024] Compiling x509.cc
[761/1024] Compiling x509_att.cc
[762/1024] Compiling v3_pmaps.cc
[763/1024] Compiling v3_prn.cc
[764/1024] Compiling v3_skey.cc
[765/1024] Compiling v3_purp.cc
[767/1024] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[768/1024] Compiling NIOCore EventLoopFuture+Deprecated.swift
[769/1024] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[770/1024] Compiling NIOCore EventLoopFuture.swift
[771/1024] Compiling NIOCore FileDescriptor.swift
[772/1024] Compiling NIOCore FileHandle.swift
[773/1024] Compiling NIOCore FileRegion.swift
[774/1024] Compiling NIOCore GlobalSingletons.swift
[774/1024] Compiling v3_utl.cc
[776/1024] Compiling NIOCore CircularBuffer.swift
[777/1024] Compiling NIOCore Codec.swift
[778/1024] Compiling NIOCore ConvenienceOptionSupport.swift
[779/1024] Compiling NIOCore DeadChannel.swift
[780/1024] Compiling NIOCore DispatchQueue+WithFuture.swift
[781/1024] Compiling NIOCore EventLoop+Deprecated.swift
[782/1024] Compiling NIOCore EventLoop+SerialExecutor.swift
[783/1024] Compiling NIOCore EventLoop.swift
[783/1024] Compiling v3_ocsp.cc
[784/1024] Compiling v3_pcons.cc
[785/1024] Compiling v3_ncons.cc
[786/1024] Compiling v3_lib.cc
[788/1024] Compiling NIOCore AddressedEnvelope.swift
[789/1024] Compiling NIOCore AsyncAwaitSupport.swift
[790/1024] Compiling NIOCore AsyncChannel.swift
[791/1024] Compiling NIOCore AsyncChannelHandler.swift
[792/1024] Compiling NIOCore AsyncChannelInboundStream.swift
[793/1024] Compiling NIOCore AsyncChannelOutboundWriter.swift
[794/1024] Compiling NIOCore NIOAsyncSequenceProducer.swift
[795/1024] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[796/1024] Compiling NIOCore NIOAsyncWriter.swift
[797/1024] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[798/1024] Compiling NIOCore SocketAddresses.swift
[799/1024] Compiling NIOCore SocketOptionProvider.swift
[800/1024] Compiling NIOCore SystemCallHelpers.swift
[801/1024] Compiling NIOCore TimeAmount+Duration.swift
[802/1024] Compiling NIOCore TypeAssistedChannelHandler.swift
[803/1024] Compiling NIOCore UniversalBootstrapSupport.swift
[804/1024] Compiling NIOCore Utilities.swift
[804/1024] Compiling v3_info.cc
[805/1024] Compiling v3_int.cc
[806/1024] Compiling v3_extku.cc
[807/1024] Compiling v3_ia5.cc
[808/1024] Compiling v3_enum.cc
[809/1024] Compiling v3_crld.cc
[810/1024] Compiling v3_genn.cc
[811/1024] Compiling v3_cpols.cc
[812/1024] Compiling v3_conf.cc
[813/1024] Compiling v3_bitst.cc
[814/1024] Compiling v3_bcons.cc
[815/1024] Compiling v3_alt.cc
[816/1024] Compiling v3_akey.cc
[817/1024] Compiling v3_akeya.cc
[818/1024] Compiling t_req.cc
[819/1024] Compiling t_x509a.cc
[820/1024] Compiling t_x509.cc
[821/1024] Compiling t_crl.cc
[822/1024] Compiling i2d_pr.cc
[823/1024] Compiling rsa_pss.cc
[824/1024] Compiling name_print.cc
[825/1024] Compiling policy.cc
[827/1024] Emitting module NIOCore
[827/1024] Compiling asn1_gen.cc
[828/1024] Compiling by_dir.cc
[829/1024] Compiling by_file.cc
[830/1024] Compiling a_digest.cc
[831/1024] Compiling algorithm.cc
[832/1024] Compiling a_verify.cc
[833/1024] Compiling a_sign.cc
[834/1024] Compiling voprf.cc
[836/1024] Compiling NIOCore ByteBuffer-multi-int.swift
[837/1024] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[838/1024] Compiling NIOCore ByteBuffer-views.swift
[839/1024] Compiling NIOCore Channel.swift
[840/1024] Compiling NIOCore ChannelHandler.swift
[841/1024] Compiling NIOCore ChannelHandlers.swift
[842/1024] Compiling NIOCore ChannelInvoker.swift
[843/1024] Compiling NIOCore ChannelOption.swift
[844/1024] Compiling NIOCore ChannelPipeline.swift
[845/1024] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[846/1024] Compiling NIOCore BSDSocketAPI.swift
[847/1024] Compiling NIOCore ByteBuffer-aux.swift
[848/1024] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[849/1024] Compiling NIOCore ByteBuffer-conversions.swift
[850/1024] Compiling NIOCore ByteBuffer-core.swift
[851/1024] Compiling NIOCore ByteBuffer-hex.swift
[852/1024] Compiling NIOCore ByteBuffer-int.swift
[853/1024] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[853/1024] Compiling pmbtoken.cc
[854/1024] Compiling trust_token.cc
[855/1024] Compiling thread_win.cc
[856/1025] Compiling thread_pthread.cc
[858/1025] Compiling thread_none.cc
[859/1025] Compiling thread.cc
[860/1025] Compiling stack.cc
[861/1025] Compiling wots.cc
[862/1025] Compiling thash.cc
[863/1075] Compiling slhdsa.cc
[864/1075] Compiling merkle.cc
[865/1075] Compiling fors.cc
[866/1075] Compiling sha256.cc
[867/1075] Compiling sha512.cc
[868/1075] Compiling sha1.cc
[869/1075] Compiling siphash.cc
[870/1075] Compiling rsa_extra.cc
[871/1075] Compiling refcount.cc
[872/1075] Compiling rsa_print.cc
[874/1075] Compiling NIOPosix Pool.swift
[875/1075] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[876/1075] Compiling NIOPosix PosixSingletons.swift
[877/1075] Compiling NIOPosix RawSocketBootstrap.swift
[878/1075] Compiling NIOPosix Resolver.swift
[879/1075] Compiling NIOPosix Selectable.swift
[880/1081] Emitting module NIOEmbedded
[880/1081] Compiling rc4.cc
[881/1081] Compiling rsa_crypt.cc
[882/1081] Compiling trusty.cc
[884/1081] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[885/1081] Compiling NIOEmbedded Embedded.swift
[886/1081] Compiling NIOEmbedded AsyncTestingChannel.swift
[886/1081] Compiling windows.cc
[887/1082] Compiling rsa_asn1.cc
[889/1082] Compiling passive.cc
[890/1082] Compiling urandom.cc
[891/1082] Compiling getentropy.cc
[892/1082] Compiling ios.cc
[893/1082] Compiling rand_extra.cc
[894/1082] Compiling poly1305_arm_asm.S
[896/1082] Compiling NIOPosix ThreadPosix.swift
[897/1082] Compiling NIOPosix ThreadWindows.swift
[898/1082] Compiling NIOPosix UnsafeTransfer.swift
[899/1082] Compiling NIOPosix Utilities.swift
[900/1082] Compiling NIOPosix VsockAddress.swift
[901/1082] Compiling NIOPosix VsockChannelEvents.swift
[901/1082] Compiling fork_detect.cc
[903/1082] Emitting module NIOPosix
[903/1082] Compiling deterministic.cc
[904/1082] Compiling forkunsafe.cc
[906/1082] Compiling NIOPosix ServerSocket.swift
[907/1082] Compiling NIOPosix Socket.swift
[908/1082] Compiling NIOPosix SocketChannel.swift
[909/1082] Compiling NIOPosix SocketProtocols.swift
[910/1082] Compiling NIOPosix System.swift
[911/1082] Compiling NIOPosix Thread.swift
[911/1082] Compiling poly1305_vec.cc
[913/1082] Compiling NIOPosix SelectableChannel.swift
[914/1082] Compiling NIOPosix SelectableEventLoop.swift
[915/1082] Compiling NIOPosix SelectorEpoll.swift
[916/1082] Compiling NIOPosix SelectorGeneric.swift
[917/1082] Compiling NIOPosix SelectorKqueue.swift
[918/1082] Compiling NIOPosix SelectorUring.swift
[918/1082] Compiling poly1305_arm.cc
[919/1082] Compiling poly1305.cc
[920/1082] Compiling pool.cc
[921/1082] Compiling pkcs8.cc
[922/1082] Compiling pkcs8_x509.cc
[923/1082] Compiling p5_pbev2.cc
[924/1082] Compiling pkcs7.cc
[925/1082] Compiling pem_xaux.cc
[926/1082] Compiling pkcs7_x509.cc
[928/1082] Compiling NIOPosix IO.swift
[929/1082] Compiling NIOPosix IntegerBitPacking.swift
[930/1082] Compiling NIOPosix IntegerTypes.swift
[931/1082] Compiling NIOPosix Linux.swift
[932/1082] Compiling NIOPosix LinuxCPUSet.swift
[933/1082] Compiling NIOPosix LinuxUring.swift
[934/1082] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[935/1082] Compiling NIOPosix NIOThreadPool.swift
[936/1082] Compiling NIOPosix NonBlockingFileIO.swift
[937/1082] Compiling NIOPosix PendingDatagramWritesManager.swift
[938/1082] Compiling NIOPosix PendingWritesManager.swift
[939/1082] Compiling NIOPosix PipeChannel.swift
[940/1082] Compiling NIOPosix PipePair.swift
[941/1082] Compiling NIOPosix Bootstrap.swift
[942/1082] Compiling NIOPosix ControlMessage.swift
[943/1082] Compiling NIOPosix DatagramVectorReadManager.swift
[944/1082] Compiling NIOPosix Errors+Any.swift
[945/1082] Compiling NIOPosix FileDescriptor.swift
[946/1082] Compiling NIOPosix GetaddrinfoResolver.swift
[947/1082] Compiling NIOPosix HappyEyeballs.swift
[948/1082] Compiling NIOPosix BSDSocketAPICommon.swift
[949/1082] Compiling NIOPosix BSDSocketAPIPosix.swift
[950/1082] Compiling NIOPosix BSDSocketAPIWindows.swift
[951/1082] Compiling NIOPosix BaseSocket.swift
[952/1082] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[953/1082] Compiling NIOPosix BaseSocketChannel.swift
[954/1082] Compiling NIOPosix BaseStreamSocketChannel.swift
[955/1083] Compiling pem_x509.cc
[956/1083] Compiling pem_pk8.cc
[957/1083] Compiling pem_oth.cc
[958/1083] Compiling pem_pkey.cc
[959/1085] Compiling pem_lib.cc
[960/1085] Compiling obj_xref.cc
[961/1085] Compiling pem_info.cc
[963/1085] Emitting module NIO
[964/1085] Compiling NIO Exports.swift
[964/1086] Compiling pem_all.cc
[965/1086] Compiling mldsa.cc
[967/1086] Compiling mem.cc
[968/1086] Compiling obj.cc
[969/1112] Compiling mlkem.cc
[970/1120] Compiling md5.cc
[971/1120] Compiling md4.cc
[972/1123] Compiling poly_rq_mul.S
[973/1125] Compiling lhash.cc
[974/1125] Compiling fips_shared_support.cc
[976/1125] Compiling NIOTLS TLSEvents.swift
[977/1125] Compiling NIOSOCKS ClientStateMachine.swift
[978/1125] Emitting module NIOTLS
[979/1126] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[980/1126] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[981/1126] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[982/1126] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[983/1126] Emitting module NIOSOCKS
[984/1126] Compiling NIOSOCKS SOCKSResponse.swift
[984/1126] Compiling hpke.cc
[986/1126] Compiling NIOSOCKS ServerStateMachine.swift
[987/1126] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[988/1126] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[989/1126] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[990/1126] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[991/1128] Compiling NIOHTTP1 ByteCollectionUtils.swift
[992/1128] Compiling NIOHTTP1 HTTPDecoder.swift
[995/1128] Compiling NIOHTTP1 HTTPEncoder.swift
[996/1128] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[999/1129] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1000/1129] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1001/1129] Compiling NIOTLS SNIHandler.swift
[1002/1130] Compiling kyber.cc
[1005/1159] Compiling NIOSSL SSLCertificateExtensions.swift
[1006/1159] Compiling NIOSSL SSLCertificateName.swift
[1007/1159] Compiling NIOSSL SSLCallbacks.swift
[1008/1159] Compiling NIOSSL SSLCertificate.swift
[1008/1159] Compiling ex_data.cc
[1010/1159] Compiling NIOSSL IdentityVerification.swift
[1011/1159] Compiling NIOSSL NIOSSLServerHandler.swift
[1012/1159] Compiling NIOSSL ObjectIdentifier.swift
[1013/1159] Compiling NIOSSL PosixPort.swift
[1013/1159] Compiling hrss.cc
[1014/1159] Compiling sign.cc
[1016/1159] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1017/1159] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1018/1159] Emitting module NIOFoundationCompat
[1018/1160] Compiling scrypt.cc
[1020/1160] Compiling NIOSSL SSLConnection.swift
[1021/1160] Compiling NIOSSL SSLContext.swift
[1022/1160] Compiling print.cc
[1023/1160] Compiling pbkdf.cc
[1024/1182] Compiling p_x25519.cc
[1025/1182] Compiling p_x25519_asn1.cc
[1027/1182] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1028/1182] Compiling NIOTransportServices NIOTSSingletons.swift
[1029/1182] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1030/1184] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1031/1184] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1032/1184] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1033/1184] Emitting module NIOTransportServices
[1034/1184] Compiling NIOTransportServices NIOTSBootstraps.swift
[1035/1184] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1036/1184] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1037/1184] Compiling NIOTransportServices StateManagedChannel.swift
[1038/1184] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1039/1184] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1040/1184] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1041/1184] Compiling NIOTransportServices NIOTSErrors.swift
[1042/1184] Compiling NIOTransportServices NIOTSEventLoop.swift
[1043/1184] Emitting module NIOHTTP1
[1044/1184] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1045/1184] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1046/1184] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1047/1185] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1048/1185] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1050/1185] Compiling NIOTransportServices AcceptHandler.swift
[1051/1185] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1055/1185] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1055/1186] Compiling p_rsa.cc
[1060/1190] Compiling p_ed25519_asn1.cc
[1063/1190] Emitting module NIOSSL
[1063/1190] Compiling p_rsa_asn1.cc
[1064/1190] Compiling p_hkdf.cc
[1069/1194] Compiling p_ed25519.cc
[1071/1202] Compiling NIOHPACK HPACKHeader.swift
[1072/1202] Compiling NIOHPACK HeaderTables.swift
[1074/1205] Compiling bcm.cc
[1079/1212] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1080/1212] Compiling NIOSSL SubjectAlternativeName.swift
[1081/1212] Compiling NIOSSL NIOSSLSecureBytes.swift
[1082/1212] Compiling NIOSSL RNG.swift
[1083/1212] Compiling NIOSSL SafeCompare.swift
[1087/1212] Compiling p_ec_asn1.cc
[1089/1212] Compiling NIOHPACK IntegerCoding.swift
[1090/1212] Compiling NIOHPACK IndexedHeaderTable.swift
[1091/1213] Emitting module NIOTestUtils
[1092/1213] Compiling NIOTestUtils ByteToMessageDecoderVerifier.swift
[1093/1213] Compiling NIOHPACK DynamicHeaderTable.swift
[1094/1213] Compiling NIOHPACK HPACKDecoder.swift
[1095/1213] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1100/1213] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1101/1213] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1102/1213] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1102/1213] Compiling p_dh.cc
[1104/1213] Compiling NIOHPACK HuffmanTables.swift
[1105/1213] Compiling NIOHTTPCompression HTTPCompression.swift
[1106/1213] Compiling NIOHTTPCompression HTTPDecompression.swift
[1107/1213] Emitting module NIOHTTPCompression
[1107/1214] Compiling p_ec.cc
[1109/1214] Compiling NIOHPACK StaticHeaderTable.swift
[1110/1214] Compiling NIOTestUtils EventCounterHandler.swift
[1111/1214] Compiling NIOTestUtils NIOHTTP1TestServer.swift
[1113/1215] Compiling NIOHPACK HuffmanCoding.swift
[1114/1215] Compiling p_dsa_asn1.cc
[1115/1215] Compiling p_dh_asn1.cc
[1117/1215] Compiling NIOSSL Zeroization.swift
[1118/1215] Compiling NIOSSL TLSConfiguration.swift
[1119/1215] Compiling NIOSSL UniversalBootstrapSupport.swift
[1120/1215] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1121/1216] Emitting module NIOHPACK
[1122/1216] Compiling NIOHPACK HPACKEncoder.swift
[1123/1216] Compiling NIOHPACK HPACKErrors.swift
[1125/1217] Compiling evp_ctx.cc
[1128/1217] Compiling evp.cc
[1129/1217] Compiling err.cc
[1130/1275] Compiling engine.cc
[1131/1275] Compiling ecdh_extra.cc
[1132/1275] Compiling evp_asn1.cc
[1133/1275] Compiling ecdsa_asn1.cc
[1134/1275] Compiling hash_to_curve.cc
[1135/1275] Compiling ec_derive.cc
[1136/1275] Compiling ec_asn1.cc
[1137/1275] Compiling dsa_asn1.cc
[1138/1275] Compiling dsa.cc
[1139/1275] Compiling params.cc
[1140/1275] Compiling x25519-asm-arm.S
[1142/1275] Compiling NIOHTTP2 MaySendFrames.swift
[1143/1275] Compiling NIOHTTP2 SendingDataState.swift
[1144/1275] Compiling NIOHTTP2 SendingGoawayState.swift
[1145/1275] Compiling NIOHTTP2 SendingHeadersState.swift
[1146/1275] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1147/1275] Compiling NIOHTTP2 SendingRstStreamState.swift
[1148/1275] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1149/1275] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1149/1283] Compiling curve25519_64_adx.cc
[1150/1283] Compiling digest_extra.cc
[1151/1283] Compiling des.cc
[1152/1283] Compiling crypto.cc
[1153/1283] Compiling dh_asn1.cc
[1154/1283] Compiling spake25519.cc
[1155/1283] Compiling cpu_intel.cc
[1156/1283] Compiling cpu_arm_linux.cc
[1157/1283] Compiling cpu_arm_freebsd.cc
[1158/1283] Compiling cpu_aarch64_openbsd.cc
[1159/1283] Compiling cpu_aarch64_sysreg.cc
[1160/1283] Compiling cpu_aarch64_win.cc
[1161/1283] Compiling curve25519.cc
[1162/1283] Compiling cpu_aarch64_linux.cc
[1163/1283] Compiling e_tls.cc
[1164/1283] Compiling cpu_aarch64_fuchsia.cc
[1165/1283] Compiling cpu_aarch64_apple.cc
[1166/1283] Compiling tls_cbc.cc
[1167/1283] Compiling conf.cc
[1168/1283] Compiling e_rc4.cc
[1169/1283] Compiling e_rc2.cc
[1170/1283] Compiling e_null.cc
[1172/1283] Compiling NIOHTTP2 InboundWindowManager.swift
[1173/1283] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1174/1283] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1175/1283] Compiling NIOHTTP2 StreamChannelList.swift
[1176/1283] Compiling NIOHTTP2 StreamMap.swift
[1177/1283] Compiling NIOHTTP2 StreamStateMachine.swift
[1178/1283] Compiling NIOHTTP2 UnsafeTransfer.swift
[1179/1283] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1179/1283] Compiling e_chacha20poly1305.cc
[1180/1283] Compiling e_des.cc
[1182/1283] Emitting module NIOHTTP2
[1183/1283] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1184/1283] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1185/1283] Compiling NIOHTTP2 MayReceiveFrames.swift
[1186/1283] Compiling NIOHTTP2 ReceivingDataState.swift
[1187/1283] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1188/1283] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1189/1283] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1190/1283] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1191/1283] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1191/1283] Compiling derive_key.cc
[1193/1283] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1194/1283] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1195/1283] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1196/1283] Compiling NIOHTTP2 HTTP2StreamID.swift
[1197/1283] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1198/1283] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1199/1283] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1200/1283] Compiling NIOHTTP2 InboundEventBuffer.swift
[1200/1283] Compiling cipher_extra.cc
[1201/1283] Compiling e_aesgcmsiv.cc
[1202/1283] Compiling e_aesctrhmac.cc
[1203/1283] Compiling unicode.cc
[1204/1283] Compiling chacha.cc
[1205/1283] Compiling cbs.cc
[1206/1283] Compiling buf.cc
[1207/1283] Compiling ber.cc
[1208/1283] Compiling cbb.cc
[1209/1283] Compiling asn1_compat.cc
[1210/1283] Compiling bn_asn1.cc
[1211/1283] Compiling convert.cc
[1213/1283] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1214/1283] Compiling NIOHTTP2 HTTP2Frame.swift
[1215/1283] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1216/1283] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1217/1283] Compiling NIOHTTP2 HTTP2PingData.swift
[1218/1283] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1219/1283] Compiling NIOHTTP2 HTTP2Settings.swift
[1220/1283] Compiling NIOHTTP2 HTTP2Stream.swift
[1220/1283] Compiling blake2.cc
[1221/1283] Compiling printf.cc
[1222/1283] Compiling hexdump.cc
[1223/1283] Compiling pair.cc
[1224/1283] Compiling file.cc
[1225/1283] Compiling fd.cc
[1226/1283] Compiling bio_mem.cc
[1228/1283] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1229/1283] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1230/1283] Compiling NIOHTTP2 HasLocalSettings.swift
[1231/1283] Compiling NIOHTTP2 HasRemoteSettings.swift
[1232/1283] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1233/1283] Compiling NIOHTTP2 QuiescingState.swift
[1234/1283] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1235/1283] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1236/1283] Compiling NIOHTTP2 StateMachineResult.swift
[1237/1283] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1238/1283] Compiling NIOHTTP2 DOSHeuristics.swift
[1239/1283] Compiling NIOHTTP2 Error+Any.swift
[1240/1283] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1241/1283] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1242/1283] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1243/1283] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1244/1283] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1245/1283] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1246/1283] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1247/1283] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1248/1283] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1249/1283] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1250/1283] Compiling NIOHTTP2 HTTP2Error.swift
[1251/1283] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1251/1283] Compiling errno.cc
[1252/1284] Compiling bio.cc
[1253/1284] Compiling base64.cc
[1255/1284] Compiling tasn_typ.cc
[1256/1284] Compiling tasn_utl.cc
[1257/1284] Compiling tasn_fre.cc
[1258/1284] Compiling tasn_enc.cc
[1259/1284] Compiling f_string.cc
[1260/1284] Compiling posix_time.cc
[1261/1284] Compiling tasn_new.cc
[1262/1284] Compiling tasn_dec.cc
[1263/1284] Compiling f_int.cc
[1264/1284] Compiling asn_pack.cc
[1265/1284] Compiling asn1_par.cc
[1266/1284] Compiling a_type.cc
[1267/1284] Compiling a_utctm.cc
[1268/1284] Compiling a_time.cc
[1269/1284] Compiling asn1_lib.cc
[1270/1284] Compiling a_octet.cc
[1271/1284] Compiling a_strex.cc
[1272/1284] Compiling a_strnid.cc
[1273/1284] Compiling a_mbstr.cc
[1274/1284] Compiling a_dup.cc
[1275/1284] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1275/1284] Write sources
[1277/1284] Compiling a_int.cc
[1278/1284] Compiling a_i2d_fp.cc
[1279/1284] Compiling a_gentm.cc
[1280/1284] Compiling a_object.cc
[1281/1285] Compiling a_d2i_fp.cc
[1282/1309] Compiling a_bool.cc
[1283/1309] Compiling a_bitstr.cc
[1285/1317] Compiling Algorithms RandomSample.swift
[1286/1317] Compiling Algorithms Reductions.swift
[1287/1317] Compiling Algorithms Rotate.swift
[1288/1317] Compiling Algorithms Joined.swift
[1289/1317] Compiling Algorithms Keyed.swift
[1290/1317] Compiling Algorithms MinMax.swift
[1291/1317] Compiling Algorithms FlattenCollection.swift
[1292/1317] Compiling Algorithms Grouped.swift
[1293/1317] Compiling Algorithms Indexed.swift
[1294/1317] Compiling Algorithms Intersperse.swift
[1295/1320] Compiling Algorithms Split.swift
[1296/1320] Compiling Algorithms Stride.swift
[1297/1320] Compiling Algorithms Suffix.swift
[1298/1320] Compiling Algorithms Partition.swift
[1299/1320] Compiling Algorithms Permutations.swift
[1300/1320] Compiling Algorithms Product.swift
[1301/1320] Compiling CryptoBoringWrapper RandomBytes.swift
[1302/1320] Compiling Algorithms Compacted.swift
[1303/1320] Compiling Algorithms Cycle.swift
[1304/1320] Compiling Algorithms EitherSequence.swift
[1305/1320] Compiling Algorithms FirstNonNil.swift
[1306/1320] Compiling Algorithms AdjacentPairs.swift
[1307/1320] Compiling Algorithms Chain.swift
[1308/1320] Compiling Algorithms Chunked.swift
[1309/1320] Compiling Algorithms Combinations.swift
[1310/1320] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1311/1320] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1312/1320] Compiling CryptoBoringWrapper EllipticCurve.swift
[1313/1320] Emitting module CryptoBoringWrapper
[1314/1320] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1315/1320] Compiling Algorithms Trim.swift
[1316/1320] Compiling Algorithms Unique.swift
[1317/1320] Compiling Algorithms Windows.swift
[1318/1320] Emitting module Algorithms
[1320/1321] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1321/1321] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1323/1453] Compiling Crypto HKDF.swift
[1324/1453] Compiling Crypto AESWrap.swift
[1325/1453] Compiling Crypto AESWrap_boring.swift
[1326/1453] Compiling Crypto Ed25519_boring.swift
[1327/1453] Compiling Crypto NISTCurvesKeys_boring.swift
[1328/1453] Compiling Crypto X25519Keys_boring.swift
[1329/1453] Compiling Crypto Curve25519.swift
[1330/1453] Compiling Crypto Ed25519Keys.swift
[1331/1453] Compiling Crypto NISTCurvesKeys.swift
[1332/1453] Compiling Crypto X25519Keys.swift
[1333/1462] Compiling Crypto PKCS8PrivateKey.swift
[1334/1462] Compiling Crypto SEC1PrivateKey.swift
[1335/1462] Compiling Crypto SubjectPublicKeyInfo.swift
[1336/1462] Compiling Crypto CryptoKitErrors.swift
[1337/1462] Compiling Crypto Digest_boring.swift
[1338/1462] Compiling Crypto Digest.swift
[1339/1462] Compiling Crypto Digests.swift
[1340/1462] Compiling Crypto HashFunctions.swift
[1341/1462] Compiling Crypto HashFunctions_SHA2.swift
[1342/1470] Compiling Crypto HPKE-Ciphersuite.swift
[1343/1470] Compiling Crypto HPKE-KDF.swift
[1344/1470] Compiling Crypto HPKE-KexKeyDerivation.swift
[1345/1470] Compiling Crypto HPKE-LabeledExtract.swift
[1346/1470] Compiling Crypto HPKE-Utils.swift
[1347/1470] Compiling Crypto DHKEM.swift
[1348/1470] Compiling Crypto HPKE-KEM-Curve25519.swift
[1349/1470] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1350/1470] Compiling Crypto HPKE-KEM.swift
[1351/1470] Compiling Crypto HPKE-Errors.swift
[1352/1470] Compiling Crypto HPKE.swift
[1353/1470] Compiling Crypto HPKE-Context.swift
[1354/1470] Compiling Crypto HPKE-KeySchedule.swift
[1355/1470] Compiling Crypto HPKE-Modes.swift
[1356/1470] Compiling Crypto Insecure.swift
[1357/1470] Compiling Crypto Insecure_HashFunctions.swift
[1358/1470] Compiling Crypto KEM.swift
[1359/1470] Compiling Crypto ECDH_boring.swift
[1360/1470] Compiling Crypto DH.swift
[1361/1470] Compiling Crypto ECDH.swift
[1362/1470] Compiling AsyncHTTPClient RequestValidation.swift
[1363/1470] Compiling AsyncHTTPClient SSLContextCache.swift
[1364/1470] Compiling AsyncHTTPClient Scheme.swift
[1365/1470] Compiling AsyncHTTPClient Singleton.swift
[1366/1470] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1367/1470] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1368/1470] Compiling AsyncHTTPClient Utils.swift
[1369/1470] Compiling Crypto EdDSA_boring.swift
[1370/1470] Compiling Crypto ECDSA.swift
[1371/1470] Compiling Crypto Ed25519.swift
[1372/1470] Compiling Crypto AES-GCM.swift
[1373/1470] Compiling Crypto AES-GCM_boring.swift
[1374/1470] Compiling Crypto ChaChaPoly_boring.swift
[1375/1470] Compiling Crypto ChaChaPoly.swift
[1376/1470] Compiling Crypto Cipher.swift
[1377/1470] Compiling Crypto Nonces.swift
[1378/1470] Compiling Crypto ASN1.swift
[1379/1470] Compiling Crypto ASN1Any.swift
[1380/1470] Compiling Crypto ASN1BitString.swift
[1390/1470] Compiling Crypto ASN1Boolean.swift
[1391/1470] Emitting module Crypto
[1392/1470] Compiling Crypto ASN1Identifier.swift
[1393/1470] Compiling Crypto ASN1Integer.swift
[1394/1470] Compiling Crypto ASN1Null.swift
[1395/1470] Compiling Crypto ASN1OctetString.swift
[1396/1470] Compiling Crypto ASN1Strings.swift
[1397/1470] Compiling Crypto ArraySliceBigint.swift
[1398/1470] Compiling Crypto GeneralizedTime.swift
[1399/1470] Compiling Crypto ObjectIdentifier.swift
[1400/1470] Compiling Crypto ECDSASignature.swift
[1401/1470] Compiling Crypto PEMDocument.swift
[1411/1470] Compiling AsyncHTTPClient RequestBag.swift
[1453/1470] Emitting module AsyncHTTPClient
[1463/1471] Compiling Crypto Signature.swift
[1464/1471] Compiling Crypto CryptoKitErrors_boring.swift
[1465/1471] Compiling Crypto RNG_boring.swift
[1466/1471] Compiling Crypto SafeCompare_boring.swift
[1467/1471] Compiling Crypto Zeroization_boring.swift
[1468/1471] Compiling Crypto PrettyBytes.swift
[1469/1471] Compiling Crypto SafeCompare.swift
[1470/1471] Compiling Crypto SecureBytes.swift
[1471/1471] Compiling Crypto Zeroization.swift
[1473/1478] Compiling SotoSignerV4 HexEncoding.swift
[1474/1478] Compiling SotoSignerV4 exports.swift
[1475/1478] Compiling SotoSignerV4 credentials.swift
[1476/1478] Compiling SotoSignerV4 SigV4a.swift
[1477/1478] Emitting module SotoSignerV4
[1478/1478] Compiling SotoSignerV4 signer.swift
[1480/1543] 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 |         }
[1481/1543] 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 |         }
[1482/1543] 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 |         }
[1483/1543] 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 |         }
[1484/1543] 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 |         }
[1485/1543] 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 |         }
[1486/1543] 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 |         }
[1487/1543] 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 |         }
[1488/1543] 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 |         }
[1489/1552] Compiling SotoCore AWSClient+Paginate.swift
[1490/1552] Compiling SotoCore AWSClient.swift
[1491/1552] Compiling SotoCore AWSEndpointDiscovery.swift
[1492/1552] Compiling SotoCore AWSService.swift
[1493/1552] Compiling SotoCore AWSServiceConfig.swift
[1494/1552] Compiling SotoCore Base64Data.swift
[1495/1552] Compiling SotoCore Document.swift
[1496/1552] Compiling SotoCore EventPayload.swift
[1497/1552] Compiling SotoCore AnyAsyncSequence.swift
[1498/1552] Compiling SotoCore Error.swift
[1499/1552] Compiling SotoCore ServerErrors.swift
[1500/1552] Compiling SotoCore Exports.swift
[1501/1552] Compiling SotoCore AWSHTTPBody.swift
[1502/1552] Compiling SotoCore AWSHTTPClient.swift
[1503/1552] Compiling SotoCore AWSHTTPRequest.swift
[1504/1552] Compiling SotoCore AWSHTTPResponse+HAL.swift
[1505/1552] Compiling SotoCore AWSHTTPResponse.swift
[1506/1552] Compiling SotoCore AsyncHTTPClient.swift
[1507/1552] Emitting module SotoCore
[1508/1552] Compiling SotoCore CredentialProviderError.swift
[1509/1552] Compiling SotoCore CredentialProviderSelector.swift
[1510/1552] Compiling SotoCore DeferredCredentialProvider.swift
[1511/1552] Compiling SotoCore EmptyCredential.swift
[1512/1552] Compiling SotoCore ExpiringCredential.swift
[1513/1552] Compiling SotoCore MetaDataCredentialProvider.swift
[1514/1552] Compiling SotoCore NullCredentialProvider.swift
[1515/1552] Compiling SotoCore RotatingCredentialProvider.swift
[1516/1552] Compiling SotoCore RuntimeSelectorCredentialProvider.swift
[1517/1552] Compiling SotoCore STSAssumeRole.swift
[1518/1552] Compiling SotoCore StaticCredential+CredentialProvider.swift
[1519/1552] Compiling SotoCore StaticCredential+Environment.swift
[1520/1552] Compiling SotoCore ARN.swift
[1521/1552] Compiling SotoCore AWSShape.swift
[1522/1552] Compiling SotoCore EndpointVariant.swift
[1523/1552] Compiling SotoCore Environment.swift
[1524/1552] Compiling SotoCore Region.swift
[1525/1552] Compiling SotoCore ServiceProtocol.swift
[1526/1552] Compiling SotoCore S3SignedAsyncSequence.swift
[1527/1552] Compiling SotoCore Middleware.swift
[1528/1552] Compiling SotoCore EditHeadersMiddleware.swift
[1529/1552] Compiling SotoCore EndpointDiscoveryMiddleware.swift
[1530/1552] Compiling SotoCore ErrorHandlingMiddleware.swift
[1531/1552] Compiling SotoCore LoggingMiddleware.swift
[1532/1552] Compiling SotoCore RetryMiddleware.swift
[1533/1552] Compiling SotoCore S3Middleware.swift
[1534/1552] Compiling SotoCore SigningMiddleware.swift
[1535/1552] Compiling SotoCore CodableProperties.swift
[1536/1552] Compiling SotoCore CollectionCoders.swift
[1537/1552] Compiling SotoCore DateCoders.swift
[1538/1552] Compiling SotoCore EC2ArrayCoder.swift
[1539/1552] Compiling SotoCore EventStreamDecoder.swift
[1540/1552] Compiling SotoCore QueryEncoder.swift
[1541/1552] Compiling SotoCore RequestContainer.swift
[1542/1552] Compiling SotoCore ResponseContainer.swift
[1543/1552] Compiling SotoCore ClientErrors.swift
[1544/1552] Compiling SotoCore TracingMiddleware.swift
[1545/1552] Compiling SotoCore TreeHashMiddleware.swift
[1546/1552] Compiling SotoCore MiddlewareStack.swift
[1547/1552] Compiling SotoCore RetryPolicy.swift
[1548/1552] Compiling SotoCore UnsafeTransfer.swift
[1549/1552] Compiling SotoCore base64.swift
[1550/1552] Compiling SotoCore crc32.swift
[1551/1552] Compiling SotoCore AWSClient+Waiter.swift
[1552/1552] Compiling SotoCore Matcher.swift
[1554/1557] Compiling SotoTestUtils TestUtils.swift
[1555/1557] Compiling SotoTestUtils Environment.swift
[1556/1557] Emitting module SotoTestUtils
[1557/1557] Compiling SotoTestUtils TestServer.swift
Build complete! (256.21s)
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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.