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