Build Information
Successful build of swift-sdk-generator, reference main (d08a62
), with Swift 6.1 for Linux on 12 Sep 2025 11:59:38 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-sdk-generator.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/swiftlang/swift-sdk-generator
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d08a627 Make targetSwiftPackagePath optional for Wasm Swift SDK generation (#242)
Cloned https://github.com/swiftlang/swift-sdk-generator.git
Revision (git rev-parse @):
d08a62773822b3196897a96e405211b43d4a10ad
SUCCESS checkout https://github.com/swiftlang/swift-sdk-generator.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/swiftlang/swift-sdk-generator.git
https://github.com/swiftlang/swift-sdk-generator.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.19.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-async-algorithms",
"requirement" : {
"exact" : [
"1.0.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "swift-sdk-generator",
"name" : "swift-sdk-generator",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "swift-sdk-generator",
"targets" : [
"GeneratorCLI"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "SystemSQLite",
"module_type" : "SystemLibraryTarget",
"name" : "SystemSQLite",
"path" : "Sources/SystemSQLite",
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "SwiftSDKGeneratorTests",
"module_type" : "SwiftTarget",
"name" : "SwiftSDKGeneratorTests",
"path" : "Tests/SwiftSDKGeneratorTests",
"sources" : [
"ArchitectureMappingTests.swift",
"EndToEndTests.swift",
"Generator/SwiftSDKGenerator+MetadataTests.swift",
"SwiftSDKRecipes/LinuxRecipeTests.swift",
"SwiftSDKRecipes/WebAssemblyRecipe.swift"
],
"target_dependencies" : [
"SwiftSDKGenerator"
],
"type" : "test"
},
{
"c99name" : "SwiftSDKGenerator",
"module_type" : "SwiftTarget",
"name" : "SwiftSDKGenerator",
"path" : "Sources/SwiftSDKGenerator",
"product_dependencies" : [
"AsyncAlgorithms",
"NIOHTTP1",
"Logging",
"SystemPackage",
"AsyncHTTPClient"
],
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
"Artifacts/DownloadableArtifacts.swift",
"ArtifactsArchiveMetadata.swift",
"Extensions/String+hasAnyPrefix.swift",
"Generator/SwiftSDKGenerator+Copy.swift",
"Generator/SwiftSDKGenerator+Download.swift",
"Generator/SwiftSDKGenerator+Entrypoint.swift",
"Generator/SwiftSDKGenerator+Fixup.swift",
"Generator/SwiftSDKGenerator+Metadata.swift",
"Generator/SwiftSDKGenerator+Unpack.swift",
"Generator/SwiftSDKGenerator.swift",
"PathsConfiguration.swift",
"PlatformModels/FreeBSD.swift",
"PlatformModels/LinuxDistribution.swift",
"PlatformModels/Triple.swift",
"PlatformModels/VersionsConfiguration.swift",
"Queries/CMakeBuildQuery.swift",
"Queries/DownloadArtifactQuery.swift",
"Queries/DownloadFileQuery.swift",
"Queries/TarExtractQuery.swift",
"Serialization/SwiftSDKMetadata.swift",
"Serialization/Toolset.swift",
"SwiftSDKRecipes/FreeBSDRecipe.swift",
"SwiftSDKRecipes/LinuxRecipe.swift",
"SwiftSDKRecipes/SwiftSDKRecipe.swift",
"SwiftSDKRecipes/WebAssemblyRecipe.swift",
"SystemUtils/ByteBuffer+Utils.swift",
"SystemUtils/FileOperationError.swift",
"SystemUtils/GeneratorError.swift",
"SystemUtils/HTTPClient+Download.swift",
"SystemUtils/Shell.swift",
"SystemUtils/UnixName.swift",
"SystemUtils/which.swift"
],
"target_dependencies" : [
"AsyncProcess",
"Helpers"
],
"type" : "library"
},
{
"c99name" : "ProcessSpawnSync",
"module_type" : "SwiftTarget",
"name" : "ProcessSpawnSync",
"path" : "Sources/ProcessSpawnSync",
"product_dependencies" : [
"Atomics",
"NIOConcurrencyHelpers"
],
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
"ProcessSpawner.swift"
],
"target_dependencies" : [
"CProcessSpawnSync"
],
"type" : "library"
},
{
"c99name" : "HelpersTests",
"module_type" : "SwiftTarget",
"name" : "HelpersTests",
"path" : "Tests/HelpersTests",
"sources" : [
"ThrowingDeferTests.swift"
],
"target_dependencies" : [
"Helpers"
],
"type" : "test"
},
{
"c99name" : "Helpers",
"module_type" : "SwiftTarget",
"name" : "Helpers",
"path" : "Sources/Helpers",
"product_dependencies" : [
"Crypto",
"Logging",
"SystemPackage",
"AsyncHTTPClient"
],
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
"ThrowingDefer.swift",
"Vendor/QueryEngine/CacheKey.swift",
"Vendor/QueryEngine/FileCacheRecord.swift",
"Vendor/QueryEngine/FileLock.swift",
"Vendor/QueryEngine/Query.swift",
"Vendor/QueryEngine/QueryEngine.swift",
"Vendor/QueryEngine/SQLite.swift",
"Vendor/QueryEngine/SQLiteBackedCache.swift",
"Vendor/Triple.swift",
"Vendor/_AsyncFileSystem/AsyncFileSystem.swift",
"Vendor/_AsyncFileSystem/ConcurrencySupport.swift",
"Vendor/_AsyncFileSystem/MockFileSystem.swift",
"Vendor/_AsyncFileSystem/OSFileSystem.swift",
"Vendor/_AsyncFileSystem/OpenReadableFile.swift",
"Vendor/_AsyncFileSystem/OpenWritableFile.swift",
"Vendor/_AsyncFileSystem/ReadableFileStream.swift",
"Vendor/_AsyncFileSystem/WritableStream.swift"
],
"target_dependencies" : [
"SystemSQLite"
],
"type" : "library"
},
{
"c99name" : "GeneratorEngineTests",
"module_type" : "SwiftTarget",
"name" : "GeneratorEngineTests",
"path" : "Tests/GeneratorEngineTests",
"sources" : [
"EngineTests.swift"
],
"target_dependencies" : [
"Helpers"
],
"type" : "test"
},
{
"c99name" : "GeneratorCLI",
"module_type" : "SwiftTarget",
"name" : "GeneratorCLI",
"path" : "Sources/GeneratorCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
"GeneratorCLI.swift"
],
"target_dependencies" : [
"SwiftSDKGenerator"
],
"type" : "executable"
},
{
"c99name" : "CProcessSpawnSync",
"module_type" : "ClangTarget",
"name" : "CProcessSpawnSync",
"path" : "Sources/CProcessSpawnSync",
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
"spawner.c"
],
"type" : "library"
},
{
"c99name" : "AsyncProcessTests",
"module_type" : "SwiftTarget",
"name" : "AsyncProcessTests",
"path" : "Tests/AsyncProcessTests",
"product_dependencies" : [
"Atomics",
"AsyncAlgorithms",
"NIO",
"NIOConcurrencyHelpers",
"Logging"
],
"sources" : [
"AsyncByteBufferLineSequenceTests.swift",
"Helpers+LogRecorderHandler.swift",
"IntegrationTests.swift"
],
"target_dependencies" : [
"AsyncProcess"
],
"type" : "test"
},
{
"c99name" : "AsyncProcess",
"module_type" : "SwiftTarget",
"name" : "AsyncProcess",
"path" : "Sources/AsyncProcess",
"product_dependencies" : [
"Atomics",
"AsyncAlgorithms",
"Logging",
"NIO",
"DequeModule",
"SystemPackage"
],
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
"ChunkSequence.swift",
"EOFSequence.swift",
"FileContentStream.swift",
"NIOAsyncPipeWriter.swift",
"ProcessExecutor+Convenience.swift",
"ProcessExecutor.swift",
"ProcessExit.swift",
"StructuredConcurrencyHelpers.swift"
],
"target_dependencies" : [
"ProcessSpawnSync"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1814] Fetching swift-atomics
[20/5717] Fetching swift-atomics, swift-log
[2466/11098] Fetching swift-atomics, swift-log, swift-async-algorithms
[11099/27962] Fetching swift-atomics, swift-log, swift-async-algorithms, swift-crypto
[11774/45415] Fetching swift-atomics, swift-log, swift-async-algorithms, swift-crypto, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.49s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-system
[6300/36131] Fetching swift-atomics, swift-crypto, swift-collections
[7522/114204] Fetching swift-atomics, swift-crypto, swift-collections, swift-nio
[16029/130139] Fetching swift-atomics, swift-crypto, swift-collections, swift-nio, swift-argument-parser
[26250/135076] Fetching swift-atomics, swift-crypto, swift-collections, swift-nio, swift-argument-parser, swift-system
Fetched https://github.com/apple/swift-system from cache (0.50s)
[69875/130139] Fetching swift-atomics, swift-crypto, swift-collections, swift-nio, swift-argument-parser
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/apple/swift-argument-parser from cache (0.89s)
[85317/114204] Fetching swift-atomics, swift-crypto, swift-collections, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.43s)
[83504/126668] Fetching swift-crypto, swift-collections, swift-nio, async-http-client
Fetched https://github.com/apple/swift-collections.git from cache (1.46s)
[66622/109215] Fetching swift-crypto, swift-nio, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (1.97s)
Fetched https://github.com/swift-server/async-http-client.git from cache (0.96s)
[58555/78073] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.41s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.1 (4.86s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.43s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.42s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.56s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.2 (0.49s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.28.0 (0.45s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2718] Fetching swift-nio-transport-services
[926/8845] Fetching swift-nio-transport-services, swift-nio-extras
[2939/14830] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms
[10967/26491] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.41s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.41s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.42s)
[2683/11661] Fetching swift-nio-http2
[5249/26736] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.67s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.68s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (2.11s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.44s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.64s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.77s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.90s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1629] Fetching swift-asn1
[897/2805] Fetching swift-asn1, swift-http-structured-headers
[1727/3728] Fetching swift-asn1, swift-http-structured-headers, swift-http-types
[3377/6198] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-service-lifecycle
[5557/12781] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.34s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.34s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.34s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.34s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.43s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.1 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.00s)
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-system at 1.6.2 (0.00s)
Computed https://github.com/swift-server/async-http-client.git at 1.28.0 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.00s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.55s)
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.43s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.0 (0.56s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.42s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.44s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.0 (3.23s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.51s)
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.28.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.34.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.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.4.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.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.25.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/861] Write sources
[14/861] Compiling ghash-ssse3-x86_64-linux.S
[15/861] Compiling ghash-x86-apple.S
[16/861] Write sources
[18/861] Compiling _NumericsShims _NumericsShims.c
[19/861] Write sources
[34/861] Compiling _AtomicsShims.c
[35/861] Compiling CNIOWindows shim.c
[36/861] Compiling CNIOWindows WSAStartup.c
[37/861] Compiling CProcessSpawnSync spawner.c
[38/861] Compiling CSystem shims.c
[39/861] Compiling CNIOWASI CNIOWASI.c
[40/861] Compiling mldsa.cc
[41/861] Compiling CNIOPosix event_loop_id.c
[42/861] Compiling CNIOLinux liburing_shims.c
[43/861] Write swift-version-24593BA9C3E375BF.txt
[44/861] Compiling mem.cc
[45/861] Compiling CNIOLLHTTP c_nio_http.c
[46/861] Compiling CNIOExtrasZlib empty.c
[47/861] Compiling CNIOLinux shim.c
[48/861] Compiling crypto.cc
[49/861] Compiling CNIOLLHTTP c_nio_api.c
[50/861] Compiling md5.cc
[51/867] Compiling CNIODarwin shim.c
[52/928] Compiling CNIOLLHTTP c_nio_llhttp.c
[53/928] Compiling fiat_p256_adx_sqr.S
[54/928] Compiling fiat_p256_adx_mul.S
[55/928] Compiling fiat_curve25519_adx_square.S
[56/928] Compiling CNIOBoringSSLShims shims.c
[57/928] Compiling fiat_curve25519_adx_mul.S
[59/928] Emitting module _NIOBase64
[59/928] Compiling tls_method.cc
[60/928] Compiling tls_record.cc
[62/928] Emitting module SystemPackage
[63/932] Emitting module InternalCollectionsUtilities
[64/932] Compiling RealModule AlgebraicField.swift
[65/932] Compiling RealModule ApproximateEquality.swift
[66/932] Compiling InternalCollectionsUtilities Descriptions.swift
[67/932] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[70/932] Compiling RealModule AugmentedArithmetic.swift
[71/932] Compiling RealModule Double+Real.swift
[72/932] Compiling RealModule ElementaryFunctions.swift
[73/932] Compiling RealModule Float+Real.swift
[74/932] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[75/932] Compiling InternalCollectionsUtilities UInt+reversed.swift
[76/932] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[77/932] Compiling InternalCollectionsUtilities Debugging.swift
[80/932] Compiling SystemPackage FilePathTempPosix.swift
[81/932] Compiling SystemPackage FilePathTempWindows.swift
[82/932] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[83/933] Compiling RealModule RealFunctions.swift
[84/934] Compiling RealModule Real.swift
[85/934] Compiling RealModule Float80+Real.swift
[86/934] Compiling _NIODataStructures PriorityQueue.swift
[87/934] Compiling _NIODataStructures _TinyArray.swift
[88/934] Compiling _NIOBase64 Base64.swift
[103/935] Emitting module RealModule
[104/935] Compiling RealModule Float16+Real.swift
[105/935] Compiling Logging LogHandler.swift
[107/935] Compiling RealModule RelaxedArithmetic.swift
[108/936] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[110/937] Wrapping AST for _NIOBase64 for debugging
[111/937] Wrapping AST for RealModule for debugging
[112/937] Compiling tls13_server.cc
[114/950] Emitting module _NIODataStructures
[115/950] Compiling _NIODataStructures Heap.swift
[116/950] Compiling Logging MetadataProvider.swift
[116/953] Compiling tls13_enc.cc
[117/988] Wrapping AST for InternalCollectionsUtilities for debugging
[119/1001] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[120/1001] Emitting module Logging
[121/1001] Compiling OrderedCollections OrderedSet+Descriptions.swift
[122/1001] Compiling Logging Locks.swift
[123/1001] Compiling OrderedCollections OrderedSet+Diffing.swift
[124/1001] Compiling OrderedCollections OrderedSet+Equatable.swift
[126/1008] Compiling Logging Logging.swift
[127/1008] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[128/1008] Compiling OrderedCollections OrderedDictionary+Values.swift
[129/1008] Compiling OrderedCollections OrderedDictionary+Codable.swift
[130/1008] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[131/1008] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[132/1008] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[133/1008] Compiling OrderedCollections OrderedDictionary.swift
[134/1008] Compiling OrderedCollections OrderedSet+Codable.swift
[135/1009] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[136/1009] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[137/1009] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[138/1009] Compiling OrderedCollections OrderedDictionary+Elements.swift
[139/1009] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[140/1009] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[141/1011] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[142/1011] Compiling OrderedCollections OrderedSet+Hashable.swift
[143/1011] Compiling OrderedCollections OrderedSet+Initializers.swift
[144/1011] Compiling OrderedCollections OrderedSet+Insertions.swift
[146/1012] Wrapping AST for _NIODataStructures for debugging
[147/1012] Wrapping AST for SystemPackage for debugging
[149/1012] Compiling OrderedCollections _HashTable+Testing.swift
[150/1012] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[151/1012] Compiling OrderedCollections _HashTable.swift
[152/1012] Compiling OrderedCollections _Hashtable+Header.swift
[153/1012] Compiling OrderedCollections _HashTable+Bucket.swift
[154/1012] Compiling OrderedCollections _HashTable+BucketIterator.swift
[155/1012] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[156/1012] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[156/1012] Wrapping AST for Logging for debugging
[158/1012] Compiling DequeModule _DequeSlot.swift
[159/1012] Compiling DequeModule _UnsafeWrappedBuffer.swift
[159/1012] Compiling tls13_client.cc
[161/1012] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[162/1012] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[163/1012] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[164/1012] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[165/1012] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[166/1012] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[167/1012] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[168/1012] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[169/1012] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[170/1012] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[171/1012] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[172/1012] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[173/1012] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[174/1012] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[175/1019] Emitting module DequeModule
[188/1019] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[189/1019] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[194/1019] Compiling OrderedCollections _HashTable+Constants.swift
[195/1019] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[206/1020] Compiling OrderedCollections OrderedSet+Invariants.swift
[207/1020] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[208/1020] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[209/1020] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[210/1020] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[211/1020] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[212/1020] Compiling t1_enc.cc
[221/1020] Compiling tls13_both.cc
[223/1020] Compiling OrderedCollections OrderedSet+Sendable.swift
[224/1020] Compiling OrderedCollections OrderedSet+SubSequence.swift
[225/1020] Compiling OrderedCollections OrderedSet+Testing.swift
[226/1020] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[227/1020] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[228/1020] Compiling OrderedCollections OrderedSet.swift
[229/1020] Compiling OrderedCollections _UnsafeBitset.swift
[230/1020] Emitting module OrderedCollections
[230/1021] Compiling ssl_stat.cc
[231/1021] Wrapping AST for DequeModule for debugging
[232/1021] Compiling ssl_x509.cc
[234/1021] Compiling ssl_versions.cc
[235/1021] Compiling ssl_transcript.cc
[236/1021] Wrapping AST for OrderedCollections for debugging
[237/1066] Compiling ssl_privkey.cc
[238/1066] Compiling ssl_file.cc
[239/1066] Compiling ssl_session.cc
[240/1066] Compiling ssl_key_share.cc
[241/1066] Compiling ssl_credential.cc
[243/1066] Emitting module AsyncAlgorithms
[243/1072] Compiling ssl_lib.cc
[245/1072] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[246/1072] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[247/1072] Compiling AsyncAlgorithms MergeStateMachine.swift
[248/1072] Compiling AsyncAlgorithms MergeStorage.swift
[249/1072] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[250/1072] Compiling AsyncAlgorithms Rethrow.swift
[250/1072] Compiling ssl_cipher.cc
[252/1072] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[253/1072] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[254/1072] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[255/1072] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[256/1072] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[257/1072] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[258/1072] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[258/1072] Compiling ssl_buffer.cc
[260/1072] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[261/1072] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[262/1072] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[263/1072] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[264/1072] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[265/1072] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[266/1072] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[267/1072] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[268/1072] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[269/1072] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[270/1072] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[271/1072] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[272/1072] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[273/1072] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[274/1072] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[275/1072] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[276/1072] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[277/1072] Compiling AsyncAlgorithms AsyncChannel.swift
[278/1072] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[278/1072] Compiling ssl_cert.cc
[280/1072] Compiling AsyncAlgorithms ChannelStateMachine.swift
[281/1072] Compiling AsyncAlgorithms ChannelStorage.swift
[282/1072] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[283/1072] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[284/1072] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[285/1072] Compiling AsyncAlgorithms CombineLatestStorage.swift
[286/1072] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[287/1072] Compiling AsyncAlgorithms DebounceStateMachine.swift
[288/1072] Compiling AsyncAlgorithms DebounceStorage.swift
[289/1072] Compiling AsyncAlgorithms Dictionary.swift
[290/1072] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[291/1072] Compiling AsyncAlgorithms Locking.swift
[291/1072] Compiling ssl_asn1.cc
[292/1072] Compiling ssl_aead_ctx.cc
[293/1072] Compiling s3_pkt.cc
[295/1072] Compiling AsyncAlgorithms SetAlgebra.swift
[296/1072] Compiling AsyncAlgorithms UnsafeTransfer.swift
[297/1072] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[298/1072] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[299/1072] Compiling AsyncAlgorithms ZipStateMachine.swift
[300/1072] Compiling AsyncAlgorithms ZipStorage.swift
[300/1073] Compiling s3_lib.cc
[301/1073] Compiling s3_both.cc
[303/1073] Compiling handshake_server.cc
[304/1073] Compiling handoff.cc
[305/1073] Compiling handshake.cc
[306/1073] Compiling handshake_client.cc
[307/1073] Compiling extensions.cc
[308/1073] Compiling dtls_record.cc
[309/1073] Compiling encrypted_client_hello.cc
[310/1073] Compiling md5-x86_64-linux.S
[311/1073] Compiling md5-x86_64-apple.S
[312/1073] Compiling bio_ssl.cc
[313/1073] Compiling d1_pkt.cc
[314/1073] Compiling d1_srtp.cc
[315/1073] Compiling d1_lib.cc
[316/1073] Compiling dtls_method.cc
[317/1073] Compiling d1_both.cc
[318/1073] Compiling md5-586-linux.S
[319/1073] Compiling err_data.cc
[320/1073] Compiling md5-586-apple.S
[321/1073] Compiling chacha20_poly1305_x86_64-apple.S
[322/1073] Compiling chacha20_poly1305_armv8-win.S
[323/1073] Compiling chacha20_poly1305_armv8-linux.S
[323/1073] Compiling chacha20_poly1305_armv8-apple.S
[323/1073] Compiling chacha-x86_64-apple.S
[326/1073] Compiling chacha20_poly1305_x86_64-linux.S
[327/1073] Compiling chacha-x86-linux.S
[328/1073] Compiling chacha-x86_64-linux.S
[329/1073] Compiling chacha-x86-apple.S
[330/1073] Compiling chacha-armv8-win.S
[331/1073] Compiling chacha-armv8-linux.S
[332/1073] Compiling aes128gcmsiv-x86_64-apple.S
[333/1073] Compiling chacha-armv4-linux.S
[334/1073] Compiling chacha-armv8-apple.S
[335/1073] Compiling aes128gcmsiv-x86_64-linux.S
[335/1073] Compiling x86_64-mont5-apple.S
[337/1073] Compiling x86_64-mont5-linux.S
[338/1073] Compiling x86_64-mont-linux.S
[339/1073] Compiling x86-mont-apple.S
[340/1073] Compiling x86_64-mont-apple.S
[340/1073] Compiling vpaes-x86_64-linux.S
[342/1073] Compiling x86-mont-linux.S
[343/1073] Compiling vpaes-x86_64-apple.S
[344/1073] Compiling vpaes-x86-apple.S
[345/1073] Compiling vpaes-armv8-win.S
[346/1073] Compiling vpaes-x86-linux.S
[347/1073] Compiling vpaes-armv8-linux.S
[348/1073] Compiling vpaes-armv8-apple.S
[349/1073] Compiling vpaes-armv7-linux.S
[350/1073] Compiling sha512-x86_64-apple.S
[351/1073] Compiling sha512-armv4-linux.S
[352/1073] Compiling sha512-armv8-win.S
[353/1073] Compiling sha512-armv8-apple.S
[353/1073] Compiling sha512-x86_64-linux.S
[355/1073] Compiling sha512-armv8-linux.S
[356/1073] Compiling sha512-586-apple.S
[357/1073] Compiling sha512-586-linux.S
[358/1073] Compiling sha256-x86_64-linux.S
[359/1073] Compiling sha256-armv8-win.S
[360/1073] Compiling sha256-armv8-linux.S
[360/1073] Compiling sha256-x86_64-apple.S
[362/1073] Compiling sha256-armv8-apple.S
[363/1073] Compiling sha256-586-linux.S
[363/1073] Compiling sha256-armv4-linux.S
[365/1073] Compiling sha1-x86_64-apple.S
[366/1073] Compiling sha256-586-apple.S
[367/1073] Compiling sha1-armv8-linux.S
[368/1073] Compiling sha1-armv8-win.S
[369/1073] Compiling sha1-armv4-large-linux.S
[370/1073] Compiling sha1-586-linux.S
[370/1073] Compiling sha1-x86_64-linux.S
[372/1073] Compiling sha1-armv8-apple.S
[373/1073] Compiling sha1-586-apple.S
[374/1073] Compiling rsaz-avx2-apple.S
[375/1073] Compiling rsaz-avx2-linux.S
[376/1073] Compiling p256_beeu-armv8-asm-win.S
[377/1073] Compiling rdrand-x86_64-linux.S
[378/1073] Compiling p256_beeu-x86_64-asm-linux.S
[379/1073] Compiling p256_beeu-x86_64-asm-apple.S
[380/1073] Compiling rdrand-x86_64-apple.S
[381/1073] Compiling p256_beeu-armv8-asm-linux.S
[382/1073] Compiling p256_beeu-armv8-asm-apple.S
[383/1073] Compiling p256-x86_64-asm-apple.S
[384/1073] Compiling p256-armv8-asm-win.S
[385/1073] Compiling p256-armv8-asm-linux.S
[386/1073] Compiling p256-x86_64-asm-linux.S
[386/1073] Compiling p256-armv8-asm-apple.S
[388/1073] Compiling ghashv8-armv8-linux.S
[389/1073] Compiling ghashv8-armv8-win.S
[390/1073] Compiling ghashv8-armv8-apple.S
[391/1073] Compiling ghashv8-armv7-linux.S
[392/1073] Compiling ghash-x86_64-linux.S
[393/1073] Compiling ghash-x86_64-apple.S
[394/1073] Compiling ghash-x86-linux.S
[395/1073] Compiling ghash-ssse3-x86_64-apple.S
[396/1073] Compiling ghash-ssse3-x86-linux.S
[397/1073] Compiling ghash-neon-armv8-win.S
[398/1073] Compiling ghash-ssse3-x86_64-linux.S
[399/1073] Compiling ghash-ssse3-x86-apple.S
[400/1073] Compiling ghash-x86-apple.S
[401/1073] Compiling ghash-neon-armv8-apple.S
[401/1073] Compiling ghash-neon-armv8-linux.S
[403/1073] Compiling bsaes-armv7-linux.S
[403/1073] Compiling ghash-armv4-linux.S
[405/1073] Compiling co-586-apple.S
[406/1073] Compiling bn-armv8-linux.S
[406/1073] Compiling bn-armv8-win.S
[408/1073] Compiling co-586-linux.S
[409/1073] Compiling bn-586-linux.S
[410/1073] Compiling bn-586-apple.S
[411/1073] Compiling bn-armv8-apple.S
[412/1073] Compiling armv8-mont-apple.S
[413/1073] Compiling armv8-mont-win.S
[414/1073] Compiling armv8-mont-linux.S
[415/1073] Compiling armv4-mont-linux.S
[416/1073] Compiling aesv8-gcm-armv8-linux.S
[417/1073] Compiling aesv8-gcm-armv8-win.S
[418/1073] Compiling aesv8-armv8-win.S
[419/1073] Compiling aesv8-armv8-linux.S
[420/1073] Compiling aesv8-gcm-armv8-apple.S
[421/1073] Compiling aesv8-armv8-apple.S
[422/1073] Compiling aesv8-armv7-linux.S
[423/1073] Compiling aesni-x86-linux.S
[424/1073] Compiling aesni-x86_64-apple.S
[425/1073] Compiling aesni-x86_64-linux.S
[426/1073] Compiling aesni-x86-apple.S
[427/1073] Compiling aesni-gcm-x86_64-apple.S
[428/1073] Compiling aesni-gcm-x86_64-linux.S
[429/1073] Compiling aes-gcm-avx2-x86_64-apple.S
[430/1073] Compiling aes-gcm-avx2-x86_64-linux.S
[431/1073] Compiling aes-gcm-avx10-x86_64-apple.S
[432/1073] Compiling aes-gcm-avx10-x86_64-linux.S
[433/1073] Compiling x_val.cc
[434/1073] Compiling x_spki.cc
[435/1073] Compiling x_x509a.cc
[436/1073] Compiling x_req.cc
[437/1073] Compiling x_pubkey.cc
[438/1073] Compiling x_x509.cc
[439/1073] Compiling x_name.cc
[440/1073] Compiling x_sig.cc
[441/1073] Compiling x_exten.cc
[442/1073] Compiling x_algor.cc
[442/1073] Compiling x_attrib.cc
[442/1073] Compiling x_all.cc
[445/1073] Compiling x_crl.cc
[446/1073] Compiling x509spki.cc
[447/1073] Compiling x509rset.cc
[448/1073] Compiling x509name.cc
[449/1073] Compiling x509cset.cc
[450/1073] Compiling x509_v3.cc
[451/1073] Compiling x509_trs.cc
[452/1073] Compiling x509_txt.cc
[453/1073] Compiling x509_vpm.cc
[454/1073] Compiling x509_vfy.cc
[455/1073] Compiling x509_lu.cc
[456/1073] Compiling x509_ext.cc
[457/1073] Compiling x509_set.cc
[458/1073] Compiling x509_def.cc
[459/1073] Compiling x509_req.cc
[460/1073] Compiling x509_obj.cc
[461/1073] Compiling x509_att.cc
[462/1073] Compiling x509_cmp.cc
[463/1073] Compiling v3_utl.cc
[464/1073] Compiling x509.cc
[465/1073] Compiling x509_d2.cc
[466/1073] Compiling v3_skey.cc
[467/1073] Compiling v3_prn.cc
[468/1073] Compiling v3_pmaps.cc
[469/1073] Compiling v3_purp.cc
[470/1073] Compiling v3_pcons.cc
[471/1073] Compiling v3_ncons.cc
[472/1073] Compiling v3_ocsp.cc
[473/1073] Compiling v3_int.cc
[474/1073] Compiling v3_lib.cc
[475/1073] Compiling v3_genn.cc
[476/1073] Compiling v3_info.cc
[477/1073] Compiling v3_crld.cc
[478/1073] Compiling v3_ia5.cc
[479/1073] Compiling v3_enum.cc
[480/1073] Compiling v3_cpols.cc
[481/1073] Compiling v3_extku.cc
[482/1073] Compiling v3_conf.cc
[483/1073] Compiling v3_bitst.cc
[484/1073] Compiling v3_bcons.cc
[485/1073] Compiling v3_akeya.cc
[486/1073] Compiling v3_alt.cc
[487/1073] Compiling v3_akey.cc
[488/1073] Compiling t_x509.cc
[489/1073] Compiling t_x509a.cc
[490/1073] Compiling t_req.cc
[491/1073] Compiling t_crl.cc
[492/1073] Compiling rsa_pss.cc
[493/1073] Compiling i2d_pr.cc
[494/1073] Compiling policy.cc
[495/1073] Compiling name_print.cc
[496/1073] Compiling by_file.cc
[497/1073] Compiling by_dir.cc
[498/1073] Compiling asn1_gen.cc
[499/1073] Compiling algorithm.cc
[500/1073] Compiling voprf.cc
[501/1073] Compiling a_digest.cc
[502/1073] Compiling a_verify.cc
[503/1073] Compiling thread_win.cc
[504/1073] Compiling trust_token.cc
[505/1073] Compiling a_sign.cc
[506/1073] Compiling thread_pthread.cc
[507/1073] Compiling thread_none.cc
[508/1073] Compiling thread.cc
[509/1073] Compiling stack.cc
[510/1073] Compiling pmbtoken.cc
[510/1073] Compiling sha512.cc
[512/1073] Compiling siphash.cc
[513/1073] Compiling sha256.cc
[514/1073] Compiling spake2plus.cc
[515/1073] Compiling rsa_extra.cc
[516/1073] Compiling sha1.cc
[517/1073] Compiling rsa_print.cc
[518/1073] Compiling slhdsa.cc
[519/1073] Compiling rsa_crypt.cc
[520/1073] Compiling rc4.cc
[521/1073] Compiling urandom.cc
[522/1073] Compiling refcount.cc
[523/1073] Compiling windows.cc
[524/1073] Compiling rsa_asn1.cc
[525/1073] Compiling trusty.cc
[526/1073] Compiling passive.cc
[527/1073] Compiling ios.cc
[528/1073] Compiling rand.cc
[529/1073] Compiling poly1305_arm_asm.S
[530/1073] Compiling deterministic.cc
[531/1073] Compiling getentropy.cc
[532/1073] Compiling poly1305_arm.cc
[533/1073] Compiling poly1305_vec.cc
[534/1073] Compiling forkunsafe.cc
[535/1073] Compiling fork_detect.cc
[536/1073] Compiling poly1305.cc
[537/1073] Compiling pool.cc
[538/1073] Compiling pkcs8.cc
[539/1073] Compiling pem_xaux.cc
[540/1073] Compiling pkcs7.cc
[541/1073] Compiling pkcs8_x509.cc
[542/1073] Compiling pem_x509.cc
[543/1073] Compiling p5_pbev2.cc
[544/1073] Compiling pkcs7_x509.cc
[545/1073] Compiling pem_pkey.cc
[546/1073] Compiling pem_pk8.cc
[547/1073] Compiling mlkem.cc
[548/1073] Compiling mldsa.cc
[549/1073] Compiling obj_xref.cc
[550/1073] Compiling pem_info.cc
[551/1073] Compiling pem_oth.cc
[552/1073] Compiling obj.cc
[553/1073] Compiling md4.cc
[554/1073] Compiling pem_lib.cc
[555/1073] Compiling mem.cc
[556/1073] Compiling md5.cc
[557/1073] Compiling pem_all.cc
[558/1073] Compiling fips_shared_support.cc
[559/1073] Compiling poly_rq_mul.S
[560/1073] Compiling lhash.cc
[561/1073] Compiling kyber.cc
[562/1073] Compiling hrss.cc
[563/1073] Compiling scrypt.cc
[564/1073] Compiling pbkdf.cc
[564/1073] Compiling ex_data.cc
[566/1073] Compiling sign.cc
[566/1073] Compiling hpke.cc
[568/1073] Compiling print.cc
[569/1073] Compiling p_x25519.cc
[570/1073] Compiling p_x25519_asn1.cc
[571/1073] Compiling p_rsa_asn1.cc
[572/1073] Compiling p_hkdf.cc
[573/1073] Compiling p_rsa.cc
[574/1073] Compiling p_ed25519_asn1.cc
[575/1073] Compiling p_ed25519.cc
[576/1073] Compiling p_ec.cc
[577/1073] Compiling p_ec_asn1.cc
[578/1073] Compiling p_dh_asn1.cc
[579/1073] Compiling p_dh.cc
[580/1073] Compiling evp_ctx.cc
[581/1073] Compiling evp.cc
[582/1073] Compiling p_dsa_asn1.cc
[583/1073] Compiling err.cc
[584/1073] Compiling engine.cc
[585/1073] Compiling evp_asn1.cc
[586/1073] Compiling ec_derive.cc
[587/1073] Compiling ecdh.cc
[588/1073] Compiling hash_to_curve.cc
[589/1073] Compiling ecdsa_asn1.cc
[590/1073] Compiling dsa_asn1.cc
[591/1073] Compiling ec_asn1.cc
[592/1073] Compiling dsa.cc
[593/1073] Compiling params.cc
[594/1073] Compiling x25519-asm-arm.S
[595/1073] Compiling dh_asn1.cc
[596/1073] Compiling digest_extra.cc
[597/1073] Compiling des.cc
[598/1073] Compiling cpu_intel.cc
[599/1073] Compiling cpu_arm_linux.cc
[600/1073] Compiling spake25519.cc
[601/1073] Compiling curve25519.cc
[602/1073] Compiling cpu_arm_freebsd.cc
[603/1073] Compiling bcm.cc
[604/1073] Compiling cpu_aarch64_sysreg.cc
[605/1073] Compiling cpu_aarch64_openbsd.cc
[606/1073] Compiling cpu_aarch64_win.cc
[607/1073] Compiling cpu_aarch64_linux.cc
[608/1073] Compiling cpu_aarch64_apple.cc
[609/1073] Compiling curve25519_64_adx.cc
[610/1073] Compiling cpu_aarch64_fuchsia.cc
[611/1073] Compiling e_tls.cc
[612/1073] Compiling e_rc2.cc
[613/1073] Compiling tls_cbc.cc
[614/1073] Compiling get_cipher.cc
[615/1073] Compiling conf.cc
[616/1073] Compiling e_des.cc
[617/1073] Compiling e_rc4.cc
[618/1073] Compiling e_null.cc
[619/1073] Compiling derive_key.cc
[620/1073] Compiling e_aesctrhmac.cc
[621/1073] Compiling e_chacha20poly1305.cc
[622/1073] Compiling e_aesgcmsiv.cc
[623/1073] Compiling chacha.cc
[624/1073] Compiling cbs.cc
[625/1073] Compiling buf.cc
[626/1073] Compiling unicode.cc
[627/1073] Compiling ber.cc
[628/1073] Compiling asn1_compat.cc
[629/1073] Compiling cbb.cc
[630/1073] Compiling bn_asn1.cc
[631/1073] Compiling convert.cc
[632/1073] Compiling blake2.cc
[633/1073] Compiling socket.cc
[634/1073] Compiling printf.cc
[635/1073] Compiling socket_helper.cc
[636/1073] Compiling pair.cc
[637/1073] Compiling hexdump.cc
[638/1073] Compiling errno.cc
[639/1073] Compiling fd.cc
[640/1073] Compiling file.cc
[641/1073] Compiling base64.cc
[642/1073] Compiling bio_mem.cc
[643/1073] Compiling connect.cc
[644/1073] Compiling tasn_utl.cc
[645/1073] Compiling bio.cc
[646/1073] Compiling tasn_typ.cc
[647/1073] Compiling tasn_enc.cc
[648/1073] Compiling tasn_fre.cc
[649/1073] Compiling posix_time.cc
[650/1073] Compiling tasn_new.cc
[651/1073] Compiling tasn_dec.cc
[652/1073] Compiling f_string.cc
[653/1073] Compiling f_int.cc
[654/1073] Compiling asn1_par.cc
[655/1073] Compiling asn_pack.cc
[656/1073] Compiling a_octet.cc
[657/1073] Compiling asn1_lib.cc
[658/1073] Compiling a_utctm.cc
[659/1073] Compiling a_strex.cc
[660/1073] Compiling a_type.cc
[661/1073] Compiling a_time.cc
[662/1073] Compiling a_dup.cc
[663/1073] Compiling a_mbstr.cc
[664/1073] Compiling a_i2d_fp.cc
[665/1073] Compiling a_strnid.cc
[666/1073] Compiling a_object.cc
[667/1073] Compiling a_d2i_fp.cc
[668/1073] Compiling fiat_p256_adx_sqr.S
[669/1073] Compiling fiat_p256_adx_mul.S
[670/1073] Compiling a_int.cc
[671/1073] Compiling fiat_curve25519_adx_square.S
[672/1073] Compiling CCryptoBoringSSLShims shims.c
[673/1073] Compiling fiat_curve25519_adx_mul.S
[674/1073] Compiling a_gentm.cc
[674/1073] Compiling md5-x86_64-linux.S
[676/1073] Compiling md5-x86_64-apple.S
[677/1073] Compiling md5-586-linux.S
[678/1073] Compiling a_bitstr.cc
[679/1073] Compiling md5-586-apple.S
[680/1073] Compiling chacha20_poly1305_x86_64-apple.S
[681/1073] Compiling chacha20_poly1305_armv8-win.S
[682/1073] Compiling chacha20_poly1305_x86_64-linux.S
[683/1073] Compiling chacha20_poly1305_armv8-apple.S
[684/1073] Compiling chacha20_poly1305_armv8-linux.S
[685/1073] Compiling a_bool.cc
[686/1073] Compiling chacha-x86_64-linux.S
[687/1073] Compiling chacha-x86_64-apple.S
[688/1073] Compiling chacha-x86-linux.S
[689/1073] Compiling chacha-x86-apple.S
[690/1073] Compiling chacha-armv8-win.S
[691/1073] Compiling chacha-armv8-linux.S
[692/1073] Compiling chacha-armv8-apple.S
[693/1073] Compiling chacha-armv4-linux.S
[694/1073] Compiling aes128gcmsiv-x86_64-linux.S
[695/1073] Compiling aes128gcmsiv-x86_64-apple.S
[696/1073] Compiling err_data.cc
[697/1073] Compiling x86_64-mont5-linux.S
[698/1073] Compiling x86_64-mont5-apple.S
[699/1073] Compiling x86_64-mont-linux.S
[699/1073] Compiling x86_64-mont-apple.S
[701/1073] Compiling x86-mont-apple.S
[702/1073] Compiling x86-mont-linux.S
[703/1073] Compiling vpaes-x86_64-apple.S
[704/1073] Compiling vpaes-x86_64-linux.S
[705/1073] Compiling vpaes-x86-linux.S
[706/1073] Compiling vpaes-x86-apple.S
[707/1073] Compiling vpaes-armv8-win.S
[708/1073] Compiling vpaes-armv8-apple.S
[709/1073] Compiling vpaes-armv8-linux.S
[710/1073] Compiling vpaes-armv7-linux.S
[711/1073] Compiling sha512-x86_64-linux.S
[712/1073] Compiling sha512-x86_64-apple.S
[712/1073] Compiling sha512-armv8-win.S
[714/1073] Compiling sha512-armv8-linux.S
[715/1073] Compiling sha512-armv8-apple.S
[716/1073] Compiling sha512-armv4-linux.S
[717/1073] Compiling sha512-586-apple.S
[718/1073] Compiling sha512-586-linux.S
[719/1073] Compiling sha256-armv8-linux.S
[720/1073] Compiling sha256-x86_64-linux.S
[720/1073] Compiling sha256-x86_64-apple.S
[722/1073] Compiling sha256-armv8-win.S
[723/1073] Compiling sha256-armv8-apple.S
[724/1073] Compiling sha256-586-apple.S
[725/1073] Compiling sha256-armv4-linux.S
[726/1073] Compiling sha256-586-linux.S
[727/1073] Compiling sha1-x86_64-apple.S
[728/1073] Compiling sha1-armv8-win.S
[729/1073] Compiling sha1-x86_64-linux.S
[730/1073] Compiling sha1-armv8-linux.S
[731/1073] Compiling sha1-armv8-apple.S
[732/1073] Compiling sha1-armv4-large-linux.S
[733/1073] Compiling sha1-586-apple.S
[734/1073] Compiling sha1-586-linux.S
[735/1073] Compiling rsaz-avx2-apple.S
[735/1073] Compiling rsaz-avx2-linux.S
[737/1073] Compiling rdrand-x86_64-apple.S
[738/1073] Compiling rdrand-x86_64-linux.S
[739/1073] Compiling p256_beeu-x86_64-asm-apple.S
[740/1073] Compiling p256_beeu-x86_64-asm-linux.S
[741/1073] Compiling p256_beeu-armv8-asm-win.S
[742/1073] Compiling p256_beeu-armv8-asm-linux.S
[743/1073] Compiling p256_beeu-armv8-asm-apple.S
[744/1073] Compiling p256-armv8-asm-linux.S
[745/1073] Compiling p256-x86_64-asm-apple.S
[746/1073] Compiling p256-armv8-asm-apple.S
[747/1073] Compiling p256-x86_64-asm-linux.S
[748/1073] Compiling p256-armv8-asm-win.S
[749/1073] Compiling ghashv8-armv8-win.S
[750/1073] Compiling ghashv8-armv8-linux.S
[750/1073] Compiling ghashv8-armv7-linux.S
[752/1073] Compiling ghashv8-armv8-apple.S
[753/1073] Compiling ghash-x86_64-linux.S
[754/1073] Compiling ghash-ssse3-x86_64-apple.S
[755/1073] Compiling ghash-x86_64-apple.S
[756/1073] Compiling ghash-ssse3-x86-apple.S
[757/1073] Compiling ghash-ssse3-x86-linux.S
[758/1073] Compiling ghash-x86-linux.S
[759/1073] Compiling ghash-neon-armv8-linux.S
[760/1073] Compiling ghash-neon-armv8-win.S
[761/1073] Compiling ghash-armv4-linux.S
[762/1073] Compiling ghash-neon-armv8-apple.S
[763/1073] Compiling co-586-linux.S
[764/1073] Compiling co-586-apple.S
[765/1073] Compiling bsaes-armv7-linux.S
[766/1073] Compiling bn-armv8-win.S
[767/1073] Compiling bn-586-linux.S
[768/1073] Compiling bn-armv8-linux.S
[769/1073] Compiling bn-armv8-apple.S
[770/1073] Compiling bn-586-apple.S
[771/1073] Compiling armv8-mont-win.S
[772/1073] Compiling armv8-mont-apple.S
[773/1073] Compiling armv8-mont-linux.S
[774/1073] Compiling armv4-mont-linux.S
[775/1073] Compiling aesv8-gcm-armv8-linux.S
[776/1073] Compiling aesv8-armv8-apple.S
[777/1073] Compiling aesv8-gcm-armv8-apple.S
[777/1073] Compiling aesv8-gcm-armv8-win.S
[779/1073] Compiling aesv8-armv8-win.S
[780/1073] Compiling aesv8-armv8-linux.S
[781/1073] Compiling aesni-x86_64-apple.S
[782/1073] Compiling aesni-x86_64-linux.S
[783/1073] Compiling aesv8-armv7-linux.S
[784/1073] Compiling aesni-x86-linux.S
[785/1073] Compiling aesni-x86-apple.S
[786/1073] Compiling aesni-gcm-x86_64-linux.S
[787/1073] Compiling aes-gcm-avx512-x86_64-apple.S
[788/1073] Compiling aesni-gcm-x86_64-apple.S
[789/1073] Compiling aes-gcm-avx512-x86_64-linux.S
[790/1073] Compiling aes-gcm-avx2-x86_64-apple.S
[791/1073] Compiling aes-gcm-avx2-x86_64-linux.S
[792/1073] Compiling xwing.cc
[793/1073] Compiling x_sig.cc
[794/1073] Compiling x_val.cc
[795/1073] Compiling x_x509.cc
[796/1073] Compiling x_x509a.cc
[797/1073] Compiling x_spki.cc
[798/1073] Compiling x_pubkey.cc
[799/1073] Compiling x_req.cc
[800/1073] Compiling c-nioatomics.c
[801/1073] Compiling c-atomics.c
[802/1078] Compiling x_exten.cc
[803/1079] Compiling x_crl.cc
[804/1079] Compiling x_name.cc
[805/1079] Compiling x_attrib.cc
[807/1079] Compiling NIOConcurrencyHelpers NIOLock.swift
[808/1079] Compiling NIOConcurrencyHelpers lock.swift
[809/1079] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[810/1079] Compiling NIOConcurrencyHelpers atomics.swift
[811/1079] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[812/1079] Emitting module NIOConcurrencyHelpers
[812/1080] Compiling x_all.cc
[813/1080] Compiling x_algor.cc
[814/1080] Compiling x509spki.cc
[816/1080] Compiling x509rset.cc
[817/1080] Compiling x509cset.cc
[818/1080] Wrapping AST for NIOConcurrencyHelpers for debugging
[819/1080] Compiling x509name.cc
[820/1080] Compiling x509_vpm.cc
[821/1080] Compiling x509_txt.cc
[822/1080] Compiling x509_vfy.cc
[823/1080] Compiling x509_v3.cc
[824/1080] Compiling x509_trs.cc
[825/1080] Compiling x509_set.cc
[826/1080] Compiling x509_req.cc
[827/1080] Compiling x509_obj.cc
[828/1080] Compiling x509_cmp.cc
[829/1080] Compiling x509_att.cc
[830/1080] Compiling x509_lu.cc
[831/1080] Compiling x509_ext.cc
[832/1080] Compiling x509_d2.cc
[833/1080] Compiling x509_def.cc
[834/1080] Compiling x509.cc
[835/1080] Compiling v3_utl.cc
[836/1080] Compiling v3_skey.cc
[837/1080] Compiling v3_ncons.cc
[838/1080] Compiling v3_prn.cc
[839/1080] Compiling v3_pcons.cc
[840/1080] Compiling v3_pmaps.cc
[841/1080] Compiling v3_purp.cc
[842/1080] Compiling v3_ocsp.cc
[843/1080] Compiling v3_int.cc
[844/1080] Compiling v3_lib.cc
[845/1080] Compiling v3_ia5.cc
[846/1080] Compiling v3_info.cc
[847/1080] Compiling v3_extku.cc
[848/1080] Compiling v3_genn.cc
[849/1080] Compiling v3_crld.cc
[850/1080] Compiling v3_cpols.cc
[851/1080] Compiling v3_enum.cc
[852/1080] Compiling t_x509a.cc
[853/1080] Compiling v3_bcons.cc
[854/1080] Compiling v3_conf.cc
[855/1080] Compiling v3_bitst.cc
[856/1080] Compiling v3_alt.cc
[857/1080] Compiling v3_akey.cc
[858/1080] Compiling v3_akeya.cc
[859/1080] Compiling t_x509.cc
[860/1080] Compiling t_crl.cc
[861/1080] Compiling i2d_pr.cc
[862/1080] Compiling t_req.cc
[863/1080] Compiling policy.cc
[864/1080] Compiling rsa_pss.cc
[865/1080] Compiling name_print.cc
[866/1080] Compiling by_file.cc
[867/1080] Compiling by_dir.cc
[868/1080] Compiling algorithm.cc
[869/1080] Compiling a_sign.cc
[870/1080] Compiling asn1_gen.cc
[871/1080] Compiling a_verify.cc
[872/1080] Compiling thread_win.cc
[873/1080] Compiling voprf.cc
[874/1080] Compiling thread_pthread.cc
[875/1080] Compiling a_digest.cc
[876/1080] Compiling thread.cc
[877/1080] Compiling thread_none.cc
[878/1080] Compiling pmbtoken.cc
[879/1080] Compiling trust_token.cc
[880/1080] Compiling sha512.cc
[881/1080] Compiling stack.cc
[882/1080] Compiling sha256.cc
[883/1080] Compiling siphash.cc
[884/1080] Compiling sha1.cc
[885/1080] Compiling rsa_print.cc
[886/1080] Compiling slhdsa.cc
[887/1080] Compiling rsa_extra.cc
[888/1080] Compiling spake2plus.cc
[889/1080] Compiling rc4.cc
[890/1080] Compiling refcount.cc
[891/1080] Compiling rsa_crypt.cc
[892/1080] Compiling rsa_asn1.cc
[893/1080] Compiling windows.cc
[894/1080] Compiling trusty.cc
[895/1080] Compiling urandom.cc
[896/1080] Compiling getentropy.cc
[897/1080] Compiling passive.cc
[898/1080] Compiling rand.cc
[899/1080] Compiling ios.cc
[900/1080] Compiling deterministic.cc
[901/1080] Compiling fork_detect.cc
[902/1080] Compiling forkunsafe.cc
[903/1080] Compiling poly1305_arm_asm.S
[904/1080] Compiling poly1305_arm.cc
[905/1080] Compiling poly1305.cc
[906/1080] Compiling poly1305_vec.cc
[907/1080] Compiling pool.cc
[908/1080] Compiling pkcs7.cc
[909/1080] Compiling pkcs8.cc
[910/1080] Compiling pkcs8_x509.cc
[911/1080] Compiling p5_pbev2.cc
[912/1080] Compiling pkcs7_x509.cc
[913/1080] Compiling pem_xaux.cc
[914/1080] Compiling pem_x509.cc
[915/1080] Compiling pem_pkey.cc
[916/1080] Compiling mlkem.cc
[917/1080] Compiling obj_xref.cc
[918/1080] Compiling pem_pk8.cc
[919/1080] Compiling pem_info.cc
[920/1080] Compiling pem_oth.cc
[921/1080] Compiling pem_lib.cc
[922/1080] Compiling poly_rq_mul.S
[923/1080] Compiling obj.cc
[924/1080] Compiling fips_shared_support.cc
[925/1080] Compiling pem_all.cc
[926/1080] Compiling lhash.cc
[927/1080] Compiling md4.cc
[928/1080] Compiling ex_data.cc
[929/1080] Compiling hrss.cc
[930/1080] Compiling fuzzer_mode.cc
[931/1080] Compiling kyber.cc
[932/1080] Compiling sign.cc
[933/1080] Compiling scrypt.cc
[934/1080] Compiling hpke.cc
[935/1080] Compiling pbkdf.cc
[936/1080] Compiling print.cc
[937/1080] Compiling p_x25519.cc
[938/1080] Compiling p_x25519_asn1.cc
[939/1080] Compiling p_rsa_asn1.cc
[940/1080] Compiling p_rsa.cc
[941/1080] Compiling p_ed25519.cc
[942/1080] Compiling p_hkdf.cc
[943/1080] Compiling p_ed25519_asn1.cc
[944/1080] Compiling p_ec.cc
[945/1080] Compiling p_ec_asn1.cc
[946/1080] Compiling p_dh_asn1.cc
[947/1080] Compiling p_dh.cc
[948/1080] Compiling err.cc
[949/1080] Compiling evp.cc
[950/1080] Compiling p_dsa_asn1.cc
[951/1080] Compiling engine.cc
[952/1080] Compiling ecdsa_p1363.cc
[953/1080] Compiling evp_ctx.cc
[954/1080] Compiling evp_asn1.cc
[955/1080] Compiling ecdsa_asn1.cc
[956/1080] Compiling ecdh.cc
[957/1080] Compiling hash_to_curve.cc
[958/1080] Compiling ec_derive.cc
[959/1080] Compiling dsa.cc
[960/1080] Compiling params.cc
[961/1080] Compiling ec_asn1.cc
[962/1080] Compiling dsa_asn1.cc
[963/1080] Compiling x25519-asm-arm.S
[964/1080] Compiling des.cc
[965/1080] Compiling digest_extra.cc
[966/1080] Compiling dh_asn1.cc
[967/1080] Compiling crypto.cc
[968/1080] Compiling spake25519.cc
[969/1080] Compiling cpu_arm_linux.cc
[970/1080] Compiling cpu_intel.cc
[971/1080] Compiling curve25519.cc
[972/1080] Compiling cpu_arm_freebsd.cc
[973/1080] Compiling cpu_aarch64_win.cc
[974/1080] Compiling cpu_aarch64_sysreg.cc
[975/1080] Compiling cpu_aarch64_openbsd.cc
[976/1080] Compiling cpu_aarch64_linux.cc
[977/1080] Compiling cpu_aarch64_fuchsia.cc
[978/1080] Compiling cpu_aarch64_apple.cc
[979/1080] Compiling curve25519_64_adx.cc
[980/1080] Compiling bcm.cc
[981/1080] Compiling tls_cbc.cc
[982/1080] Compiling conf.cc
[983/1080] Compiling get_cipher.cc
[984/1080] Compiling e_rc4.cc
[985/1080] Compiling e_rc2.cc
[986/1080] Compiling e_tls.cc
[987/1080] Compiling e_null.cc
[988/1080] Compiling e_des.cc
[989/1080] Compiling e_chacha20poly1305.cc
[990/1080] Compiling derive_key.cc
[991/1080] Compiling cms.cc
[992/1080] Compiling e_aesgcmsiv.cc
[993/1080] Compiling e_aesctrhmac.cc
[994/1080] Compiling e_aeseax.cc
[995/1080] Compiling chacha.cc
[996/1080] Compiling sqrt.cc
[997/1080] Compiling buf.cc
[998/1080] Compiling unicode.cc
[999/1080] Compiling exponentiation.cc
[1000/1080] Compiling ber.cc
[1001/1080] Compiling asn1_compat.cc
[1002/1080] Compiling cbb.cc
[1003/1080] Compiling cbs.cc
[1004/1080] Compiling div.cc
[1005/1080] Compiling blake2.cc
[1006/1080] Compiling printf.cc
[1007/1080] Compiling hexdump.cc
[1008/1080] Compiling pair.cc
[1009/1080] Compiling file.cc
[1010/1080] Compiling bn_asn1.cc
[1011/1080] Compiling convert.cc
[1012/1080] Compiling fd.cc
[1013/1080] Compiling errno.cc
[1014/1080] Compiling bio_mem.cc
[1015/1080] Compiling base64.cc
[1016/1080] Compiling tasn_typ.cc
[1017/1080] Compiling bio.cc
[1018/1080] Compiling tasn_fre.cc
[1019/1080] Compiling tasn_utl.cc
[1020/1080] Compiling posix_time.cc
[1021/1080] Compiling tasn_enc.cc
[1022/1080] Compiling tasn_new.cc
[1023/1080] Compiling f_int.cc
[1024/1080] Compiling f_string.cc
[1025/1080] Compiling asn_pack.cc
[1026/1080] Compiling tasn_dec.cc
[1027/1080] Compiling asn1_par.cc
[1028/1080] Compiling a_utctm.cc
[1029/1080] Compiling asn1_lib.cc
[1030/1080] Compiling a_octet.cc
[1031/1080] Compiling a_type.cc
[1032/1080] Compiling a_time.cc
[1033/1080] Compiling a_strnid.cc
[1034/1080] Compiling a_strex.cc
[1035/1080] Compiling a_i2d_fp.cc
[1036/1080] Compiling a_object.cc
[1037/1080] Compiling a_dup.cc
[1038/1080] Compiling a_d2i_fp.cc
[1038/1080] Write sources
[1042/1080] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1043/1080] Compiling a_mbstr.cc
[1044/1080] Write sources
[1045/1080] Wrapping AST for AsyncAlgorithms for debugging
[1046/1080] Write sources
[1048/1080] Compiling a_gentm.cc
[1049/1081] Compiling a_int.cc
[1050/1098] Compiling aes.cc
[1052/1125] Compiling Algorithms Grouped.swift
[1053/1125] Compiling Algorithms Indexed.swift
[1053/1127] Compiling a_bool.cc
[1055/1127] Compiling Algorithms Partition.swift
[1056/1127] Compiling Algorithms Permutations.swift
[1057/1127] Compiling Algorithms Keyed.swift
[1058/1127] Compiling Algorithms MinMax.swift
[1059/1127] Compiling Algorithms Intersperse.swift
[1060/1127] Compiling Algorithms Joined.swift
[1061/1127] Emitting module ArgumentParserToolInfo
[1061/1127] Compiling a_bitstr.cc
[1063/1127] Compiling Atomics IntegerOperations.swift
[1064/1127] Compiling Atomics Unmanaged extensions.swift
[1065/1135] Compiling Algorithms Combinations.swift
[1066/1135] Compiling Algorithms Compacted.swift
[1067/1135] Compiling Algorithms Cycle.swift
[1069/1135] Compiling Algorithms Reductions.swift
[1070/1135] Compiling Algorithms Rotate.swift
[1071/1135] Compiling Algorithms Split.swift
[1072/1135] Compiling Algorithms Stride.swift
[1073/1135] Compiling Algorithms Suffix.swift
[1074/1138] Compiling ArgumentParserToolInfo ToolInfo.swift
[1077/1139] Compiling Algorithms EitherSequence.swift
[1078/1139] Compiling Algorithms FirstNonNil.swift
[1079/1139] Compiling Algorithms FlattenCollection.swift
[1089/1139] Wrapping AST for ArgumentParserToolInfo for debugging
[1091/1183] Compiling ArgumentParser ParserError.swift
[1092/1183] Compiling ArgumentParser ParsableArguments.swift
[1093/1183] Compiling ArgumentParser ParsableCommand.swift
[1094/1183] Emitting module Atomics
[1095/1183] Compiling ArgumentParser BashCompletionsGenerator.swift
[1096/1183] Compiling ArgumentParser CompletionsGenerator.swift
[1097/1183] Compiling ArgumentParser FishCompletionsGenerator.swift
[1098/1183] Compiling ArgumentParser ArgumentHelp.swift
[1099/1183] Compiling ArgumentParser OptionGroup.swift
[1100/1183] Compiling ArgumentParser AsyncParsableCommand.swift
[1104/1184] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1105/1184] Wrapping AST for Atomics for debugging
[1107/1234] Emitting module Algorithms
[1108/1248] Wrapping AST for Algorithms for debugging
[1110/1248] Compiling CryptoBoringWrapper RandomBytes.swift
[1111/1248] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1112/1248] Compiling NIOCore NIOAny.swift
[1113/1248] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1114/1248] Compiling NIOCore NIOCoreSendableMetatype.swift
[1115/1248] Compiling NIOCore NIOLoopBound.swift
[1116/1248] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1117/1248] Compiling NIOCore NIOScheduledCallback.swift
[1118/1248] Compiling NIOCore NIOSendable.swift
[1119/1248] Compiling NIOCore RecvByteBufferAllocator.swift
[1120/1256] Compiling NIOCore IOData.swift
[1121/1256] Compiling NIOCore IPProtocol.swift
[1122/1256] Compiling NIOCore IntegerBitPacking.swift
[1123/1256] Compiling NIOCore IntegerTypes.swift
[1124/1256] Compiling NIOCore Interfaces.swift
[1125/1256] Compiling NIOCore Linux.swift
[1126/1256] Compiling NIOCore MarkedCircularBuffer.swift
[1127/1256] Compiling NIOCore MulticastChannel.swift
[1128/1256] Compiling CryptoBoringWrapper EllipticCurve.swift
[1129/1256] Emitting module CryptoBoringWrapper
[1130/1256] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1131/1256] Compiling NIOCore DispatchQueue+WithFuture.swift
[1132/1256] Compiling NIOCore EventLoop+Deprecated.swift
[1133/1256] Compiling NIOCore EventLoop+SerialExecutor.swift
[1134/1256] Compiling NIOCore EventLoop.swift
[1135/1256] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1137/1262] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1138/1262] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1139/1262] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1140/1263] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1141/1263] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1142/1263] Compiling NIOCore EventLoopFuture.swift
[1143/1263] Compiling NIOCore FileDescriptor.swift
[1144/1263] Compiling NIOCore FileHandle.swift
[1145/1263] Compiling NIOCore FileRegion.swift
[1146/1263] Compiling NIOCore GlobalSingletons.swift
[1147/1263] Compiling NIOCore IO.swift
[1149/1263] Emitting module ArgumentParser
[1150/1263] Compiling NIOCore AddressedEnvelope.swift
[1151/1263] Compiling NIOCore AsyncAwaitSupport.swift
[1152/1263] Compiling NIOCore AsyncChannel.swift
[1153/1263] Compiling NIOCore AsyncChannelHandler.swift
[1154/1263] Compiling NIOCore AsyncChannelInboundStream.swift
[1155/1263] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1156/1263] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1156/1263] Wrapping AST for CryptoBoringWrapper for debugging
[1158/1334] Compiling Crypto X25519Keys.swift
[1159/1334] Compiling Crypto SymmetricKeys.swift
[1160/1334] Compiling Crypto HMAC.swift
[1161/1334] Compiling Crypto MACFunctions.swift
[1162/1334] Compiling Crypto MessageAuthenticationCode.swift
[1163/1334] Compiling Crypto AES.swift
[1164/1334] Compiling Crypto ECDSASignature_boring.swift
[1165/1334] Compiling Crypto ECDSA_boring.swift
[1166/1334] Compiling Crypto HPKE-KeySchedule.swift
[1167/1334] Compiling Crypto HPKE-Modes.swift
[1168/1334] Compiling Crypto Insecure.swift
[1169/1334] Compiling Crypto Insecure_HashFunctions.swift
[1170/1334] Compiling Crypto KEM.swift
[1171/1334] Compiling Crypto ECDH_boring.swift
[1172/1334] Compiling ProcessSpawnSync ProcessSpawner.swift
[1173/1334] Emitting module ProcessSpawnSync
[1174/1335] Compiling Crypto PEMDocument.swift
[1175/1335] Compiling Crypto HPKE-AEAD.swift
[1176/1335] Compiling Crypto HPKE-Ciphersuite.swift
[1177/1335] Compiling Crypto HPKE-KDF.swift
[1178/1335] Compiling Crypto HPKE-KexKeyDerivation.swift
[1179/1335] Compiling Crypto HPKE-LabeledExtract.swift
[1180/1335] Compiling Crypto Digests.swift
[1181/1335] Compiling Crypto HashFunctions.swift
[1182/1335] Compiling Crypto HashFunctions_SHA2.swift
[1183/1335] Compiling Crypto HPKE-Errors.swift
[1184/1335] Compiling Crypto HPKE.swift
[1185/1335] Compiling Crypto HPKE-Context.swift
[1187/1335] Compiling Crypto HPKE-KEM-Curve25519.swift
[1188/1335] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1189/1335] Compiling Crypto HPKE-KEM.swift
[1190/1335] Compiling Crypto PKCS8PrivateKey.swift
[1191/1335] Compiling Crypto SEC1PrivateKey.swift
[1192/1335] Compiling Crypto SubjectPublicKeyInfo.swift
[1193/1335] Compiling Crypto CryptoError_boring.swift
[1194/1335] Compiling Crypto CryptoKitErrors.swift
[1195/1335] Compiling Crypto Digest_boring.swift
[1195/1335] Wrapping AST for ProcessSpawnSync for debugging
[1197/1335] Compiling Crypto ASN1Any.swift
[1198/1335] Compiling Crypto ASN1BitString.swift
[1199/1335] Compiling Crypto ASN1Boolean.swift
[1200/1335] Compiling Crypto ASN1Identifier.swift
[1201/1335] Compiling Crypto ASN1Integer.swift
[1202/1335] Compiling Crypto ASN1Null.swift
[1203/1335] Compiling Crypto ASN1OctetString.swift
[1204/1335] Compiling Crypto ASN1Strings.swift
[1205/1335] Compiling Crypto ArraySliceBigint.swift
[1206/1335] Compiling Crypto GeneralizedTime.swift
[1207/1335] Compiling Crypto ObjectIdentifier.swift
[1208/1335] Compiling Crypto ECDSASignature.swift
[1209/1335] Compiling Crypto HPKE-Utils.swift
[1210/1335] Compiling Crypto DHKEM.swift
[1232/1346] Compiling Crypto Digest.swift
[1235/1346] Wrapping AST for ArgumentParser for debugging
[1245/1346] Compiling Crypto EdDSA_boring.swift
[1246/1346] Compiling Crypto ECDSA.swift
[1247/1346] Emitting module Crypto
[1257/1346] Compiling Crypto DH.swift
[1258/1346] Compiling Crypto ECDH.swift
[1259/1346] Compiling Crypto HKDF.swift
[1260/1346] Compiling Crypto AESWrap.swift
[1261/1346] Compiling Crypto AESWrap_boring.swift
[1262/1346] Compiling Crypto Ed25519_boring.swift
[1263/1346] Compiling Crypto NISTCurvesKeys_boring.swift
[1264/1346] Compiling Crypto X25519Keys_boring.swift
[1265/1346] Compiling Crypto Curve25519.swift
[1266/1346] Compiling Crypto Ed25519Keys.swift
[1267/1346] Compiling Crypto NISTCurvesKeys.swift
[1268/1346] Compiling Crypto AES-GCM.swift
[1269/1346] Compiling Crypto AES-GCM_boring.swift
[1270/1346] Compiling Crypto ChaChaPoly_boring.swift
[1271/1346] Compiling Crypto ChaChaPoly.swift
[1272/1346] Compiling Crypto Cipher.swift
[1273/1346] Compiling Crypto Nonces.swift
[1274/1346] Compiling Crypto ASN1.swift
[1288/1346] Compiling Crypto Ed25519.swift
[1289/1346] Compiling Crypto Signature.swift
[1290/1346] Compiling Crypto CryptoKitErrors_boring.swift
[1291/1346] Compiling Crypto RNG_boring.swift
[1292/1346] Compiling Crypto SafeCompare_boring.swift
[1293/1346] Compiling Crypto Zeroization_boring.swift
[1294/1346] Compiling Crypto PrettyBytes.swift
[1295/1346] Compiling Crypto SafeCompare.swift
[1296/1346] Compiling Crypto SecureBytes.swift
[1297/1346] Compiling Crypto Zeroization.swift
[1298/1347] Wrapping AST for Crypto for debugging
[1327/1347] Emitting module NIOCore
[1328/1348] Wrapping AST for NIOCore for debugging
[1330/1400] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1331/1400] Compiling NIOEmbedded AsyncTestingChannel.swift
[1332/1400] Emitting module NIOEmbedded
[1333/1400] Compiling NIOEmbedded Embedded.swift
[1334/1401] Wrapping AST for NIOEmbedded for debugging
[1336/1401] Compiling NIOPosix IO.swift
[1337/1401] Compiling NIOPosix IntegerBitPacking.swift
[1338/1401] Compiling NIOPosix IntegerTypes.swift
[1339/1401] Compiling NIOPosix Linux.swift
[1340/1401] Compiling NIOPosix LinuxCPUSet.swift
[1341/1401] Compiling NIOPosix LinuxUring.swift
[1342/1401] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1343/1407] Emitting module NIOPosix
[1344/1407] Compiling NIOPosix ThreadPosix.swift
[1345/1407] Compiling NIOPosix ThreadWindows.swift
[1346/1407] Compiling NIOPosix UnsafeTransfer.swift
[1347/1407] Compiling NIOPosix Utilities.swift
[1348/1407] Compiling NIOPosix VsockAddress.swift
[1349/1407] Compiling NIOPosix VsockChannelEvents.swift
[1350/1407] Compiling NIOPosix Socket.swift
[1351/1407] Compiling NIOPosix SocketChannel.swift
[1352/1407] Compiling NIOPosix SocketProtocols.swift
[1353/1407] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1354/1407] Compiling NIOPosix System.swift
[1355/1407] Compiling NIOPosix Thread.swift
[1356/1407] Compiling NIOPosix SelectableEventLoop.swift
[1357/1407] Compiling NIOPosix SelectorEpoll.swift
[1358/1407] Compiling NIOPosix SelectorGeneric.swift
[1359/1407] Compiling NIOPosix SelectorKqueue.swift
[1360/1407] Compiling NIOPosix SelectorUring.swift
[1361/1407] Compiling NIOPosix ServerSocket.swift
[1362/1407] Compiling NIOPosix Pool.swift
[1363/1407] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1364/1407] Compiling NIOPosix PosixSingletons.swift
[1365/1407] Compiling NIOPosix RawSocketBootstrap.swift
[1366/1407] Compiling NIOPosix Resolver.swift
[1367/1407] Compiling NIOPosix Selectable.swift
[1368/1407] Compiling NIOPosix SelectableChannel.swift
[1369/1407] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1370/1407] Compiling NIOPosix NIOThreadPool.swift
[1371/1407] Compiling NIOPosix NonBlockingFileIO.swift
[1372/1407] Compiling NIOPosix PendingDatagramWritesManager.swift
[1373/1407] Compiling NIOPosix PendingWritesManager.swift
[1374/1407] Compiling NIOPosix PipeChannel.swift
[1375/1407] Compiling NIOPosix PipePair.swift
[1376/1407] Compiling NIOPosix BSDSocketAPICommon.swift
[1377/1407] Compiling NIOPosix BSDSocketAPIPosix.swift
[1378/1407] Compiling NIOPosix BSDSocketAPIWindows.swift
[1379/1407] Compiling NIOPosix BaseSocket.swift
[1380/1407] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1381/1407] Compiling NIOPosix BaseSocketChannel.swift
[1382/1407] Compiling NIOPosix BaseStreamSocketChannel.swift
[1383/1407] Compiling NIOPosix Bootstrap.swift
[1384/1407] Compiling NIOPosix ControlMessage.swift
[1385/1407] Compiling NIOPosix DatagramVectorReadManager.swift
[1386/1407] Compiling NIOPosix Errors+Any.swift
[1387/1407] Compiling NIOPosix FileDescriptor.swift
[1388/1407] Compiling NIOPosix GetaddrinfoResolver.swift
[1389/1407] Compiling NIOPosix HappyEyeballs.swift
[1390/1408] Wrapping AST for NIOPosix for debugging
[1392/1410] Compiling NIO Exports.swift
[1393/1410] Emitting module NIO
[1394/1411] Wrapping AST for NIO for debugging
[1396/1458] Compiling NIOTLS TLSEvents.swift
[1397/1458] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1398/1458] Emitting module NIOTLS
[1399/1458] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1400/1458] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1401/1458] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1402/1458] Compiling NIOSOCKS SOCKSResponse.swift
[1403/1459] Compiling NIOSOCKS Errors.swift
[1404/1459] Compiling NIOSOCKS Helpers.swift
[1405/1459] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1406/1459] Compiling NIOSOCKS ClientStateMachine.swift
[1407/1459] Compiling AsyncProcess ChunkSequence.swift
[1408/1460] Emitting module NIOSOCKS
[1409/1460] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1410/1460] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1411/1460] Compiling AsyncProcess ProcessExit.swift
[1412/1460] Compiling NIOTLS SNIHandler.swift
[1413/1460] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1414/1460] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1415/1461] Compiling NIOSOCKS ServerStateMachine.swift
[1416/1461] Compiling NIOSOCKS AuthenticationMethod.swift
[1417/1461] Compiling NIOSOCKS ClientGreeting.swift
[1418/1461] Compiling NIOSOCKS Messages.swift
[1419/1461] Compiling NIOSOCKS SOCKSRequest.swift
[1420/1462] Compiling AsyncProcess StructuredConcurrencyHelpers.swift
[1422/1462] Emitting module AsyncProcess
[1424/1462] Emitting module NIOHTTP1
[1424/1462] Wrapping AST for NIOTLS for debugging
[1426/1464] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1427/1464] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1428/1481] Emitting module NIOFoundationCompat
[1429/1481] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1429/1494] Wrapping AST for NIOSOCKS for debugging
[1432/1494] Compiling NIOSSL IdentityVerification.swift
[1433/1494] Compiling NIOSSL SSLCertificate.swift
[1433/1494] Wrapping AST for NIOFoundationCompat for debugging
[1435/1494] Compiling AsyncProcess FileContentStream.swift
/host/spi-builder-workspace/Sources/AsyncProcess/FileContentStream.swift:110:9: warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
108 | }
109 | let fileHandle = NIOLoopBound(
110 | NIOFileHandle(descriptor: dupedFD),
| `- warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
111 | eventLoop: eventLoop
112 | )
[1436/1494] Compiling AsyncProcess EOFSequence.swift
[1437/1516] Emitting module NIOTransportServices
[1438/1518] Compiling NIOTransportServices StateManagedChannel.swift
[1439/1518] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1440/1518] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1441/1518] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1442/1518] Compiling NIOTransportServices NIOTSErrors.swift
[1443/1518] Compiling NIOTransportServices NIOTSEventLoop.swift
[1444/1518] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1445/1518] Compiling NIOTransportServices NIOTSSingletons.swift
[1446/1518] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1447/1518] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1448/1518] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1449/1518] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1450/1518] Compiling NIOTransportServices NIOTSBootstraps.swift
[1451/1518] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1452/1518] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1453/1518] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1454/1518] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1457/1518] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1458/1518] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1459/1518] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1460/1518] Compiling NIOTransportServices AcceptHandler.swift
[1463/1518] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1464/1518] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1465/1519] Compiling AsyncProcess ProcessExecutor+Convenience.swift
[1466/1519] Compiling AsyncProcess ProcessExecutor.swift
[1467/1519] Compiling AsyncProcess NIOAsyncPipeWriter.swift
[1471/1520] Wrapping AST for NIOTransportServices for debugging
[1472/1520] Wrapping AST for AsyncProcess for debugging
[1481/1521] Wrapping AST for NIOHTTP1 for debugging
[1486/1539] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1487/1543] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1488/1543] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1489/1543] Compiling NIOHPACK IntegerCoding.swift
[1490/1543] Compiling NIOHPACK IndexedHeaderTable.swift
[1491/1543] Emitting module NIOSSL
[1492/1544] Emitting module NIOHTTPCompression
[1493/1544] Compiling NIOSSL SubjectAlternativeName.swift
[1494/1544] Compiling NIOSSL NIOSSLSecureBytes.swift
[1495/1544] Compiling NIOSSL RNG.swift
[1496/1544] Compiling NIOSSL SafeCompare.swift
[1497/1544] Compiling NIOHPACK HPACKHeader.swift
[1498/1544] Compiling NIOHPACK HeaderTables.swift
[1501/1544] Compiling NIOHPACK HPACKEncoder.swift
[1502/1544] Compiling NIOHPACK HPACKErrors.swift
[1503/1544] Compiling NIOHPACK DynamicHeaderTable.swift
[1504/1544] Compiling NIOHPACK HPACKDecoder.swift
[1509/1544] Compiling NIOHTTPCompression HTTPCompression.swift
[1510/1544] Compiling NIOHTTPCompression HTTPDecompression.swift
[1511/1544] Compiling NIOHPACK HuffmanTables.swift
[1512/1544] Compiling NIOHPACK HuffmanCoding.swift
[1513/1544] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1514/1544] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1515/1545] Compiling NIOHPACK StaticHeaderTable.swift
[1520/1545] Emitting module NIOHPACK
[1525/1545] Wrapping AST for NIOHTTPCompression for debugging
[1533/1546] Wrapping AST for NIOHPACK for debugging
[1535/1606] Compiling NIOHTTP2 Error+Any.swift
[1536/1606] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1537/1606] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1538/1606] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1539/1607] Wrapping AST for NIOSSL for debugging
[1541/1607] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1542/1607] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1543/1607] Compiling NIOHTTP2 HTTP2StreamID.swift
[1544/1607] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1545/1607] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1546/1607] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1547/1607] Compiling NIOHTTP2 InboundEventBuffer.swift
[1548/1607] Compiling NIOHTTP2 InboundWindowManager.swift
[1549/1615] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1550/1615] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1551/1615] Compiling NIOHTTP2 MayReceiveFrames.swift
[1552/1615] Compiling NIOHTTP2 ReceivingDataState.swift
[1553/1615] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1554/1615] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1555/1615] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1556/1615] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1557/1615] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1558/1615] Emitting module NIOHTTP2
[1559/1615] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1560/1615] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1561/1615] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1562/1615] Compiling NIOHTTP2 StreamChannelList.swift
[1563/1615] Compiling NIOHTTP2 StreamMap.swift
[1564/1615] Compiling NIOHTTP2 StreamStateMachine.swift
[1565/1615] Compiling NIOHTTP2 UnsafeTransfer.swift
[1566/1615] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1567/1615] Compiling NIOHTTP2 HTTP2Frame.swift
[1568/1615] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1569/1615] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1570/1615] Compiling NIOHTTP2 HTTP2PingData.swift
[1571/1615] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1572/1615] Compiling NIOHTTP2 HTTP2Settings.swift
[1573/1615] Compiling NIOHTTP2 HTTP2Stream.swift
[1574/1615] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1575/1615] Compiling NIOHTTP2 DOSHeuristics.swift
[1580/1615] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1581/1615] Compiling NIOHTTP2 GlitchesMonitor.swift
[1582/1615] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1583/1615] Compiling NIOHTTP2 MaySendFrames.swift
[1584/1615] Compiling NIOHTTP2 SendingDataState.swift
[1585/1615] Compiling NIOHTTP2 SendingGoawayState.swift
[1586/1615] Compiling NIOHTTP2 SendingHeadersState.swift
[1587/1615] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1588/1615] Compiling NIOHTTP2 SendingRstStreamState.swift
[1589/1615] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1590/1615] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1591/1615] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1592/1615] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1593/1615] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1594/1615] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1595/1615] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1596/1615] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1597/1615] Compiling NIOHTTP2 HTTP2Error.swift
[1598/1615] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1599/1615] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1600/1615] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1601/1615] Compiling NIOHTTP2 HasLocalSettings.swift
[1602/1615] Compiling NIOHTTP2 HasRemoteSettings.swift
[1603/1615] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1604/1615] Compiling NIOHTTP2 QuiescingState.swift
[1605/1615] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1606/1615] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1607/1615] Compiling NIOHTTP2 StateMachineResult.swift
[1608/1615] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1609/1616] Wrapping AST for NIOHTTP2 for debugging
[1611/1676] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1612/1676] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1613/1676] Compiling AsyncHTTPClient Transaction.swift
[1614/1676] Compiling AsyncHTTPClient Base64.swift
[1615/1676] Compiling AsyncHTTPClient BasicAuth.swift
[1616/1676] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1617/1676] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1618/1676] Compiling AsyncHTTPClient ConnectionPool.swift
[1619/1676] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1620/1684] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1621/1684] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1622/1684] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1623/1684] Compiling AsyncHTTPClient HTTP1Connection.swift
[1624/1684] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1625/1684] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1626/1684] Compiling AsyncHTTPClient HTTP2Connection.swift
[1627/1684] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1628/1684] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1629/1684] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1630/1684] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1631/1684] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1632/1684] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1633/1684] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1634/1684] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1635/1684] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1636/1684] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1637/1684] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1638/1684] Emitting module AsyncHTTPClient
[1639/1684] Compiling AsyncHTTPClient ConnectionTarget.swift
[1640/1684] Compiling AsyncHTTPClient DeconstructedURL.swift
[1641/1684] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1642/1684] Compiling AsyncHTTPClient FoundationExtensions.swift
[1643/1684] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1644/1684] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1645/1684] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1646/1684] Compiling AsyncHTTPClient HTTPClient.swift
[1647/1684] Compiling AsyncHTTPClient HTTPHandler.swift
[1648/1684] Compiling AsyncHTTPClient LRUCache.swift
[1649/1684] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1650/1684] Compiling AsyncHTTPClient NWErrorHandler.swift
[1651/1684] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1652/1684] Compiling AsyncHTTPClient TLSConfiguration.swift
[1653/1684] Compiling AsyncHTTPClient RedirectState.swift
[1654/1684] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1655/1684] Compiling AsyncHTTPClient RequestOptions.swift
[1656/1684] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1657/1684] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1658/1684] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1659/1684] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1660/1684] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1661/1684] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1662/1684] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1663/1684] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1664/1684] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1665/1684] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1666/1684] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1667/1684] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1668/1684] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1669/1684] Compiling AsyncHTTPClient RequestBodyLength.swift
[1670/1684] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1671/1684] Compiling AsyncHTTPClient RequestBag.swift
[1672/1684] Compiling AsyncHTTPClient RequestValidation.swift
[1673/1684] Compiling AsyncHTTPClient SSLContextCache.swift
[1674/1684] Compiling AsyncHTTPClient Scheme.swift
[1675/1684] Compiling AsyncHTTPClient Singleton.swift
[1676/1684] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1677/1684] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1678/1684] Compiling AsyncHTTPClient Utils.swift
[1679/1685] Wrapping AST for AsyncHTTPClient for debugging
[1681/1701] Compiling Helpers OpenReadableFile.swift
[1682/1701] Compiling Helpers OpenWritableFile.swift
[1683/1703] Compiling Helpers MockFileSystem.swift
[1684/1703] Compiling Helpers OSFileSystem.swift
[1685/1703] Compiling Helpers AsyncFileSystem.swift
[1686/1703] Compiling Helpers ConcurrencySupport.swift
[1687/1703] Compiling Helpers ReadableFileStream.swift
[1688/1703] Compiling Helpers WritableStream.swift
[1689/1703] Compiling Helpers ThrowingDefer.swift
[1690/1703] Compiling Helpers CacheKey.swift
[1691/1703] Compiling Helpers FileCacheRecord.swift
[1692/1703] Emitting module Helpers
[1693/1703] Compiling Helpers FileLock.swift
[1694/1703] Compiling Helpers Query.swift
[1695/1703] Compiling Helpers QueryEngine.swift
[1696/1703] Compiling Helpers SQLite.swift
[1697/1703] Compiling Helpers SQLiteBackedCache.swift
[1698/1703] Compiling Helpers Triple.swift
[1699/1704] Wrapping AST for Helpers for debugging
[1701/1733] Compiling SwiftSDKGenerator WebAssemblyRecipe.swift
[1702/1733] Compiling SwiftSDKGenerator ByteBuffer+Utils.swift
[1703/1733] Compiling SwiftSDKGenerator FileOperationError.swift
[1704/1733] Compiling SwiftSDKGenerator GeneratorError.swift
[1705/1737] Compiling SwiftSDKGenerator DownloadArtifactQuery.swift
[1706/1737] Compiling SwiftSDKGenerator DownloadFileQuery.swift
[1707/1737] Compiling SwiftSDKGenerator TarExtractQuery.swift
[1708/1737] Compiling SwiftSDKGenerator SwiftSDKMetadata.swift
[1709/1737] Compiling SwiftSDKGenerator LinuxDistribution.swift
[1710/1737] Compiling SwiftSDKGenerator Triple.swift
[1711/1737] Compiling SwiftSDKGenerator VersionsConfiguration.swift
[1712/1737] Compiling SwiftSDKGenerator CMakeBuildQuery.swift
[1713/1737] Compiling SwiftSDKGenerator Toolset.swift
[1714/1737] Compiling SwiftSDKGenerator FreeBSDRecipe.swift
[1715/1737] Compiling SwiftSDKGenerator LinuxRecipe.swift
[1716/1737] Compiling SwiftSDKGenerator SwiftSDKRecipe.swift
[1717/1737] Compiling SwiftSDKGenerator SwiftSDKGenerator+Unpack.swift
[1718/1737] Compiling SwiftSDKGenerator SwiftSDKGenerator.swift
[1719/1737] Compiling SwiftSDKGenerator PathsConfiguration.swift
[1720/1737] Compiling SwiftSDKGenerator FreeBSD.swift
[1721/1737] Compiling SwiftSDKGenerator HTTPClient+Download.swift
[1722/1737] Compiling SwiftSDKGenerator Shell.swift
[1723/1737] Compiling SwiftSDKGenerator UnixName.swift
[1724/1737] Compiling SwiftSDKGenerator which.swift
[1725/1737] Emitting module SwiftSDKGenerator
[1726/1737] Compiling SwiftSDKGenerator SwiftSDKGenerator+Download.swift
[1727/1737] Compiling SwiftSDKGenerator SwiftSDKGenerator+Entrypoint.swift
[1728/1737] Compiling SwiftSDKGenerator SwiftSDKGenerator+Fixup.swift
[1729/1737] Compiling SwiftSDKGenerator SwiftSDKGenerator+Metadata.swift
[1730/1737] Compiling SwiftSDKGenerator DownloadableArtifacts.swift
[1731/1737] Compiling SwiftSDKGenerator ArtifactsArchiveMetadata.swift
[1732/1737] Compiling SwiftSDKGenerator String+hasAnyPrefix.swift
[1733/1737] Compiling SwiftSDKGenerator SwiftSDKGenerator+Copy.swift
[1734/1738] Wrapping AST for SwiftSDKGenerator for debugging
[1736/1740] Emitting module GeneratorCLI
[1737/1740] Compiling GeneratorCLI GeneratorCLI.swift
[1738/1741] Wrapping AST for GeneratorCLI for debugging
[1739/1741] Write Objects.LinkFileList
[1740/1741] Linking swift-sdk-generator
Build complete! (258.94s)
Build complete.
{
"dependencies" : [
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.19.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-async-algorithms",
"requirement" : {
"exact" : [
"1.0.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.65.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "swift-sdk-generator",
"name" : "swift-sdk-generator",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "swift-sdk-generator",
"targets" : [
"GeneratorCLI"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "SystemSQLite",
"module_type" : "SystemLibraryTarget",
"name" : "SystemSQLite",
"path" : "Sources/SystemSQLite",
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "SwiftSDKGeneratorTests",
"module_type" : "SwiftTarget",
"name" : "SwiftSDKGeneratorTests",
"path" : "Tests/SwiftSDKGeneratorTests",
"sources" : [
"ArchitectureMappingTests.swift",
"EndToEndTests.swift",
"Generator/SwiftSDKGenerator+MetadataTests.swift",
"SwiftSDKRecipes/LinuxRecipeTests.swift",
"SwiftSDKRecipes/WebAssemblyRecipe.swift"
],
"target_dependencies" : [
"SwiftSDKGenerator"
],
"type" : "test"
},
{
"c99name" : "SwiftSDKGenerator",
"module_type" : "SwiftTarget",
"name" : "SwiftSDKGenerator",
"path" : "Sources/SwiftSDKGenerator",
"product_dependencies" : [
"AsyncAlgorithms",
"NIOHTTP1",
"Logging",
"SystemPackage",
"AsyncHTTPClient"
],
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
"Artifacts/DownloadableArtifacts.swift",
"ArtifactsArchiveMetadata.swift",
"Extensions/String+hasAnyPrefix.swift",
"Generator/SwiftSDKGenerator+Copy.swift",
"Generator/SwiftSDKGenerator+Download.swift",
"Generator/SwiftSDKGenerator+Entrypoint.swift",
"Generator/SwiftSDKGenerator+Fixup.swift",
"Generator/SwiftSDKGenerator+Metadata.swift",
"Generator/SwiftSDKGenerator+Unpack.swift",
"Generator/SwiftSDKGenerator.swift",
"PathsConfiguration.swift",
"PlatformModels/FreeBSD.swift",
"PlatformModels/LinuxDistribution.swift",
"PlatformModels/Triple.swift",
"PlatformModels/VersionsConfiguration.swift",
"Queries/CMakeBuildQuery.swift",
"Queries/DownloadArtifactQuery.swift",
"Queries/DownloadFileQuery.swift",
"Queries/TarExtractQuery.swift",
"Serialization/SwiftSDKMetadata.swift",
"Serialization/Toolset.swift",
"SwiftSDKRecipes/FreeBSDRecipe.swift",
"SwiftSDKRecipes/LinuxRecipe.swift",
"SwiftSDKRecipes/SwiftSDKRecipe.swift",
"SwiftSDKRecipes/WebAssemblyRecipe.swift",
"SystemUtils/ByteBuffer+Utils.swift",
"SystemUtils/FileOperationError.swift",
"SystemUtils/GeneratorError.swift",
"SystemUtils/HTTPClient+Download.swift",
"SystemUtils/Shell.swift",
"SystemUtils/UnixName.swift",
"SystemUtils/which.swift"
],
"target_dependencies" : [
"AsyncProcess",
"Helpers"
],
"type" : "library"
},
{
"c99name" : "ProcessSpawnSync",
"module_type" : "SwiftTarget",
"name" : "ProcessSpawnSync",
"path" : "Sources/ProcessSpawnSync",
"product_dependencies" : [
"Atomics",
"NIOConcurrencyHelpers"
],
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
"ProcessSpawner.swift"
],
"target_dependencies" : [
"CProcessSpawnSync"
],
"type" : "library"
},
{
"c99name" : "HelpersTests",
"module_type" : "SwiftTarget",
"name" : "HelpersTests",
"path" : "Tests/HelpersTests",
"sources" : [
"ThrowingDeferTests.swift"
],
"target_dependencies" : [
"Helpers"
],
"type" : "test"
},
{
"c99name" : "Helpers",
"module_type" : "SwiftTarget",
"name" : "Helpers",
"path" : "Sources/Helpers",
"product_dependencies" : [
"Crypto",
"Logging",
"SystemPackage",
"AsyncHTTPClient"
],
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
"ThrowingDefer.swift",
"Vendor/QueryEngine/CacheKey.swift",
"Vendor/QueryEngine/FileCacheRecord.swift",
"Vendor/QueryEngine/FileLock.swift",
"Vendor/QueryEngine/Query.swift",
"Vendor/QueryEngine/QueryEngine.swift",
"Vendor/QueryEngine/SQLite.swift",
"Vendor/QueryEngine/SQLiteBackedCache.swift",
"Vendor/Triple.swift",
"Vendor/_AsyncFileSystem/AsyncFileSystem.swift",
"Vendor/_AsyncFileSystem/ConcurrencySupport.swift",
"Vendor/_AsyncFileSystem/MockFileSystem.swift",
"Vendor/_AsyncFileSystem/OSFileSystem.swift",
"Vendor/_AsyncFileSystem/OpenReadableFile.swift",
"Vendor/_AsyncFileSystem/OpenWritableFile.swift",
"Vendor/_AsyncFileSystem/ReadableFileStream.swift",
"Vendor/_AsyncFileSystem/WritableStream.swift"
],
"target_dependencies" : [
"SystemSQLite"
],
"type" : "library"
},
{
"c99name" : "GeneratorEngineTests",
"module_type" : "SwiftTarget",
"name" : "GeneratorEngineTests",
"path" : "Tests/GeneratorEngineTests",
"sources" : [
"EngineTests.swift"
],
"target_dependencies" : [
"Helpers"
],
"type" : "test"
},
{
"c99name" : "GeneratorCLI",
"module_type" : "SwiftTarget",
"name" : "GeneratorCLI",
"path" : "Sources/GeneratorCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
"GeneratorCLI.swift"
],
"target_dependencies" : [
"SwiftSDKGenerator"
],
"type" : "executable"
},
{
"c99name" : "CProcessSpawnSync",
"module_type" : "ClangTarget",
"name" : "CProcessSpawnSync",
"path" : "Sources/CProcessSpawnSync",
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
"spawner.c"
],
"type" : "library"
},
{
"c99name" : "AsyncProcessTests",
"module_type" : "SwiftTarget",
"name" : "AsyncProcessTests",
"path" : "Tests/AsyncProcessTests",
"product_dependencies" : [
"Atomics",
"AsyncAlgorithms",
"NIO",
"NIOConcurrencyHelpers",
"Logging"
],
"sources" : [
"AsyncByteBufferLineSequenceTests.swift",
"Helpers+LogRecorderHandler.swift",
"IntegrationTests.swift"
],
"target_dependencies" : [
"AsyncProcess"
],
"type" : "test"
},
{
"c99name" : "AsyncProcess",
"module_type" : "SwiftTarget",
"name" : "AsyncProcess",
"path" : "Sources/AsyncProcess",
"product_dependencies" : [
"Atomics",
"AsyncAlgorithms",
"Logging",
"NIO",
"DequeModule",
"SystemPackage"
],
"product_memberships" : [
"swift-sdk-generator"
],
"sources" : [
"ChunkSequence.swift",
"EOFSequence.swift",
"FileContentStream.swift",
"NIOAsyncPipeWriter.swift",
"ProcessExecutor+Convenience.swift",
"ProcessExecutor.swift",
"ProcessExit.swift",
"StructuredConcurrencyHelpers.swift"
],
"target_dependencies" : [
"ProcessSpawnSync"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.