Build Information
Successful build of soto-core, reference 7.7.1 (b75d7f
), with Swift 6.1 for Linux on 26 May 2025 11:04:06 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/soto-project/soto-core.git
Reference: 7.7.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/soto-project/soto-core
* tag 7.7.1 -> FETCH_HEAD
HEAD is now at b75d7f4 Adding Android support (#658)
Cloned https://github.com/soto-project/soto-core.git
Revision (git rev-parse @):
b75d7f4793086a324e5005399182dc1c7e845f63
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/soto-project/soto-core.git at 7.7.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/soto-project/soto-core.git
https://github.com/soto-project/soto-core.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.77.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.7.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.13.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.23.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "jmespath.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/adam-fowler/jmespath.swift.git"
}
],
"manifest_display_name" : "soto-core",
"name" : "soto-core",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SotoCore",
"targets" : [
"SotoCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SotoTestUtils",
"targets" : [
"SotoTestUtils"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SotoSignerV4",
"targets" : [
"SotoSignerV4"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "SotoXMLTests",
"module_type" : "SwiftTarget",
"name" : "SotoXMLTests",
"path" : "Tests/SotoXMLTests",
"sources" : [
"XMLCoderTests.swift",
"XMLTests.swift"
],
"target_dependencies" : [
"SotoXML",
"SotoCore"
],
"type" : "test"
},
{
"c99name" : "SotoXML",
"module_type" : "SwiftTarget",
"name" : "SotoXML",
"path" : "Sources/SotoXML",
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"Expat.swift",
"XML.swift",
"XMLDecoder.swift",
"XMLEncoder.swift"
],
"target_dependencies" : [
"CSotoExpat"
],
"type" : "library"
},
{
"c99name" : "SotoTestUtils",
"module_type" : "SwiftTarget",
"name" : "SotoTestUtils",
"path" : "Sources/SotoTestUtils",
"product_dependencies" : [
"Logging",
"NIO",
"NIOFoundationCompat",
"NIOHTTP1",
"NIOPosix",
"NIOTestUtils"
],
"product_memberships" : [
"SotoTestUtils"
],
"sources" : [
"Environment.swift",
"TestServer.swift",
"TestUtils.swift"
],
"target_dependencies" : [
"SotoCore",
"SotoXML"
],
"type" : "library"
},
{
"c99name" : "SotoSignerV4Tests",
"module_type" : "SwiftTarget",
"name" : "SotoSignerV4Tests",
"path" : "Tests/SotoSignerV4Tests",
"sources" : [
"AWSSignerTests.swift",
"SigV4aTests.swift"
],
"target_dependencies" : [
"SotoSignerV4"
],
"type" : "test"
},
{
"c99name" : "SotoSignerV4",
"module_type" : "SwiftTarget",
"name" : "SotoSignerV4",
"path" : "Sources/SotoSignerV4",
"product_dependencies" : [
"Crypto",
"NIOCore",
"NIOHTTP1"
],
"product_memberships" : [
"SotoCore",
"SotoTestUtils",
"SotoSignerV4"
],
"sources" : [
"HexEncoding.swift",
"SigV4a.swift",
"credentials.swift",
"exports.swift",
"signer.swift"
],
"type" : "library"
},
{
"c99name" : "SotoCoreTests",
"module_type" : "SwiftTarget",
"name" : "SotoCoreTests",
"path" : "Tests/SotoCoreTests",
"product_dependencies" : [
"NIOPosix"
],
"sources" : [
"AWSClientTests.swift",
"AWSRequestTests.swift",
"AWSResponseTests.swift",
"AWSServiceTests.swift",
"CRCTests.swift",
"Concurrency/AsyncSequenceTests.swift",
"Concurrency/Count.swift",
"Concurrency/ExpiringValueTests.swift",
"Concurrency/Sequence+concurrentMapTests.swift",
"Credential/ConfigFileCredentialProviderTests.swift",
"Credential/ConfigFileLoaderTests.swift",
"Credential/CredentialProviderTests.swift",
"Credential/MetaDataCredentialProviderTests.swift",
"Credential/RotatingCredentialProviderTests.swift",
"Credential/RuntimeSelectorCredentialProviderTests.swift",
"Credential/STSAssumeRoleTests.swift",
"Credential/StaticCredential+EnvironmentTests.swift",
"Doc/ARNTests.swift",
"Doc/EnvironmentTests.swift",
"Doc/RegionTests.swift",
"EndpointDiscoveryTests.swift",
"LoggingTests.swift",
"MiddlewareTests.swift",
"PaginateTests.swift",
"PayloadTests.swift",
"QueryEncoderTests.swift",
"TestTracer.swift",
"TimeStampTests.swift",
"TracingTests.swift",
"ValidationTests.swift",
"WaiterTests.swift"
],
"target_dependencies" : [
"SotoCore",
"SotoTestUtils"
],
"type" : "test"
},
{
"c99name" : "SotoCore",
"module_type" : "SwiftTarget",
"name" : "SotoCore",
"path" : "Sources/SotoCore",
"product_dependencies" : [
"Logging",
"AsyncHTTPClient",
"Atomics",
"Metrics",
"NIOCore",
"NIOHTTP1",
"NIOPosix",
"NIOSSL",
"NIOTransportServices",
"NIOFoundationCompat",
"JMESPath",
"Tracing"
],
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"AWSClient+Paginate.swift",
"AWSClient.swift",
"AWSEndpointDiscovery.swift",
"AWSService.swift",
"AWSServiceConfig.swift",
"AWSShapes/Base64Data.swift",
"AWSShapes/Document.swift",
"AWSShapes/EventPayload.swift",
"Concurrency/AnyAsyncSequence.swift",
"Concurrency/ByteBufferSequence.swift",
"Concurrency/EventStream.swift",
"Concurrency/ExpiringValue.swift",
"Concurrency/FixedSizeByteBufferAsyncSequence.swift",
"Concurrency/Sequence+concurrentMap.swift",
"Credential/ConfigFileCredentialProvider.swift",
"Credential/ConfigFileLoader.swift",
"Credential/Credential+IsEmpty.swift",
"Credential/CredentialProvider.swift",
"Credential/CredentialProviderError.swift",
"Credential/CredentialProviderSelector.swift",
"Credential/DeferredCredentialProvider.swift",
"Credential/EmptyCredential.swift",
"Credential/ExpiringCredential.swift",
"Credential/MetaDataCredentialProvider.swift",
"Credential/NullCredentialProvider.swift",
"Credential/RotatingCredentialProvider.swift",
"Credential/RuntimeSelectorCredentialProvider.swift",
"Credential/STSAssumeRole.swift",
"Credential/StaticCredential+CredentialProvider.swift",
"Credential/StaticCredential+Environment.swift",
"Doc/ARN.swift",
"Doc/AWSShape.swift",
"Doc/EndpointVariant.swift",
"Doc/Environment.swift",
"Doc/Region.swift",
"Doc/ServiceProtocol.swift",
"Encoder/CodableProperties/CodableProperties.swift",
"Encoder/CodableProperties/CollectionCoders.swift",
"Encoder/CodableProperties/DateCoders.swift",
"Encoder/CodableProperties/EC2ArrayCoder.swift",
"Encoder/EventStreamDecoder.swift",
"Encoder/QueryEncoder.swift",
"Encoder/RequestContainer.swift",
"Encoder/ResponseContainer.swift",
"Errors/ClientErrors.swift",
"Errors/Error.swift",
"Errors/ServerErrors.swift",
"Exports.swift",
"HTTP/AWSHTTPBody.swift",
"HTTP/AWSHTTPClient.swift",
"HTTP/AWSHTTPRequest.swift",
"HTTP/AWSHTTPResponse+HAL.swift",
"HTTP/AWSHTTPResponse.swift",
"HTTP/AsyncHTTPClient.swift",
"HTTP/S3SignedAsyncSequence.swift",
"Middleware/Middleware.swift",
"Middleware/Middleware/EditHeadersMiddleware.swift",
"Middleware/Middleware/EndpointDiscoveryMiddleware.swift",
"Middleware/Middleware/ErrorHandlingMiddleware.swift",
"Middleware/Middleware/LoggingMiddleware.swift",
"Middleware/Middleware/RetryMiddleware.swift",
"Middleware/Middleware/S3Middleware.swift",
"Middleware/Middleware/SigningMiddleware.swift",
"Middleware/Middleware/TracingMiddleware.swift",
"Middleware/Middleware/TreeHashMiddleware.swift",
"Middleware/MiddlewareStack.swift",
"RetryPolicy.swift",
"Utils/UnsafeTransfer.swift",
"Utils/base64.swift",
"Utils/crc32.swift",
"Waiters/AWSClient+Waiter.swift",
"Waiters/Matcher.swift"
],
"target_dependencies" : [
"SotoSignerV4",
"SotoXML",
"INIParser"
],
"type" : "library"
},
{
"c99name" : "INIParserTests",
"module_type" : "SwiftTarget",
"name" : "INIParserTests",
"path" : "Tests/INIParserTests",
"sources" : [
"INIParserTests.swift"
],
"target_dependencies" : [
"INIParser"
],
"type" : "test"
},
{
"c99name" : "INIParser",
"module_type" : "SwiftTarget",
"name" : "INIParser",
"path" : "Sources/INIParser",
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"INIParser.swift"
],
"type" : "library"
},
{
"c99name" : "CSotoExpat",
"module_type" : "ClangTarget",
"name" : "CSotoExpat",
"path" : "Sources/CSotoExpat",
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"xmlparse.c",
"xmlrole.c",
"xmltok.c",
"xmltok_impl.c",
"xmltok_ns.c"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:ba854000887cd0c27418c7bc304adc590345237c7003ebd31ba26cc8db085cf3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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/apple/swift-metrics.git
Fetching https://github.com/adam-fowler/jmespath.swift.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2667] Fetching swift-nio-transport-services
[1842/3311] Fetching swift-nio-transport-services, jmespath.swift
[3312/5517] Fetching swift-nio-transport-services, jmespath.swift, swift-metrics
[5518/9353] Fetching swift-nio-transport-services, jmespath.swift, swift-metrics, swift-log
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.32s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.32s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-crypto.git
[1/14013] Fetching async-http-client
[1823/28856] Fetching async-http-client, swift-nio-ssl
[16389/33830] Fetching async-http-client, swift-nio-ssl, swift-distributed-tracing
[23145/47766] Fetching async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-crypto
Fetched https://github.com/adam-fowler/jmespath.swift.git from cache (1.54s)
Fetched https://github.com/apple/swift-log.git from cache (1.54s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/swift-server/async-http-client.git from cache (1.55s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.56s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.40s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.42s)
[1/1710] Fetching swift-atomics
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.39s)
[1/76037] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (3.66s)
Computing version for https://github.com/adam-fowler/jmespath.swift.git
Computed https://github.com/adam-fowler/jmespath.swift.git at 1.0.3 (7.34s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.41s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.41s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.31s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.71s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.68s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
[2821/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.96s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.36s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.55s)
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.44s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5914] Fetching swift-nio-extras
[2840/11873] Fetching swift-nio-extras, swift-algorithms
[10206/23400] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.36s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.37s)
[2652/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.81s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.23s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.44s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.50s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.51s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1590] Fetching swift-asn1
[781/2494] Fetching swift-asn1, swift-http-types
[1041/3635] Fetching swift-asn1, swift-http-types, swift-http-structured-headers
[2578/6061] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-service-lifecycle
[4340/11046] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms
[7339/17201] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.33s)
[16060/16060] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.41s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.41s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.41s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.41s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.41s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.82s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.42s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.50s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.49s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.43s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.45s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.82s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.41s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.41s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.45s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.41s)
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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/adam-fowler/jmespath.swift.git
Working copy of https://github.com/adam-fowler/jmespath.swift.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.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.4.2
Building for debugging...
[0/818] Write sources
[29/818] Compiling CSotoExpat xmltok_impl.c
[30/818] Compiling CSotoExpat xmltok_ns.c
[31/818] Write sources
[36/818] Compiling CNIOWindows shim.c
[37/818] Compiling _AtomicsShims.c
[38/818] Compiling CNIOWindows WSAStartup.c
[39/818] Compiling CNIOWASI CNIOWASI.c
[40/818] Compiling _NumericsShims _NumericsShims.c
[41/818] Compiling CNIOLinux liburing_shims.c
[42/818] Compiling CSotoExpat xmlrole.c
[43/818] Compiling CNIOLLHTTP c_nio_http.c
[44/818] Compiling CNIODarwin shim.c
[45/818] Compiling CNIOExtrasZlib empty.c
[46/818] Compiling CNIOLinux shim.c
[47/818] Compiling CNIOLLHTTP c_nio_api.c
[48/818] Compiling fiat_p256_adx_sqr.S
[49/818] Compiling fiat_p256_adx_mul.S
[50/818] Compiling fiat_curve25519_adx_square.S
[51/818] Compiling fiat_curve25519_adx_mul.S
[52/818] Write swift-version-24593BA9C3E375BF.txt
[53/818] Compiling CSotoExpat xmlparse.c
[54/818] Compiling CNIOLLHTTP c_nio_llhttp.c
[55/818] Compiling CSotoExpat xmltok.c
[56/824] Compiling CNIOBoringSSLShims shims.c
[58/827] Emitting module ServiceContextModule
[59/831] Emitting module _NIOBase64
[59/832] Compiling tls_record.cc
[60/832] Compiling tls_method.cc
[61/833] Compiling tls13_enc.cc
[62/842] Compiling tls13_server.cc
[64/872] Emitting module Logging
[65/872] Compiling _NIODataStructures _TinyArray.swift
[66/872] Compiling RealModule ElementaryFunctions.swift
[67/873] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[68/873] Emitting module InternalCollectionsUtilities
[69/873] Compiling Logging LogHandler.swift
[70/874] Compiling RealModule Real.swift
[71/874] Compiling RealModule Float16+Real.swift
[72/874] Compiling RealModule Float+Real.swift
[73/874] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[74/874] Compiling InternalCollectionsUtilities Debugging.swift
[75/874] Compiling InternalCollectionsUtilities Descriptions.swift
[76/874] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[77/874] Compiling JMESPath Interpreter.swift
[78/874] Compiling JMESPath Lexer.swift
[79/874] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[80/874] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[81/874] Emitting module RealModule
[82/874] Compiling JMESPath Expression.swift
[83/874] Compiling JMESPath Functions.swift
[84/874] Compiling JMESPath Ast.swift
[85/874] Compiling JMESPath Error.swift
[86/874] Compiling _NIOBase64 Base64.swift
[87/875] Compiling ServiceContextModule ServiceContext.swift
[88/875] Compiling _NIODataStructures PriorityQueue.swift
[89/875] Compiling RealModule RealFunctions.swift
[90/875] Compiling ServiceContextModule ServiceContextKey.swift
[96/876] Compiling RealModule Float80+Real.swift
[99/877] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[101/878] Emitting module SotoXML
[102/889] Compiling Instrumentation InstrumentationSystem.swift
[103/889] Emitting module Instrumentation
[104/889] Compiling Logging MetadataProvider.swift
[105/889] Compiling SotoXML Expat.swift
[106/889] Compiling Instrumentation MultiplexInstrument.swift
[107/889] Compiling Instrumentation NoOpInstrument.swift
[108/889] Emitting module _NIODataStructures
[109/889] Compiling _NIODataStructures Heap.swift
[110/890] Compiling Instrumentation Instrument.swift
[111/890] Compiling Instrumentation Locks.swift
[112/891] Compiling Logging Locks.swift
[113/891] Compiling Logging Logging.swift
[114/892] Emitting module INIParser
[115/892] Compiling INIParser INIParser.swift
[118/893] Compiling JMESPath Sendable.swift
[119/893] Compiling JMESPath Token.swift
[120/893] Compiling JMESPath Runtime.swift
[123/894] Emitting module JMESPath
[126/894] Compiling JMESPath Parser.swift
[127/917] Compiling DequeModule Deque+CustomReflectable.swift
[128/917] Compiling DequeModule Deque+Descriptions.swift
[129/919] Compiling DequeModule _DequeBuffer.swift
[130/919] Compiling DequeModule _DequeBufferHeader.swift
[131/919] Emitting module Tracing
[132/919] Compiling Tracing TracingTime.swift
[133/919] Compiling DequeModule Deque+Equatable.swift
[134/919] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[135/919] Compiling Tracing TracerProtocol.swift
[136/919] Compiling SotoXML XMLEncoder.swift
[137/919] Compiling JMESPath Variable.swift
[138/919] Compiling SotoXML XML.swift
[139/919] Compiling SotoXML XMLDecoder.swift
[140/920] Compiling Tracing Tracer.swift
[141/920] Compiling Tracing TracerProtocol+Legacy.swift
[144/920] Emitting module CoreMetrics
[145/921] Compiling CoreMetrics Metrics.swift
[146/921] Compiling CoreMetrics Locks.swift
[150/922] Compiling DequeModule _DequeSlot.swift
[151/922] Compiling DequeModule _UnsafeWrappedBuffer.swift
[152/922] Compiling Tracing InstrumentationSystem+Tracing.swift
[153/922] Compiling Tracing NoOpTracer.swift
[154/922] Compiling Tracing SpanProtocol.swift
[155/923] Compiling DequeModule Deque+Testing.swift
[156/923] Compiling DequeModule Deque._Storage.swift
[159/923] Compiling DequeModule Deque+Extras.swift
[160/923] Compiling DequeModule Deque+Hashable.swift
[161/923] Compiling DequeModule Deque._UnsafeHandle.swift
[162/923] Compiling DequeModule Deque.swift
[164/923] Emitting module DequeModule
[165/923] Compiling DequeModule Deque+Codable.swift
[166/923] Compiling DequeModule Deque+Collection.swift
[166/924] Compiling tls13_client.cc
[168/926] Compiling tls13_both.cc
[170/926] Emitting module Metrics
[171/926] Compiling Metrics Metrics.swift
[172/927] Compiling t1_enc.cc
[173/927] Compiling ssl_versions.cc
[174/927] Compiling ssl_transcript.cc
[175/927] Compiling ssl_stat.cc
[176/927] Compiling ssl_x509.cc
[177/927] Compiling ssl_privkey.cc
[178/927] Compiling ssl_session.cc
[179/927] Compiling ssl_key_share.cc
[180/927] Compiling ssl_lib.cc
[181/927] Compiling ssl_file.cc
[182/927] Compiling ssl_cipher.cc
[183/927] Compiling ssl_credential.cc
[184/927] Compiling ssl_cert.cc
[185/927] Compiling ssl_buffer.cc
[186/927] Compiling ssl_asn1.cc
[187/927] Compiling ssl_aead_ctx.cc
[188/927] Compiling s3_pkt.cc
[189/927] Compiling s3_lib.cc
[190/927] Compiling s3_both.cc
[191/927] Compiling handshake_server.cc
[192/927] Compiling handshake_client.cc
[193/927] Compiling handshake.cc
[194/927] Compiling handoff.cc
[195/927] Compiling extensions.cc
[196/927] Compiling encrypted_client_hello.cc
[197/927] Compiling md5-x86_64-linux.S
[198/927] Compiling md5-x86_64-apple.S
[199/927] Compiling md5-586-linux.S
[200/927] Compiling dtls_method.cc
[200/927] Compiling dtls_record.cc
[202/927] Compiling md5-586-apple.S
[203/927] Compiling chacha20_poly1305_x86_64-apple.S
[204/927] Compiling chacha20_poly1305_x86_64-linux.S
[205/927] Compiling chacha20_poly1305_armv8-win.S
[206/927] Compiling chacha20_poly1305_armv8-linux.S
[207/927] Compiling chacha20_poly1305_armv8-apple.S
[208/927] Compiling chacha-x86_64-linux.S
[209/927] Compiling chacha-x86_64-apple.S
[210/927] Compiling chacha-x86-linux.S
[211/927] Compiling d1_srtp.cc
[212/927] Compiling chacha-x86-apple.S
[213/927] Compiling chacha-armv8-win.S
[214/927] Compiling chacha-armv8-linux.S
[215/927] Compiling chacha-armv8-apple.S
[216/927] Compiling err_data.cc
[217/927] Compiling chacha-armv4-linux.S
[218/927] Compiling aes128gcmsiv-x86_64-linux.S
[219/927] Compiling aes128gcmsiv-x86_64-apple.S
[220/927] Compiling x86_64-mont5-linux.S
[221/927] Compiling x86_64-mont5-apple.S
[222/927] Compiling x86_64-mont-apple.S
[223/927] Compiling x86_64-mont-linux.S
[224/927] Compiling x86-mont-linux.S
[225/927] Compiling x86-mont-apple.S
[226/927] Compiling vpaes-x86_64-apple.S
[227/927] Compiling vpaes-x86_64-linux.S
[228/927] Compiling d1_pkt.cc
[229/927] Compiling vpaes-x86-linux.S
[230/927] Compiling vpaes-x86-apple.S
[231/927] Compiling vpaes-armv8-win.S
[232/927] Compiling vpaes-armv8-linux.S
[233/927] Compiling vpaes-armv8-apple.S
[234/927] Compiling vpaes-armv7-linux.S
[235/927] Compiling sha512-armv8-win.S
[236/927] Compiling sha512-x86_64-apple.S
[237/927] Compiling sha512-x86_64-linux.S
[238/927] Compiling sha512-armv8-linux.S
[239/927] Compiling sha512-armv8-apple.S
[240/927] Compiling sha512-armv4-linux.S
[241/927] Compiling sha512-586-apple.S
[242/927] Compiling sha512-586-linux.S
[243/927] Compiling sha256-x86_64-apple.S
[244/927] Compiling sha256-x86_64-linux.S
[245/927] Compiling sha256-armv8-win.S
[246/927] Compiling sha256-armv8-linux.S
[247/927] Compiling d1_lib.cc
[248/927] Compiling sha256-armv8-apple.S
[249/927] Compiling sha256-armv4-linux.S
[250/927] Compiling sha256-586-linux.S
[251/927] Compiling sha256-586-apple.S
[252/927] Compiling sha1-x86_64-apple.S
[253/927] Compiling sha1-armv8-win.S
[254/927] Compiling bio_ssl.cc
[255/927] Compiling sha1-armv8-apple.S
[256/927] Compiling sha1-armv8-linux.S
[257/927] Compiling sha1-x86_64-linux.S
[258/927] Compiling sha1-armv4-large-linux.S
[259/927] Compiling sha1-586-linux.S
[260/927] Compiling sha1-586-apple.S
[261/927] Compiling rsaz-avx2-apple.S
[262/927] Compiling rdrand-x86_64-linux.S
[263/927] Compiling rsaz-avx2-linux.S
[264/927] Compiling rdrand-x86_64-apple.S
[265/927] Compiling p256_beeu-x86_64-asm-linux.S
[266/927] Compiling p256_beeu-armv8-asm-win.S
[267/927] Compiling p256_beeu-x86_64-asm-apple.S
[268/927] Compiling p256_beeu-armv8-asm-linux.S
[269/927] Compiling p256_beeu-armv8-asm-apple.S
[270/927] Compiling p256-x86_64-asm-apple.S
[271/927] Compiling p256-armv8-asm-win.S
[272/927] Compiling p256-armv8-asm-linux.S
[273/927] Compiling p256-x86_64-asm-linux.S
[274/927] Compiling p256-armv8-asm-apple.S
[275/927] Compiling ghashv8-armv8-win.S
[276/927] Compiling ghashv8-armv8-linux.S
[277/927] Compiling ghashv8-armv8-apple.S
[278/927] Compiling ghashv8-armv7-linux.S
[279/927] Compiling ghash-x86_64-apple.S
[280/927] Compiling ghash-x86_64-linux.S
[281/927] Compiling ghash-x86-linux.S
[282/927] Compiling ghash-x86-apple.S
[283/927] Compiling ghash-ssse3-x86_64-linux.S
[284/927] Compiling ghash-ssse3-x86-linux.S
[285/927] Compiling ghash-ssse3-x86_64-apple.S
[286/927] Compiling ghash-ssse3-x86-apple.S
[287/927] Compiling ghash-neon-armv8-win.S
[288/927] Compiling d1_both.cc
[289/927] Compiling ghash-neon-armv8-linux.S
[290/927] Compiling ghash-armv4-linux.S
[291/927] Compiling ghash-neon-armv8-apple.S
[292/927] Compiling co-586-linux.S
[293/927] Compiling co-586-apple.S
[294/927] Compiling bsaes-armv7-linux.S
[295/927] Compiling bn-armv8-win.S
[296/927] Compiling bn-armv8-linux.S
[297/927] Compiling bn-armv8-apple.S
[298/927] Compiling bn-586-linux.S
[299/927] Compiling bn-586-apple.S
[300/927] Compiling armv8-mont-win.S
[301/927] Compiling armv8-mont-linux.S
[302/927] Compiling armv8-mont-apple.S
[303/927] Compiling armv4-mont-linux.S
[304/927] Compiling aesv8-gcm-armv8-win.S
[305/927] Compiling aesv8-gcm-armv8-linux.S
[306/927] Compiling aesv8-gcm-armv8-apple.S
[307/927] Compiling aesv8-armv8-linux.S
[308/927] Compiling aesv8-armv8-win.S
[309/927] Compiling aesv8-armv8-apple.S
[310/927] Compiling aesv8-armv7-linux.S
[311/927] Compiling aesni-x86_64-apple.S
[312/927] Compiling aesni-x86-linux.S
[313/927] Compiling aesni-x86_64-linux.S
[314/927] Compiling aesni-x86-apple.S
[315/927] Compiling aesni-gcm-x86_64-apple.S
[316/927] Compiling aesni-gcm-x86_64-linux.S
[317/927] Compiling aes-gcm-avx2-x86_64-linux.S
[318/927] Compiling aes-gcm-avx2-x86_64-apple.S
[319/927] Compiling aes-gcm-avx10-x86_64-apple.S
[320/927] Compiling aes-gcm-avx10-x86_64-linux.S
[321/927] Compiling x_sig.cc
[322/927] Compiling x_x509a.cc
[323/927] Compiling x_val.cc
[324/927] Compiling x_spki.cc
[325/927] Compiling x_x509.cc
[326/927] Compiling x_req.cc
[327/927] Compiling x_pubkey.cc
[328/927] Compiling x_name.cc
[329/927] Compiling x509spki.cc
[329/927] Compiling x_algor.cc
[329/927] Compiling x_exten.cc
[332/927] Compiling x_attrib.cc
[333/927] Compiling x_crl.cc
[334/927] Compiling x509rset.cc
[335/927] Compiling x_all.cc
[336/927] Compiling x509name.cc
[337/927] Compiling x509_txt.cc
[338/927] Compiling x509_vpm.cc
[338/927] Compiling x509cset.cc
[340/927] Compiling x509_trs.cc
[341/927] Compiling x509_set.cc
[342/927] Compiling x509_v3.cc
[343/927] Compiling x509_vfy.cc
[344/927] Compiling x509_req.cc
[345/927] Compiling x509_obj.cc
[346/927] Compiling x509_d2.cc
[347/927] Compiling x509_def.cc
[348/927] Compiling x509_ext.cc
[349/927] Compiling x509_lu.cc
[350/927] Compiling x509.cc
[351/927] Compiling x509_cmp.cc
[352/927] Compiling x509_att.cc
[353/927] Compiling v3_prn.cc
[354/927] Compiling v3_skey.cc
[355/927] Compiling v3_ocsp.cc
[356/927] Compiling v3_purp.cc
[356/927] Compiling v3_utl.cc
[358/927] Compiling v3_pmaps.cc
[359/927] Compiling v3_pcons.cc
[360/927] Compiling v3_ncons.cc
[361/927] Compiling v3_int.cc
[362/927] Compiling v3_lib.cc
[363/927] Compiling v3_ia5.cc
[364/927] Compiling v3_info.cc
[365/927] Compiling v3_genn.cc
[366/927] Compiling v3_enum.cc
[367/927] Compiling v3_extku.cc
[368/927] Compiling v3_crld.cc
[369/927] Compiling v3_cpols.cc
[370/927] Compiling v3_bitst.cc
[371/927] Compiling v3_conf.cc
[372/927] Compiling v3_bcons.cc
[373/927] Compiling v3_alt.cc
[374/927] Compiling v3_akeya.cc
[375/927] Compiling v3_akey.cc
[376/927] Compiling t_x509a.cc
[377/927] Compiling i2d_pr.cc
[378/927] Compiling t_crl.cc
[379/927] Compiling t_x509.cc
[380/927] Compiling t_req.cc
[381/927] Compiling name_print.cc
[382/927] Compiling rsa_pss.cc
[383/927] Compiling policy.cc
[384/927] Compiling by_file.cc
[385/927] Compiling by_dir.cc
[386/927] Compiling voprf.cc
[387/927] Compiling algorithm.cc
[388/927] Compiling a_digest.cc
[389/927] Compiling asn1_gen.cc
[390/927] Compiling trust_token.cc
[391/927] Compiling a_verify.cc
[392/927] Compiling a_sign.cc
[393/927] Compiling thread_win.cc
[394/927] Compiling thread.cc
[395/927] Compiling thread_pthread.cc
[396/927] Compiling thread_none.cc
[397/927] Compiling stack.cc
[398/927] Compiling pmbtoken.cc
[399/927] Compiling slhdsa.cc
[400/927] Compiling sha512.cc
[401/927] Compiling sha256.cc
[402/927] Compiling siphash.cc
[403/927] Compiling sha1.cc
[404/927] Compiling spake2plus.cc
[405/927] Compiling rsa_print.cc
[406/927] Compiling rsa_extra.cc
[407/927] Compiling rc4.cc
[408/927] Compiling refcount.cc
[409/927] Compiling windows.cc
[410/927] Compiling rsa_crypt.cc
[411/927] Compiling trusty.cc
[412/927] Compiling urandom.cc
[413/927] Compiling rand.cc
[414/927] Compiling rsa_asn1.cc
[415/927] Compiling ios.cc
[416/927] Compiling passive.cc
[417/927] Compiling getentropy.cc
[418/927] Compiling poly1305_arm_asm.S
[419/927] Compiling deterministic.cc
[420/927] Compiling forkunsafe.cc
[421/927] Compiling fork_detect.cc
[422/927] Compiling poly1305.cc
[422/927] Compiling poly1305_arm.cc
[424/927] Compiling pool.cc
[425/927] Compiling poly1305_vec.cc
[426/927] Compiling pkcs7.cc
[427/927] Compiling pkcs8_x509.cc
[428/927] Compiling pkcs8.cc
[429/927] Compiling p5_pbev2.cc
[430/927] Compiling pkcs7_x509.cc
[431/927] Compiling pem_xaux.cc
[432/927] Compiling pem_x509.cc
[433/927] Compiling pem_pkey.cc
[434/927] Compiling mlkem.cc
[435/927] Compiling obj_xref.cc
[436/927] Compiling pem_pk8.cc
[437/927] Compiling pem_oth.cc
[438/927] Compiling pem_info.cc
[439/927] Compiling pem_lib.cc
[440/927] Compiling mldsa.cc
[441/927] Compiling pem_all.cc
[442/927] Compiling obj.cc
[443/927] Compiling poly_rq_mul.S
[444/927] Compiling fips_shared_support.cc
[445/927] Compiling mem.cc
[446/927] Compiling md5.cc
[447/927] Compiling md4.cc
[448/927] Compiling lhash.cc
[449/927] Compiling hrss.cc
[450/927] Compiling ex_data.cc
[451/927] Compiling sign.cc
[452/927] Compiling kyber.cc
[453/927] Compiling scrypt.cc
[454/927] Compiling hpke.cc
[455/927] Compiling print.cc
[456/927] Compiling pbkdf.cc
[456/927] Compiling p_x25519.cc
[456/927] Compiling p_x25519_asn1.cc
[459/927] Compiling p_rsa_asn1.cc
[460/927] Compiling p_ed25519.cc
[461/927] Compiling p_rsa.cc
[462/927] Compiling p_ed25519_asn1.cc
[463/927] Compiling p_hkdf.cc
[464/927] Compiling p_ec_asn1.cc
[465/927] Compiling p_ec.cc
[466/927] Compiling p_dh.cc
[467/927] Compiling p_dh_asn1.cc
[468/927] Compiling evp_ctx.cc
[469/927] Compiling p_dsa_asn1.cc
[470/927] Compiling evp.cc
[471/927] Compiling err.cc
[472/927] Compiling engine.cc
[473/927] Compiling evp_asn1.cc
[474/927] Compiling ecdh.cc
[475/927] Compiling ecdsa_asn1.cc
[476/927] Compiling ec_derive.cc
[477/927] Compiling hash_to_curve.cc
[478/927] Compiling dsa.cc
[479/927] Compiling ec_asn1.cc
[480/927] Compiling dsa_asn1.cc
[481/927] Compiling params.cc
[482/927] Compiling x25519-asm-arm.S
[483/927] Compiling des.cc
[484/927] Compiling digest_extra.cc
[485/927] Compiling dh_asn1.cc
[486/927] Compiling crypto.cc
[487/927] Compiling spake25519.cc
[488/927] Compiling cpu_intel.cc
[489/927] Compiling cpu_arm_linux.cc
[490/927] Compiling curve25519.cc
[491/927] Compiling cpu_arm_freebsd.cc
[492/927] Compiling cpu_aarch64_win.cc
[493/927] Compiling cpu_aarch64_openbsd.cc
[494/927] Compiling bcm.cc
[495/927] Compiling cpu_aarch64_sysreg.cc
[496/927] Compiling cpu_aarch64_linux.cc
[497/927] Compiling curve25519_64_adx.cc
[498/927] Compiling cpu_aarch64_fuchsia.cc
[499/927] Compiling cpu_aarch64_apple.cc
[500/927] Compiling tls_cbc.cc
[501/927] Compiling get_cipher.cc
[502/927] Compiling e_rc4.cc
[503/927] Compiling e_tls.cc
[504/927] Compiling conf.cc
[505/927] Compiling e_null.cc
[506/927] Compiling e_rc2.cc
[507/927] Compiling e_des.cc
[508/927] Compiling derive_key.cc
[509/927] Compiling e_chacha20poly1305.cc
[510/927] Compiling e_aesctrhmac.cc
[510/927] Compiling chacha.cc
[512/927] Compiling e_aesgcmsiv.cc
[513/927] Compiling unicode.cc
[514/927] Compiling buf.cc
[515/927] Compiling cbb.cc
[516/927] Compiling cbs.cc
[517/927] Compiling ber.cc
[518/927] Compiling bn_asn1.cc
[519/927] Compiling asn1_compat.cc
[520/927] Compiling blake2.cc
[521/927] Compiling convert.cc
[522/927] Compiling socket.cc
[523/927] Compiling socket_helper.cc
[524/927] Compiling printf.cc
[525/927] Compiling pair.cc
[526/927] Compiling hexdump.cc
[527/927] Compiling file.cc
[528/927] Compiling errno.cc
[529/927] Compiling fd.cc
[530/927] Compiling bio_mem.cc
[531/927] Compiling connect.cc
[532/927] Compiling bio.cc
[533/927] Compiling base64.cc
[534/927] Compiling tasn_typ.cc
[535/927] Compiling tasn_fre.cc
[536/927] Compiling tasn_utl.cc
[537/927] Compiling tasn_enc.cc
[538/927] Compiling f_string.cc
[539/927] Compiling posix_time.cc
[540/927] Compiling tasn_new.cc
[541/927] Compiling f_int.cc
[542/927] Compiling asn_pack.cc
[543/927] Compiling tasn_dec.cc
[544/927] Compiling asn1_par.cc
[545/927] Compiling a_utctm.cc
[546/927] Compiling a_octet.cc
[547/927] Compiling a_type.cc
[548/927] Compiling a_time.cc
[549/927] Compiling asn1_lib.cc
[550/927] Compiling a_strnid.cc
[551/927] Compiling a_strex.cc
[552/927] Compiling a_i2d_fp.cc
[553/927] Compiling a_dup.cc
[554/927] Compiling a_object.cc
[555/927] Compiling a_d2i_fp.cc
[556/927] Compiling a_mbstr.cc
[557/927] Compiling a_gentm.cc
[558/927] Compiling a_int.cc
[559/927] Compiling fiat_p256_adx_sqr.S
[560/927] Compiling fiat_p256_adx_mul.S
[561/927] Compiling fiat_curve25519_adx_mul.S
[562/927] Compiling fiat_curve25519_adx_square.S
[563/927] Compiling md5-x86_64-linux.S
[564/927] Compiling md5-x86_64-apple.S
[565/927] Compiling md5-586-linux.S
[566/927] Compiling md5-586-apple.S
[567/927] Compiling a_bool.cc
[568/927] Compiling a_bitstr.cc
[569/927] Compiling chacha20_poly1305_x86_64-apple.S
[570/927] Compiling chacha20_poly1305_armv8-win.S
[571/927] Compiling chacha20_poly1305_x86_64-linux.S
[572/927] Compiling chacha20_poly1305_armv8-linux.S
[573/927] Compiling chacha20_poly1305_armv8-apple.S
[574/927] Compiling chacha-x86_64-apple.S
[575/927] Compiling chacha-x86_64-linux.S
[576/927] Compiling CCryptoBoringSSLShims shims.c
[577/927] Compiling chacha-x86-linux.S
[578/927] Compiling chacha-x86-apple.S
[579/927] Compiling chacha-armv8-linux.S
[579/927] Compiling chacha-armv8-win.S
[581/927] Compiling chacha-armv8-apple.S
[582/927] Compiling chacha-armv4-linux.S
[583/927] Compiling aes128gcmsiv-x86_64-apple.S
[584/927] Compiling aes128gcmsiv-x86_64-linux.S
[585/927] Compiling x86_64-mont5-apple.S
[586/927] Compiling x86_64-mont5-linux.S
[587/927] Compiling x86_64-mont-linux.S
[588/927] Compiling x86-mont-linux.S
[589/927] Compiling x86_64-mont-apple.S
[590/927] Compiling err_data.cc
[591/927] Compiling x86-mont-apple.S
[592/927] Compiling vpaes-x86_64-linux.S
[593/927] Compiling vpaes-x86_64-apple.S
[594/927] Compiling vpaes-x86-linux.S
[595/927] Compiling vpaes-x86-apple.S
[596/927] Compiling vpaes-armv8-win.S
[597/927] Compiling vpaes-armv8-linux.S
[598/927] Compiling vpaes-armv8-apple.S
[599/927] Compiling vpaes-armv7-linux.S
[600/927] Compiling sha512-x86_64-apple.S
[601/927] Compiling sha512-armv8-win.S
[602/927] Compiling sha512-x86_64-linux.S
[603/927] Compiling sha512-armv8-linux.S
[604/927] Compiling sha512-armv8-apple.S
[605/927] Compiling sha512-armv4-linux.S
[606/927] Compiling sha512-586-linux.S
[607/927] Compiling sha512-586-apple.S
[608/927] Compiling sha256-x86_64-apple.S
[609/927] Compiling sha256-armv8-win.S
[610/927] Compiling sha256-armv8-linux.S
[611/927] Compiling sha256-x86_64-linux.S
[612/927] Compiling sha256-armv8-apple.S
[613/927] Compiling sha256-armv4-linux.S
[614/927] Compiling sha256-586-linux.S
[615/927] Compiling sha256-586-apple.S
[616/927] Compiling sha1-x86_64-apple.S
[617/927] Compiling sha1-armv8-win.S
[618/927] Compiling sha1-x86_64-linux.S
[619/927] Compiling sha1-armv8-linux.S
[620/927] Compiling sha1-armv4-large-linux.S
[621/927] Compiling sha1-armv8-apple.S
[622/927] Compiling sha1-586-linux.S
[623/927] Compiling sha1-586-apple.S
[624/927] Compiling rsaz-avx2-apple.S
[625/927] Compiling rdrand-x86_64-linux.S
[626/927] Compiling rsaz-avx2-linux.S
[627/927] Compiling rdrand-x86_64-apple.S
[628/927] Compiling p256_beeu-x86_64-asm-linux.S
[629/927] Compiling p256_beeu-armv8-asm-win.S
[630/927] Compiling p256_beeu-x86_64-asm-apple.S
[631/927] Compiling p256_beeu-armv8-asm-linux.S
[632/927] Compiling p256_beeu-armv8-asm-apple.S
[633/927] Compiling p256-x86_64-asm-apple.S
[634/927] Compiling p256-x86_64-asm-linux.S
[635/927] Compiling p256-armv8-asm-win.S
[636/927] Compiling p256-armv8-asm-linux.S
[637/927] Compiling p256-armv8-asm-apple.S
[638/927] Compiling ghashv8-armv8-win.S
[639/927] Compiling ghashv8-armv8-linux.S
[640/927] Compiling ghashv8-armv8-apple.S
[641/927] Compiling ghashv8-armv7-linux.S
[642/927] Compiling ghash-x86_64-linux.S
[642/927] Compiling ghash-x86_64-apple.S
[644/927] Compiling ghash-x86-linux.S
[645/927] Compiling ghash-x86-apple.S
[646/927] Compiling ghash-ssse3-x86_64-linux.S
[647/927] Compiling ghash-ssse3-x86_64-apple.S
[648/927] Compiling ghash-ssse3-x86-linux.S
[649/927] Compiling ghash-ssse3-x86-apple.S
[650/927] Compiling ghash-neon-armv8-win.S
[651/927] Compiling ghash-neon-armv8-linux.S
[652/927] Compiling ghash-neon-armv8-apple.S
[653/927] Compiling ghash-armv4-linux.S
[654/927] Compiling co-586-linux.S
[654/927] Compiling co-586-apple.S
[656/927] Compiling bsaes-armv7-linux.S
[657/927] Compiling bn-armv8-win.S
[658/927] Compiling bn-armv8-linux.S
[659/927] Compiling bn-armv8-apple.S
[660/927] Compiling armv8-mont-win.S
[661/927] Compiling bn-586-linux.S
[661/927] Compiling bn-586-apple.S
[663/927] Compiling armv8-mont-linux.S
[664/927] Compiling armv8-mont-apple.S
[665/927] Compiling armv4-mont-linux.S
[666/927] Compiling aesv8-gcm-armv8-apple.S
[667/927] Compiling aesv8-gcm-armv8-win.S
[668/927] Compiling aesv8-gcm-armv8-linux.S
[669/927] Compiling aesv8-armv8-win.S
[670/927] Compiling aesv8-armv8-linux.S
[671/927] Compiling aesv8-armv8-apple.S
[672/927] Compiling aesv8-armv7-linux.S
[673/927] Compiling aesni-x86_64-apple.S
[674/927] Compiling aesni-x86-linux.S
[675/927] Compiling aesni-x86_64-linux.S
[676/927] Compiling aesni-x86-apple.S
[677/927] Compiling aesni-gcm-x86_64-apple.S
[678/927] Compiling aesni-gcm-x86_64-linux.S
[679/927] Compiling aes-gcm-avx10-x86_64-linux.S
[680/927] Compiling aes-gcm-avx10-x86_64-apple.S
[681/927] Compiling x_sig.cc
[682/927] Compiling x_val.cc
[683/927] Compiling x_x509a.cc
[684/927] Compiling x_spki.cc
[685/927] Compiling x_x509.cc
[686/927] Compiling x_req.cc
[687/927] Compiling c-nioatomics.c
[688/927] Compiling x_name.cc
[688/927] Compiling x_pubkey.cc
[690/927] Compiling x_exten.cc
[691/927] Compiling x_attrib.cc
[692/927] Compiling x_crl.cc
[693/927] Compiling x_all.cc
[694/927] Compiling c-atomics.c
[695/927] Compiling x_algor.cc
[696/933] Compiling x509rset.cc
[697/933] Compiling x509spki.cc
[698/933] Compiling x509_vpm.cc
[699/933] Compiling x509name.cc
[700/933] Compiling x509_vfy.cc
[701/933] Compiling x509cset.cc
[703/933] Compiling NIOConcurrencyHelpers lock.swift
[703/933] Compiling x509_v3.cc
[704/933] Compiling x509_txt.cc
[706/933] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[707/933] Compiling NIOConcurrencyHelpers NIOLock.swift
[708/933] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[709/933] Emitting module NIOConcurrencyHelpers
[710/933] Compiling NIOConcurrencyHelpers atomics.swift
[711/934] Compiling x509_trs.cc
[712/934] Compiling x509_set.cc
[713/934] Compiling x509_req.cc
[714/934] Compiling x509_obj.cc
[715/934] Compiling x509_lu.cc
[716/934] Compiling x509_ext.cc
[717/934] Compiling x509_def.cc
[718/934] Compiling x509_d2.cc
[719/934] Compiling x509.cc
[720/934] Compiling x509_att.cc
[720/934] Compiling x509_cmp.cc
[722/934] Compiling v3_utl.cc
[723/934] Compiling v3_skey.cc
[724/934] Compiling v3_prn.cc
[725/934] Compiling v3_purp.cc
[726/934] Compiling v3_pmaps.cc
[727/934] Compiling v3_ocsp.cc
[727/934] Compiling v3_pcons.cc
[729/934] Compiling v3_ncons.cc
[730/934] Compiling v3_int.cc
[731/934] Compiling v3_lib.cc
[732/934] Compiling v3_ia5.cc
[733/934] Compiling v3_info.cc
[734/934] Compiling v3_genn.cc
[735/934] Compiling v3_extku.cc
[736/934] Compiling v3_enum.cc
[737/934] Compiling v3_crld.cc
[738/934] Compiling v3_cpols.cc
[739/934] Compiling v3_conf.cc
[740/934] Compiling v3_bitst.cc
[741/934] Compiling v3_bcons.cc
[742/934] Compiling v3_akeya.cc
[743/934] Compiling v3_akey.cc
[744/934] Compiling v3_alt.cc
[745/934] Compiling t_x509a.cc
[746/934] Compiling t_x509.cc
[747/934] Compiling t_req.cc
[748/934] Compiling t_crl.cc
[749/934] Compiling rsa_pss.cc
[750/934] Compiling i2d_pr.cc
[751/934] Compiling name_print.cc
[752/934] Compiling policy.cc
[753/934] Compiling by_file.cc
[754/934] Compiling by_dir.cc
[755/934] Compiling asn1_gen.cc
[756/934] Compiling algorithm.cc
[757/934] Compiling a_verify.cc
[758/934] Compiling a_sign.cc
[759/934] Compiling voprf.cc
[760/934] Compiling a_digest.cc
[761/934] Compiling thread_win.cc
[762/934] Compiling trust_token.cc
[763/934] Compiling thread_pthread.cc
[764/934] Compiling thread.cc
[765/934] Compiling thread_none.cc
[766/934] Compiling pmbtoken.cc
[767/934] Compiling stack.cc
[768/934] Compiling wots.cc
[769/934] Compiling thash.cc
[770/934] Compiling merkle.cc
[771/934] Compiling fors.cc
[772/934] Compiling slhdsa.cc
[773/934] Compiling siphash.cc
[774/934] Compiling sha512.cc
[775/934] Compiling sha256.cc
[776/934] Compiling sha1.cc
[777/934] Compiling rsa_print.cc
[778/934] Compiling rsa_extra.cc
[779/934] Compiling rc4.cc
[780/934] Compiling refcount.cc
[781/934] Compiling rsa_crypt.cc
[782/934] Compiling rsa_asn1.cc
[783/934] Compiling windows.cc
[784/934] Compiling trusty.cc
[784/934] Compiling urandom.cc
[786/934] Compiling rand_extra.cc
[787/934] Compiling ios.cc
[788/934] Compiling passive.cc
[789/934] Compiling poly1305_arm_asm.S
[790/934] Compiling getentropy.cc
[791/934] Compiling forkunsafe.cc
[792/934] Compiling deterministic.cc
[793/934] Compiling fork_detect.cc
[794/934] Compiling pool.cc
[795/934] Compiling poly1305_arm.cc
[796/934] Compiling poly1305.cc
[797/934] Compiling poly1305_vec.cc
[798/934] Compiling pkcs7.cc
[799/934] Compiling pkcs8_x509.cc
[800/934] Compiling pkcs8.cc
[801/934] Compiling p5_pbev2.cc
[802/934] Compiling pkcs7_x509.cc
[803/934] Compiling pem_xaux.cc
[804/934] Compiling pem_x509.cc
[805/934] Compiling pem_pkey.cc
[806/934] Compiling pem_pk8.cc
[807/934] Compiling obj_xref.cc
[808/934] Compiling pem_oth.cc
[809/934] Compiling pem_info.cc
[810/934] Compiling mlkem.cc
[811/934] Compiling obj.cc
[812/934] Compiling pem_lib.cc
[813/934] Compiling mldsa.cc
[814/934] Compiling pem_all.cc
[815/934] Compiling poly_rq_mul.S
[816/934] Compiling mem.cc
[817/934] Compiling fips_shared_support.cc
[818/934] Compiling md5.cc
[819/934] Compiling md4.cc
[820/934] Compiling lhash.cc
[821/934] Compiling kyber.cc
[822/934] Compiling ex_data.cc
[823/934] Compiling hpke.cc
[824/934] Compiling hrss.cc
[825/934] Compiling sign.cc
[826/934] Compiling scrypt.cc
[827/934] Compiling pbkdf.cc
[828/934] Compiling print.cc
[829/934] Compiling p_x25519.cc
[830/934] Compiling p_x25519_asn1.cc
[831/934] Compiling p_rsa_asn1.cc
[832/934] Compiling p_rsa.cc
[833/934] Compiling p_ed25519.cc
[834/934] Compiling p_hkdf.cc
[835/934] Compiling p_ed25519_asn1.cc
[836/934] Compiling p_ec_asn1.cc
[837/934] Compiling p_ec.cc
[838/934] Compiling p_dh_asn1.cc
[839/934] Compiling p_dsa_asn1.cc
[840/934] Compiling p_dh.cc
[841/934] Compiling evp_ctx.cc
[842/934] Compiling evp_asn1.cc
[843/934] Compiling evp.cc
[844/934] Compiling err.cc
[845/934] Compiling engine.cc
[846/934] Compiling ecdh_extra.cc
[847/934] Compiling ecdsa_asn1.cc
[848/934] Compiling hash_to_curve.cc
[849/934] Compiling ec_derive.cc
[850/934] Compiling ec_asn1.cc
[851/934] Compiling dsa_asn1.cc
[852/934] Compiling dsa.cc
[853/934] Compiling params.cc
[854/934] Compiling dh_asn1.cc
[855/934] Compiling x25519-asm-arm.S
[855/934] Compiling digest_extra.cc
[857/934] Compiling des.cc
[858/934] Compiling spake25519.cc
[859/934] Compiling cpu_arm_linux.cc
[860/934] Compiling cpu_intel.cc
[861/934] Compiling crypto.cc
[862/934] Compiling cpu_arm_freebsd.cc
[863/934] Compiling curve25519.cc
[864/934] Compiling cpu_aarch64_win.cc
[865/934] Compiling cpu_aarch64_openbsd.cc
[866/934] Compiling cpu_aarch64_linux.cc
[867/934] Compiling cpu_aarch64_sysreg.cc
[868/934] Compiling curve25519_64_adx.cc
[869/934] Compiling cpu_aarch64_fuchsia.cc
[870/934] Compiling cpu_aarch64_apple.cc
[871/934] Compiling bcm.cc
[872/934] Compiling conf.cc
[873/934] Compiling tls_cbc.cc
[874/934] Compiling e_rc4.cc
[875/934] Compiling e_tls.cc
[876/934] Compiling e_rc2.cc
[877/934] Compiling e_null.cc
[878/934] Compiling e_des.cc
[879/934] Compiling e_chacha20poly1305.cc
[880/934] Compiling derive_key.cc
[881/934] Compiling e_aesgcmsiv.cc
[882/934] Compiling e_aesctrhmac.cc
[883/934] Compiling cipher_extra.cc
[884/934] Compiling chacha.cc
[885/934] Compiling unicode.cc
[886/934] Compiling cbb.cc
[887/934] Compiling cbs.cc
[888/934] Compiling ber.cc
[889/934] Compiling buf.cc
[890/934] Compiling asn1_compat.cc
[891/934] Compiling bn_asn1.cc
[892/934] Compiling convert.cc
[893/934] Compiling blake2.cc
[894/934] Compiling printf.cc
[895/934] Compiling hexdump.cc
[896/934] Compiling pair.cc
[897/934] Compiling file.cc
[898/934] Compiling fd.cc
[899/934] Compiling errno.cc
[900/934] Compiling bio_mem.cc
[901/934] Compiling bio.cc
[902/934] Compiling base64.cc
[903/934] Compiling tasn_typ.cc
[904/934] Compiling tasn_fre.cc
[905/934] Compiling tasn_utl.cc
[906/934] Compiling tasn_enc.cc
[907/934] Compiling tasn_new.cc
[908/934] Compiling posix_time.cc
[909/934] Compiling f_string.cc
[910/934] Compiling tasn_dec.cc
[911/934] Compiling f_int.cc
[912/934] Compiling asn_pack.cc
[913/934] Compiling asn1_par.cc
[914/934] Compiling a_utctm.cc
[915/934] Compiling asn1_lib.cc
[916/934] Compiling a_type.cc
[917/934] Compiling a_time.cc
[918/934] Compiling a_strnid.cc
[919/934] Compiling a_octet.cc
[920/934] Compiling a_strex.cc
[921/934] Compiling a_object.cc
[922/934] Compiling a_mbstr.cc
[923/934] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[924/934] Write sources
[925/934] Compiling a_i2d_fp.cc
[926/934] Write sources
[928/934] Compiling a_int.cc
[929/934] Compiling a_gentm.cc
[930/934] Compiling a_dup.cc
[931/934] Compiling a_d2i_fp.cc
[932/934] Compiling a_bool.cc
[933/978] Compiling a_bitstr.cc
[935/986] Compiling Algorithms Indexed.swift
[936/986] Compiling Algorithms Intersperse.swift
[937/986] Compiling Algorithms AdjacentPairs.swift
[938/986] Compiling Algorithms Chain.swift
[939/986] Compiling Algorithms Chunked.swift
[940/986] Compiling Algorithms Combinations.swift
[941/986] Compiling Algorithms Joined.swift
[942/988] Compiling Algorithms Compacted.swift
[943/988] Compiling Algorithms Cycle.swift
[944/988] Compiling Algorithms EitherSequence.swift
[945/988] Compiling Algorithms Permutations.swift
[946/988] Compiling Algorithms Product.swift
[947/988] Compiling Algorithms Keyed.swift
[948/988] Compiling Algorithms MinMax.swift
[949/988] Compiling Algorithms Partition.swift
[950/988] Compiling Atomics IntegerOperations.swift
[951/988] Compiling Atomics Unmanaged extensions.swift
[952/988] Compiling Algorithms Split.swift
[953/988] Compiling Algorithms Stride.swift
[954/988] Compiling Algorithms Suffix.swift
[957/991] Compiling Algorithms Rotate.swift
[958/991] Compiling CryptoBoringWrapper RandomBytes.swift
[962/991] Compiling Algorithms FirstNonNil.swift
[963/991] Compiling Algorithms FlattenCollection.swift
[964/991] Compiling Algorithms Grouped.swift
[967/991] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[974/991] Emitting module CryptoBoringWrapper
[975/991] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[976/991] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[977/991] Compiling CryptoBoringWrapper EllipticCurve.swift
[978/991] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[979/991] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[981/992] Emitting module Atomics
[982/992] Compiling Algorithms Trim.swift
[983/992] Compiling Algorithms Unique.swift
[984/992] Compiling Algorithms Windows.swift
[993/993] Emitting module Algorithms
[995/1125] Compiling Crypto HPKE-KDF.swift
[996/1125] Compiling Crypto HPKE-KexKeyDerivation.swift
[997/1125] Compiling Crypto HPKE-LabeledExtract.swift
[998/1125] Compiling Crypto HPKE-Utils.swift
[999/1125] Compiling Crypto DHKEM.swift
[1000/1125] Compiling Crypto HPKE-KEM-Curve25519.swift
[1001/1125] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1002/1125] Compiling Crypto HPKE-KEM.swift
[1003/1133] Compiling Crypto AES-GCM.swift
[1004/1133] Compiling Crypto AES-GCM_boring.swift
[1005/1133] Compiling Crypto ChaChaPoly_boring.swift
[1006/1133] Compiling Crypto ChaChaPoly.swift
[1007/1133] Compiling Crypto Cipher.swift
[1008/1133] Compiling Crypto Nonces.swift
[1009/1133] Compiling Crypto ASN1.swift
[1010/1133] Compiling Crypto ASN1Any.swift
[1011/1133] Compiling Crypto ASN1BitString.swift
[1012/1133] Compiling Crypto ASN1Boolean.swift
[1013/1142] Compiling Crypto PKCS8PrivateKey.swift
[1014/1142] Compiling Crypto SEC1PrivateKey.swift
[1015/1142] Compiling Crypto SubjectPublicKeyInfo.swift
[1016/1142] Compiling NIOCore IntegerTypes.swift
[1017/1142] Compiling NIOCore Interfaces.swift
[1018/1142] Compiling Crypto Digest.swift
[1019/1142] Compiling Crypto Digests.swift
[1020/1142] Compiling Crypto HashFunctions.swift
[1021/1142] Compiling Crypto HashFunctions_SHA2.swift
[1022/1142] Compiling Crypto HPKE-AEAD.swift
[1031/1142] Compiling Crypto SymmetricKeys.swift
[1032/1142] Compiling Crypto HMAC.swift
[1033/1142] Compiling Crypto MACFunctions.swift
[1034/1142] Compiling Crypto MessageAuthenticationCode.swift
[1035/1142] Compiling Crypto AES.swift
[1036/1142] Compiling Crypto ECDSASignature_boring.swift
[1037/1142] Compiling Crypto ECDSA_boring.swift
[1038/1142] Compiling Crypto EdDSA_boring.swift
[1039/1142] Compiling Crypto ECDSA.swift
[1040/1142] Compiling Crypto Ed25519.swift
[1041/1142] Compiling Crypto HKDF.swift
[1042/1142] Compiling Crypto AESWrap.swift
[1043/1142] Compiling Crypto AESWrap_boring.swift
[1044/1142] Compiling Crypto Ed25519_boring.swift
[1045/1142] Compiling Crypto NISTCurvesKeys_boring.swift
[1046/1142] Compiling Crypto X25519Keys_boring.swift
[1047/1142] Compiling Crypto Curve25519.swift
[1048/1142] Compiling Crypto Ed25519Keys.swift
[1049/1142] Compiling Crypto NISTCurvesKeys.swift
[1050/1142] Compiling Crypto X25519Keys.swift
[1051/1142] Compiling NIOCore SocketAddresses.swift
[1052/1142] Compiling NIOCore SocketOptionProvider.swift
[1053/1142] Compiling NIOCore SystemCallHelpers.swift
[1054/1142] Compiling NIOCore TimeAmount+Duration.swift
[1055/1142] Compiling NIOCore TypeAssistedChannelHandler.swift
[1056/1142] Compiling NIOCore UniversalBootstrapSupport.swift
[1057/1142] Compiling NIOCore Utilities.swift
[1058/1142] Compiling Crypto ObjectIdentifier.swift
[1059/1142] Compiling Crypto ECDSASignature.swift
[1060/1142] Compiling Crypto PEMDocument.swift
[1061/1142] Emitting module Crypto
[1062/1142] Compiling Crypto HPKE-Ciphersuite.swift
[1071/1142] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1072/1142] Compiling Crypto HPKE.swift
[1073/1142] Compiling Crypto HPKE-Context.swift
[1074/1142] Compiling Crypto HPKE-KeySchedule.swift
[1075/1142] Compiling Crypto HPKE-Modes.swift
[1076/1142] Compiling Crypto Insecure.swift
[1077/1142] Compiling Crypto Insecure_HashFunctions.swift
[1078/1142] Compiling Crypto KEM.swift
[1079/1142] Compiling Crypto ECDH_boring.swift
[1080/1142] Compiling Crypto DH.swift
[1081/1142] Compiling Crypto ECDH.swift
[1099/1142] Compiling Crypto Signature.swift
[1100/1142] Compiling Crypto CryptoKitErrors_boring.swift
[1101/1142] Compiling Crypto RNG_boring.swift
[1102/1142] Compiling Crypto SafeCompare_boring.swift
[1103/1142] Compiling Crypto Zeroization_boring.swift
[1104/1142] Compiling Crypto PrettyBytes.swift
[1105/1142] Compiling Crypto SafeCompare.swift
[1106/1142] Compiling Crypto SecureBytes.swift
[1107/1142] Compiling Crypto Zeroization.swift
[1109/1143] Emitting module NIOCore
[1145/1194] Compiling NIOEmbedded Embedded.swift
[1146/1194] Compiling NIOEmbedded AsyncTestingChannel.swift
[1147/1194] Emitting module NIOEmbedded
[1148/1194] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1150/1195] Emitting module NIOPosix
[1151/1201] Compiling NIOPosix Pool.swift
[1152/1201] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1153/1201] Compiling NIOPosix PosixSingletons.swift
[1154/1201] Compiling NIOPosix RawSocketBootstrap.swift
[1155/1201] Compiling NIOPosix Resolver.swift
[1156/1201] Compiling NIOPosix Selectable.swift
[1157/1201] Compiling NIOPosix SelectableChannel.swift
[1158/1201] Compiling NIOPosix SelectableEventLoop.swift
[1159/1201] Compiling NIOPosix SelectorEpoll.swift
[1160/1201] Compiling NIOPosix SelectorGeneric.swift
[1161/1201] Compiling NIOPosix SelectorKqueue.swift
[1162/1201] Compiling NIOPosix SelectorUring.swift
[1163/1201] Compiling NIOPosix ThreadPosix.swift
[1164/1201] Compiling NIOPosix ThreadWindows.swift
[1165/1201] Compiling NIOPosix UnsafeTransfer.swift
[1166/1201] Compiling NIOPosix Utilities.swift
[1167/1201] Compiling NIOPosix VsockAddress.swift
[1168/1201] Compiling NIOPosix VsockChannelEvents.swift
[1169/1201] Compiling NIOPosix ServerSocket.swift
[1170/1201] Compiling NIOPosix Socket.swift
[1171/1201] Compiling NIOPosix SocketChannel.swift
[1172/1201] Compiling NIOPosix SocketProtocols.swift
[1173/1201] Compiling NIOPosix System.swift
[1174/1201] Compiling NIOPosix Thread.swift
[1175/1201] Compiling NIOPosix Bootstrap.swift
[1176/1201] Compiling NIOPosix ControlMessage.swift
[1177/1201] Compiling NIOPosix DatagramVectorReadManager.swift
[1178/1201] Compiling NIOPosix Errors+Any.swift
[1179/1201] Compiling NIOPosix FileDescriptor.swift
[1180/1201] Compiling NIOPosix GetaddrinfoResolver.swift
[1181/1201] Compiling NIOPosix HappyEyeballs.swift
[1182/1201] Compiling NIOPosix IO.swift
[1183/1201] Compiling NIOPosix IntegerBitPacking.swift
[1184/1201] Compiling NIOPosix IntegerTypes.swift
[1185/1201] Compiling NIOPosix Linux.swift
[1186/1201] Compiling NIOPosix LinuxCPUSet.swift
[1187/1201] Compiling NIOPosix LinuxUring.swift
[1188/1201] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1189/1201] Compiling NIOPosix NIOThreadPool.swift
[1190/1201] Compiling NIOPosix NonBlockingFileIO.swift
[1191/1201] Compiling NIOPosix PendingDatagramWritesManager.swift
[1192/1201] Compiling NIOPosix PendingWritesManager.swift
[1193/1201] Compiling NIOPosix PipeChannel.swift
[1194/1201] Compiling NIOPosix PipePair.swift
[1195/1201] Compiling NIOPosix BSDSocketAPICommon.swift
[1196/1201] Compiling NIOPosix BSDSocketAPIPosix.swift
[1197/1201] Compiling NIOPosix BSDSocketAPIWindows.swift
[1198/1201] Compiling NIOPosix BaseSocket.swift
[1199/1201] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1200/1201] Compiling NIOPosix BaseSocketChannel.swift
[1201/1201] Compiling NIOPosix BaseStreamSocketChannel.swift
[1203/1204] Emitting module NIO
[1204/1204] Compiling NIO Exports.swift
[1206/1244] Compiling NIOTLS TLSEvents.swift
[1207/1244] Emitting module NIOTLS
[1208/1244] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1209/1244] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1210/1244] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1211/1244] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1212/1244] Compiling NIOSOCKS SOCKSResponse.swift
[1213/1245] Compiling NIOSOCKS ClientStateMachine.swift
[1214/1245] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1215/1245] Compiling NIOSOCKS Errors.swift
[1216/1245] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1217/1245] Emitting module NIOFoundationCompat
[1218/1245] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1219/1245] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1220/1246] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1221/1246] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1222/1248] Emitting module NIOSOCKS
[1223/1248] Compiling NIOSOCKS SOCKSClientHandler.swift
[1224/1248] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1225/1248] Compiling NIOSOCKS ServerStateMachine.swift
[1226/1248] Compiling NIOTLS SNIHandler.swift
[1227/1248] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1229/1249] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1230/1249] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1231/1249] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1232/1249] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1235/1250] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1236/1250] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1237/1301] Compiling NIOSSL NIOSSLHandler.swift
[1238/1301] Compiling NIOSSL AndroidCABundle.swift
[1239/1301] Emitting module NIOTransportServices
[1240/1303] Compiling NIOTransportServices StateManagedChannel.swift
[1241/1303] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1242/1303] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1243/1303] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1244/1303] Compiling NIOTransportServices NIOTSSingletons.swift
[1245/1303] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1246/1303] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1247/1303] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1248/1303] Compiling NIOSSL CustomPrivateKey.swift
[1249/1303] Compiling NIOSSL IdentityVerification.swift
[1250/1303] Compiling NIOSSL SSLCertificate.swift
[1251/1303] Compiling NIOSSL SSLCertificateExtensions.swift
[1252/1303] Compiling NIOSSL SSLCertificateName.swift
[1253/1303] Compiling NIOSSL SSLConnection.swift
[1254/1303] Compiling NIOSSL NIOSSLServerHandler.swift
[1255/1303] Compiling NIOSSL ObjectIdentifier.swift
[1256/1303] Compiling NIOSSL PosixPort.swift
[1257/1303] Compiling NIOSSL LinuxCABundle.swift
[1258/1303] Compiling NIOSSL NIOSSLClientHandler.swift
[1259/1303] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1262/1303] Compiling NIOSSL ByteBufferBIO.swift
[1272/1304] Emitting module NIOHTTP1
[1277/1333] Compiling SotoSignerV4 credentials.swift
[1278/1333] Emitting module NIOSSL
[1279/1337] Compiling NIOHPACK IndexedHeaderTable.swift
[1280/1338] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1281/1338] Compiling NIOHPACK IntegerCoding.swift
[1282/1338] Compiling NIOHPACK HuffmanTables.swift
[1283/1338] Compiling NIOHPACK HuffmanCoding.swift
[1284/1338] Compiling NIOHTTPCompression HTTPCompression.swift
[1285/1338] Emitting module NIOHTTPCompression
[1286/1338] Compiling NIOHTTPCompression HTTPDecompression.swift
[1287/1338] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1288/1338] Emitting module NIOTestUtils
[1289/1338] Compiling NIOHPACK DynamicHeaderTable.swift
[1290/1338] Compiling NIOHPACK HPACKDecoder.swift
[1291/1338] Emitting module NIOHPACK
[1292/1338] Compiling NIOHPACK StaticHeaderTable.swift
[1293/1338] Emitting module SotoSignerV4
[1294/1338] Compiling SotoSignerV4 HexEncoding.swift
[1295/1338] Compiling NIOHPACK HPACKEncoder.swift
[1296/1338] Compiling NIOHPACK HPACKErrors.swift
[1297/1338] Compiling NIOHPACK HPACKHeader.swift
[1298/1338] Compiling NIOHPACK HeaderTables.swift
[1305/1338] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1306/1338] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1307/1339] Compiling NIOTestUtils EventCounterHandler.swift
[1308/1339] Compiling NIOTestUtils ByteToMessageDecoderVerifier.swift
[1309/1339] Compiling NIOTestUtils NIOHTTP1TestServer.swift
[1313/1340] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1314/1340] Compiling NIOSSL SubjectAlternativeName.swift
[1315/1340] Compiling NIOSSL NIOSSLSecureBytes.swift
[1316/1340] Compiling NIOSSL RNG.swift
[1317/1340] Compiling NIOSSL SafeCompare.swift
[1319/1340] Compiling SotoSignerV4 SigV4a.swift
[1321/1340] Compiling SotoSignerV4 exports.swift
[1322/1340] Compiling SotoSignerV4 signer.swift
[1339/1400] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1340/1400] Compiling NIOHTTP2 HTTP2PingData.swift
[1341/1400] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1342/1400] Compiling NIOHTTP2 HTTP2Settings.swift
[1344/1401] Emitting module NIOHTTP2
[1345/1401] Compiling NIOHTTP2 MaySendFrames.swift
[1346/1401] Compiling NIOHTTP2 SendingDataState.swift
[1347/1401] Compiling NIOHTTP2 SendingGoawayState.swift
[1348/1401] Compiling NIOHTTP2 SendingHeadersState.swift
[1349/1401] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1350/1401] Compiling NIOHTTP2 SendingRstStreamState.swift
[1351/1401] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1352/1401] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1353/1409] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1354/1409] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1355/1409] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1356/1409] Compiling NIOHTTP2 HTTP2StreamID.swift
[1357/1409] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1358/1409] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1359/1409] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1360/1409] Compiling NIOHTTP2 InboundEventBuffer.swift
[1361/1409] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1362/1409] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1363/1409] Compiling NIOHTTP2 MayReceiveFrames.swift
[1364/1409] Compiling NIOHTTP2 ReceivingDataState.swift
[1365/1409] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1366/1409] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1367/1409] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1368/1409] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1369/1409] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1370/1409] Compiling NIOHTTP2 InboundWindowManager.swift
[1371/1409] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1372/1409] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1373/1409] Compiling NIOHTTP2 StreamChannelList.swift
[1374/1409] Compiling NIOHTTP2 StreamMap.swift
[1375/1409] Compiling NIOHTTP2 StreamStateMachine.swift
[1376/1409] Compiling NIOHTTP2 UnsafeTransfer.swift
[1377/1409] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1378/1409] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1379/1409] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1380/1409] Compiling NIOHTTP2 HasLocalSettings.swift
[1381/1409] Compiling NIOHTTP2 HasRemoteSettings.swift
[1382/1409] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1383/1409] Compiling NIOHTTP2 QuiescingState.swift
[1384/1409] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1385/1409] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1386/1409] Compiling NIOHTTP2 StateMachineResult.swift
[1387/1409] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1388/1409] Compiling NIOHTTP2 DOSHeuristics.swift
[1389/1409] Compiling NIOHTTP2 Error+Any.swift
[1390/1409] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1391/1409] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1392/1409] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1393/1409] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1394/1409] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1395/1409] Compiling NIOHTTP2 HTTP2Frame.swift
[1396/1409] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1401/1409] Compiling NIOHTTP2 HTTP2Stream.swift
[1402/1409] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1403/1409] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1404/1409] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1405/1409] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1406/1409] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1407/1409] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1408/1409] Compiling NIOHTTP2 HTTP2Error.swift
[1409/1409] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1411/1470] Emitting module AsyncHTTPClient
[1412/1478] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1413/1478] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1414/1478] Compiling AsyncHTTPClient Transaction.swift
[1415/1478] Compiling AsyncHTTPClient Base64.swift
[1416/1478] Compiling AsyncHTTPClient BasicAuth.swift
[1417/1478] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1418/1478] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1419/1478] Compiling AsyncHTTPClient ConnectionPool.swift
[1420/1478] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1421/1478] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1422/1478] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1423/1478] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1424/1478] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1425/1478] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1426/1478] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1427/1478] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1428/1478] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1429/1478] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1430/1478] Compiling AsyncHTTPClient RequestBag.swift
[1431/1478] Compiling AsyncHTTPClient RequestValidation.swift
[1432/1478] Compiling AsyncHTTPClient SSLContextCache.swift
[1433/1478] Compiling AsyncHTTPClient Scheme.swift
[1434/1478] Compiling AsyncHTTPClient Singleton.swift
[1435/1478] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1436/1478] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1437/1478] Compiling AsyncHTTPClient Utils.swift
[1438/1478] Compiling AsyncHTTPClient HTTPHandler.swift
[1439/1478] Compiling AsyncHTTPClient LRUCache.swift
[1440/1478] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1441/1478] Compiling AsyncHTTPClient NWErrorHandler.swift
[1442/1478] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1443/1478] Compiling AsyncHTTPClient TLSConfiguration.swift
[1444/1478] Compiling AsyncHTTPClient RedirectState.swift
[1445/1478] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1446/1478] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1447/1478] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1448/1478] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1449/1478] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1450/1478] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1451/1478] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1452/1478] Compiling AsyncHTTPClient RequestBodyLength.swift
[1453/1478] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1454/1478] Compiling AsyncHTTPClient ConnectionTarget.swift
[1455/1478] Compiling AsyncHTTPClient DeconstructedURL.swift
[1456/1478] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1457/1478] Compiling AsyncHTTPClient FoundationExtensions.swift
[1458/1478] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1459/1478] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1460/1478] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1461/1478] Compiling AsyncHTTPClient HTTPClient.swift
[1462/1478] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1463/1478] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1464/1478] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1465/1478] Compiling AsyncHTTPClient HTTP1Connection.swift
[1466/1478] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1467/1478] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1468/1478] Compiling AsyncHTTPClient HTTP2Connection.swift
[1469/1478] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1470/1478] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1471/1478] Compiling AsyncHTTPClient RequestOptions.swift
[1472/1478] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1473/1478] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1474/1478] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1475/1478] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1476/1478] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1477/1478] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1478/1478] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1480/1543] Compiling SotoCore ByteBufferSequence.swift
/host/spi-builder-workspace/Sources/SotoCore/Credential/ConfigFileLoader.swift:127:33: warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
125 | static func loadFile(path: String, fileIO: NonBlockingFileIO) async throws -> ByteBuffer {
126 | let path = self.expandTildeInFilePath(path)
127 | return try await fileIO.withFileRegion(path: path) { fileRegion in
| `- warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
128 | try await fileIO.read(fileHandle: fileRegion.fileHandle, byteCount: fileRegion.readableBytes, allocator: ByteBufferAllocator())
129 | }
[1481/1543] Compiling SotoCore EventStream.swift
/host/spi-builder-workspace/Sources/SotoCore/Credential/ConfigFileLoader.swift:127:33: warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
125 | static func loadFile(path: String, fileIO: NonBlockingFileIO) async throws -> ByteBuffer {
126 | let path = self.expandTildeInFilePath(path)
127 | return try await fileIO.withFileRegion(path: path) { fileRegion in
| `- warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
128 | try await fileIO.read(fileHandle: fileRegion.fileHandle, byteCount: fileRegion.readableBytes, allocator: ByteBufferAllocator())
129 | }
[1482/1543] Compiling SotoCore ExpiringValue.swift
/host/spi-builder-workspace/Sources/SotoCore/Credential/ConfigFileLoader.swift:127:33: warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
125 | static func loadFile(path: String, fileIO: NonBlockingFileIO) async throws -> ByteBuffer {
126 | let path = self.expandTildeInFilePath(path)
127 | return try await fileIO.withFileRegion(path: path) { fileRegion in
| `- warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
128 | try await fileIO.read(fileHandle: fileRegion.fileHandle, byteCount: fileRegion.readableBytes, allocator: ByteBufferAllocator())
129 | }
[1483/1543] Compiling SotoCore FixedSizeByteBufferAsyncSequence.swift
/host/spi-builder-workspace/Sources/SotoCore/Credential/ConfigFileLoader.swift:127:33: warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
125 | static func loadFile(path: String, fileIO: NonBlockingFileIO) async throws -> ByteBuffer {
126 | let path = self.expandTildeInFilePath(path)
127 | return try await fileIO.withFileRegion(path: path) { fileRegion in
| `- warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
128 | try await fileIO.read(fileHandle: fileRegion.fileHandle, byteCount: fileRegion.readableBytes, allocator: ByteBufferAllocator())
129 | }
[1484/1543] Compiling SotoCore Sequence+concurrentMap.swift
/host/spi-builder-workspace/Sources/SotoCore/Credential/ConfigFileLoader.swift:127:33: warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
125 | static func loadFile(path: String, fileIO: NonBlockingFileIO) async throws -> ByteBuffer {
126 | let path = self.expandTildeInFilePath(path)
127 | return try await fileIO.withFileRegion(path: path) { fileRegion in
| `- warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
128 | try await fileIO.read(fileHandle: fileRegion.fileHandle, byteCount: fileRegion.readableBytes, allocator: ByteBufferAllocator())
129 | }
[1485/1543] Compiling SotoCore ConfigFileCredentialProvider.swift
/host/spi-builder-workspace/Sources/SotoCore/Credential/ConfigFileLoader.swift:127:33: warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
125 | static func loadFile(path: String, fileIO: NonBlockingFileIO) async throws -> ByteBuffer {
126 | let path = self.expandTildeInFilePath(path)
127 | return try await fileIO.withFileRegion(path: path) { fileRegion in
| `- warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
128 | try await fileIO.read(fileHandle: fileRegion.fileHandle, byteCount: fileRegion.readableBytes, allocator: ByteBufferAllocator())
129 | }
[1486/1543] Compiling SotoCore ConfigFileLoader.swift
/host/spi-builder-workspace/Sources/SotoCore/Credential/ConfigFileLoader.swift:127:33: warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
125 | static func loadFile(path: String, fileIO: NonBlockingFileIO) async throws -> ByteBuffer {
126 | let path = self.expandTildeInFilePath(path)
127 | return try await fileIO.withFileRegion(path: path) { fileRegion in
| `- warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
128 | try await fileIO.read(fileHandle: fileRegion.fileHandle, byteCount: fileRegion.readableBytes, allocator: ByteBufferAllocator())
129 | }
[1487/1543] Compiling SotoCore Credential+IsEmpty.swift
/host/spi-builder-workspace/Sources/SotoCore/Credential/ConfigFileLoader.swift:127:33: warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
125 | static func loadFile(path: String, fileIO: NonBlockingFileIO) async throws -> ByteBuffer {
126 | let path = self.expandTildeInFilePath(path)
127 | return try await fileIO.withFileRegion(path: path) { fileRegion in
| `- warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
128 | try await fileIO.read(fileHandle: fileRegion.fileHandle, byteCount: fileRegion.readableBytes, allocator: ByteBufferAllocator())
129 | }
[1488/1543] Compiling SotoCore CredentialProvider.swift
/host/spi-builder-workspace/Sources/SotoCore/Credential/ConfigFileLoader.swift:127:33: warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
125 | static func loadFile(path: String, fileIO: NonBlockingFileIO) async throws -> ByteBuffer {
126 | let path = self.expandTildeInFilePath(path)
127 | return try await fileIO.withFileRegion(path: path) { fileRegion in
| `- warning: 'withFileRegion(path:_:)' is deprecated: Avoid using NonBlockingFileIO. The API is difficult to hold correctly, use NIOFileSystem as a replacement API.
128 | try await fileIO.read(fileHandle: fileRegion.fileHandle, byteCount: fileRegion.readableBytes, allocator: ByteBufferAllocator())
129 | }
[1489/1552] Compiling SotoCore AWSClient+Paginate.swift
[1490/1552] Compiling SotoCore AWSClient.swift
[1491/1552] Compiling SotoCore AWSEndpointDiscovery.swift
[1492/1552] Compiling SotoCore AWSService.swift
[1493/1552] Compiling SotoCore AWSServiceConfig.swift
[1494/1552] Compiling SotoCore Base64Data.swift
[1495/1552] Compiling SotoCore Document.swift
[1496/1552] Compiling SotoCore EventPayload.swift
[1497/1552] Compiling SotoCore AnyAsyncSequence.swift
[1498/1552] Emitting module SotoCore
[1499/1552] Compiling SotoCore Error.swift
[1500/1552] Compiling SotoCore ServerErrors.swift
[1501/1552] Compiling SotoCore Exports.swift
[1502/1552] Compiling SotoCore AWSHTTPBody.swift
[1503/1552] Compiling SotoCore AWSHTTPClient.swift
[1504/1552] Compiling SotoCore AWSHTTPRequest.swift
[1505/1552] Compiling SotoCore AWSHTTPResponse+HAL.swift
[1506/1552] Compiling SotoCore AWSHTTPResponse.swift
[1507/1552] Compiling SotoCore AsyncHTTPClient.swift
[1508/1552] Compiling SotoCore CredentialProviderError.swift
[1509/1552] Compiling SotoCore CredentialProviderSelector.swift
[1510/1552] Compiling SotoCore DeferredCredentialProvider.swift
[1511/1552] Compiling SotoCore EmptyCredential.swift
[1512/1552] Compiling SotoCore ExpiringCredential.swift
[1513/1552] Compiling SotoCore MetaDataCredentialProvider.swift
[1514/1552] Compiling SotoCore NullCredentialProvider.swift
[1515/1552] Compiling SotoCore RotatingCredentialProvider.swift
[1516/1552] Compiling SotoCore RuntimeSelectorCredentialProvider.swift
[1517/1552] Compiling SotoCore S3SignedAsyncSequence.swift
[1518/1552] Compiling SotoCore Middleware.swift
[1519/1552] Compiling SotoCore EditHeadersMiddleware.swift
[1520/1552] Compiling SotoCore EndpointDiscoveryMiddleware.swift
[1521/1552] Compiling SotoCore ErrorHandlingMiddleware.swift
[1522/1552] Compiling SotoCore LoggingMiddleware.swift
[1523/1552] Compiling SotoCore RetryMiddleware.swift
[1524/1552] Compiling SotoCore S3Middleware.swift
[1525/1552] Compiling SotoCore SigningMiddleware.swift
[1526/1552] Compiling SotoCore STSAssumeRole.swift
[1527/1552] Compiling SotoCore StaticCredential+CredentialProvider.swift
[1528/1552] Compiling SotoCore StaticCredential+Environment.swift
[1529/1552] Compiling SotoCore ARN.swift
[1530/1552] Compiling SotoCore AWSShape.swift
[1531/1552] Compiling SotoCore EndpointVariant.swift
[1532/1552] Compiling SotoCore Environment.swift
[1533/1552] Compiling SotoCore Region.swift
[1534/1552] Compiling SotoCore ServiceProtocol.swift
[1535/1552] Compiling SotoCore CodableProperties.swift
[1536/1552] Compiling SotoCore CollectionCoders.swift
[1537/1552] Compiling SotoCore DateCoders.swift
[1538/1552] Compiling SotoCore EC2ArrayCoder.swift
[1539/1552] Compiling SotoCore EventStreamDecoder.swift
[1540/1552] Compiling SotoCore QueryEncoder.swift
[1541/1552] Compiling SotoCore RequestContainer.swift
[1542/1552] Compiling SotoCore ResponseContainer.swift
[1543/1552] Compiling SotoCore ClientErrors.swift
[1544/1552] Compiling SotoCore TracingMiddleware.swift
[1545/1552] Compiling SotoCore TreeHashMiddleware.swift
[1546/1552] Compiling SotoCore MiddlewareStack.swift
[1547/1552] Compiling SotoCore RetryPolicy.swift
[1548/1552] Compiling SotoCore UnsafeTransfer.swift
[1549/1552] Compiling SotoCore base64.swift
[1550/1552] Compiling SotoCore crc32.swift
[1551/1552] Compiling SotoCore AWSClient+Waiter.swift
[1552/1552] Compiling SotoCore Matcher.swift
[1554/1557] Compiling SotoTestUtils TestUtils.swift
[1555/1557] Compiling SotoTestUtils Environment.swift
[1556/1557] Emitting module SotoTestUtils
[1557/1557] Compiling SotoTestUtils TestServer.swift
Build complete! (141.35s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.77.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-metrics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-metrics.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.7.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.13.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.23.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "jmespath.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/adam-fowler/jmespath.swift.git"
}
],
"manifest_display_name" : "soto-core",
"name" : "soto-core",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SotoCore",
"targets" : [
"SotoCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SotoTestUtils",
"targets" : [
"SotoTestUtils"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SotoSignerV4",
"targets" : [
"SotoSignerV4"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "SotoXMLTests",
"module_type" : "SwiftTarget",
"name" : "SotoXMLTests",
"path" : "Tests/SotoXMLTests",
"sources" : [
"XMLCoderTests.swift",
"XMLTests.swift"
],
"target_dependencies" : [
"SotoXML",
"SotoCore"
],
"type" : "test"
},
{
"c99name" : "SotoXML",
"module_type" : "SwiftTarget",
"name" : "SotoXML",
"path" : "Sources/SotoXML",
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"Expat.swift",
"XML.swift",
"XMLDecoder.swift",
"XMLEncoder.swift"
],
"target_dependencies" : [
"CSotoExpat"
],
"type" : "library"
},
{
"c99name" : "SotoTestUtils",
"module_type" : "SwiftTarget",
"name" : "SotoTestUtils",
"path" : "Sources/SotoTestUtils",
"product_dependencies" : [
"Logging",
"NIO",
"NIOFoundationCompat",
"NIOHTTP1",
"NIOPosix",
"NIOTestUtils"
],
"product_memberships" : [
"SotoTestUtils"
],
"sources" : [
"Environment.swift",
"TestServer.swift",
"TestUtils.swift"
],
"target_dependencies" : [
"SotoCore",
"SotoXML"
],
"type" : "library"
},
{
"c99name" : "SotoSignerV4Tests",
"module_type" : "SwiftTarget",
"name" : "SotoSignerV4Tests",
"path" : "Tests/SotoSignerV4Tests",
"sources" : [
"AWSSignerTests.swift",
"SigV4aTests.swift"
],
"target_dependencies" : [
"SotoSignerV4"
],
"type" : "test"
},
{
"c99name" : "SotoSignerV4",
"module_type" : "SwiftTarget",
"name" : "SotoSignerV4",
"path" : "Sources/SotoSignerV4",
"product_dependencies" : [
"Crypto",
"NIOCore",
"NIOHTTP1"
],
"product_memberships" : [
"SotoCore",
"SotoTestUtils",
"SotoSignerV4"
],
"sources" : [
"HexEncoding.swift",
"SigV4a.swift",
"credentials.swift",
"exports.swift",
"signer.swift"
],
"type" : "library"
},
{
"c99name" : "SotoCoreTests",
"module_type" : "SwiftTarget",
"name" : "SotoCoreTests",
"path" : "Tests/SotoCoreTests",
"product_dependencies" : [
"NIOPosix"
],
"sources" : [
"AWSClientTests.swift",
"AWSRequestTests.swift",
"AWSResponseTests.swift",
"AWSServiceTests.swift",
"CRCTests.swift",
"Concurrency/AsyncSequenceTests.swift",
"Concurrency/Count.swift",
"Concurrency/ExpiringValueTests.swift",
"Concurrency/Sequence+concurrentMapTests.swift",
"Credential/ConfigFileCredentialProviderTests.swift",
"Credential/ConfigFileLoaderTests.swift",
"Credential/CredentialProviderTests.swift",
"Credential/MetaDataCredentialProviderTests.swift",
"Credential/RotatingCredentialProviderTests.swift",
"Credential/RuntimeSelectorCredentialProviderTests.swift",
"Credential/STSAssumeRoleTests.swift",
"Credential/StaticCredential+EnvironmentTests.swift",
"Doc/ARNTests.swift",
"Doc/EnvironmentTests.swift",
"Doc/RegionTests.swift",
"EndpointDiscoveryTests.swift",
"LoggingTests.swift",
"MiddlewareTests.swift",
"PaginateTests.swift",
"PayloadTests.swift",
"QueryEncoderTests.swift",
"TestTracer.swift",
"TimeStampTests.swift",
"TracingTests.swift",
"ValidationTests.swift",
"WaiterTests.swift"
],
"target_dependencies" : [
"SotoCore",
"SotoTestUtils"
],
"type" : "test"
},
{
"c99name" : "SotoCore",
"module_type" : "SwiftTarget",
"name" : "SotoCore",
"path" : "Sources/SotoCore",
"product_dependencies" : [
"Logging",
"AsyncHTTPClient",
"Atomics",
"Metrics",
"NIOCore",
"NIOHTTP1",
"NIOPosix",
"NIOSSL",
"NIOTransportServices",
"NIOFoundationCompat",
"JMESPath",
"Tracing"
],
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"AWSClient+Paginate.swift",
"AWSClient.swift",
"AWSEndpointDiscovery.swift",
"AWSService.swift",
"AWSServiceConfig.swift",
"AWSShapes/Base64Data.swift",
"AWSShapes/Document.swift",
"AWSShapes/EventPayload.swift",
"Concurrency/AnyAsyncSequence.swift",
"Concurrency/ByteBufferSequence.swift",
"Concurrency/EventStream.swift",
"Concurrency/ExpiringValue.swift",
"Concurrency/FixedSizeByteBufferAsyncSequence.swift",
"Concurrency/Sequence+concurrentMap.swift",
"Credential/ConfigFileCredentialProvider.swift",
"Credential/ConfigFileLoader.swift",
"Credential/Credential+IsEmpty.swift",
"Credential/CredentialProvider.swift",
"Credential/CredentialProviderError.swift",
"Credential/CredentialProviderSelector.swift",
"Credential/DeferredCredentialProvider.swift",
"Credential/EmptyCredential.swift",
"Credential/ExpiringCredential.swift",
"Credential/MetaDataCredentialProvider.swift",
"Credential/NullCredentialProvider.swift",
"Credential/RotatingCredentialProvider.swift",
"Credential/RuntimeSelectorCredentialProvider.swift",
"Credential/STSAssumeRole.swift",
"Credential/StaticCredential+CredentialProvider.swift",
"Credential/StaticCredential+Environment.swift",
"Doc/ARN.swift",
"Doc/AWSShape.swift",
"Doc/EndpointVariant.swift",
"Doc/Environment.swift",
"Doc/Region.swift",
"Doc/ServiceProtocol.swift",
"Encoder/CodableProperties/CodableProperties.swift",
"Encoder/CodableProperties/CollectionCoders.swift",
"Encoder/CodableProperties/DateCoders.swift",
"Encoder/CodableProperties/EC2ArrayCoder.swift",
"Encoder/EventStreamDecoder.swift",
"Encoder/QueryEncoder.swift",
"Encoder/RequestContainer.swift",
"Encoder/ResponseContainer.swift",
"Errors/ClientErrors.swift",
"Errors/Error.swift",
"Errors/ServerErrors.swift",
"Exports.swift",
"HTTP/AWSHTTPBody.swift",
"HTTP/AWSHTTPClient.swift",
"HTTP/AWSHTTPRequest.swift",
"HTTP/AWSHTTPResponse+HAL.swift",
"HTTP/AWSHTTPResponse.swift",
"HTTP/AsyncHTTPClient.swift",
"HTTP/S3SignedAsyncSequence.swift",
"Middleware/Middleware.swift",
"Middleware/Middleware/EditHeadersMiddleware.swift",
"Middleware/Middleware/EndpointDiscoveryMiddleware.swift",
"Middleware/Middleware/ErrorHandlingMiddleware.swift",
"Middleware/Middleware/LoggingMiddleware.swift",
"Middleware/Middleware/RetryMiddleware.swift",
"Middleware/Middleware/S3Middleware.swift",
"Middleware/Middleware/SigningMiddleware.swift",
"Middleware/Middleware/TracingMiddleware.swift",
"Middleware/Middleware/TreeHashMiddleware.swift",
"Middleware/MiddlewareStack.swift",
"RetryPolicy.swift",
"Utils/UnsafeTransfer.swift",
"Utils/base64.swift",
"Utils/crc32.swift",
"Waiters/AWSClient+Waiter.swift",
"Waiters/Matcher.swift"
],
"target_dependencies" : [
"SotoSignerV4",
"SotoXML",
"INIParser"
],
"type" : "library"
},
{
"c99name" : "INIParserTests",
"module_type" : "SwiftTarget",
"name" : "INIParserTests",
"path" : "Tests/INIParserTests",
"sources" : [
"INIParserTests.swift"
],
"target_dependencies" : [
"INIParser"
],
"type" : "test"
},
{
"c99name" : "INIParser",
"module_type" : "SwiftTarget",
"name" : "INIParser",
"path" : "Sources/INIParser",
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"INIParser.swift"
],
"type" : "library"
},
{
"c99name" : "CSotoExpat",
"module_type" : "ClangTarget",
"name" : "CSotoExpat",
"path" : "Sources/CSotoExpat",
"product_memberships" : [
"SotoCore",
"SotoTestUtils"
],
"sources" : [
"xmlparse.c",
"xmlrole.c",
"xmltok.c",
"xmltok_impl.c",
"xmltok_ns.c"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:ba854000887cd0c27418c7bc304adc590345237c7003ebd31ba26cc8db085cf3
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.