Build Information
Successful build of soto-core, reference main (b7b0ab
), with Swift 6.1 for Android on 12 Aug 2025 17:53:56 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/soto-project/soto-core.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/soto-project/soto-core
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b7b0abe Bump actions/checkout from 4 to 5 in the dependencies group (#666)
Cloned https://github.com/soto-project/soto-core.git
Revision (git rev-parse @):
b7b0abe8ac48a4056b1b5751b00726cccb8a9da7
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/jmespath/jmespath.swift.git"
}
],
"manifest_display_name" : "soto-core",
"name" : "soto-core",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SotoCore",
"targets" : [
"SotoCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SotoTestUtils",
"targets" : [
"SotoTestUtils"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SotoSignerV4",
"targets" : [
"SotoSignerV4"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "SotoXMLTests",
"module_type" : "SwiftTarget",
"name" : "SotoXMLTests",
"path" : "Tests/SotoXMLTests",
"sources" : [
"XMLCoderTests.swift",
"XMLTests.swift"
],
"target_dependencies" : [
"SotoXML",
"SotoCore"
],
"type" : "test"
},
{
"c99name" : "SotoXML",
"module_type" : "SwiftTarget",
"name" : "SotoXML",
"path" : "Sources/SotoXML",
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"Expat.swift",
"XML.swift",
"XMLDecoder.swift",
"XMLEncoder.swift"
],
"target_dependencies" : [
"CSotoExpat"
],
"type" : "library"
},
{
"c99name" : "SotoTestUtils",
"module_type" : "SwiftTarget",
"name" : "SotoTestUtils",
"path" : "Sources/SotoTestUtils",
"product_dependencies" : [
"Logging",
"NIO",
"NIOFoundationCompat",
"NIOHTTP1",
"NIOPosix",
"NIOTestUtils"
],
"product_memberships" : [
"SotoTestUtils"
],
"sources" : [
"Environment.swift",
"TestServer.swift",
"TestUtils.swift"
],
"target_dependencies" : [
"SotoCore",
"SotoXML"
],
"type" : "library"
},
{
"c99name" : "SotoSignerV4Tests",
"module_type" : "SwiftTarget",
"name" : "SotoSignerV4Tests",
"path" : "Tests/SotoSignerV4Tests",
"sources" : [
"AWSSignerTests.swift",
"SigV4aTests.swift"
],
"target_dependencies" : [
"SotoSignerV4"
],
"type" : "test"
},
{
"c99name" : "SotoSignerV4",
"module_type" : "SwiftTarget",
"name" : "SotoSignerV4",
"path" : "Sources/SotoSignerV4",
"product_dependencies" : [
"Crypto",
"NIOCore",
"NIOHTTP1"
],
"product_memberships" : [
"SotoCore",
"SotoTestUtils",
"SotoSignerV4"
],
"sources" : [
"HexEncoding.swift",
"SigV4a.swift",
"credentials.swift",
"exports.swift",
"signer.swift"
],
"type" : "library"
},
{
"c99name" : "SotoCoreTests",
"module_type" : "SwiftTarget",
"name" : "SotoCoreTests",
"path" : "Tests/SotoCoreTests",
"product_dependencies" : [
"NIOPosix"
],
"sources" : [
"AWSClientTests.swift",
"AWSRequestTests.swift",
"AWSResponseTests.swift",
"AWSServiceTests.swift",
"CRCTests.swift",
"Concurrency/AsyncSequenceTests.swift",
"Concurrency/Count.swift",
"Concurrency/ExpiringValueTests.swift",
"Concurrency/Sequence+concurrentMapTests.swift",
"Credential/ConfigFileCredentialProviderTests.swift",
"Credential/ConfigFileLoaderTests.swift",
"Credential/CredentialProviderTests.swift",
"Credential/MetaDataCredentialProviderTests.swift",
"Credential/RotatingCredentialProviderTests.swift",
"Credential/RuntimeSelectorCredentialProviderTests.swift",
"Credential/STSAssumeRoleTests.swift",
"Credential/StaticCredential+EnvironmentTests.swift",
"Doc/ARNTests.swift",
"Doc/EnvironmentTests.swift",
"Doc/RegionTests.swift",
"EndpointDiscoveryTests.swift",
"LoggingTests.swift",
"MiddlewareTests.swift",
"PaginateTests.swift",
"PayloadTests.swift",
"QueryEncoderTests.swift",
"TestTracer.swift",
"TimeStampTests.swift",
"TracingTests.swift",
"ValidationTests.swift",
"WaiterTests.swift"
],
"target_dependencies" : [
"SotoCore",
"SotoTestUtils"
],
"type" : "test"
},
{
"c99name" : "SotoCore",
"module_type" : "SwiftTarget",
"name" : "SotoCore",
"path" : "Sources/SotoCore",
"product_dependencies" : [
"Logging",
"AsyncHTTPClient",
"Atomics",
"Metrics",
"NIOCore",
"NIOHTTP1",
"NIOPosix",
"NIOSSL",
"NIOTransportServices",
"NIOFoundationCompat",
"JMESPath",
"Tracing"
],
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"AWSClient+Paginate.swift",
"AWSClient.swift",
"AWSEndpointDiscovery.swift",
"AWSService.swift",
"AWSServiceConfig.swift",
"AWSShapes/Base64Data.swift",
"AWSShapes/Document.swift",
"AWSShapes/EventPayload.swift",
"Concurrency/AnyAsyncSequence.swift",
"Concurrency/ByteBufferSequence.swift",
"Concurrency/EventStream.swift",
"Concurrency/ExpiringValue.swift",
"Concurrency/FixedSizeByteBufferAsyncSequence.swift",
"Concurrency/Sequence+concurrentMap.swift",
"Credential/ConfigFileCredentialProvider.swift",
"Credential/ConfigFileLoader.swift",
"Credential/Credential+IsEmpty.swift",
"Credential/CredentialProvider.swift",
"Credential/CredentialProviderError.swift",
"Credential/CredentialProviderSelector.swift",
"Credential/DeferredCredentialProvider.swift",
"Credential/EmptyCredential.swift",
"Credential/ExpiringCredential.swift",
"Credential/MetaDataCredentialProvider.swift",
"Credential/NullCredentialProvider.swift",
"Credential/RotatingCredentialProvider.swift",
"Credential/RuntimeSelectorCredentialProvider.swift",
"Credential/STSAssumeRole.swift",
"Credential/StaticCredential+CredentialProvider.swift",
"Credential/StaticCredential+Environment.swift",
"Doc/ARN.swift",
"Doc/AWSShape.swift",
"Doc/EndpointVariant.swift",
"Doc/Environment.swift",
"Doc/Region.swift",
"Doc/ServiceProtocol.swift",
"Encoder/CodableProperties/CodableProperties.swift",
"Encoder/CodableProperties/CollectionCoders.swift",
"Encoder/CodableProperties/DateCoders.swift",
"Encoder/CodableProperties/EC2ArrayCoder.swift",
"Encoder/EventStreamDecoder.swift",
"Encoder/QueryEncoder.swift",
"Encoder/RequestContainer.swift",
"Encoder/ResponseContainer.swift",
"Errors/ClientErrors.swift",
"Errors/Error.swift",
"Errors/ServerErrors.swift",
"Exports.swift",
"HTTP/AWSHTTPBody.swift",
"HTTP/AWSHTTPClient.swift",
"HTTP/AWSHTTPRequest.swift",
"HTTP/AWSHTTPResponse+HAL.swift",
"HTTP/AWSHTTPResponse.swift",
"HTTP/AsyncHTTPClient.swift",
"HTTP/S3SignedAsyncSequence.swift",
"Middleware/Middleware.swift",
"Middleware/Middleware/EditHeadersMiddleware.swift",
"Middleware/Middleware/EndpointDiscoveryMiddleware.swift",
"Middleware/Middleware/ErrorHandlingMiddleware.swift",
"Middleware/Middleware/LoggingMiddleware.swift",
"Middleware/Middleware/RetryMiddleware.swift",
"Middleware/Middleware/S3Middleware.swift",
"Middleware/Middleware/SigningMiddleware.swift",
"Middleware/Middleware/TracingMiddleware.swift",
"Middleware/Middleware/TreeHashMiddleware.swift",
"Middleware/MiddlewareStack.swift",
"RetryPolicy.swift",
"Utils/UnsafeTransfer.swift",
"Utils/base64.swift",
"Utils/crc32.swift",
"Waiters/AWSClient+Waiter.swift",
"Waiters/Matcher.swift"
],
"target_dependencies" : [
"SotoSignerV4",
"SotoXML",
"INIParser"
],
"type" : "library"
},
{
"c99name" : "INIParserTests",
"module_type" : "SwiftTarget",
"name" : "INIParserTests",
"path" : "Tests/INIParserTests",
"sources" : [
"INIParserTests.swift"
],
"target_dependencies" : [
"INIParser"
],
"type" : "test"
},
{
"c99name" : "INIParser",
"module_type" : "SwiftTarget",
"name" : "INIParser",
"path" : "Sources/INIParser",
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"INIParser.swift"
],
"type" : "library"
},
{
"c99name" : "CSotoExpat",
"module_type" : "ClangTarget",
"name" : "CSotoExpat",
"path" : "Sources/CSotoExpat",
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"xmlparse.c",
"xmlrole.c",
"xmltok.c",
"xmltok_impl.c",
"xmltok_ns.c"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/jmespath/jmespath.swift.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
[1/653] Fetching jmespath.swift
[459/4539] Fetching jmespath.swift, swift-log
[1160/7240] Fetching jmespath.swift, swift-log, swift-nio-transport-services
[4275/21327] Fetching jmespath.swift, swift-log, swift-nio-transport-services, async-http-client
[5213/36330] Fetching jmespath.swift, swift-log, swift-nio-transport-services, async-http-client, swift-nio-ssl
Fetched https://github.com/jmespath/jmespath.swift.git from cache (0.60s)
[6071/35677] Fetching swift-log, swift-nio-transport-services, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-log.git from cache (0.96s)
[9724/31791] Fetching swift-nio-transport-services, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
[16250/36907] Fetching swift-nio-transport-services, async-http-client, swift-nio-ssl, swift-distributed-tracing
[24480/53145] Fetching swift-nio-transport-services, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-crypto
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.17s)
Fetching https://github.com/apple/swift-atomics.git
[22865/48029] Fetching swift-nio-transport-services, async-http-client, swift-nio-ssl, swift-crypto
Fetching https://github.com/apple/swift-metrics.git
[28916/49837] Fetching swift-nio-transport-services, async-http-client, swift-nio-ssl, swift-crypto, swift-atomics
[31487/52056] Fetching swift-nio-transport-services, async-http-client, swift-nio-ssl, swift-crypto, swift-atomics, swift-metrics
Fetched https://github.com/apple/swift-atomics.git from cache (0.94s)
Fetching https://github.com/apple/swift-nio.git
[32347/50248] Fetching swift-nio-transport-services, async-http-client, swift-nio-ssl, swift-crypto, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.65s)
[32702/48029] Fetching swift-nio-transport-services, async-http-client, swift-nio-ssl, swift-crypto
[38775/125420] Fetching swift-nio-transport-services, async-http-client, swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (4.76s)
[59259/122719] Fetching async-http-client, swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (4.78s)
[45946/108632] Fetching swift-nio-ssl, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.87s)
[33265/93629] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (4.91s)
[46435/77391] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.50s)
Computing version for https://github.com/jmespath/jmespath.swift.git
Computed https://github.com/jmespath/jmespath.swift.git at 1.0.3 (15.76s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.03s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.97s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.35s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.28s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.97s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
[1/6127] Fetching swift-nio-extras
[1472/12095] Fetching swift-nio-extras, swift-algorithms
[7333/23756] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.88s)
[9276/17788] Fetching swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.00s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.03s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (2.91s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.28s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (1.03s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.21s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16953] Fetching swift-collections
[680/21800] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.97s)
Fetched https://github.com/apple/swift-collections.git from cache (2.01s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.15s)
Fetching https://github.com/apple/swift-numerics.git
[1/5917] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.68s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.86s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.98s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
[1/2433] Fetching swift-service-lifecycle
[658/3609] Fetching swift-service-lifecycle, swift-http-structured-headers
[1253/5238] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-asn1
[2242/10248] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.62s)
[8772/9072] Fetching swift-service-lifecycle, swift-asn1, swift-async-algorithms
[7243/7443] Fetching swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.64s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.68s)
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.86s)
Fetching https://github.com/apple/swift-certificates.git
[1/917] Fetching swift-http-types
[918/7377] Fetching swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.47s)
[1551/6460] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.78s)
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 (2.71s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.01s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.00s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (4.45s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.12.0 (1.53s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (1.11s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.00s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (2.84s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.14s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.93s)
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.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.4.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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.12.0
Creating working copy for https://github.com/jmespath/jmespath.swift.git
Working copy of https://github.com/jmespath/jmespath.swift.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Building for debugging...
[0/827] Write sources
[34/827] Compiling CSotoExpat xmltok_ns.c
[35/827] Compiling CSotoExpat xmltok_impl.c
[35/827] Compiling _NumericsShims _NumericsShims.c
[37/827] Compiling CNIOWindows shim.c
[38/827] Compiling _AtomicsShims.c
[39/827] Compiling CNIOWindows WSAStartup.c
[39/827] Compiling CSotoExpat xmlrole.c
[41/827] Compiling CNIOPosix event_loop_id.c
[42/827] Compiling CNIOWASI CNIOWASI.c
[43/827] Compiling CNIOLinux liburing_shims.c
[44/827] Compiling CNIOLLHTTP c_nio_http.c
[45/827] Compiling CNIOLinux shim.c
[46/827] Compiling CNIOExtrasZlib empty.c
[47/827] Compiling CNIODarwin shim.c
[48/827] Compiling fiat_p256_adx_sqr.S
[49/827] Compiling CNIOLLHTTP c_nio_api.c
[50/827] Compiling fiat_p256_adx_mul.S
[51/827] Compiling fiat_curve25519_adx_square.S
[52/827] Compiling fiat_curve25519_adx_mul.S
[53/827] Write swift-version-24593BA9C3E375BF.txt
[54/827] Compiling CNIOLLHTTP c_nio_llhttp.c
[55/827] Compiling CSotoExpat xmlparse.c
[56/827] Compiling CSotoExpat xmltok.c
[57/836] Compiling CNIOBoringSSLShims shims.c
[58/841] Compiling tls_record.cc
[59/841] Compiling tls_method.cc
[60/841] Compiling tls13_enc.cc
[61/856] Compiling tls13_server.cc
[63/881] Emitting module InternalCollectionsUtilities
[64/882] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/882] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/882] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[67/882] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[68/882] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[69/882] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[70/882] Compiling _NIODataStructures _TinyArray.swift
[73/882] Compiling InternalCollectionsUtilities Descriptions.swift
[74/882] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[75/882] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[76/882] Compiling InternalCollectionsUtilities Debugging.swift
[77/883] Compiling RealModule Float80+Real.swift
[78/883] Compiling RealModule Real.swift
[79/883] Emitting module RealModule
[82/883] Compiling RealModule Float16+Real.swift
[83/883] Compiling ServiceContextModule ServiceContextKey.swift
[84/883] Compiling RealModule Float+Real.swift
[85/883] Compiling RealModule ElementaryFunctions.swift
[86/883] Compiling _NIOBase64 Base64.swift
[87/883] Emitting module _NIOBase64
[88/884] Emitting module ServiceContextModule
[89/884] Compiling ServiceContextModule ServiceContext.swift
[90/885] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[91/885] Compiling InternalCollectionsUtilities Integer rank.swift
[92/885] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[93/885] Compiling InternalCollectionsUtilities _SortedCollection.swift
[94/885] Compiling _NIODataStructures PriorityQueue.swift
[95/886] Emitting module _NIODataStructures
[96/886] Compiling _NIODataStructures Heap.swift
[100/887] Compiling RealModule RealFunctions.swift
[103/914] Compiling Instrumentation Instrument.swift
[104/914] Compiling Instrumentation NoOpInstrument.swift
[105/914] Compiling Instrumentation MultiplexInstrument.swift
[106/914] Emitting module Instrumentation
[107/914] Compiling DequeModule Deque+CustomReflectable.swift
[108/914] Compiling DequeModule Deque+Descriptions.swift
[109/916] Emitting module INIParser
[110/916] Compiling INIParser INIParser.swift
[111/917] Compiling DequeModule _DequeBuffer.swift
[112/917] Compiling DequeModule _DequeBufferHeader.swift
[114/917] Emitting module CoreMetrics
[115/917] Compiling DequeModule Deque+Extras.swift
[116/917] Compiling DequeModule Deque+Hashable.swift
[117/917] Compiling DequeModule Deque+Equatable.swift
[118/917] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[119/917] Compiling DequeModule Deque+Testing.swift
[120/917] Compiling DequeModule Deque._Storage.swift
[121/917] Compiling JMESPath Sendable.swift
[122/917] Compiling JMESPath Runtime.swift
[123/917] Compiling JMESPath Token.swift
[124/918] Compiling DequeModule _DequeSlot.swift
[125/918] Compiling DequeModule _UnsafeWrappedBuffer.swift
[126/918] Compiling JMESPath Parser.swift
[127/918] Compiling DequeModule Deque._UnsafeHandle.swift
[128/918] Compiling DequeModule Deque.swift
[129/918] Compiling DequeModule Deque+Codable.swift
[130/918] Compiling DequeModule Deque+Collection.swift
[131/918] Emitting module DequeModule
[133/919] Compiling Logging MetadataProvider.swift
[134/919] Compiling Logging LogHandler.swift
[135/919] Compiling Logging Logging.swift
[136/919] Compiling CoreMetrics Metrics.swift
[137/919] Compiling Instrumentation Locks.swift
[138/919] Emitting module Logging
[139/919] Compiling Instrumentation InstrumentationSystem.swift
[140/919] Compiling Logging Locks.swift
[141/920] Compiling CoreMetrics Locks.swift
[142/922] Emitting module SotoXML
[145/930] Compiling tls13_client.cc
[147/930] Compiling SotoXML XMLEncoder.swift
[148/930] Compiling Tracing NoOpTracer.swift
[149/930] Compiling Tracing InstrumentationSystem+Tracing.swift
[150/930] Compiling SotoXML XMLDecoder.swift
[153/932] Compiling SotoXML Expat.swift
[154/932] Compiling SotoXML XML.swift
[157/933] Emitting module JMESPath
[160/933] Compiling JMESPath Variable.swift
[161/934] Compiling Tracing TracingTime.swift
[164/934] Emitting module Tracing
[165/934] Compiling Tracing TracerProtocol.swift
[165/934] Compiling tls13_both.cc
[167/934] Compiling Tracing Tracer.swift
[168/934] Compiling Tracing TracerProtocol+Legacy.swift
[169/934] Emitting module Metrics
[170/934] Compiling Metrics Metrics.swift
[172/935] Compiling Tracing SpanProtocol.swift
[173/936] Compiling t1_enc.cc
[174/936] Compiling ssl_versions.cc
[175/936] Compiling ssl_x509.cc
[176/936] Compiling ssl_transcript.cc
[177/936] Compiling ssl_stat.cc
[178/936] Compiling ssl_session.cc
[179/936] Compiling ssl_privkey.cc
[180/936] Compiling ssl_file.cc
[181/936] Compiling ssl_key_share.cc
[182/936] Compiling ssl_credential.cc
[183/936] Compiling ssl_lib.cc
[184/936] Compiling ssl_cipher.cc
[185/936] Compiling ssl_cert.cc
[186/936] Compiling ssl_buffer.cc
[187/936] Compiling ssl_asn1.cc
[188/936] Compiling ssl_aead_ctx.cc
[189/936] Compiling s3_pkt.cc
[190/936] Compiling s3_lib.cc
[191/936] Compiling s3_both.cc
[192/936] Compiling handshake_server.cc
[193/936] Compiling handshake_client.cc
[194/936] Compiling handshake.cc
[195/936] Compiling handoff.cc
[196/936] Compiling dtls_method.cc
[197/936] Compiling encrypted_client_hello.cc
[198/936] Compiling md5-x86_64-linux.S
[199/936] Compiling dtls_record.cc
[200/936] Compiling md5-x86_64-apple.S
[201/936] Compiling md5-586-apple.S
[202/936] Compiling md5-586-linux.S
[203/936] Compiling chacha20_poly1305_x86_64-linux.S
[204/936] Compiling chacha20_poly1305_x86_64-apple.S
[205/936] Compiling extensions.cc
[206/936] Compiling chacha20_poly1305_armv8-win.S
[207/936] Compiling d1_srtp.cc
[208/936] Compiling chacha20_poly1305_armv8-apple.S
[209/936] Compiling chacha20_poly1305_armv8-linux.S
[210/936] Compiling chacha-x86_64-linux.S
[211/936] Compiling chacha-x86_64-apple.S
[212/936] Compiling chacha-x86-linux.S
[213/936] Compiling chacha-x86-apple.S
[214/936] Compiling chacha-armv8-win.S
[215/936] Compiling d1_pkt.cc
[216/936] Compiling chacha-armv8-apple.S
[217/936] Compiling chacha-armv4-linux.S
[218/936] Compiling aes128gcmsiv-x86_64-linux.S
[219/936] Compiling aes128gcmsiv-x86_64-apple.S
[220/936] Compiling chacha-armv8-linux.S
[221/936] Compiling x86_64-mont5-linux.S
[222/936] Compiling x86_64-mont5-apple.S
[223/936] Compiling x86_64-mont-linux.S
[224/936] Compiling x86-mont-linux.S
[225/936] Compiling x86_64-mont-apple.S
[226/936] Compiling err_data.cc
[227/936] Compiling x86-mont-apple.S
[228/936] Compiling vpaes-x86_64-linux.S
[229/936] Compiling vpaes-x86_64-apple.S
[230/936] Compiling vpaes-x86-linux.S
[231/936] Compiling vpaes-x86-apple.S
[232/936] Compiling vpaes-armv8-win.S
[233/936] Compiling vpaes-armv8-apple.S
[233/936] Compiling sha512-x86_64-linux.S
[235/936] Compiling sha512-x86_64-apple.S
[236/936] Compiling vpaes-armv7-linux.S
[237/936] Compiling vpaes-armv8-linux.S
[238/936] Compiling sha512-armv8-win.S
[239/936] Compiling d1_lib.cc
[240/936] Compiling sha512-586-linux.S
[241/936] Compiling sha512-armv4-linux.S
[242/936] Compiling sha512-armv8-apple.S
[243/936] Compiling sha512-armv8-linux.S
[244/936] Compiling sha256-x86_64-apple.S
[245/936] Compiling sha512-586-apple.S
[246/936] Compiling sha256-x86_64-linux.S
[247/936] Compiling sha256-armv8-win.S
[248/936] Compiling sha256-armv8-linux.S
[249/936] Compiling sha256-586-linux.S
[250/936] Compiling sha256-armv4-linux.S
[251/936] Compiling sha256-armv8-apple.S
[252/936] Compiling sha256-586-apple.S
[253/936] Compiling sha1-x86_64-linux.S
[254/936] Compiling sha1-x86_64-apple.S
[255/936] Compiling sha1-armv8-win.S
[256/936] Compiling sha1-armv4-large-linux.S
[257/936] Compiling sha1-armv8-apple.S
[258/936] Compiling sha1-586-apple.S
[259/936] Compiling sha1-armv8-linux.S
[260/936] Compiling sha1-586-linux.S
[261/936] Compiling rsaz-avx2-linux.S
[262/936] Compiling rsaz-avx2-apple.S
[263/936] Compiling rdrand-x86_64-linux.S
[264/936] Compiling rdrand-x86_64-apple.S
[265/936] Compiling p256_beeu-x86_64-asm-apple.S
[266/936] Compiling p256_beeu-x86_64-asm-linux.S
[267/936] Compiling p256_beeu-armv8-asm-win.S
[268/936] Compiling p256_beeu-armv8-asm-apple.S
[269/936] Compiling p256_beeu-armv8-asm-linux.S
[270/936] Compiling p256-x86_64-asm-linux.S
[271/936] Compiling p256-x86_64-asm-apple.S
[272/936] Compiling p256-armv8-asm-win.S
[273/936] Compiling ghashv8-armv8-win.S
[274/936] Compiling p256-armv8-asm-apple.S
[275/936] Compiling ghashv8-armv8-linux.S
[276/936] Compiling ghashv8-armv8-apple.S
[277/936] Compiling p256-armv8-asm-linux.S
[278/936] Compiling ghashv8-armv7-linux.S
[279/936] Compiling ghash-x86_64-linux.S
[280/936] Compiling ghash-x86_64-apple.S
[281/936] Compiling ghash-ssse3-x86_64-apple.S
[282/936] Compiling ghash-x86-linux.S
[283/936] Compiling ghash-x86-apple.S
[284/936] Compiling ghash-ssse3-x86-linux.S
[285/936] Compiling ghash-ssse3-x86_64-linux.S
[286/936] Compiling ghash-neon-armv8-win.S
[287/936] Compiling ghash-neon-armv8-linux.S
[288/936] Compiling ghash-armv4-linux.S
[289/936] Compiling ghash-ssse3-x86-apple.S
[290/936] Compiling bio_ssl.cc
[291/936] Compiling ghash-neon-armv8-apple.S
[292/936] Compiling co-586-linux.S
[293/936] Compiling co-586-apple.S
[294/936] Compiling bn-armv8-apple.S
[295/936] Compiling bn-586-apple.S
[296/936] Compiling bn-armv8-linux.S
[297/936] Compiling bn-armv8-win.S
[297/936] Compiling bsaes-armv7-linux.S
[299/936] Compiling bn-586-linux.S
[300/936] Compiling d1_both.cc
[301/936] Compiling armv8-mont-apple.S
[302/936] Compiling armv8-mont-win.S
[303/936] Compiling armv8-mont-linux.S
[304/936] Compiling aesv8-gcm-armv8-win.S
[305/936] Compiling armv4-mont-linux.S
[306/936] Compiling aesv8-gcm-armv8-apple.S
[307/936] Compiling aesv8-gcm-armv8-linux.S
[308/936] Compiling aesv8-armv8-linux.S
[309/936] Compiling aesv8-armv8-win.S
[310/936] Compiling aesv8-armv8-apple.S
[311/936] Compiling aesv8-armv7-linux.S
[311/936] Compiling aesni-x86_64-apple.S
[313/936] Compiling aesni-x86_64-linux.S
[314/936] Compiling aes-gcm-avx2-x86_64-linux.S
[315/936] Compiling aesni-x86-linux.S
[316/936] Compiling aesni-gcm-x86_64-linux.S
[317/936] Compiling aesni-gcm-x86_64-apple.S
[318/936] Compiling aesni-x86-apple.S
[319/936] Compiling aes-gcm-avx2-x86_64-apple.S
[320/936] Compiling aes-gcm-avx10-x86_64-apple.S
[321/936] Compiling aes-gcm-avx10-x86_64-linux.S
[322/936] Compiling x_spki.cc
[323/936] Compiling x_x509a.cc
[324/936] Compiling x_sig.cc
[325/936] Compiling x_val.cc
[326/936] Compiling x_x509.cc
[327/936] Compiling x_pubkey.cc
[328/936] Compiling x_req.cc
[329/936] Compiling x_name.cc
[330/936] Compiling x_exten.cc
[331/936] Compiling x_algor.cc
[332/936] Compiling x509spki.cc
[333/936] Compiling x_attrib.cc
[334/936] Compiling x509rset.cc
[335/936] Compiling x_crl.cc
[336/936] Compiling x_all.cc
[337/936] Compiling x509name.cc
[338/936] Compiling x509cset.cc
[339/936] Compiling x509_vpm.cc
[340/936] Compiling x509_txt.cc
[341/936] Compiling x509_trs.cc
[342/936] Compiling x509_v3.cc
[343/936] Compiling x509_set.cc
[344/936] Compiling x509_vfy.cc
[345/936] Compiling x509_req.cc
[346/936] Compiling x509_obj.cc
[347/936] Compiling x509_d2.cc
[348/936] Compiling x509_def.cc
[349/936] Compiling x509_lu.cc
[350/936] Compiling x509_ext.cc
[351/936] Compiling x509_cmp.cc
[352/936] Compiling x509.cc
[353/936] Compiling x509_att.cc
[354/936] Compiling v3_pcons.cc
[355/936] Compiling v3_prn.cc
[356/936] Compiling v3_pmaps.cc
[357/936] Compiling v3_skey.cc
[358/936] Compiling v3_utl.cc
[359/936] Compiling v3_purp.cc
[360/936] Compiling v3_ocsp.cc
[361/936] Compiling v3_ncons.cc
[362/936] Compiling v3_lib.cc
[363/936] Compiling v3_int.cc
[364/936] Compiling v3_ia5.cc
[365/936] Compiling v3_extku.cc
[366/936] Compiling v3_enum.cc
[367/936] Compiling v3_info.cc
[368/936] Compiling v3_genn.cc
[369/936] Compiling v3_crld.cc
[370/936] Compiling v3_cpols.cc
[371/936] Compiling v3_bcons.cc
[372/936] Compiling v3_conf.cc
[373/936] Compiling v3_bitst.cc
[374/936] Compiling v3_akey.cc
[375/936] Compiling v3_alt.cc
[376/936] Compiling v3_akeya.cc
[377/936] Compiling t_x509a.cc
[378/936] Compiling i2d_pr.cc
[379/936] Compiling t_req.cc
[380/936] Compiling t_crl.cc
[381/936] Compiling t_x509.cc
[382/936] Compiling rsa_pss.cc
[383/936] Compiling name_print.cc
[384/936] Compiling by_file.cc
[385/936] Compiling policy.cc
[386/936] Compiling by_dir.cc
[387/936] Compiling algorithm.cc
[388/936] Compiling a_verify.cc
[389/936] Compiling trust_token.cc
[390/936] Compiling asn1_gen.cc
[391/936] Compiling voprf.cc
[392/936] Compiling a_sign.cc
[393/936] Compiling a_digest.cc
[394/936] Compiling thread_pthread.cc
[395/936] Compiling thread_none.cc
[396/936] Compiling stack.cc
[397/936] Compiling thread.cc
[398/936] Compiling thread_win.cc
[399/936] Compiling pmbtoken.cc
[400/936] Compiling slhdsa.cc
[401/936] Compiling spake2plus.cc
[402/936] Compiling siphash.cc
[403/936] Compiling sha512.cc
[404/936] Compiling sha1.cc
[405/936] Compiling sha256.cc
[406/936] Compiling rsa_print.cc
[407/936] Compiling rsa_extra.cc
[408/936] Compiling rsa_crypt.cc
[409/936] Compiling rc4.cc
[410/936] Compiling refcount.cc
[411/936] Compiling windows.cc
[412/936] Compiling trusty.cc
[413/936] Compiling urandom.cc
[414/936] Compiling rsa_asn1.cc
[415/936] Compiling rand.cc
[416/936] Compiling passive.cc
[417/936] Compiling poly1305_arm_asm.S
[418/936] Compiling getentropy.cc
[419/936] Compiling ios.cc
[420/936] Compiling deterministic.cc
[421/936] Compiling forkunsafe.cc
[422/936] Compiling fork_detect.cc
[423/936] Compiling poly1305_vec.cc
[424/936] Compiling pool.cc
[425/936] Compiling poly1305_arm.cc
[426/936] Compiling poly1305.cc
[427/936] Compiling pkcs8.cc
[428/936] Compiling p5_pbev2.cc
[429/936] Compiling pkcs7.cc
[430/936] Compiling pkcs8_x509.cc
[431/936] Compiling pkcs7_x509.cc
[432/936] Compiling pem_xaux.cc
[433/936] Compiling pem_x509.cc
[434/936] Compiling pem_pkey.cc
[435/936] Compiling pem_oth.cc
[436/936] Compiling pem_pk8.cc
[437/936] Compiling pem_lib.cc
[438/936] Compiling mlkem.cc
[439/936] Compiling obj_xref.cc
[440/936] Compiling pem_all.cc
[441/936] Compiling pem_info.cc
[442/936] Compiling obj.cc
[443/936] Compiling poly_rq_mul.S
[444/936] Compiling mldsa.cc
[445/936] Compiling fips_shared_support.cc
[446/936] Compiling mem.cc
[447/936] Compiling md5.cc
[448/936] Compiling lhash.cc
[449/936] Compiling md4.cc
[450/936] Compiling kyber.cc
[451/936] Compiling ex_data.cc
[452/936] Compiling sign.cc
[453/936] Compiling hrss.cc
[454/936] Compiling scrypt.cc
[455/936] Compiling hpke.cc
[456/936] Compiling print.cc
[457/936] Compiling pbkdf.cc
[458/936] Compiling p_x25519.cc
[459/936] Compiling p_x25519_asn1.cc
[460/936] Compiling p_rsa_asn1.cc
[461/936] Compiling p_rsa.cc
[462/936] Compiling p_hkdf.cc
[462/936] Compiling p_ed25519.cc
[464/936] Compiling p_ed25519_asn1.cc
[465/936] Compiling p_ec.cc
[466/936] Compiling p_ec_asn1.cc
[467/936] Compiling p_dh_asn1.cc
[468/936] Compiling p_dh.cc
[469/936] Compiling evp_ctx.cc
[470/936] Compiling p_dsa_asn1.cc
[471/936] Compiling evp_asn1.cc
[472/936] Compiling evp.cc
[473/936] Compiling err.cc
[474/936] Compiling engine.cc
[475/936] Compiling ecdh.cc
[476/936] Compiling ecdsa_asn1.cc
[477/936] Compiling hash_to_curve.cc
[478/936] Compiling ec_derive.cc
[479/936] Compiling dsa.cc
[480/936] Compiling bcm.cc
[481/936] Compiling dsa_asn1.cc
[482/936] Compiling ec_asn1.cc
[483/936] Compiling x25519-asm-arm.S
[484/936] Compiling params.cc
[485/936] Compiling digest_extra.cc
[486/936] Compiling des.cc
[487/936] Compiling dh_asn1.cc
[488/936] Compiling curve25519_64_adx.cc
[489/936] Compiling cpu_intel.cc
[490/936] Compiling crypto.cc
[491/936] Compiling spake25519.cc
[492/936] Compiling cpu_arm_linux.cc
[493/936] Compiling cpu_arm_freebsd.cc
[494/936] Compiling curve25519.cc
[495/936] Compiling cpu_aarch64_win.cc
[496/936] Compiling cpu_aarch64_sysreg.cc
[497/936] Compiling cpu_aarch64_openbsd.cc
[498/936] Compiling cpu_aarch64_linux.cc
[499/936] Compiling cpu_aarch64_fuchsia.cc
[500/936] Compiling cpu_aarch64_apple.cc
[501/936] Compiling get_cipher.cc
[502/936] Compiling tls_cbc.cc
[503/936] Compiling conf.cc
[504/936] Compiling e_tls.cc
[505/936] Compiling e_rc2.cc
[506/936] Compiling e_rc4.cc
[507/936] Compiling e_null.cc
[508/936] Compiling e_des.cc
[509/936] Compiling e_chacha20poly1305.cc
[510/936] Compiling e_aesgcmsiv.cc
[511/936] Compiling e_aesctrhmac.cc
[512/936] Compiling derive_key.cc
[513/936] Compiling chacha.cc
[514/936] Compiling unicode.cc
[515/936] Compiling buf.cc
[516/936] Compiling cbb.cc
[517/936] Compiling cbs.cc
[518/936] Compiling ber.cc
[519/936] Compiling asn1_compat.cc
[520/936] Compiling convert.cc
[521/936] Compiling blake2.cc
[522/936] Compiling bn_asn1.cc
[523/936] Compiling socket_helper.cc
[524/936] Compiling printf.cc
[525/936] Compiling socket.cc
[526/936] Compiling pair.cc
[527/936] Compiling hexdump.cc
[528/936] Compiling file.cc
[529/936] Compiling errno.cc
[530/936] Compiling fd.cc
[531/936] Compiling connect.cc
[532/936] Compiling bio_mem.cc
[533/936] Compiling bio.cc
[534/936] Compiling base64.cc
[535/936] Compiling tasn_typ.cc
[536/936] Compiling tasn_fre.cc
[537/936] Compiling tasn_utl.cc
[538/936] Compiling tasn_enc.cc
[539/936] Compiling posix_time.cc
[540/936] Compiling tasn_new.cc
[541/936] Compiling f_string.cc
[542/936] Compiling tasn_dec.cc
[543/936] Compiling f_int.cc
[544/936] Compiling asn_pack.cc
[545/936] Compiling asn1_par.cc
[546/936] Compiling asn1_lib.cc
[547/936] Compiling a_type.cc
[548/936] Compiling a_utctm.cc
[549/936] Compiling a_octet.cc
[550/936] Compiling a_time.cc
[551/936] Compiling a_strnid.cc
[552/936] Compiling a_strex.cc
[553/936] Compiling a_object.cc
[554/936] Compiling a_i2d_fp.cc
[555/936] Compiling a_dup.cc
[556/936] Compiling a_mbstr.cc
[557/936] Compiling a_d2i_fp.cc
[558/936] Compiling a_int.cc
[559/936] Compiling fiat_p256_adx_sqr.S
[560/936] Compiling fiat_p256_adx_mul.S
[561/936] Compiling a_gentm.cc
[562/936] Compiling fiat_curve25519_adx_mul.S
[563/936] Compiling fiat_curve25519_adx_square.S
[564/936] Compiling md5-x86_64-linux.S
[565/936] Compiling md5-x86_64-apple.S
[566/936] Compiling CCryptoBoringSSLShims shims.c
[567/936] Compiling md5-586-linux.S
[568/936] Compiling md5-586-apple.S
[569/936] Compiling chacha20_poly1305_x86_64-linux.S
[570/936] Compiling chacha20_poly1305_armv8-win.S
[571/936] Compiling chacha20_poly1305_x86_64-apple.S
[572/936] Compiling chacha-x86_64-linux.S
[573/936] Compiling chacha20_poly1305_armv8-apple.S
[574/936] Compiling a_bitstr.cc
[575/936] Compiling chacha-x86_64-apple.S
[576/936] Compiling chacha20_poly1305_armv8-linux.S
[577/936] Compiling chacha-x86-linux.S
[578/936] Compiling a_bool.cc
[579/936] Compiling chacha-x86-apple.S
[580/936] Compiling chacha-armv8-win.S
[581/936] Compiling chacha-armv8-apple.S
[582/936] Compiling chacha-armv4-linux.S
[583/936] Compiling aes128gcmsiv-x86_64-linux.S
[584/936] Compiling aes128gcmsiv-x86_64-apple.S
[585/936] Compiling chacha-armv8-linux.S
[586/936] Compiling err_data.cc
[587/936] Compiling x86_64-mont5-linux.S
[588/936] Compiling x86_64-mont-apple.S
[589/936] Compiling x86_64-mont5-apple.S
[590/936] Compiling x86-mont-apple.S
[590/936] Compiling x86_64-mont-linux.S
[592/936] Compiling x86-mont-linux.S
[593/936] Compiling vpaes-x86_64-apple.S
[594/936] Compiling vpaes-x86_64-linux.S
[595/936] Compiling vpaes-armv8-win.S
[596/936] Compiling vpaes-x86-apple.S
[597/936] Compiling vpaes-x86-linux.S
[598/936] Compiling vpaes-armv7-linux.S
[599/936] Compiling vpaes-armv8-apple.S
[600/936] Compiling vpaes-armv8-linux.S
[601/936] Compiling sha512-armv8-win.S
[602/936] Compiling sha512-x86_64-linux.S
[602/936] Compiling sha512-x86_64-apple.S
[604/936] Compiling sha512-armv4-linux.S
[605/936] Compiling sha512-armv8-apple.S
[606/936] Compiling sha256-x86_64-linux.S
[607/936] Compiling sha512-armv8-linux.S
[608/936] Compiling sha512-586-apple.S
[609/936] Compiling sha512-586-linux.S
[610/936] Compiling sha256-armv8-apple.S
[611/936] Compiling sha256-x86_64-apple.S
[612/936] Compiling sha256-armv4-linux.S
[613/936] Compiling sha256-armv8-win.S
[614/936] Compiling sha256-586-linux.S
[615/936] Compiling sha256-armv8-linux.S
[616/936] Compiling sha256-586-apple.S
[617/936] Compiling sha1-x86_64-linux.S
[618/936] Compiling sha1-armv8-win.S
[619/936] Compiling sha1-x86_64-apple.S
[620/936] Compiling sha1-armv8-apple.S
[621/936] Compiling sha1-armv4-large-linux.S
[622/936] Compiling sha1-armv8-linux.S
[623/936] Compiling rsaz-avx2-linux.S
[624/936] Compiling sha1-586-linux.S
[625/936] Compiling sha1-586-apple.S
[626/936] Compiling rsaz-avx2-apple.S
[627/936] Compiling rdrand-x86_64-linux.S
[628/936] Compiling rdrand-x86_64-apple.S
[629/936] Compiling p256_beeu-x86_64-asm-apple.S
[630/936] Compiling p256_beeu-x86_64-asm-linux.S
[630/936] Compiling p256_beeu-armv8-asm-win.S
[632/936] Compiling p256_beeu-armv8-asm-apple.S
[633/936] Compiling p256_beeu-armv8-asm-linux.S
[634/936] Compiling p256-x86_64-asm-linux.S
[635/936] Compiling p256-x86_64-asm-apple.S
[636/936] Compiling p256-armv8-asm-win.S
[637/936] Compiling p256-armv8-asm-apple.S
[638/936] Compiling ghashv8-armv8-win.S
[639/936] Compiling p256-armv8-asm-linux.S
[640/936] Compiling ghashv8-armv8-linux.S
[641/936] Compiling ghashv8-armv7-linux.S
[642/936] Compiling ghashv8-armv8-apple.S
[643/936] Compiling ghash-x86_64-linux.S
[644/936] Compiling ghash-x86-linux.S
[645/936] Compiling ghash-x86-apple.S
[646/936] Compiling ghash-x86_64-apple.S
[647/936] Compiling ghash-ssse3-x86_64-linux.S
[648/936] Compiling ghash-ssse3-x86_64-apple.S
[649/936] Compiling ghash-ssse3-x86-linux.S
[650/936] Compiling ghash-ssse3-x86-apple.S
[651/936] Compiling ghash-neon-armv8-linux.S
[652/936] Compiling ghash-neon-armv8-win.S
[653/936] Compiling ghash-armv4-linux.S
[654/936] Compiling ghash-neon-armv8-apple.S
[655/936] Compiling co-586-linux.S
[656/936] Compiling co-586-apple.S
[657/936] Compiling bn-armv8-win.S
[658/936] Compiling bsaes-armv7-linux.S
[659/936] Compiling bn-armv8-linux.S
[660/936] Compiling bn-armv8-apple.S
[661/936] Compiling bn-586-linux.S
[662/936] Compiling armv8-mont-win.S
[663/936] Compiling bn-586-apple.S
[664/936] Compiling armv8-mont-apple.S
[665/936] Compiling armv8-mont-linux.S
[666/936] Compiling armv4-mont-linux.S
[666/936] Compiling aesv8-gcm-armv8-win.S
[668/936] Compiling aesv8-gcm-armv8-apple.S
[669/936] Compiling aesv8-gcm-armv8-linux.S
[670/936] Compiling aesv8-armv8-linux.S
[671/936] Compiling aesv8-armv8-win.S
[672/936] Compiling aesv8-armv7-linux.S
[673/936] Compiling aesv8-armv8-apple.S
[674/936] Compiling aesni-x86_64-apple.S
[675/936] Compiling aesni-x86_64-linux.S
[676/936] Compiling aesni-x86-apple.S
[677/936] Compiling aesni-x86-linux.S
[678/936] Compiling aesni-gcm-x86_64-linux.S
[679/936] Compiling aesni-gcm-x86_64-apple.S
[680/936] Compiling aes-gcm-avx512-x86_64-linux.S
[681/936] Compiling aes-gcm-avx512-x86_64-apple.S
[682/936] Compiling aes-gcm-avx2-x86_64-linux.S
[683/936] Compiling aes-gcm-avx2-x86_64-apple.S
[684/936] Compiling xwing.cc
[685/936] Compiling x_val.cc
[686/936] Compiling x_spki.cc
[687/936] Compiling x_sig.cc
[688/936] Compiling c-nioatomics.c
[689/936] Compiling x_x509.cc
[690/936] Compiling x_x509a.cc
[691/936] Compiling c-atomics.c
[692/936] Compiling x_req.cc
[693/936] Compiling x_pubkey.cc
[694/936] Compiling x_exten.cc
[695/936] Compiling x_attrib.cc
[696/938] Compiling x_crl.cc
[697/942] Compiling x_name.cc
[698/942] Compiling x_all.cc
[700/942] Compiling NIOConcurrencyHelpers NIOLock.swift
[700/942] Compiling x_algor.cc
[702/942] Compiling NIOConcurrencyHelpers lock.swift
[703/942] Emitting module NIOConcurrencyHelpers
[704/942] Compiling NIOConcurrencyHelpers atomics.swift
[705/942] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[706/942] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[707/943] Compiling x509spki.cc
[708/943] Compiling x509rset.cc
[709/943] Compiling x509name.cc
[710/943] Compiling x509cset.cc
[711/943] Compiling x509_vpm.cc
[712/943] Compiling x509_vfy.cc
[713/943] Compiling x509_v3.cc
[714/943] Compiling x509_txt.cc
[715/943] Compiling x509_set.cc
[716/943] Compiling x509_obj.cc
[717/943] Compiling x509_trs.cc
[718/943] Compiling x509_req.cc
[719/943] Compiling x509_lu.cc
[720/943] Compiling x509_ext.cc
[721/943] Compiling x509_def.cc
[722/943] Compiling x509_d2.cc
[723/943] Compiling x509_cmp.cc
[724/943] Compiling x509_att.cc
[725/943] Compiling x509.cc
[726/943] Compiling v3_skey.cc
[727/943] Compiling v3_utl.cc
[728/943] Compiling v3_purp.cc
[729/943] Compiling v3_prn.cc
[730/943] Compiling v3_pmaps.cc
[731/943] Compiling v3_ncons.cc
[732/943] Compiling v3_ocsp.cc
[733/943] Compiling v3_pcons.cc
[734/943] Compiling v3_lib.cc
[735/943] Compiling v3_int.cc
[736/943] Compiling v3_ia5.cc
[737/943] Compiling v3_info.cc
[738/943] Compiling v3_genn.cc
[739/943] Compiling v3_extku.cc
[740/943] Compiling v3_enum.cc
[741/943] Compiling v3_crld.cc
[742/943] Compiling v3_cpols.cc
[743/943] Compiling v3_conf.cc
[744/943] Compiling v3_bitst.cc
[745/943] Compiling v3_bcons.cc
[746/943] Compiling v3_alt.cc
[747/943] Compiling v3_akeya.cc
[748/943] Compiling v3_akey.cc
[749/943] Compiling t_x509a.cc
[750/943] Compiling t_x509.cc
[751/943] Compiling t_req.cc
[752/943] Compiling t_crl.cc
[753/943] Compiling rsa_pss.cc
[754/943] Compiling i2d_pr.cc
[755/943] Compiling policy.cc
[756/943] Compiling name_print.cc
[757/943] Compiling by_file.cc
[758/943] Compiling by_dir.cc
[759/943] Compiling asn1_gen.cc
[760/943] Compiling algorithm.cc
[761/943] Compiling a_verify.cc
[762/943] Compiling a_sign.cc
[763/943] Compiling a_digest.cc
[764/943] Compiling thread_win.cc
[765/943] Compiling thread_pthread.cc
[766/943] Compiling trust_token.cc
[767/943] Compiling voprf.cc
[768/943] Compiling thread_none.cc
[769/943] Compiling thread.cc
[770/943] Compiling pmbtoken.cc
[771/943] Compiling stack.cc
[772/943] Compiling sha512.cc
[773/943] Compiling siphash.cc
[774/943] Compiling sha256.cc
[775/943] Compiling slhdsa.cc
[776/943] Compiling spake2plus.cc
[777/943] Compiling sha1.cc
[778/943] Compiling rsa_print.cc
[779/943] Compiling rsa_extra.cc
[780/943] Compiling rsa_crypt.cc
[781/943] Compiling rc4.cc
[782/943] Compiling refcount.cc
[783/943] Compiling windows.cc
[784/943] Compiling rsa_asn1.cc
[785/943] Compiling urandom.cc
[786/943] Compiling trusty.cc
[787/943] Compiling rand.cc
[788/943] Compiling passive.cc
[789/943] Compiling getentropy.cc
[790/943] Compiling poly1305_arm_asm.S
[791/943] Compiling ios.cc
[792/943] Compiling deterministic.cc
[793/943] Compiling forkunsafe.cc
[794/943] Compiling fork_detect.cc
[795/943] Compiling poly1305_vec.cc
[796/943] Compiling poly1305.cc
[797/943] Compiling pool.cc
[798/943] Compiling poly1305_arm.cc
[799/943] Compiling pkcs7.cc
[800/943] Compiling p5_pbev2.cc
[801/943] Compiling pkcs8_x509.cc
[802/943] Compiling pkcs8.cc
[803/943] Compiling pkcs7_x509.cc
[804/943] Compiling pem_pkey.cc
[805/943] Compiling pem_xaux.cc
[806/943] Compiling pem_x509.cc
[807/943] Compiling pem_pk8.cc
[808/943] Compiling pem_oth.cc
[809/943] Compiling mlkem.cc
[810/943] Compiling pem_info.cc
[811/943] Compiling pem_lib.cc
[812/943] Compiling pem_all.cc
[813/943] Compiling obj_xref.cc
[814/943] Compiling obj.cc
[815/943] Compiling poly_rq_mul.S
[816/943] Compiling mldsa.cc
[817/943] Compiling mem.cc
[818/943] Compiling lhash.cc
[819/943] Compiling fips_shared_support.cc
[820/943] Compiling md4.cc
[821/943] Compiling md5.cc
[822/943] Compiling kyber.cc
[823/943] Compiling fuzzer_mode.cc
[824/943] Compiling ex_data.cc
[825/943] Compiling hrss.cc
[826/943] Compiling hpke.cc
[827/943] Compiling sign.cc
[828/943] Compiling scrypt.cc
[829/943] Compiling pbkdf.cc
[830/943] Compiling print.cc
[831/943] Compiling p_x25519.cc
[832/943] Compiling p_x25519_asn1.cc
[833/943] Compiling p_rsa_asn1.cc
[834/943] Compiling p_ed25519.cc
[835/943] Compiling p_hkdf.cc
[836/943] Compiling p_rsa.cc
[837/943] Compiling p_ed25519_asn1.cc
[838/943] Compiling p_ec.cc
[839/943] Compiling p_ec_asn1.cc
[840/943] Compiling p_dh_asn1.cc
[841/943] Compiling p_dh.cc
[842/943] Compiling p_dsa_asn1.cc
[843/943] Compiling evp_ctx.cc
[844/943] Compiling err.cc
[845/943] Compiling evp.cc
[846/943] Compiling engine.cc
[847/943] Compiling evp_asn1.cc
[848/943] Compiling ecdsa_p1363.cc
[849/943] Compiling ecdh.cc
[850/943] Compiling ecdsa_asn1.cc
[851/943] Compiling hash_to_curve.cc
[852/943] Compiling ec_derive.cc
[853/943] Compiling dsa.cc
[854/943] Compiling dsa_asn1.cc
[855/943] Compiling ec_asn1.cc
[856/943] Compiling bcm.cc
[857/943] Compiling digest_extra.cc
[858/943] Compiling params.cc
[859/943] Compiling x25519-asm-arm.S
[860/943] Compiling des.cc
[861/943] Compiling dh_asn1.cc
[862/943] Compiling curve25519_64_adx.cc
[863/943] Compiling spake25519.cc
[864/943] Compiling curve25519.cc
[865/943] Compiling crypto.cc
[866/943] Compiling cpu_intel.cc
[867/943] Compiling cpu_arm_linux.cc
[868/943] Compiling cpu_arm_freebsd.cc
[869/943] Compiling cpu_aarch64_sysreg.cc
[870/943] Compiling cpu_aarch64_win.cc
[871/943] Compiling cpu_aarch64_openbsd.cc
[872/943] Compiling cpu_aarch64_fuchsia.cc
[873/943] Compiling cpu_aarch64_linux.cc
[874/943] Compiling cpu_aarch64_apple.cc
[875/943] Compiling conf.cc
[876/943] Compiling tls_cbc.cc
[877/943] Compiling get_cipher.cc
[878/943] Compiling e_tls.cc
[879/943] Compiling cms.cc
[880/943] Compiling e_rc4.cc
[881/943] Compiling e_rc2.cc
[882/943] Compiling e_null.cc
[883/943] Compiling e_des.cc
[884/943] Compiling e_chacha20poly1305.cc
[885/943] Compiling e_aesgcmsiv.cc
[886/943] Compiling e_aeseax.cc
[887/943] Compiling derive_key.cc
[888/943] Compiling e_aesctrhmac.cc
[889/943] Compiling chacha.cc
[890/943] Compiling unicode.cc
[891/943] Compiling buf.cc
[892/943] Compiling cbs.cc
[893/943] Compiling ber.cc
[894/943] Compiling cbb.cc
[895/943] Compiling sqrt.cc
[896/943] Compiling asn1_compat.cc
[897/943] Compiling exponentiation.cc
[898/943] Compiling div.cc
[899/943] Compiling hexdump.cc
[900/943] Compiling blake2.cc
[901/943] Compiling printf.cc
[902/943] Compiling pair.cc
[903/943] Compiling bn_asn1.cc
[904/943] Compiling file.cc
[905/943] Compiling convert.cc
[906/943] Compiling fd.cc
[907/943] Compiling errno.cc
[908/943] Compiling bio_mem.cc
[909/943] Compiling base64.cc
[910/943] Compiling bio.cc
[911/943] Compiling tasn_typ.cc
[912/943] Compiling tasn_fre.cc
[913/943] Compiling tasn_utl.cc
[914/943] Compiling tasn_new.cc
[915/943] Compiling tasn_enc.cc
[916/943] Compiling f_string.cc
[917/943] Compiling posix_time.cc
[918/943] Compiling f_int.cc
[919/943] Compiling tasn_dec.cc
[920/943] Compiling asn_pack.cc
[921/943] Compiling asn1_par.cc
[922/943] Compiling asn1_lib.cc
[923/943] Compiling a_utctm.cc
[924/943] Compiling a_type.cc
[925/943] Compiling a_octet.cc
[926/943] Compiling a_time.cc
[927/943] Compiling a_strnid.cc
[928/943] Compiling a_strex.cc
[929/943] Compiling a_object.cc
[930/943] Compiling a_i2d_fp.cc
[931/943] Compiling a_mbstr.cc
[932/943] Compiling a_dup.cc
[933/943] Write sources
[934/943] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[935/943] Write sources
[937/943] Compiling a_int.cc
[938/986] Compiling a_d2i_fp.cc
[939/986] Compiling a_gentm.cc
[941/986] Compiling Algorithms Compacted.swift
[942/986] Compiling Algorithms Cycle.swift
[942/988] Compiling a_bool.cc
[944/988] Compiling Algorithms Grouped.swift
[945/988] Compiling Algorithms Indexed.swift
[946/988] Compiling Algorithms RandomSample.swift
[947/988] Compiling Algorithms Reductions.swift
[948/988] Compiling Algorithms Rotate.swift
[949/988] Compiling Algorithms FlattenCollection.swift
[949/988] Compiling aes.cc
[950/988] Compiling a_bitstr.cc
[952/988] Compiling Atomics IntegerOperations.swift
[953/988] Compiling Atomics Unmanaged extensions.swift
[954/988] Compiling Algorithms Partition.swift
[955/988] Compiling Algorithms Permutations.swift
[956/988] Compiling Algorithms Product.swift
[960/999] Compiling Algorithms Split.swift
[961/999] Compiling Algorithms Stride.swift
[962/999] Compiling Algorithms Suffix.swift
[965/999] Compiling Algorithms EitherSequence.swift
[966/999] Compiling Algorithms FirstNonNil.swift
[970/999] Compiling CryptoBoringWrapper RandomBytes.swift
[976/999] Compiling Algorithms Keyed.swift
[977/999] Compiling Algorithms MinMax.swift
[978/999] Compiling Algorithms Trim.swift
[979/999] Compiling Algorithms Unique.swift
[980/999] Compiling Algorithms Windows.swift
[981/999] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[982/999] Emitting module CryptoBoringWrapper
[983/999] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[984/999] Emitting module Atomics
[985/999] Compiling CryptoBoringWrapper EllipticCurve.swift
[986/999] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[987/999] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[988/999] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[990/1000] Compiling Algorithms AdjacentPairs.swift
[991/1000] Compiling Algorithms Chain.swift
[992/1000] Compiling Algorithms Chunked.swift
[993/1000] Compiling Algorithms Combinations.swift
[994/1000] Emitting module Algorithms
[995/1072] Compiling Crypto Nonces.swift
[996/1072] Compiling Crypto ASN1.swift
[997/1072] Compiling Crypto ASN1Any.swift
[998/1072] Compiling Crypto ChaChaPoly_boring.swift
[999/1072] Compiling Crypto ChaChaPoly.swift
[1000/1072] Compiling Crypto Cipher.swift
[1003/1134] Compiling NIOCore ByteBuffer-conversions.swift
[1004/1134] Compiling NIOCore ByteBuffer-core.swift
[1005/1134] Compiling NIOCore ByteBuffer-hex.swift
[1006/1134] Compiling NIOCore ByteBuffer-int.swift
[1007/1134] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1008/1134] Compiling NIOCore NIOAny.swift
[1009/1134] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1010/1134] Compiling NIOCore NIOCoreSendableMetatype.swift
[1011/1134] Compiling NIOCore NIOLoopBound.swift
[1012/1134] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1018/1144] Compiling NIOCore NIOScheduledCallback.swift
[1019/1144] Compiling NIOCore NIOSendable.swift
[1020/1144] Compiling NIOCore RecvByteBufferAllocator.swift
[1021/1152] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1022/1152] Compiling NIOCore ByteBuffer-views.swift
[1023/1152] Compiling NIOCore Channel.swift
[1024/1152] Compiling NIOCore ChannelHandler.swift
[1025/1152] Compiling NIOCore ChannelHandlers.swift
[1026/1152] Compiling NIOCore ChannelInvoker.swift
[1027/1152] Compiling NIOCore ChannelOption.swift
[1028/1152] Compiling NIOCore ChannelPipeline.swift
[1029/1152] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1030/1152] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1031/1152] Emitting module Crypto
[1035/1152] Compiling NIOCore IOData.swift
[1036/1152] Compiling NIOCore IPProtocol.swift
[1037/1152] Compiling NIOCore IntegerBitPacking.swift
[1038/1152] Compiling NIOCore IntegerTypes.swift
[1039/1152] Compiling NIOCore Interfaces.swift
[1040/1152] Compiling NIOCore Linux.swift
[1041/1152] Compiling NIOCore MarkedCircularBuffer.swift
[1042/1152] Compiling NIOCore AddressedEnvelope.swift
[1043/1152] Compiling NIOCore AsyncAwaitSupport.swift
[1044/1152] Compiling NIOCore AsyncChannel.swift
[1045/1152] Compiling NIOCore AsyncChannelHandler.swift
[1046/1152] Compiling NIOCore AsyncChannelInboundStream.swift
[1047/1152] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1048/1152] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1049/1152] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1050/1152] Compiling NIOCore NIOAsyncWriter.swift
[1051/1152] Compiling NIOCore ByteBuffer-multi-int.swift
[1052/1152] Compiling NIOCore MulticastChannel.swift
[1053/1152] Compiling NIOCore CircularBuffer.swift
[1054/1152] Compiling NIOCore Codec.swift
[1055/1152] Compiling NIOCore ConvenienceOptionSupport.swift
[1056/1152] Compiling NIOCore DeadChannel.swift
[1057/1152] Compiling NIOCore DispatchQueue+WithFuture.swift
[1058/1152] Compiling NIOCore EventLoop+Deprecated.swift
[1059/1152] Compiling NIOCore EventLoop+SerialExecutor.swift
[1060/1152] Compiling NIOCore EventLoop.swift
[1061/1152] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1062/1152] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1063/1152] Compiling NIOCore SocketAddresses.swift
[1064/1152] Compiling NIOCore SocketOptionProvider.swift
[1065/1152] Compiling NIOCore SystemCallHelpers.swift
[1066/1152] Compiling NIOCore TimeAmount+Duration.swift
[1067/1152] Compiling NIOCore TypeAssistedChannelHandler.swift
[1068/1152] Compiling NIOCore UniversalBootstrapSupport.swift
[1069/1152] Compiling NIOCore Utilities.swift
[1070/1152] Compiling Crypto Ed25519Keys.swift
[1071/1152] Compiling Crypto NISTCurvesKeys.swift
[1072/1152] Compiling NIOCore EventLoopFuture.swift
[1073/1152] Compiling NIOCore FileDescriptor.swift
[1074/1152] Compiling NIOCore FileHandle.swift
[1075/1152] Compiling NIOCore FileRegion.swift
[1076/1152] Compiling NIOCore GlobalSingletons.swift
[1077/1152] Compiling NIOCore IO.swift
[1078/1152] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1079/1152] Compiling NIOCore BSDSocketAPI.swift
[1080/1152] Compiling NIOCore ByteBuffer-aux.swift
[1081/1152] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1098/1152] Compiling Crypto Ed25519.swift
[1099/1152] Compiling Crypto Signature.swift
[1100/1152] Compiling Crypto CryptoKitErrors_boring.swift
[1101/1152] Compiling Crypto RNG_boring.swift
[1102/1152] Compiling Crypto SafeCompare_boring.swift
[1103/1152] Compiling Crypto Zeroization_boring.swift
[1104/1152] Compiling Crypto PrettyBytes.swift
[1105/1152] Compiling Crypto SafeCompare.swift
[1106/1152] Compiling Crypto SecureBytes.swift
[1107/1152] Compiling Crypto Zeroization.swift
[1135/1153] Emitting module NIOCore
[1155/1206] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1156/1206] Compiling NIOEmbedded AsyncTestingChannel.swift
[1157/1206] Compiling NIOEmbedded Embedded.swift
[1158/1206] Emitting module NIOEmbedded
[1159/1207] Compiling NIOPosix IO.swift
[1160/1207] Compiling NIOPosix IntegerBitPacking.swift
[1161/1207] Compiling NIOPosix IntegerTypes.swift
[1162/1207] Compiling NIOPosix Linux.swift
[1163/1207] Compiling NIOPosix LinuxCPUSet.swift
[1164/1207] Compiling NIOPosix LinuxUring.swift
[1165/1207] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1167/1213] Compiling NIOPosix ThreadPosix.swift
[1168/1213] Compiling NIOPosix ThreadWindows.swift
[1169/1213] Compiling NIOPosix UnsafeTransfer.swift
[1170/1213] Compiling NIOPosix Utilities.swift
[1171/1213] Compiling NIOPosix VsockAddress.swift
[1172/1213] Compiling NIOPosix VsockChannelEvents.swift
[1173/1213] Emitting module NIOPosix
[1174/1213] Compiling NIOPosix SelectableEventLoop.swift
[1175/1213] Compiling NIOPosix SelectorEpoll.swift
[1176/1213] Compiling NIOPosix SelectorGeneric.swift
[1177/1213] Compiling NIOPosix SelectorKqueue.swift
[1178/1213] Compiling NIOPosix SelectorUring.swift
[1179/1213] Compiling NIOPosix ServerSocket.swift
[1180/1213] Compiling NIOPosix Pool.swift
[1181/1213] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1182/1213] Compiling NIOPosix PosixSingletons.swift
[1183/1213] Compiling NIOPosix RawSocketBootstrap.swift
[1184/1213] Compiling NIOPosix Resolver.swift
[1185/1213] Compiling NIOPosix Selectable.swift
[1186/1213] Compiling NIOPosix SelectableChannel.swift
[1187/1213] Compiling NIOPosix Socket.swift
[1188/1213] Compiling NIOPosix SocketChannel.swift
[1189/1213] Compiling NIOPosix SocketProtocols.swift
[1190/1213] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1191/1213] Compiling NIOPosix System.swift
[1192/1213] Compiling NIOPosix Thread.swift
[1193/1213] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1194/1213] Compiling NIOPosix NIOThreadPool.swift
[1195/1213] Compiling NIOPosix NonBlockingFileIO.swift
[1196/1213] Compiling NIOPosix PendingDatagramWritesManager.swift
[1197/1213] Compiling NIOPosix PendingWritesManager.swift
[1198/1213] Compiling NIOPosix PipeChannel.swift
[1199/1213] Compiling NIOPosix PipePair.swift
[1200/1213] Compiling NIOPosix BSDSocketAPICommon.swift
[1201/1213] Compiling NIOPosix BSDSocketAPIPosix.swift
[1202/1213] Compiling NIOPosix BSDSocketAPIWindows.swift
[1203/1213] Compiling NIOPosix BaseSocket.swift
[1204/1213] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1205/1213] Compiling NIOPosix BaseSocketChannel.swift
[1206/1213] Compiling NIOPosix BaseStreamSocketChannel.swift
[1207/1213] Compiling NIOPosix Bootstrap.swift
[1208/1213] Compiling NIOPosix ControlMessage.swift
[1209/1213] Compiling NIOPosix DatagramVectorReadManager.swift
[1210/1213] Compiling NIOPosix Errors+Any.swift
[1211/1213] Compiling NIOPosix FileDescriptor.swift
[1212/1213] Compiling NIOPosix GetaddrinfoResolver.swift
[1213/1213] Compiling NIOPosix HappyEyeballs.swift
[1215/1216] Emitting module NIO
[1216/1216] Compiling NIO Exports.swift
[1218/1256] Compiling NIOTLS TLSEvents.swift
[1219/1256] Compiling NIOTLS SNIHandler.swift
[1220/1256] Emitting module NIOTLS
[1221/1256] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1222/1256] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1223/1256] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1224/1256] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1225/1256] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1226/1256] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1227/1257] Compiling NIOSOCKS SOCKSResponse.swift
[1228/1257] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1229/1257] Compiling NIOSOCKS ClientStateMachine.swift
[1230/1257] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1231/1257] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1232/1258] Compiling NIOHTTP1 HTTPEncoder.swift
[1233/1258] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1234/1258] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1235/1258] Compiling NIOHTTP1 HTTPDecoder.swift
[1239/1260] Emitting module NIOSOCKS
[1240/1260] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1241/1260] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1242/1260] Compiling NIOSOCKS ServerStateMachine.swift
[1243/1261] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1244/1261] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1245/1261] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1246/1261] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1247/1261] Emitting module NIOFoundationCompat
[1248/1261] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1254/1262] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1255/1262] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1256/1262] Compiling NIOHTTP1 HTTPTypes.swift
[1257/1291] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1258/1291] Compiling NIOSSL SSLCertificate.swift
[1259/1313] Emitting module NIOHTTP1
[1260/1313] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1261/1313] Compiling NIOTransportServices NIOTSErrors.swift
[1262/1313] Compiling NIOTransportServices NIOTSEventLoop.swift
[1264/1314] Emitting module NIOTransportServices
[1265/1316] Compiling NIOTransportServices AcceptHandler.swift
[1266/1316] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1267/1316] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1268/1316] Compiling NIOTransportServices StateManagedChannel.swift
[1269/1316] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1270/1316] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1271/1316] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1272/1316] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1273/1316] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1277/1316] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1278/1316] Compiling NIOTransportServices NIOTSSingletons.swift
[1279/1316] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1280/1316] Compiling NIOTransportServices NIOTSBootstraps.swift
[1281/1316] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1282/1316] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1283/1316] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1284/1316] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1285/1316] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1286/1316] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1287/1316] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1293/1350] Compiling NIOHPACK HPACKEncoder.swift
[1294/1350] Compiling NIOHPACK HPACKErrors.swift
[1295/1350] Compiling NIOHPACK DynamicHeaderTable.swift
[1296/1350] Compiling NIOHPACK HPACKDecoder.swift
[1300/1350] Compiling NIOSSL SSLPKCS12Bundle.swift
[1305/1350] Compiling NIOSSL NIOSSLServerHandler.swift
[1306/1350] Compiling NIOSSL ObjectIdentifier.swift
[1307/1350] Compiling NIOSSL PosixPort.swift
[1308/1350] Compiling NIOSSL SSLCallbacks.swift
[1309/1350] Emitting module NIOSSL
[1310/1350] Compiling NIOHPACK HPACKHeader.swift
[1311/1350] Compiling NIOHPACK HeaderTables.swift
[1318/1350] Compiling SotoSignerV4 credentials.swift
[1319/1350] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1320/1350] Compiling NIOHPACK IndexedHeaderTable.swift
[1321/1350] Compiling NIOHPACK IntegerCoding.swift
[1322/1351] Compiling NIOHPACK HuffmanCoding.swift
[1323/1351] Compiling NIOHPACK HuffmanTables.swift
[1324/1351] Emitting module NIOTestUtils
[1325/1351] Emitting module SotoSignerV4
[1326/1351] Compiling NIOSSL Zeroization.swift
[1327/1351] Compiling NIOSSL TLSConfiguration.swift
[1328/1351] Compiling NIOSSL UniversalBootstrapSupport.swift
[1329/1351] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1330/1352] Compiling NIOHTTPCompression HTTPDecompression.swift
[1331/1352] Emitting module NIOHTTPCompression
[1332/1352] Compiling NIOTestUtils NIOHTTP1TestServer.swift
[1333/1352] Compiling NIOHTTPCompression HTTPCompression.swift
[1334/1352] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1335/1352] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1336/1352] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1338/1353] Compiling NIOHPACK StaticHeaderTable.swift
[1340/1353] Compiling SotoSignerV4 HexEncoding.swift
[1341/1353] Compiling SotoSignerV4 SigV4a.swift
[1348/1353] Emitting module NIOHPACK
[1350/1354] Compiling SotoSignerV4 exports.swift
[1351/1354] Compiling SotoSignerV4 signer.swift
[1353/1415] Compiling NIOTestUtils EventCounterHandler.swift
[1354/1415] Compiling NIOTestUtils ByteToMessageDecoderVerifier.swift
[1355/1415] Compiling NIOTestUtils ManualTaskExecutor.swift
[1356/1416] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1357/1416] Compiling NIOHTTP2 HasLocalSettings.swift
[1358/1416] Compiling NIOHTTP2 HasRemoteSettings.swift
[1359/1416] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1360/1416] Compiling NIOHTTP2 QuiescingState.swift
[1361/1416] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1362/1416] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1363/1416] Compiling NIOHTTP2 StateMachineResult.swift
[1364/1416] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1366/1424] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1367/1424] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1368/1424] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1369/1424] Compiling NIOHTTP2 StreamChannelList.swift
[1370/1424] Compiling NIOHTTP2 StreamMap.swift
[1371/1424] Compiling NIOHTTP2 StreamStateMachine.swift
[1372/1424] Compiling NIOHTTP2 UnsafeTransfer.swift
[1373/1424] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1374/1424] Compiling NIOHTTP2 DOSHeuristics.swift
[1375/1424] Compiling NIOHTTP2 Error+Any.swift
[1376/1424] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1377/1424] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1378/1424] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1379/1424] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1380/1424] Compiling NIOHTTP2 GlitchesMonitor.swift
[1381/1424] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1382/1424] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1383/1424] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1384/1424] Compiling NIOHTTP2 HTTP2StreamID.swift
[1385/1424] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1386/1424] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1387/1424] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1388/1424] Compiling NIOHTTP2 InboundEventBuffer.swift
[1389/1424] Compiling NIOHTTP2 InboundWindowManager.swift
[1390/1424] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1391/1424] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1392/1424] Compiling NIOHTTP2 MayReceiveFrames.swift
[1393/1424] Compiling NIOHTTP2 ReceivingDataState.swift
[1394/1424] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1395/1424] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1396/1424] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1397/1424] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1398/1424] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1399/1424] Compiling NIOHTTP2 HTTP2Frame.swift
[1400/1424] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1401/1424] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1402/1424] Compiling NIOHTTP2 HTTP2PingData.swift
[1403/1424] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1404/1424] Compiling NIOHTTP2 HTTP2Settings.swift
[1405/1424] Compiling NIOHTTP2 HTTP2Stream.swift
[1406/1424] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1407/1424] Emitting module NIOHTTP2
[1408/1424] Compiling NIOHTTP2 MaySendFrames.swift
[1409/1424] Compiling NIOHTTP2 SendingDataState.swift
[1410/1424] Compiling NIOHTTP2 SendingGoawayState.swift
[1411/1424] Compiling NIOHTTP2 SendingHeadersState.swift
[1412/1424] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1413/1424] Compiling NIOHTTP2 SendingRstStreamState.swift
[1414/1424] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1415/1424] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1416/1424] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1417/1424] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1418/1424] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1419/1424] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1420/1424] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1421/1424] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1422/1424] Compiling NIOHTTP2 HTTP2Error.swift
[1423/1424] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1424/1424] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1426/1485] Emitting module AsyncHTTPClient
[1427/1493] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1428/1493] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1429/1493] Compiling AsyncHTTPClient Transaction.swift
[1430/1493] Compiling AsyncHTTPClient Base64.swift
[1431/1493] Compiling AsyncHTTPClient BasicAuth.swift
[1432/1493] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1433/1493] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1434/1493] Compiling AsyncHTTPClient ConnectionPool.swift
[1435/1493] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1436/1493] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1437/1493] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1438/1493] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1439/1493] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1440/1493] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1441/1493] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1442/1493] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1443/1493] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1444/1493] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1445/1493] Compiling AsyncHTTPClient ConnectionTarget.swift
[1446/1493] Compiling AsyncHTTPClient DeconstructedURL.swift
[1447/1493] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1448/1493] Compiling AsyncHTTPClient FoundationExtensions.swift
[1449/1493] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1450/1493] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1451/1493] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1452/1493] Compiling AsyncHTTPClient HTTPClient.swift
[1453/1493] Compiling AsyncHTTPClient HTTPHandler.swift
[1454/1493] Compiling AsyncHTTPClient LRUCache.swift
[1455/1493] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1456/1493] Compiling AsyncHTTPClient NWErrorHandler.swift
[1457/1493] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1458/1493] Compiling AsyncHTTPClient TLSConfiguration.swift
[1459/1493] Compiling AsyncHTTPClient RedirectState.swift
[1460/1493] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1461/1493] Compiling AsyncHTTPClient RequestBag.swift
[1462/1493] Compiling AsyncHTTPClient RequestValidation.swift
[1463/1493] Compiling AsyncHTTPClient SSLContextCache.swift
[1464/1493] Compiling AsyncHTTPClient Scheme.swift
[1465/1493] Compiling AsyncHTTPClient Singleton.swift
[1466/1493] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1467/1493] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1468/1493] Compiling AsyncHTTPClient Utils.swift
[1469/1493] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1470/1493] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1471/1493] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1472/1493] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1473/1493] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1474/1493] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1475/1493] Compiling AsyncHTTPClient RequestBodyLength.swift
[1476/1493] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1477/1493] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1478/1493] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1479/1493] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1480/1493] Compiling AsyncHTTPClient HTTP1Connection.swift
[1481/1493] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1482/1493] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1483/1493] Compiling AsyncHTTPClient HTTP2Connection.swift
[1484/1493] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1485/1493] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1486/1493] Compiling AsyncHTTPClient RequestOptions.swift
[1487/1493] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1488/1493] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1489/1493] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1490/1493] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1491/1493] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1492/1493] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1493/1493] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1495/1558] 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 | }
[1496/1558] 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 | }
[1497/1558] 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 | }
[1498/1558] 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 | }
[1499/1558] 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 | }
[1500/1558] 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 | }
[1501/1558] 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 | }
[1502/1558] 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 | }
[1503/1558] 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 | }
[1504/1567] Emitting module SotoCore
[1505/1567] Compiling SotoCore Error.swift
[1506/1567] Compiling SotoCore ServerErrors.swift
[1507/1567] Compiling SotoCore Exports.swift
[1508/1567] Compiling SotoCore AWSHTTPBody.swift
[1509/1567] Compiling SotoCore AWSHTTPClient.swift
[1510/1567] Compiling SotoCore AWSHTTPRequest.swift
[1511/1567] Compiling SotoCore AWSHTTPResponse+HAL.swift
[1512/1567] Compiling SotoCore AWSHTTPResponse.swift
[1513/1567] Compiling SotoCore AsyncHTTPClient.swift
[1514/1567] Compiling SotoCore CredentialProviderError.swift
[1515/1567] Compiling SotoCore CredentialProviderSelector.swift
[1516/1567] Compiling SotoCore DeferredCredentialProvider.swift
[1517/1567] Compiling SotoCore EmptyCredential.swift
[1518/1567] Compiling SotoCore ExpiringCredential.swift
[1519/1567] Compiling SotoCore MetaDataCredentialProvider.swift
[1520/1567] Compiling SotoCore NullCredentialProvider.swift
[1521/1567] Compiling SotoCore RotatingCredentialProvider.swift
[1522/1567] Compiling SotoCore RuntimeSelectorCredentialProvider.swift
[1523/1567] Compiling SotoCore STSAssumeRole.swift
[1524/1567] Compiling SotoCore StaticCredential+CredentialProvider.swift
[1525/1567] Compiling SotoCore StaticCredential+Environment.swift
[1526/1567] Compiling SotoCore ARN.swift
[1527/1567] Compiling SotoCore AWSShape.swift
[1528/1567] Compiling SotoCore EndpointVariant.swift
[1529/1567] Compiling SotoCore Environment.swift
[1530/1567] Compiling SotoCore Region.swift
[1531/1567] Compiling SotoCore ServiceProtocol.swift
[1532/1567] Compiling SotoCore S3SignedAsyncSequence.swift
[1533/1567] Compiling SotoCore Middleware.swift
[1534/1567] Compiling SotoCore EditHeadersMiddleware.swift
[1535/1567] Compiling SotoCore EndpointDiscoveryMiddleware.swift
[1536/1567] Compiling SotoCore ErrorHandlingMiddleware.swift
[1537/1567] Compiling SotoCore LoggingMiddleware.swift
[1538/1567] Compiling SotoCore RetryMiddleware.swift
[1539/1567] Compiling SotoCore S3Middleware.swift
[1540/1567] Compiling SotoCore SigningMiddleware.swift
[1541/1567] Compiling SotoCore CodableProperties.swift
[1542/1567] Compiling SotoCore CollectionCoders.swift
[1543/1567] Compiling SotoCore DateCoders.swift
[1544/1567] Compiling SotoCore EC2ArrayCoder.swift
[1545/1567] Compiling SotoCore EventStreamDecoder.swift
[1546/1567] Compiling SotoCore QueryEncoder.swift
[1547/1567] Compiling SotoCore RequestContainer.swift
[1548/1567] Compiling SotoCore ResponseContainer.swift
[1549/1567] Compiling SotoCore ClientErrors.swift
[1550/1567] Compiling SotoCore AWSClient+Paginate.swift
[1551/1567] Compiling SotoCore AWSClient.swift
[1552/1567] Compiling SotoCore AWSEndpointDiscovery.swift
[1553/1567] Compiling SotoCore AWSService.swift
[1554/1567] Compiling SotoCore AWSServiceConfig.swift
[1555/1567] Compiling SotoCore Base64Data.swift
[1556/1567] Compiling SotoCore Document.swift
[1557/1567] Compiling SotoCore EventPayload.swift
[1558/1567] Compiling SotoCore AnyAsyncSequence.swift
[1559/1567] Compiling SotoCore TracingMiddleware.swift
[1560/1567] Compiling SotoCore TreeHashMiddleware.swift
[1561/1567] Compiling SotoCore MiddlewareStack.swift
[1562/1567] Compiling SotoCore RetryPolicy.swift
[1563/1567] Compiling SotoCore UnsafeTransfer.swift
[1564/1567] Compiling SotoCore base64.swift
[1565/1567] Compiling SotoCore crc32.swift
[1566/1567] Compiling SotoCore AWSClient+Waiter.swift
[1567/1567] Compiling SotoCore Matcher.swift
[1569/1572] Compiling SotoTestUtils Environment.swift
[1570/1572] Emitting module SotoTestUtils
[1571/1572] Compiling SotoTestUtils TestUtils.swift
[1572/1572] Compiling SotoTestUtils TestServer.swift
Build complete! (566.23s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.77.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.7.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.13.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.23.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "jmespath.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jmespath/jmespath.swift.git"
}
],
"manifest_display_name" : "soto-core",
"name" : "soto-core",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SotoCore",
"targets" : [
"SotoCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SotoTestUtils",
"targets" : [
"SotoTestUtils"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SotoSignerV4",
"targets" : [
"SotoSignerV4"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "SotoXMLTests",
"module_type" : "SwiftTarget",
"name" : "SotoXMLTests",
"path" : "Tests/SotoXMLTests",
"sources" : [
"XMLCoderTests.swift",
"XMLTests.swift"
],
"target_dependencies" : [
"SotoXML",
"SotoCore"
],
"type" : "test"
},
{
"c99name" : "SotoXML",
"module_type" : "SwiftTarget",
"name" : "SotoXML",
"path" : "Sources/SotoXML",
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"Expat.swift",
"XML.swift",
"XMLDecoder.swift",
"XMLEncoder.swift"
],
"target_dependencies" : [
"CSotoExpat"
],
"type" : "library"
},
{
"c99name" : "SotoTestUtils",
"module_type" : "SwiftTarget",
"name" : "SotoTestUtils",
"path" : "Sources/SotoTestUtils",
"product_dependencies" : [
"Logging",
"NIO",
"NIOFoundationCompat",
"NIOHTTP1",
"NIOPosix",
"NIOTestUtils"
],
"product_memberships" : [
"SotoTestUtils"
],
"sources" : [
"Environment.swift",
"TestServer.swift",
"TestUtils.swift"
],
"target_dependencies" : [
"SotoCore",
"SotoXML"
],
"type" : "library"
},
{
"c99name" : "SotoSignerV4Tests",
"module_type" : "SwiftTarget",
"name" : "SotoSignerV4Tests",
"path" : "Tests/SotoSignerV4Tests",
"sources" : [
"AWSSignerTests.swift",
"SigV4aTests.swift"
],
"target_dependencies" : [
"SotoSignerV4"
],
"type" : "test"
},
{
"c99name" : "SotoSignerV4",
"module_type" : "SwiftTarget",
"name" : "SotoSignerV4",
"path" : "Sources/SotoSignerV4",
"product_dependencies" : [
"Crypto",
"NIOCore",
"NIOHTTP1"
],
"product_memberships" : [
"SotoCore",
"SotoTestUtils",
"SotoSignerV4"
],
"sources" : [
"HexEncoding.swift",
"SigV4a.swift",
"credentials.swift",
"exports.swift",
"signer.swift"
],
"type" : "library"
},
{
"c99name" : "SotoCoreTests",
"module_type" : "SwiftTarget",
"name" : "SotoCoreTests",
"path" : "Tests/SotoCoreTests",
"product_dependencies" : [
"NIOPosix"
],
"sources" : [
"AWSClientTests.swift",
"AWSRequestTests.swift",
"AWSResponseTests.swift",
"AWSServiceTests.swift",
"CRCTests.swift",
"Concurrency/AsyncSequenceTests.swift",
"Concurrency/Count.swift",
"Concurrency/ExpiringValueTests.swift",
"Concurrency/Sequence+concurrentMapTests.swift",
"Credential/ConfigFileCredentialProviderTests.swift",
"Credential/ConfigFileLoaderTests.swift",
"Credential/CredentialProviderTests.swift",
"Credential/MetaDataCredentialProviderTests.swift",
"Credential/RotatingCredentialProviderTests.swift",
"Credential/RuntimeSelectorCredentialProviderTests.swift",
"Credential/STSAssumeRoleTests.swift",
"Credential/StaticCredential+EnvironmentTests.swift",
"Doc/ARNTests.swift",
"Doc/EnvironmentTests.swift",
"Doc/RegionTests.swift",
"EndpointDiscoveryTests.swift",
"LoggingTests.swift",
"MiddlewareTests.swift",
"PaginateTests.swift",
"PayloadTests.swift",
"QueryEncoderTests.swift",
"TestTracer.swift",
"TimeStampTests.swift",
"TracingTests.swift",
"ValidationTests.swift",
"WaiterTests.swift"
],
"target_dependencies" : [
"SotoCore",
"SotoTestUtils"
],
"type" : "test"
},
{
"c99name" : "SotoCore",
"module_type" : "SwiftTarget",
"name" : "SotoCore",
"path" : "Sources/SotoCore",
"product_dependencies" : [
"Logging",
"AsyncHTTPClient",
"Atomics",
"Metrics",
"NIOCore",
"NIOHTTP1",
"NIOPosix",
"NIOSSL",
"NIOTransportServices",
"NIOFoundationCompat",
"JMESPath",
"Tracing"
],
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"AWSClient+Paginate.swift",
"AWSClient.swift",
"AWSEndpointDiscovery.swift",
"AWSService.swift",
"AWSServiceConfig.swift",
"AWSShapes/Base64Data.swift",
"AWSShapes/Document.swift",
"AWSShapes/EventPayload.swift",
"Concurrency/AnyAsyncSequence.swift",
"Concurrency/ByteBufferSequence.swift",
"Concurrency/EventStream.swift",
"Concurrency/ExpiringValue.swift",
"Concurrency/FixedSizeByteBufferAsyncSequence.swift",
"Concurrency/Sequence+concurrentMap.swift",
"Credential/ConfigFileCredentialProvider.swift",
"Credential/ConfigFileLoader.swift",
"Credential/Credential+IsEmpty.swift",
"Credential/CredentialProvider.swift",
"Credential/CredentialProviderError.swift",
"Credential/CredentialProviderSelector.swift",
"Credential/DeferredCredentialProvider.swift",
"Credential/EmptyCredential.swift",
"Credential/ExpiringCredential.swift",
"Credential/MetaDataCredentialProvider.swift",
"Credential/NullCredentialProvider.swift",
"Credential/RotatingCredentialProvider.swift",
"Credential/RuntimeSelectorCredentialProvider.swift",
"Credential/STSAssumeRole.swift",
"Credential/StaticCredential+CredentialProvider.swift",
"Credential/StaticCredential+Environment.swift",
"Doc/ARN.swift",
"Doc/AWSShape.swift",
"Doc/EndpointVariant.swift",
"Doc/Environment.swift",
"Doc/Region.swift",
"Doc/ServiceProtocol.swift",
"Encoder/CodableProperties/CodableProperties.swift",
"Encoder/CodableProperties/CollectionCoders.swift",
"Encoder/CodableProperties/DateCoders.swift",
"Encoder/CodableProperties/EC2ArrayCoder.swift",
"Encoder/EventStreamDecoder.swift",
"Encoder/QueryEncoder.swift",
"Encoder/RequestContainer.swift",
"Encoder/ResponseContainer.swift",
"Errors/ClientErrors.swift",
"Errors/Error.swift",
"Errors/ServerErrors.swift",
"Exports.swift",
"HTTP/AWSHTTPBody.swift",
"HTTP/AWSHTTPClient.swift",
"HTTP/AWSHTTPRequest.swift",
"HTTP/AWSHTTPResponse+HAL.swift",
"HTTP/AWSHTTPResponse.swift",
"HTTP/AsyncHTTPClient.swift",
"HTTP/S3SignedAsyncSequence.swift",
"Middleware/Middleware.swift",
"Middleware/Middleware/EditHeadersMiddleware.swift",
"Middleware/Middleware/EndpointDiscoveryMiddleware.swift",
"Middleware/Middleware/ErrorHandlingMiddleware.swift",
"Middleware/Middleware/LoggingMiddleware.swift",
"Middleware/Middleware/RetryMiddleware.swift",
"Middleware/Middleware/S3Middleware.swift",
"Middleware/Middleware/SigningMiddleware.swift",
"Middleware/Middleware/TracingMiddleware.swift",
"Middleware/Middleware/TreeHashMiddleware.swift",
"Middleware/MiddlewareStack.swift",
"RetryPolicy.swift",
"Utils/UnsafeTransfer.swift",
"Utils/base64.swift",
"Utils/crc32.swift",
"Waiters/AWSClient+Waiter.swift",
"Waiters/Matcher.swift"
],
"target_dependencies" : [
"SotoSignerV4",
"SotoXML",
"INIParser"
],
"type" : "library"
},
{
"c99name" : "INIParserTests",
"module_type" : "SwiftTarget",
"name" : "INIParserTests",
"path" : "Tests/INIParserTests",
"sources" : [
"INIParserTests.swift"
],
"target_dependencies" : [
"INIParser"
],
"type" : "test"
},
{
"c99name" : "INIParser",
"module_type" : "SwiftTarget",
"name" : "INIParser",
"path" : "Sources/INIParser",
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"INIParser.swift"
],
"type" : "library"
},
{
"c99name" : "CSotoExpat",
"module_type" : "ClangTarget",
"name" : "CSotoExpat",
"path" : "Sources/CSotoExpat",
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"xmlparse.c",
"xmlrole.c",
"xmltok.c",
"xmltok_impl.c",
"xmltok_ns.c"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.