The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-sdk-generator, reference main (af1bea), with Swift 6.1 for Linux on 4 Jun 2025 18:23:18 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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 af1bea6 Fix compatibility with Swift 6.1 for Linux Swift SDKs (#218)
Cloned https://github.com/swiftlang/swift-sdk-generator.git
Revision (git rev-parse @):
af1bea6204fbd43ebd14ad62a6e05233b8ba2d30
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/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/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" : "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" : "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"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
[1/1762] Fetching swift-atomics
[389/5598] Fetching swift-atomics, swift-log
[4027/22189] Fetching swift-atomics, swift-log, swift-collections
[6595/98359] Fetching swift-atomics, swift-log, swift-collections, swift-nio
[10872/113030] Fetching swift-atomics, swift-log, swift-collections, swift-nio, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (0.67s)
[9544/109194] Fetching swift-atomics, swift-collections, swift-nio, swift-crypto
Fetching https://github.com/apple/swift-argument-parser
[62043/124574] Fetching swift-atomics, swift-collections, swift-nio, swift-crypto, swift-argument-parser
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-argument-parser from cache (1.30s)
Fetching https://github.com/apple/swift-system
[83765/109194] Fetching swift-atomics, swift-collections, swift-nio, swift-crypto
[84675/114179] Fetching swift-atomics, swift-collections, swift-nio, swift-crypto, swift-async-algorithms
[91329/118570] Fetching swift-atomics, swift-collections, swift-nio, swift-crypto, swift-async-algorithms, swift-system
Fetched https://github.com/apple/swift-system from cache (2.94s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (3.18s)
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/apple/swift-atomics.git from cache (4.94s)
Fetched https://github.com/apple/swift-crypto.git from cache (5.02s)
Fetched https://github.com/apple/swift-collections.git from cache (5.03s)
Fetched https://github.com/apple/swift-nio.git from cache (5.12s)
[1/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.92s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.69s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.1 (0.62s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.74s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.39s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.84s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.74s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.88s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2667] Fetching swift-nio-transport-services
[748/8590] Fetching swift-nio-transport-services, swift-nio-extras
[829/14549] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms
[2507/26076] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-nio-http2
[11553/40919] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.57s)
[16233/38252] Fetching swift-nio-extras, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (0.64s)
[10983/32293] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.72s)
[5885/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.64s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.43s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (3.09s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.76s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (3.19s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.39s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.73s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.52s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.29s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2426] Fetching swift-service-lifecycle
[2112/3330] Fetching swift-service-lifecycle, swift-http-types
[3163/4920] Fetching swift-service-lifecycle, swift-http-types, swift-asn1
[3517/6061] Fetching swift-service-lifecycle, swift-http-types, swift-asn1, swift-http-structured-headers
[4407/12216] Fetching swift-service-lifecycle, swift-http-types, swift-asn1, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.44s)
[6611/11312] Fetching swift-service-lifecycle, swift-asn1, swift-http-structured-headers, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.45s)
[4270/8886] Fetching swift-asn1, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.51s)
[4404/7296] Fetching swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.79s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.80s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.00s)
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.1 (0.00s)
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.00s)
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.00s)
Computed https://github.com/apple/swift-system at 1.5.0 (0.00s)
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.00s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.74s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.59s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.80s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.82s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.36s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.68s)
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/848] Write sources
[10/848] Compiling ghashv8-armv8-win.S
[10/848] Write sources
[13/848] Compiling p256-armv8-asm-apple.S
[13/848] Write sources
[13/848] Compiling ghashv8-armv8-apple.S
[13/848] Write sources
[13/848] Compiling ghashv8-armv7-linux.S
[13/848] Write sources
[32/848] Compiling ghashv8-armv8-linux.S
[33/848] Compiling _NumericsShims _NumericsShims.c
[34/848] Compiling _AtomicsShims.c
[35/848] Compiling CNIOWindows shim.c
[35/848] Compiling CNIOWindows WSAStartup.c
[37/848] Compiling sha512-x86_64-linux.S
[37/848] Compiling CNIOWASI CNIOWASI.c
[37/848] Compiling CSystem shims.c
[40/848] Compiling CNIOLinux liburing_shims.c
[41/848] Compiling CNIOLLHTTP c_nio_http.c
[42/848] Compiling CNIOExtrasZlib empty.c
[43/848] Compiling CNIODarwin shim.c
[44/848] Compiling CNIOLinux shim.c
[45/848] Write swift-version-24593BA9C3E375BF.txt
[46/848] Compiling CNIOLLHTTP c_nio_api.c
[47/848] Compiling fiat_p256_adx_sqr.S
[48/848] Compiling fiat_p256_adx_mul.S
[49/848] Compiling fiat_curve25519_adx_square.S
[50/848] Compiling fiat_curve25519_adx_mul.S
[51/848] Compiling CNIOLLHTTP c_nio_llhttp.c
[52/897] Compiling CNIOBoringSSLShims shims.c
[54/911] Emitting module _NIODataStructures
[55/911] Emitting module SystemPackage
[55/914] Compiling tls_method.cc
[56/914] Compiling tls_record.cc
[58/914] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[59/914] Compiling InternalCollectionsUtilities Debugging.swift
[60/914] Compiling InternalCollectionsUtilities Descriptions.swift
[61/914] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[62/915] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/915] Compiling SystemPackage Util+StringArray.swift
[64/915] Compiling SystemPackage Util.swift
[65/915] Compiling SystemPackage UtilConsumers.swift
[66/915] Compiling RealModule Real.swift
[67/916] Compiling _NIODataStructures PriorityQueue.swift
[68/916] Compiling _NIODataStructures _TinyArray.swift
[69/916] Emitting module _NIOBase64
[70/916] Compiling _NIOBase64 Base64.swift
[71/916] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[72/916] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[73/916] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[74/916] Compiling InternalCollectionsUtilities _SortedCollection.swift
[75/916] Compiling RealModule Float80+Real.swift
[76/917] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[77/917] Compiling InternalCollectionsUtilities Integer rank.swift
[78/917] Emitting module InternalCollectionsUtilities
[79/917] Compiling RealModule ElementaryFunctions.swift
[80/917] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[81/917] Compiling InternalCollectionsUtilities UInt+reversed.swift
[82/917] Emitting module RealModule
[83/917] Compiling RealModule Float+Real.swift
[84/917] Compiling SystemPackage MachPort.swift
[85/917] Compiling SystemPackage PlatformString.swift
[86/917] Compiling SystemPackage SystemString.swift
[87/917] Compiling RealModule Float16+Real.swift
[93/917] Compiling RealModule RealFunctions.swift
[94/918] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[96/919] Wrapping AST for _NIOBase64 for debugging
[97/919] Wrapping AST for RealModule for debugging
[99/989] Compiling DequeModule Deque+CustomReflectable.swift
[100/989] Compiling DequeModule Deque+Descriptions.swift
[101/991] Compiling DequeModule _DequeBuffer.swift
[102/991] Compiling DequeModule _DequeBufferHeader.swift
[102/991] Compiling tls13_server.cc
[104/991] Compiling Logging Locks.swift
[105/991] Emitting module Logging
[106/991] Compiling Logging MetadataProvider.swift
[107/991] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[108/991] Compiling OrderedCollections OrderedDictionary+Elements.swift
[109/991] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[110/991] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[111/991] Compiling DequeModule Deque+Testing.swift
[112/991] Compiling DequeModule Deque._Storage.swift
[113/991] Compiling DequeModule Deque._UnsafeHandle.swift
[114/991] Compiling DequeModule Deque.swift
[115/991] Compiling OrderedCollections OrderedDictionary+Codable.swift
[116/991] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[117/991] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[118/991] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[119/991] Compiling DequeModule Deque+Codable.swift
[120/991] Compiling DequeModule Deque+Collection.swift
[125/991] Compiling DequeModule _DequeSlot.swift
[126/991] Compiling DequeModule _UnsafeWrappedBuffer.swift
[127/991] Compiling _NIODataStructures Heap.swift
[128/991] Compiling DequeModule Deque+Equatable.swift
[129/991] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[130/991] Compiling DequeModule Deque+Extras.swift
[131/991] Compiling DequeModule Deque+Hashable.swift
[132/991] Compiling Logging Logging.swift
[133/991] Compiling Logging LogHandler.swift
[137/994] Compiling tls13_enc.cc
[138/994] Wrapping AST for InternalCollectionsUtilities for debugging
[143/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[144/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[145/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[146/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[147/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[148/994] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[149/994] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[150/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[151/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[152/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[153/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[154/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[155/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[156/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[156/1001] Wrapping AST for Logging for debugging
[160/1001] Compiling OrderedCollections OrderedSet+Initializers.swift
[161/1001] Compiling OrderedCollections OrderedSet+Insertions.swift
[162/1001] Compiling OrderedCollections OrderedSet+Invariants.swift
[163/1001] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[164/1001] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[165/1001] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[166/1001] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[167/1001] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[167/1001] Wrapping AST for _NIODataStructures for debugging
[169/1001] Compiling OrderedCollections OrderedDictionary.swift
[170/1001] Compiling OrderedCollections OrderedSet+Codable.swift
[171/1001] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[172/1001] Compiling OrderedCollections OrderedSet+Descriptions.swift
[173/1001] Compiling OrderedCollections OrderedSet+Diffing.swift
[174/1001] Compiling OrderedCollections OrderedSet+Equatable.swift
[175/1001] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[176/1001] Compiling OrderedCollections OrderedSet+Hashable.swift
[188/1001] Wrapping AST for SystemPackage for debugging
[200/1001] Emitting module DequeModule
[201/1002] Compiling tls13_client.cc
[202/1002] Wrapping AST for DequeModule for debugging
[212/1002] Compiling OrderedCollections OrderedSet+Sendable.swift
[213/1002] Compiling OrderedCollections OrderedSet+SubSequence.swift
[214/1002] Compiling OrderedCollections OrderedSet+Testing.swift
[215/1002] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[216/1002] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[217/1002] Compiling OrderedCollections OrderedSet.swift
[218/1002] Compiling OrderedCollections _UnsafeBitset.swift
[218/1002] Compiling ssl_versions.cc
[220/1002] Emitting module OrderedCollections
[221/1003] Compiling t1_enc.cc
[222/1003] Compiling tls13_both.cc
[223/1003] Compiling ssl_transcript.cc
[224/1003] Compiling ssl_x509.cc
[225/1003] Wrapping AST for OrderedCollections for debugging
[226/1003] Compiling ssl_stat.cc
[227/1003] Compiling ssl_privkey.cc
[228/1003] Compiling ssl_session.cc
[229/1003] Compiling ssl_file.cc
[230/1003] Compiling ssl_buffer.cc
[231/1003] Compiling ssl_cipher.cc
[232/1003] Compiling ssl_key_share.cc
[233/1003] Compiling ssl_credential.cc
[234/1003] Compiling ssl_lib.cc
[235/1003] Compiling ssl_aead_ctx.cc
[236/1003] Compiling ssl_cert.cc
[237/1003] Compiling ssl_asn1.cc
[238/1003] Compiling s3_pkt.cc
[239/1003] Compiling s3_both.cc
[240/1003] Compiling s3_lib.cc
[241/1003] Compiling handshake.cc
[242/1003] Compiling handshake_client.cc
[243/1003] Compiling handshake_server.cc
[244/1003] Compiling handoff.cc
[245/1003] Compiling extensions.cc
[246/1003] Compiling encrypted_client_hello.cc
[247/1003] Compiling dtls_record.cc
[248/1003] Compiling dtls_method.cc
[249/1003] Compiling md5-x86_64-apple.S
[250/1003] Compiling md5-586-linux.S
[251/1003] Compiling md5-x86_64-linux.S
[252/1003] Compiling md5-586-apple.S
[253/1003] Compiling d1_srtp.cc
[254/1003] Compiling chacha20_poly1305_x86_64-apple.S
[255/1003] Compiling chacha20_poly1305_armv8-win.S
[256/1003] Compiling chacha20_poly1305_armv8-linux.S
[257/1003] Compiling chacha20_poly1305_x86_64-linux.S
[258/1003] Compiling chacha20_poly1305_armv8-apple.S
[259/1003] Compiling chacha-x86_64-linux.S
[260/1003] Compiling chacha-x86_64-apple.S
[261/1003] Compiling chacha-x86-linux.S
[262/1003] Compiling chacha-armv8-win.S
[263/1003] Compiling chacha-x86-apple.S
[264/1003] Compiling chacha-armv8-linux.S
[265/1003] Compiling chacha-armv4-linux.S
[266/1003] Compiling chacha-armv8-apple.S
[267/1003] Compiling aes128gcmsiv-x86_64-linux.S
[268/1003] Compiling aes128gcmsiv-x86_64-apple.S
[269/1003] Compiling d1_pkt.cc
[270/1003] Compiling x86_64-mont5-linux.S
[271/1003] Compiling x86_64-mont5-apple.S
[272/1003] Compiling x86_64-mont-apple.S
[273/1003] Compiling x86_64-mont-linux.S
[274/1003] Compiling x86-mont-linux.S
[275/1003] Compiling err_data.cc
[276/1003] Compiling x86-mont-apple.S
[277/1003] Compiling vpaes-x86_64-apple.S
[278/1003] Compiling vpaes-x86_64-linux.S
[279/1003] Compiling vpaes-x86-linux.S
[280/1003] Compiling vpaes-x86-apple.S
[281/1003] Compiling vpaes-armv8-linux.S
[282/1003] Compiling vpaes-armv8-win.S
[283/1003] Compiling vpaes-armv7-linux.S
[284/1003] Compiling d1_lib.cc
[285/1003] Compiling sha512-x86_64-apple.S
[286/1003] Compiling sha512-x86_64-linux.S
[287/1003] Compiling vpaes-armv8-apple.S
[288/1003] Compiling sha512-armv8-win.S
[289/1003] Compiling sha512-armv8-linux.S
[290/1003] Compiling sha512-586-apple.S
[291/1003] Compiling sha512-armv4-linux.S
[292/1003] Compiling sha512-586-linux.S
[293/1003] Compiling sha256-x86_64-linux.S
[294/1003] Compiling sha512-armv8-apple.S
[295/1003] Compiling sha256-armv8-win.S
[296/1003] Compiling sha256-x86_64-apple.S
[297/1003] Compiling sha256-armv8-apple.S
[298/1003] Compiling sha256-armv8-linux.S
[299/1003] Compiling sha256-armv4-linux.S
[300/1003] Compiling bio_ssl.cc
[301/1003] Compiling sha256-586-linux.S
[301/1003] Compiling sha256-586-apple.S
[303/1003] Compiling sha1-x86_64-apple.S
[304/1003] Compiling sha1-x86_64-linux.S
[305/1003] Compiling sha1-armv8-linux.S
[306/1003] Compiling sha1-armv8-win.S
[307/1003] Compiling sha1-586-linux.S
[308/1003] Compiling sha1-armv4-large-linux.S
[309/1003] Compiling sha1-armv8-apple.S
[310/1003] Compiling sha1-586-apple.S
[311/1003] Compiling rsaz-avx2-linux.S
[312/1003] Compiling rsaz-avx2-apple.S
[313/1003] Compiling p256_beeu-x86_64-asm-linux.S
[314/1003] Compiling rdrand-x86_64-apple.S
[315/1003] Compiling rdrand-x86_64-linux.S
[316/1003] Compiling p256_beeu-x86_64-asm-apple.S
[317/1003] Compiling p256_beeu-armv8-asm-linux.S
[318/1003] Compiling p256-x86_64-asm-apple.S
[319/1003] Compiling p256_beeu-armv8-asm-win.S
[320/1003] Compiling p256-armv8-asm-win.S
[321/1003] Compiling p256_beeu-armv8-asm-apple.S
[322/1003] Compiling p256-x86_64-asm-linux.S
[323/1003] Compiling p256-armv8-asm-apple.S
[324/1003] Compiling p256-armv8-asm-linux.S
[325/1003] Compiling ghashv8-armv8-win.S
[326/1003] Compiling ghashv8-armv8-linux.S
[327/1003] Compiling ghashv8-armv7-linux.S
[328/1003] Compiling ghashv8-armv8-apple.S
[329/1003] Compiling ghash-x86_64-linux.S
[330/1003] Compiling ghash-x86-apple.S
[331/1003] Compiling ghash-x86-linux.S
[332/1003] Compiling ghash-ssse3-x86_64-linux.S
[333/1003] Compiling ghash-x86_64-apple.S
[334/1003] Compiling ghash-ssse3-x86_64-apple.S
[335/1003] Compiling ghash-ssse3-x86-linux.S
[336/1003] Compiling ghash-neon-armv8-linux.S
[337/1003] Compiling ghash-neon-armv8-win.S
[338/1003] Compiling ghash-ssse3-x86-apple.S
[339/1003] Compiling ghash-armv4-linux.S
[340/1003] Compiling ghash-neon-armv8-apple.S
[341/1003] Compiling co-586-apple.S
[342/1003] Compiling co-586-linux.S
[343/1003] Compiling bn-armv8-win.S
[344/1003] Compiling bsaes-armv7-linux.S
[345/1003] Compiling bn-armv8-linux.S
[346/1003] Compiling bn-586-linux.S
[347/1003] Compiling bn-586-apple.S
[348/1003] Compiling bn-armv8-apple.S
[349/1003] Compiling armv8-mont-win.S
[350/1003] Compiling armv8-mont-apple.S
[351/1003] Compiling aesv8-gcm-armv8-win.S
[352/1003] Compiling armv8-mont-linux.S
[353/1003] Compiling armv4-mont-linux.S
[354/1003] Compiling aesv8-gcm-armv8-linux.S
[355/1003] Compiling aesv8-gcm-armv8-apple.S
[356/1003] Compiling aesv8-armv8-linux.S
[357/1003] Compiling aesv8-armv8-apple.S
[358/1003] Compiling aesv8-armv8-win.S
[359/1003] Compiling aesv8-armv7-linux.S
[360/1003] Compiling aesni-x86-linux.S
[361/1003] Compiling aesni-x86_64-apple.S
[362/1003] Compiling aesni-x86-apple.S
[363/1003] Compiling aesni-gcm-x86_64-linux.S
[364/1003] Compiling aesni-x86_64-linux.S
[365/1003] Compiling aes-gcm-avx2-x86_64-linux.S
[366/1003] Compiling aesni-gcm-x86_64-apple.S
[367/1003] Compiling d1_both.cc
[368/1003] Compiling aes-gcm-avx2-x86_64-apple.S
[369/1003] Compiling aes-gcm-avx10-x86_64-apple.S
[370/1003] Compiling aes-gcm-avx10-x86_64-linux.S
[371/1003] Compiling x_x509a.cc
[372/1003] Compiling x_sig.cc
[373/1003] Compiling x_spki.cc
[374/1003] Compiling x_req.cc
[375/1003] Compiling x_x509.cc
[376/1003] Compiling x_val.cc
[377/1003] Compiling x_name.cc
[378/1003] Compiling x_pubkey.cc
[379/1003] Compiling x_exten.cc
[380/1003] Compiling x_crl.cc
[381/1003] Compiling x_algor.cc
[382/1003] Compiling x_all.cc
[383/1003] Compiling x_attrib.cc
[384/1003] Compiling x509spki.cc
[385/1003] Compiling x509name.cc
[386/1003] Compiling x509rset.cc
[387/1003] Compiling x509cset.cc
[388/1003] Compiling x509_vpm.cc
[389/1003] Compiling x509_v3.cc
[390/1003] Compiling x509_txt.cc
[391/1003] Compiling x509_vfy.cc
[392/1003] Compiling x509_trs.cc
[393/1003] Compiling x509_set.cc
[394/1003] Compiling x509_req.cc
[395/1003] Compiling x509_def.cc
[396/1003] Compiling x509_obj.cc
[397/1003] Compiling x509_ext.cc
[398/1003] Compiling x509_d2.cc
[399/1003] Compiling x509_lu.cc
[400/1003] Compiling x509_cmp.cc
[401/1003] Compiling x509.cc
[402/1003] Compiling x509_att.cc
[403/1003] Compiling v3_skey.cc
[404/1003] Compiling v3_ocsp.cc
[405/1003] Compiling v3_prn.cc
[406/1003] Compiling v3_purp.cc
[407/1003] Compiling v3_utl.cc
[408/1003] Compiling v3_pmaps.cc
[409/1003] Compiling v3_pcons.cc
[410/1003] Compiling v3_ncons.cc
[411/1003] Compiling v3_int.cc
[412/1003] Compiling v3_ia5.cc
[413/1003] Compiling v3_lib.cc
[414/1003] Compiling v3_info.cc
[415/1003] Compiling v3_genn.cc
[416/1003] Compiling v3_extku.cc
[417/1003] Compiling v3_crld.cc
[418/1003] Compiling v3_enum.cc
[419/1003] Compiling v3_conf.cc
[420/1003] Compiling v3_cpols.cc
[421/1003] Compiling v3_bcons.cc
[422/1003] Compiling v3_bitst.cc
[423/1003] Compiling v3_alt.cc
[424/1003] Compiling v3_akeya.cc
[425/1003] Compiling t_x509a.cc
[426/1003] Compiling v3_akey.cc
[427/1003] Compiling i2d_pr.cc
[428/1003] Compiling t_req.cc
[429/1003] Compiling t_x509.cc
[430/1003] Compiling t_crl.cc
[431/1003] Compiling name_print.cc
[432/1003] Compiling rsa_pss.cc
[433/1003] Compiling policy.cc
[434/1003] Compiling by_file.cc
[435/1003] Compiling by_dir.cc
[436/1003] Compiling voprf.cc
[437/1003] Compiling a_verify.cc
[438/1003] Compiling algorithm.cc
[439/1003] Compiling a_digest.cc
[440/1003] Compiling trust_token.cc
[441/1003] Compiling asn1_gen.cc
[442/1003] Compiling a_sign.cc
[443/1003] Compiling thread_win.cc
[444/1003] Compiling thread.cc
[445/1003] Compiling thread_pthread.cc
[446/1003] Compiling thread_none.cc
[447/1003] Compiling stack.cc
[448/1003] Compiling pmbtoken.cc
[449/1003] Compiling sha512.cc
[450/1003] Compiling siphash.cc
[451/1003] Compiling sha256.cc
[452/1003] Compiling slhdsa.cc
[453/1003] Compiling rsa_print.cc
[454/1003] Compiling sha1.cc
[455/1003] Compiling spake2plus.cc
[456/1003] Compiling rsa_extra.cc
[457/1003] Compiling rc4.cc
[458/1003] Compiling rsa_crypt.cc
[459/1003] Compiling windows.cc
[460/1003] Compiling refcount.cc
[461/1003] Compiling urandom.cc
[462/1003] Compiling trusty.cc
[463/1003] Compiling rsa_asn1.cc
[464/1003] Compiling rand.cc
[465/1003] Compiling ios.cc
[466/1003] Compiling getentropy.cc
[467/1003] Compiling poly1305_arm_asm.S
[468/1003] Compiling passive.cc
[469/1003] Compiling forkunsafe.cc
[470/1003] Compiling deterministic.cc
[471/1003] Compiling fork_detect.cc
[472/1003] Compiling poly1305_arm.cc
[473/1003] Compiling poly1305_vec.cc
[474/1003] Compiling poly1305.cc
[475/1003] Compiling pool.cc
[476/1003] Compiling pkcs7.cc
[477/1003] Compiling pkcs7_x509.cc
[478/1003] Compiling pkcs8.cc
[479/1003] Compiling p5_pbev2.cc
[480/1003] Compiling pkcs8_x509.cc
[481/1003] Compiling pem_xaux.cc
[482/1003] Compiling pem_x509.cc
[483/1003] Compiling pem_pkey.cc
[484/1003] Compiling mlkem.cc
[485/1003] Compiling obj_xref.cc
[486/1003] Compiling pem_pk8.cc
[487/1003] Compiling pem_oth.cc
[488/1003] Compiling pem_info.cc
[489/1003] Compiling mldsa.cc
[490/1003] Compiling pem_all.cc
[491/1003] Compiling mem.cc
[492/1003] Compiling md5.cc
[493/1003] Compiling pem_lib.cc
[494/1003] Compiling obj.cc
[495/1003] Compiling fips_shared_support.cc
[496/1003] Compiling poly_rq_mul.S
[497/1003] Compiling md4.cc
[498/1003] Compiling lhash.cc
[499/1003] Compiling ex_data.cc
[500/1003] Compiling sign.cc
[501/1003] Compiling hrss.cc
[502/1003] Compiling scrypt.cc
[503/1003] Compiling kyber.cc
[504/1003] Compiling hpke.cc
[505/1003] Compiling print.cc
[506/1003] Compiling pbkdf.cc
[507/1003] Compiling p_x25519.cc
[508/1003] Compiling p_x25519_asn1.cc
[509/1003] Compiling p_ed25519.cc
[510/1003] Compiling p_rsa_asn1.cc
[511/1003] Compiling p_hkdf.cc
[512/1003] Compiling p_rsa.cc
[513/1003] Compiling p_ed25519_asn1.cc
[514/1003] Compiling p_ec.cc
[515/1003] Compiling p_dh.cc
[516/1003] Compiling p_ec_asn1.cc
[517/1003] Compiling p_dh_asn1.cc
[518/1003] Compiling evp_ctx.cc
[519/1003] Compiling evp.cc
[520/1003] Compiling p_dsa_asn1.cc
[521/1003] Compiling engine.cc
[522/1003] Compiling err.cc
[523/1003] Compiling ecdh.cc
[524/1003] Compiling evp_asn1.cc
[525/1003] Compiling ecdsa_asn1.cc
[526/1003] Compiling hash_to_curve.cc
[527/1003] Compiling ec_derive.cc
[528/1003] Compiling dsa_asn1.cc
[529/1003] Compiling dsa.cc
[529/1003] Compiling ec_asn1.cc
[531/1003] Compiling params.cc
[532/1003] Compiling x25519-asm-arm.S
[533/1003] Compiling des.cc
[534/1003] Compiling dh_asn1.cc
[535/1003] Compiling digest_extra.cc
[536/1003] Compiling crypto.cc
[537/1003] Compiling cpu_intel.cc
[538/1003] Compiling spake25519.cc
[539/1003] Compiling cpu_arm_linux.cc
[540/1003] Compiling cpu_arm_freebsd.cc
[541/1003] Compiling curve25519.cc
[542/1003] Compiling cpu_aarch64_win.cc
[543/1003] Compiling cpu_aarch64_sysreg.cc
[544/1003] Compiling cpu_aarch64_openbsd.cc
[545/1003] Compiling cpu_aarch64_fuchsia.cc
[546/1003] Compiling bcm.cc
[547/1003] Compiling cpu_aarch64_linux.cc
[548/1003] Compiling cpu_aarch64_apple.cc
[549/1003] Compiling curve25519_64_adx.cc
[550/1003] Compiling get_cipher.cc
[551/1003] Compiling conf.cc
[552/1003] Compiling tls_cbc.cc
[553/1003] Compiling e_tls.cc
[554/1003] Compiling e_rc4.cc
[555/1003] Compiling e_rc2.cc
[556/1003] Compiling e_null.cc
[557/1003] Compiling e_des.cc
[558/1003] Compiling e_chacha20poly1305.cc
[559/1003] Compiling e_aesgcmsiv.cc
[560/1003] Compiling derive_key.cc
[561/1003] Compiling e_aesctrhmac.cc
[562/1003] Compiling chacha.cc
[563/1003] Compiling unicode.cc
[564/1003] Compiling cbb.cc
[565/1003] Compiling buf.cc
[566/1003] Compiling cbs.cc
[567/1003] Compiling ber.cc
[568/1003] Compiling convert.cc
[569/1003] Compiling asn1_compat.cc
[570/1003] Compiling blake2.cc
[571/1003] Compiling bn_asn1.cc
[572/1003] Compiling socket.cc
[573/1003] Compiling printf.cc
[574/1003] Compiling socket_helper.cc
[575/1003] Compiling pair.cc
[576/1003] Compiling errno.cc
[577/1003] Compiling hexdump.cc
[577/1003] Compiling file.cc
[579/1003] Compiling fd.cc
[580/1003] Compiling bio_mem.cc
[581/1003] Compiling connect.cc
[582/1003] Compiling bio.cc
[583/1003] Compiling base64.cc
[584/1003] Compiling tasn_typ.cc
[585/1003] Compiling tasn_fre.cc
[586/1003] Compiling tasn_enc.cc
[587/1003] Compiling tasn_new.cc
[588/1003] Compiling posix_time.cc
[589/1003] Compiling f_string.cc
[589/1003] Compiling tasn_utl.cc
[591/1003] Compiling f_int.cc
[592/1003] Compiling asn_pack.cc
[593/1003] Compiling tasn_dec.cc
[594/1003] Compiling asn1_par.cc
[595/1003] Compiling a_octet.cc
[596/1003] Compiling a_utctm.cc
[597/1003] Compiling asn1_lib.cc
[598/1003] Compiling a_type.cc
[599/1003] Compiling a_time.cc
[600/1003] Compiling a_strnid.cc
[601/1003] Compiling a_strex.cc
[602/1003] Compiling a_object.cc
[603/1003] Compiling a_i2d_fp.cc
[604/1003] Compiling a_dup.cc
[605/1003] Compiling a_mbstr.cc
[606/1003] Compiling a_d2i_fp.cc
[607/1003] Compiling a_gentm.cc
[608/1003] Compiling fiat_p256_adx_sqr.S
[609/1003] Compiling fiat_p256_adx_mul.S
[610/1003] Compiling a_int.cc
[611/1003] Compiling fiat_curve25519_adx_square.S
[612/1003] Compiling a_bitstr.cc
[613/1003] Compiling fiat_curve25519_adx_mul.S
[614/1003] Compiling md5-x86_64-linux.S
[615/1003] Compiling md5-x86_64-apple.S
[616/1003] Compiling md5-586-apple.S
[617/1003] Compiling md5-586-linux.S
[618/1003] Compiling chacha20_poly1305_x86_64-apple.S
[619/1003] Compiling chacha20_poly1305_armv8-win.S
[620/1003] Compiling chacha20_poly1305_x86_64-linux.S
[621/1003] Compiling a_bool.cc
[622/1003] Compiling chacha20_poly1305_armv8-linux.S
[623/1003] Compiling chacha20_poly1305_armv8-apple.S
[624/1003] Compiling chacha-x86_64-linux.S
[625/1003] Compiling chacha-x86_64-apple.S
[626/1003] Compiling chacha-x86-linux.S
[627/1003] Compiling chacha-x86-apple.S
[628/1003] Compiling chacha-armv8-win.S
[629/1003] Compiling chacha-armv8-linux.S
[630/1003] Compiling chacha-armv8-apple.S
[631/1003] Compiling chacha-armv4-linux.S
[632/1003] Compiling aes128gcmsiv-x86_64-linux.S
[633/1003] Compiling aes128gcmsiv-x86_64-apple.S
[634/1003] Compiling x86_64-mont5-linux.S
[635/1003] Compiling CCryptoBoringSSLShims shims.c
[636/1003] Compiling err_data.cc
[637/1003] Compiling x86_64-mont5-apple.S
[638/1003] Compiling x86-mont-linux.S
[639/1003] Compiling x86-mont-apple.S
[640/1003] Compiling x86_64-mont-linux.S
[641/1003] Compiling x86_64-mont-apple.S
[642/1003] Compiling vpaes-x86_64-linux.S
[643/1003] Compiling vpaes-x86_64-apple.S
[644/1003] Compiling vpaes-x86-linux.S
[645/1003] Compiling vpaes-x86-apple.S
[646/1003] Compiling vpaes-armv8-linux.S
[647/1003] Compiling vpaes-armv8-win.S
[648/1003] Compiling vpaes-armv7-linux.S
[649/1003] Compiling sha512-armv8-win.S
[650/1003] Compiling sha512-x86_64-apple.S
[651/1003] Compiling vpaes-armv8-apple.S
[652/1003] Compiling sha512-armv8-linux.S
[653/1003] Compiling sha512-armv8-apple.S
[654/1003] Compiling sha512-armv4-linux.S
[655/1003] Compiling sha512-586-linux.S
[656/1003] Compiling sha256-x86_64-apple.S
[657/1003] Compiling sha512-586-apple.S
[658/1003] Compiling sha256-x86_64-linux.S
[659/1003] Compiling sha256-armv8-win.S
[660/1003] Compiling sha256-armv8-linux.S
[661/1003] Compiling sha256-586-linux.S
[662/1003] Compiling sha256-armv4-linux.S
[663/1003] Compiling sha256-armv8-apple.S
[664/1003] Compiling sha256-586-apple.S
[665/1003] Compiling sha1-x86_64-apple.S
[666/1003] Compiling sha1-x86_64-linux.S
[667/1003] Compiling sha1-armv8-win.S
[668/1003] Compiling sha1-armv8-linux.S
[669/1003] Compiling sha1-armv4-large-linux.S
[670/1003] Compiling sha1-armv8-apple.S
[671/1003] Compiling sha1-586-apple.S
[672/1003] Compiling sha1-586-linux.S
[673/1003] Compiling rdrand-x86_64-linux.S
[674/1003] Compiling rsaz-avx2-linux.S
[675/1003] Compiling rsaz-avx2-apple.S
[676/1003] Compiling rdrand-x86_64-apple.S
[677/1003] Compiling p256_beeu-armv8-asm-apple.S
[678/1003] Compiling p256_beeu-x86_64-asm-apple.S
[679/1003] Compiling p256_beeu-x86_64-asm-linux.S
[680/1003] Compiling p256_beeu-armv8-asm-linux.S
[681/1003] Compiling p256_beeu-armv8-asm-win.S
[682/1003] Compiling p256-x86_64-asm-apple.S
[683/1003] Compiling p256-armv8-asm-win.S
[684/1003] Compiling p256-armv8-asm-linux.S
[685/1003] Compiling ghash-x86_64-apple.S
[686/1003] Compiling p256-x86_64-asm-linux.S
[687/1003] Compiling ghash-ssse3-x86_64-linux.S
[688/1003] Compiling ghash-x86-apple.S
[689/1003] Compiling ghash-x86-linux.S
[690/1003] Compiling ghash-ssse3-x86_64-apple.S
[691/1003] Compiling ghash-x86_64-linux.S
[692/1003] Compiling ghash-ssse3-x86-linux.S
[693/1003] Compiling ghash-ssse3-x86-apple.S
[694/1003] Compiling ghash-neon-armv8-linux.S
[695/1003] Compiling ghash-neon-armv8-win.S
[696/1003] Compiling ghash-neon-armv8-apple.S
[697/1003] Compiling ghash-armv4-linux.S
[698/1003] Compiling bsaes-armv7-linux.S
[699/1003] Compiling co-586-linux.S
[700/1003] Compiling co-586-apple.S
[701/1003] Compiling bn-armv8-apple.S
[702/1003] Compiling bn-armv8-linux.S
[703/1003] Compiling bn-armv8-win.S
[704/1003] Compiling armv8-mont-win.S
[705/1003] Compiling bn-586-apple.S
[706/1003] Compiling bn-586-linux.S
[707/1003] Compiling armv8-mont-linux.S
[708/1003] Compiling aesv8-gcm-armv8-apple.S
[709/1003] Compiling armv8-mont-apple.S
[710/1003] Compiling armv4-mont-linux.S
[711/1003] Compiling aesv8-gcm-armv8-win.S
[712/1003] Compiling aesv8-gcm-armv8-linux.S
[713/1003] Compiling aesv8-armv8-win.S
[714/1003] Compiling aesv8-armv8-linux.S
[715/1003] Compiling aesv8-armv8-apple.S
[716/1003] Compiling aesv8-armv7-linux.S
[717/1003] Compiling aesni-x86-linux.S
[717/1003] Compiling aesni-x86_64-apple.S
[719/1003] Compiling aesni-x86_64-linux.S
[720/1003] Compiling aesni-x86-apple.S
[721/1003] Compiling aes-gcm-avx10-x86_64-linux.S
[722/1003] Compiling aesni-gcm-x86_64-linux.S
[723/1003] Compiling aes-gcm-avx10-x86_64-apple.S
[724/1003] Compiling aesni-gcm-x86_64-apple.S
[725/1003] Compiling x_x509.cc
[726/1003] Compiling x_val.cc
[727/1003] Compiling x_sig.cc
[728/1003] Compiling x_spki.cc
[729/1003] Compiling x_req.cc
[730/1003] Compiling x_x509a.cc
[731/1003] Compiling c-nioatomics.c
[732/1003] Compiling x_attrib.cc
[733/1003] Compiling x_exten.cc
[734/1003] Compiling x_name.cc
[735/1003] Compiling x_pubkey.cc
[736/1003] Compiling x_crl.cc
[737/1003] Compiling c-atomics.c
[738/1003] Compiling x_all.cc
[739/1003] Compiling x_algor.cc
[741/1009] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[742/1009] Compiling NIOConcurrencyHelpers NIOLock.swift
[742/1009] Compiling x509spki.cc
[743/1009] Compiling x509rset.cc
[744/1009] Compiling x509cset.cc
[745/1009] Compiling NIOConcurrencyHelpers lock.swift
[746/1009] Compiling x509name.cc
[747/1009] Compiling x509_vpm.cc
[748/1009] Compiling x509_vfy.cc
[750/1009] Emitting module NIOConcurrencyHelpers
[751/1009] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[752/1009] Compiling NIOConcurrencyHelpers atomics.swift
[752/1010] Compiling x509_v3.cc
[754/1010] Compiling x509_txt.cc
[755/1010] Compiling x509_trs.cc
[756/1010] Wrapping AST for NIOConcurrencyHelpers for debugging
[757/1010] Compiling x509_req.cc
[758/1010] Compiling x509_set.cc
[759/1010] Compiling x509_obj.cc
[760/1010] Compiling x509_ext.cc
[761/1010] Compiling x509_def.cc
[762/1010] Compiling x509_lu.cc
[763/1010] Compiling x509_d2.cc
[764/1010] Compiling x509_att.cc
[765/1010] Compiling x509.cc
[766/1010] Compiling x509_cmp.cc
[767/1010] Compiling v3_prn.cc
[768/1010] Compiling v3_utl.cc
[769/1010] Compiling v3_skey.cc
[770/1010] Compiling v3_purp.cc
[771/1010] Compiling v3_pcons.cc
[772/1010] Compiling v3_ocsp.cc
[773/1010] Compiling v3_pmaps.cc
[774/1010] Compiling v3_ncons.cc
[775/1010] Compiling v3_lib.cc
[776/1010] Compiling v3_int.cc
[777/1010] Compiling v3_ia5.cc
[778/1010] Compiling v3_info.cc
[779/1010] Compiling v3_genn.cc
[780/1010] Compiling v3_enum.cc
[781/1010] Compiling v3_extku.cc
[782/1010] Compiling v3_conf.cc
[783/1010] Compiling v3_crld.cc
[784/1010] Compiling v3_cpols.cc
[785/1010] Compiling v3_bitst.cc
[786/1010] Compiling v3_bcons.cc
[787/1010] Compiling v3_alt.cc
[788/1010] Compiling v3_akey.cc
[789/1010] Compiling v3_akeya.cc
[790/1010] Compiling t_x509a.cc
[791/1010] Compiling t_req.cc
[792/1010] Compiling t_x509.cc
[793/1010] Compiling t_crl.cc
[794/1010] Compiling i2d_pr.cc
[795/1010] Compiling rsa_pss.cc
[796/1010] Compiling name_print.cc
[797/1010] Compiling policy.cc
[798/1010] Compiling by_file.cc
[799/1010] Compiling algorithm.cc
[800/1010] Compiling by_dir.cc
[801/1010] Compiling asn1_gen.cc
[802/1010] Compiling a_verify.cc
[803/1010] Compiling voprf.cc
[804/1010] Compiling a_sign.cc
[805/1010] Compiling a_digest.cc
[806/1010] Compiling thread_win.cc
[807/1010] Compiling trust_token.cc
[808/1010] Compiling thread_pthread.cc
[809/1010] Compiling thread.cc
[810/1010] Compiling thread_none.cc
[811/1010] Compiling stack.cc
[812/1010] Compiling pmbtoken.cc
[813/1010] Compiling wots.cc
[814/1010] Compiling thash.cc
[815/1010] Compiling sha512.cc
[816/1010] Compiling fors.cc
[817/1010] Compiling siphash.cc
[818/1010] Compiling merkle.cc
[819/1010] Compiling slhdsa.cc
[820/1010] Compiling sha1.cc
[821/1010] Compiling sha256.cc
[822/1010] Compiling rsa_print.cc
[823/1010] Compiling rc4.cc
[824/1010] Compiling rsa_extra.cc
[825/1010] Compiling refcount.cc
[826/1010] Compiling urandom.cc
[827/1010] Compiling windows.cc
[828/1010] Compiling rsa_asn1.cc
[829/1010] Compiling rsa_crypt.cc
[830/1010] Compiling trusty.cc
[831/1010] Compiling rand_extra.cc
[832/1010] Compiling passive.cc
[833/1010] Compiling getentropy.cc
[834/1010] Compiling ios.cc
[835/1010] Compiling poly1305_arm_asm.S
[836/1010] Compiling deterministic.cc
[837/1010] Compiling forkunsafe.cc
[838/1010] Compiling fork_detect.cc
[839/1010] Compiling pool.cc
[840/1010] Compiling poly1305_arm.cc
[841/1010] Compiling poly1305_vec.cc
[842/1010] Compiling poly1305.cc
[843/1010] Compiling pkcs7.cc
[844/1010] Compiling pkcs8.cc
[845/1010] Compiling p5_pbev2.cc
[846/1010] Compiling pkcs7_x509.cc
[847/1010] Compiling pkcs8_x509.cc
[848/1010] Compiling pem_xaux.cc
[849/1010] Compiling pem_x509.cc
[850/1010] Compiling pem_pkey.cc
[851/1010] Compiling obj_xref.cc
[852/1010] Compiling pem_pk8.cc
[853/1010] Compiling pem_oth.cc
[854/1010] Compiling mldsa.cc
[855/1010] Compiling mlkem.cc
[856/1010] Compiling pem_all.cc
[857/1010] Compiling pem_info.cc
[858/1010] Compiling pem_lib.cc
[859/1010] Compiling obj.cc
[860/1010] Compiling poly_rq_mul.S
[861/1010] Compiling mem.cc
[862/1010] Compiling fips_shared_support.cc
[863/1010] Compiling md5.cc
[864/1010] Compiling lhash.cc
[865/1010] Compiling md4.cc
[866/1010] Compiling kyber.cc
[867/1010] Compiling hrss.cc
[868/1010] Compiling sign.cc
[869/1010] Compiling ex_data.cc
[870/1010] Compiling hpke.cc
[871/1010] Compiling scrypt.cc
[872/1010] Compiling pbkdf.cc
[873/1010] Compiling print.cc
[874/1010] Compiling p_x25519.cc
[875/1010] Compiling p_ed25519_asn1.cc
[876/1010] Compiling p_x25519_asn1.cc
[877/1010] Compiling p_rsa_asn1.cc
[878/1010] Compiling p_rsa.cc
[879/1010] Compiling p_ec.cc
[880/1010] Compiling p_hkdf.cc
[881/1010] Compiling evp_ctx.cc
[882/1010] Compiling p_ed25519.cc
[883/1010] Compiling evp.cc
[884/1010] Compiling p_ec_asn1.cc
[885/1010] Compiling p_dh.cc
[886/1010] Compiling p_dh_asn1.cc
[887/1010] Compiling p_dsa_asn1.cc
[888/1010] Compiling err.cc
[889/1010] Compiling engine.cc
[890/1010] Compiling ec_derive.cc
[891/1010] Compiling evp_asn1.cc
[892/1010] Compiling ecdh_extra.cc
[893/1010] Compiling ecdsa_asn1.cc
[894/1010] Compiling hash_to_curve.cc
[895/1010] Compiling dsa_asn1.cc
[896/1010] Compiling dsa.cc
[897/1010] Compiling ec_asn1.cc
[898/1010] Compiling digest_extra.cc
[899/1010] Compiling x25519-asm-arm.S
[900/1010] Compiling des.cc
[901/1010] Compiling params.cc
[902/1010] Compiling dh_asn1.cc
[903/1010] Compiling spake25519.cc
[904/1010] Compiling crypto.cc
[905/1010] Compiling cpu_intel.cc
[906/1010] Compiling cpu_arm_linux.cc
[907/1010] Compiling cpu_arm_freebsd.cc
[908/1010] Compiling curve25519.cc
[909/1010] Compiling cpu_aarch64_win.cc
[910/1010] Compiling cpu_aarch64_openbsd.cc
[911/1010] Compiling cpu_aarch64_sysreg.cc
[912/1010] Compiling cpu_aarch64_linux.cc
[913/1010] Compiling cpu_aarch64_fuchsia.cc
[914/1010] Compiling tls_cbc.cc
[915/1010] Compiling cpu_aarch64_apple.cc
[916/1010] Compiling e_null.cc
[917/1010] Compiling curve25519_64_adx.cc
[918/1010] Compiling conf.cc
[919/1010] Compiling e_chacha20poly1305.cc
[920/1010] Compiling e_rc4.cc
[921/1010] Compiling e_tls.cc
[922/1010] Compiling e_aesctrhmac.cc
[923/1010] Compiling e_rc2.cc
[924/1010] Compiling bcm.cc
[925/1010] Compiling e_des.cc
[926/1010] Compiling derive_key.cc
[927/1010] Compiling e_aesgcmsiv.cc
[928/1010] Compiling cipher_extra.cc
[929/1010] Compiling unicode.cc
[930/1010] Compiling chacha.cc
[931/1010] Compiling ber.cc
[932/1010] Compiling cbs.cc
[933/1010] Compiling cbb.cc
[934/1010] Compiling buf.cc
[935/1010] Compiling asn1_compat.cc
[936/1010] Compiling bn_asn1.cc
[937/1010] Compiling blake2.cc
[938/1010] Compiling printf.cc
[939/1010] Compiling convert.cc
[940/1010] Compiling bio.cc
[941/1010] Compiling file.cc
[942/1010] Compiling pair.cc
[943/1010] Compiling hexdump.cc
[944/1010] Compiling errno.cc
[945/1010] Compiling tasn_typ.cc
[946/1010] Compiling fd.cc
[947/1010] Compiling bio_mem.cc
[948/1010] Compiling base64.cc
[949/1010] Compiling tasn_fre.cc
[950/1010] Compiling tasn_dec.cc
[951/1010] Compiling tasn_new.cc
[952/1010] Compiling tasn_enc.cc
[953/1010] Compiling tasn_utl.cc
[954/1010] Compiling posix_time.cc
[955/1010] Compiling f_string.cc
[956/1010] Compiling asn_pack.cc
[957/1010] Compiling asn1_par.cc
[958/1010] Compiling f_int.cc
[959/1010] Compiling a_time.cc
[960/1010] Compiling asn1_lib.cc
[961/1010] Compiling a_type.cc
[962/1010] Compiling a_utctm.cc
[962/1010] Compiling a_octet.cc
[964/1010] Compiling a_strnid.cc
[965/1010] Compiling a_strex.cc
[966/1010] Compiling a_object.cc
[967/1010] Compiling a_i2d_fp.cc
[968/1010] Compiling a_mbstr.cc
[969/1010] Write sources
[970/1010] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[971/1010] Write sources
[974/1010] Compiling a_dup.cc
[974/1010] Write sources
[977/1037] Compiling a_d2i_fp.cc
[977/1037] Write sources
[979/1037] Compiling a_gentm.cc
[980/1076] Compiling a_int.cc
[981/1076] Compiling a_bool.cc
[982/1101] Compiling a_bitstr.cc
[984/1101] Compiling Algorithms Permutations.swift
[985/1101] Compiling Algorithms Product.swift
[986/1101] Compiling Algorithms Combinations.swift
[987/1101] Compiling Algorithms Partition.swift
[988/1103] Compiling Algorithms Chain.swift
[989/1103] Compiling Algorithms Chunked.swift
[990/1111] Compiling Algorithms Keyed.swift
[991/1111] Compiling Algorithms MinMax.swift
[992/1111] Compiling Algorithms AdjacentPairs.swift
[993/1111] Compiling Algorithms Indexed.swift
[994/1111] Compiling Algorithms Intersperse.swift
[995/1111] Compiling Algorithms Joined.swift
[996/1111] Compiling Atomics IntegerOperations.swift
[997/1111] Compiling Atomics Unmanaged extensions.swift
[998/1111] Compiling ArgumentParserToolInfo ToolInfo.swift
[999/1111] Emitting module ArgumentParserToolInfo
[1007/1118] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1008/1118] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1009/1118] Compiling AsyncAlgorithms MergeStateMachine.swift
[1010/1118] Compiling AsyncAlgorithms MergeStorage.swift
[1011/1118] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1012/1118] Compiling AsyncAlgorithms Rethrow.swift
[1013/1118] Compiling Algorithms Split.swift
[1014/1118] Compiling Algorithms Stride.swift
[1015/1118] Compiling Algorithms Suffix.swift
[1015/1121] Wrapping AST for ArgumentParserToolInfo for debugging
[1019/1121] Compiling Algorithms Rotate.swift
[1020/1159] Emitting module AsyncAlgorithms
[1021/1159] Compiling ArgumentParser BashCompletionsGenerator.swift
[1022/1159] Compiling ArgumentParser CompletionsGenerator.swift
[1023/1159] Compiling ArgumentParser FishCompletionsGenerator.swift
[1024/1159] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1025/1159] Compiling ArgumentParser Argument.swift
[1026/1159] Compiling ArgumentParser ArgumentHelp.swift
[1027/1159] Compiling ArgumentParser OptionGroup.swift
[1028/1159] Compiling ArgumentParser CommandConfiguration.swift
[1029/1159] Compiling ArgumentParser CommandGroup.swift
[1030/1159] Compiling ArgumentParser EnumerableFlag.swift
[1031/1159] Compiling ArgumentParser NameSpecification.swift
[1032/1159] Compiling ArgumentParser Option.swift
[1033/1159] Compiling ArgumentParser ArgumentDefinition.swift
[1041/1159] Compiling ArgumentParser AsyncParsableCommand.swift
[1042/1159] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1043/1159] Compiling ArgumentParser ParsableCommand.swift
[1044/1159] Compiling ArgumentParser ArgumentDecoder.swift
[1045/1159] Compiling ArgumentParser DumpHelpGenerator.swift
[1046/1159] Compiling ArgumentParser HelpCommand.swift
[1047/1159] Compiling ArgumentParser HelpGenerator.swift
[1048/1159] Compiling ArgumentParser MessageInfo.swift
[1049/1159] Compiling ArgumentParser UsageGenerator.swift
[1050/1159] Compiling AsyncAlgorithms Locking.swift
[1051/1159] Compiling ArgumentParser Errors.swift
[1052/1159] Compiling ArgumentParser Flag.swift
[1056/1159] Compiling ArgumentParser ArgumentSet.swift
[1057/1159] Compiling ArgumentParser CommandParser.swift
[1058/1159] Compiling ArgumentParser InputKey.swift
[1059/1159] Compiling ArgumentParser InputOrigin.swift
[1060/1159] Compiling ArgumentParser ExpressibleByArgument.swift
[1061/1159] Compiling ArgumentParser ParsableArguments.swift
[1065/1159] Compiling ArgumentParser Name.swift
[1066/1159] Compiling ArgumentParser Parsed.swift
[1067/1159] Compiling ArgumentParser ParsedValues.swift
[1068/1159] Compiling ArgumentParser ParserError.swift
[1069/1159] Compiling ArgumentParser SplitArguments.swift
[1070/1159] Compiling AsyncAlgorithms SetAlgebra.swift
[1071/1159] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1072/1159] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1073/1159] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1074/1159] Compiling AsyncAlgorithms ZipStateMachine.swift
[1075/1159] Compiling AsyncAlgorithms ZipStorage.swift
[1077/1160] Compiling ArgumentParser ArgumentVisibility.swift
[1078/1160] Compiling ArgumentParser CompletionKind.swift
[1087/1160] Emitting module Atomics
[1087/1161] Wrapping AST for AsyncAlgorithms for debugging
[1089/1161] Wrapping AST for Atomics for debugging
[1091/1221] Compiling CryptoBoringWrapper RandomBytes.swift
[1092/1221] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1093/1221] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1094/1221] Compiling NIOCore NIOAsyncWriter.swift
[1095/1221] Compiling NIOCore CircularBuffer.swift
[1096/1221] Compiling NIOCore Codec.swift
[1097/1226] Emitting module Algorithms
[1098/1227] Wrapping AST for Algorithms for debugging
[1100/1227] Compiling NIOCore ConvenienceOptionSupport.swift
[1101/1227] Compiling NIOCore DeadChannel.swift
[1102/1227] Compiling NIOCore DispatchQueue+WithFuture.swift
[1103/1227] Compiling NIOCore EventLoop+Deprecated.swift
[1104/1227] Compiling NIOCore EventLoop+SerialExecutor.swift
[1105/1227] Compiling NIOCore EventLoop.swift
[1106/1227] Compiling ArgumentParser CollectionExtensions.swift
[1107/1227] Compiling ArgumentParser Platform.swift
[1108/1227] Compiling ArgumentParser SequenceExtensions.swift
[1109/1227] Compiling ArgumentParser StringExtensions.swift
[1110/1227] Compiling ArgumentParser Tree.swift
[1111/1227] Compiling NIOCore MulticastChannel.swift
[1112/1227] Compiling NIOCore NIOAny.swift
[1113/1227] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1114/1227] Compiling NIOCore NIOLoopBound.swift
[1115/1227] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1116/1227] Compiling NIOCore NIOScheduledCallback.swift
[1117/1227] Compiling NIOCore NIOSendable.swift
[1118/1227] Compiling NIOCore RecvByteBufferAllocator.swift
[1119/1235] Compiling NIOCore AddressedEnvelope.swift
[1120/1235] Compiling NIOCore AsyncAwaitSupport.swift
[1121/1235] Compiling NIOCore AsyncChannel.swift
[1122/1235] Compiling NIOCore AsyncChannelHandler.swift
[1123/1235] Compiling NIOCore AsyncChannelInboundStream.swift
[1124/1235] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1125/1235] Emitting module ArgumentParser
[1126/1235] Emitting module CryptoBoringWrapper
[1127/1235] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1128/1235] Compiling CryptoBoringWrapper EllipticCurve.swift
[1129/1235] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1130/1235] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1131/1235] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1132/1235] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1133/1236] Wrapping AST for CryptoBoringWrapper for debugging
[1135/1236] Compiling NIOCore ChannelInvoker.swift
[1136/1236] Compiling NIOCore ChannelOption.swift
[1137/1236] Compiling NIOCore ChannelPipeline.swift
[1138/1236] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1139/1236] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1140/1236] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1141/1236] Compiling NIOCore ByteBuffer-views.swift
[1142/1236] Compiling NIOCore Channel.swift
[1143/1236] Compiling NIOCore ChannelHandler.swift
[1144/1236] Compiling NIOCore ChannelHandlers.swift
[1145/1244] Compiling NIOCore IO.swift
[1146/1244] Compiling NIOCore IOData.swift
[1147/1244] Compiling NIOCore IPProtocol.swift
[1148/1244] Compiling NIOCore IntegerBitPacking.swift
[1149/1244] Compiling NIOCore IntegerTypes.swift
[1150/1244] Compiling NIOCore Interfaces.swift
[1151/1244] Compiling NIOCore Linux.swift
[1152/1244] Compiling NIOCore MarkedCircularBuffer.swift
[1153/1307] Compiling Crypto ChaChaPoly_boring.swift
[1154/1307] Compiling Crypto ChaChaPoly.swift
[1155/1307] Compiling Crypto Cipher.swift
[1156/1307] Compiling Crypto Nonces.swift
[1157/1307] Compiling Crypto ASN1.swift
[1158/1307] Compiling Crypto ObjectIdentifier.swift
[1159/1307] Compiling Crypto ECDSASignature.swift
[1160/1307] Compiling Crypto PEMDocument.swift
[1161/1307] Compiling Crypto AES-GCM.swift
[1162/1307] Compiling Crypto AES-GCM_boring.swift
[1163/1308] Wrapping AST for ArgumentParser for debugging
[1165/1308] Compiling Crypto DHKEM.swift
[1166/1308] Compiling Crypto HPKE-KEM-Curve25519.swift
[1167/1308] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1168/1308] Compiling Crypto HPKE-KEM.swift
[1169/1308] Compiling Crypto HPKE-Errors.swift
[1170/1308] Compiling Crypto HPKE.swift
[1171/1308] Compiling Crypto HPKE-Context.swift
[1172/1308] Compiling Crypto HPKE-KeySchedule.swift
[1173/1308] Compiling Crypto X25519Keys.swift
[1174/1308] Compiling Crypto SymmetricKeys.swift
[1175/1308] Compiling Crypto HMAC.swift
[1176/1308] Compiling Crypto MACFunctions.swift
[1177/1308] Compiling Crypto MessageAuthenticationCode.swift
[1178/1308] Compiling Crypto AES.swift
[1179/1308] Compiling Crypto ECDSASignature_boring.swift
[1180/1308] Compiling Crypto ECDSA_boring.swift
[1181/1308] Compiling Crypto HPKE-AEAD.swift
[1182/1308] Compiling Crypto ASN1Identifier.swift
[1183/1308] Compiling Crypto ASN1Integer.swift
[1184/1308] Compiling Crypto ASN1Null.swift
[1185/1308] Compiling Crypto ASN1OctetString.swift
[1186/1308] Compiling Crypto ASN1Strings.swift
[1187/1308] Compiling Crypto ArraySliceBigint.swift
[1188/1308] Compiling Crypto GeneralizedTime.swift
[1189/1308] Emitting module Crypto
[1197/1317] Compiling Crypto EdDSA_boring.swift
[1198/1317] Compiling Crypto ECDSA.swift
[1199/1317] Compiling Crypto Ed25519.swift
[1200/1317] Compiling Crypto HKDF.swift
[1201/1317] Compiling Crypto AESWrap.swift
[1202/1317] Compiling Crypto AESWrap_boring.swift
[1203/1317] Compiling Crypto Ed25519_boring.swift
[1204/1317] Compiling Crypto NISTCurvesKeys_boring.swift
[1205/1317] Compiling Crypto X25519Keys_boring.swift
[1206/1317] Compiling Crypto Curve25519.swift
[1207/1317] Compiling Crypto Ed25519Keys.swift
[1208/1317] Compiling Crypto NISTCurvesKeys.swift
[1210/1317] Compiling Crypto PKCS8PrivateKey.swift
[1211/1317] Compiling Crypto SEC1PrivateKey.swift
[1212/1317] Compiling Crypto SubjectPublicKeyInfo.swift
[1213/1317] Compiling Crypto CryptoKitErrors.swift
[1214/1317] Compiling Crypto Digest_boring.swift
[1215/1317] Compiling Crypto Digest.swift
[1216/1317] Compiling Crypto Digests.swift
[1217/1317] Compiling Crypto HashFunctions.swift
[1218/1317] Compiling Crypto HashFunctions_SHA2.swift
[1223/1317] Compiling Crypto HPKE-Modes.swift
[1224/1317] Compiling Crypto Insecure.swift
[1225/1317] Compiling Crypto Insecure_HashFunctions.swift
[1226/1317] Compiling Crypto KEM.swift
[1227/1317] Compiling Crypto ECDH_boring.swift
[1228/1317] Compiling Crypto DH.swift
[1229/1317] Compiling Crypto ECDH.swift
[1230/1317] Compiling Crypto HPKE-Ciphersuite.swift
[1231/1317] Compiling Crypto HPKE-KDF.swift
[1232/1317] Compiling Crypto HPKE-KexKeyDerivation.swift
[1233/1317] Compiling Crypto HPKE-LabeledExtract.swift
[1234/1317] Compiling Crypto HPKE-Utils.swift
[1247/1317] Compiling Crypto ASN1Any.swift
[1248/1317] Compiling Crypto ASN1BitString.swift
[1249/1317] Compiling Crypto ASN1Boolean.swift
[1260/1317] Compiling Crypto Signature.swift
[1261/1317] Compiling Crypto CryptoKitErrors_boring.swift
[1262/1317] Compiling Crypto RNG_boring.swift
[1263/1317] Compiling Crypto SafeCompare_boring.swift
[1264/1317] Compiling Crypto Zeroization_boring.swift
[1265/1317] Compiling Crypto PrettyBytes.swift
[1266/1317] Compiling Crypto SafeCompare.swift
[1267/1317] Compiling Crypto SecureBytes.swift
[1268/1317] Compiling Crypto Zeroization.swift
[1269/1318] Wrapping AST for Crypto for debugging
[1298/1318] Emitting module NIOCore
[1299/1319] Wrapping AST for NIOCore for debugging
[1301/1369] Compiling NIOEmbedded Embedded.swift
[1302/1369] Emitting module NIOEmbedded
[1303/1369] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1304/1369] Compiling NIOEmbedded AsyncTestingChannel.swift
[1305/1370] Compiling NIOPosix IO.swift
[1306/1370] Compiling NIOPosix IntegerBitPacking.swift
[1307/1370] Compiling NIOPosix IntegerTypes.swift
[1308/1370] Compiling NIOPosix Linux.swift
[1309/1370] Compiling NIOPosix LinuxCPUSet.swift
[1310/1370] Compiling NIOPosix LinuxUring.swift
[1311/1370] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1312/1376] Wrapping AST for NIOEmbedded for debugging
[1314/1376] Compiling NIOPosix Pool.swift
[1315/1376] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1316/1376] Compiling NIOPosix PosixSingletons.swift
[1317/1376] Compiling NIOPosix RawSocketBootstrap.swift
[1318/1376] Compiling NIOPosix Resolver.swift
[1319/1376] Compiling NIOPosix Selectable.swift
[1320/1376] Compiling NIOPosix ThreadPosix.swift
[1321/1376] Compiling NIOPosix ThreadWindows.swift
[1322/1376] Compiling NIOPosix UnsafeTransfer.swift
[1323/1376] Compiling NIOPosix Utilities.swift
[1324/1376] Compiling NIOPosix VsockAddress.swift
[1325/1376] Compiling NIOPosix VsockChannelEvents.swift
[1326/1376] Compiling NIOPosix SelectableChannel.swift
[1327/1376] Compiling NIOPosix SelectableEventLoop.swift
[1328/1376] Compiling NIOPosix SelectorEpoll.swift
[1329/1376] Compiling NIOPosix SelectorGeneric.swift
[1330/1376] Compiling NIOPosix SelectorKqueue.swift
[1331/1376] Compiling NIOPosix SelectorUring.swift
[1332/1376] Compiling NIOPosix ServerSocket.swift
[1333/1376] Compiling NIOPosix Socket.swift
[1334/1376] Compiling NIOPosix SocketChannel.swift
[1335/1376] Compiling NIOPosix SocketProtocols.swift
[1336/1376] Compiling NIOPosix System.swift
[1337/1376] Compiling NIOPosix Thread.swift
[1338/1376] Emitting module NIOPosix
[1339/1376] Compiling NIOPosix Bootstrap.swift
[1340/1376] Compiling NIOPosix ControlMessage.swift
[1341/1376] Compiling NIOPosix DatagramVectorReadManager.swift
[1342/1376] Compiling NIOPosix Errors+Any.swift
[1343/1376] Compiling NIOPosix FileDescriptor.swift
[1344/1376] Compiling NIOPosix GetaddrinfoResolver.swift
[1345/1376] Compiling NIOPosix HappyEyeballs.swift
[1346/1376] Compiling NIOPosix BSDSocketAPICommon.swift
[1347/1376] Compiling NIOPosix BSDSocketAPIPosix.swift
[1348/1376] Compiling NIOPosix BSDSocketAPIWindows.swift
[1349/1376] Compiling NIOPosix BaseSocket.swift
[1350/1376] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1351/1376] Compiling NIOPosix BaseSocketChannel.swift
[1352/1376] Compiling NIOPosix BaseStreamSocketChannel.swift
[1353/1376] Compiling NIOPosix NIOThreadPool.swift
[1354/1376] Compiling NIOPosix NonBlockingFileIO.swift
[1355/1376] Compiling NIOPosix PendingDatagramWritesManager.swift
[1356/1376] Compiling NIOPosix PendingWritesManager.swift
[1357/1376] Compiling NIOPosix PipeChannel.swift
[1358/1376] Compiling NIOPosix PipePair.swift
[1359/1377] Wrapping AST for NIOPosix for debugging
[1361/1379] Compiling NIO Exports.swift
[1362/1379] Emitting module NIO
[1363/1386] Wrapping AST for NIO for debugging
[1365/1427] Compiling NIOTLS TLSEvents.swift
[1366/1427] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1367/1427] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1368/1427] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1369/1427] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1370/1427] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1371/1427] Compiling NIOSOCKS SOCKSResponse.swift
[1372/1428] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1373/1428] Compiling NIOSOCKS ClientStateMachine.swift
[1374/1428] Compiling NIOSOCKS AuthenticationMethod.swift
[1375/1428] Compiling NIOSOCKS ClientGreeting.swift
[1376/1428] Emitting module NIOSOCKS
[1377/1428] Compiling NIOSOCKS SOCKSClientHandler.swift
[1378/1428] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1379/1428] Compiling NIOTLS SNIHandler.swift
[1380/1428] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1381/1428] Emitting module NIOTLS
[1382/1429] Compiling NIOSOCKS ServerStateMachine.swift
[1383/1429] Compiling NIOSOCKS Errors.swift
[1384/1429] Compiling NIOSOCKS Helpers.swift
[1385/1429] Compiling NIOSOCKS Messages.swift
[1386/1429] Compiling NIOSOCKS SOCKSRequest.swift
[1389/1430] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1390/1430] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1391/1432] Emitting module NIOHTTP1
[1392/1432] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1393/1432] Emitting module NIOFoundationCompat
[1393/1433] Wrapping AST for NIOTLS for debugging
[1394/1433] Wrapping AST for NIOSOCKS for debugging
[1397/1462] Compiling NIOSSL AndroidCABundle.swift
[1398/1462] Compiling NIOSSL ByteBufferBIO.swift
[1398/1462] Wrapping AST for NIOFoundationCompat for debugging
[1400/1484] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1401/1484] Compiling NIOTransportServices NIOTSErrors.swift
[1402/1484] Compiling NIOTransportServices NIOTSEventLoop.swift
[1403/1486] Compiling NIOTransportServices StateManagedChannel.swift
[1404/1486] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1405/1486] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1406/1486] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1407/1486] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1408/1486] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1409/1486] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1410/1486] Compiling NIOTransportServices NIOTSSingletons.swift
[1411/1486] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1412/1486] Compiling NIOTransportServices NIOTSBootstraps.swift
[1413/1486] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1414/1486] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1415/1486] Emitting module NIOTransportServices
[1416/1486] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1417/1486] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1418/1486] Compiling NIOTransportServices AcceptHandler.swift
[1419/1486] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1420/1486] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1421/1486] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1422/1486] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1423/1486] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1434/1487] Wrapping AST for NIOTransportServices for debugging
[1439/1488] Wrapping AST for NIOHTTP1 for debugging
[1441/1506] Emitting module NIOSSL
[1442/1510] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1443/1510] Compiling AsyncProcess ProcessExit.swift
[1444/1510] Compiling AsyncProcess ChunkSequence.swift
[1445/1510] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1446/1510] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1447/1510] Compiling NIOHPACK IndexedHeaderTable.swift
[1448/1510] Compiling NIOHPACK IntegerCoding.swift
[1449/1511] Emitting module AsyncProcess
[1450/1511] Compiling NIOHTTPCompression HTTPDecompression.swift
[1451/1511] Emitting module NIOHTTPCompression
[1452/1511] Compiling NIOHTTPCompression HTTPCompression.swift
[1453/1511] Compiling NIOHPACK HuffmanTables.swift
[1454/1511] Emitting module NIOHPACK
[1455/1511] Compiling NIOHPACK HuffmanCoding.swift
[1456/1511] Compiling NIOHPACK DynamicHeaderTable.swift
[1457/1511] Compiling NIOHPACK HPACKDecoder.swift
[1458/1511] Compiling NIOHPACK StaticHeaderTable.swift
[1459/1511] Compiling NIOSSL SubjectAlternativeName.swift
[1460/1511] Compiling NIOSSL NIOSSLSecureBytes.swift
[1461/1511] Compiling NIOSSL RNG.swift
[1462/1511] Compiling NIOSSL SafeCompare.swift
[1466/1511] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1467/1511] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1469/1512] Compiling AsyncProcess EOFSequence.swift
[1470/1512] Compiling AsyncProcess ProcessExecutor+Convenience.swift
[1470/1512] Wrapping AST for NIOHTTPCompression for debugging
[1472/1512] Compiling NIOHPACK HPACKHeader.swift
[1473/1512] Compiling NIOHPACK HeaderTables.swift
[1474/1512] Compiling NIOHPACK HPACKEncoder.swift
[1475/1512] Compiling NIOHPACK HPACKErrors.swift
[1476/1513] Compiling AsyncProcess NIOAsyncPipeWriter.swift
[1477/1513] Compiling AsyncProcess ProcessExecutor.swift
[1478/1513] Compiling AsyncProcess FileContentStream.swift
/host/spi-builder-workspace/Sources/AsyncProcess/FileContentStream.swift:71:9: warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
 69 |       }
 70 |       let fileHandle = NIOLoopBound(
 71 |         NIOFileHandle(descriptor: dupedFD),
    |         `- warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
 72 |         eventLoop: eventLoop
 73 |       )
/host/spi-builder-workspace/Sources/AsyncProcess/FileContentStream.swift:98:39: warning: type 'ReadIntoAsyncChannelHandler' does not conform to the 'Sendable' protocol
 96 |       _ = ClientBootstrap(group: eventLoop)
 97 |         .channelInitializer { channel in
 98 |           channel.pipeline.addHandler(ReadIntoAsyncChannelHandler(sink: asyncChannel))
    |                                       `- warning: type 'ReadIntoAsyncChannelHandler' does not conform to the 'Sendable' protocol
 99 |         }
100 |         .withConnectedSocket(dupedFD)
    :
121 | }
122 |
123 | private final class ReadIntoAsyncChannelHandler: ChannelDuplexHandler {
    |                     `- note: class 'ReadIntoAsyncChannelHandler' does not conform to the 'Sendable' protocol
124 |   typealias InboundIn = ByteBuffer
125 |   typealias OutboundIn = Never
/host/spi-builder-workspace/Sources/AsyncProcess/FileContentStream.swift:104:39: warning: type 'ReadIntoAsyncChannelHandler' does not conform to the 'Sendable' protocol
102 |       NIOPipeBootstrap(group: eventLoop)
103 |         .channelInitializer { channel in
104 |           channel.pipeline.addHandler(ReadIntoAsyncChannelHandler(sink: asyncChannel))
    |                                       `- warning: type 'ReadIntoAsyncChannelHandler' does not conform to the 'Sendable' protocol
105 |         }
106 |         .takingOwnershipOfDescriptor(
    :
121 | }
122 |
123 | private final class ReadIntoAsyncChannelHandler: ChannelDuplexHandler {
    |                     `- note: class 'ReadIntoAsyncChannelHandler' does not conform to the 'Sendable' protocol
124 |   typealias InboundIn = ByteBuffer
125 |   typealias OutboundIn = Never
[1480/1514] Wrapping AST for NIOHPACK for debugging
[1501/1514] Wrapping AST for AsyncProcess for debugging
[1503/1572] Compiling NIOHTTP2 Error+Any.swift
[1504/1572] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1505/1572] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1506/1572] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1507/1573] Wrapping AST for NIOSSL for debugging
[1509/1573] Compiling NIOHTTP2 MaySendFrames.swift
[1510/1573] Compiling NIOHTTP2 SendingDataState.swift
[1511/1573] Compiling NIOHTTP2 SendingGoawayState.swift
[1512/1573] Compiling NIOHTTP2 SendingHeadersState.swift
[1513/1573] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1514/1573] Compiling NIOHTTP2 SendingRstStreamState.swift
[1515/1573] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1516/1573] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1517/1573] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1518/1573] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1519/1573] Compiling NIOHTTP2 HasLocalSettings.swift
[1520/1573] Compiling NIOHTTP2 HasRemoteSettings.swift
[1521/1573] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1522/1573] Compiling NIOHTTP2 QuiescingState.swift
[1523/1573] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1524/1573] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1525/1581] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1526/1581] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1527/1581] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1528/1581] Compiling NIOHTTP2 HTTP2StreamID.swift
[1529/1581] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1530/1581] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1531/1581] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1532/1581] Compiling NIOHTTP2 InboundEventBuffer.swift
[1533/1581] Emitting module NIOHTTP2
[1534/1581] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1535/1581] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1536/1581] Compiling NIOHTTP2 MayReceiveFrames.swift
[1537/1581] Compiling NIOHTTP2 ReceivingDataState.swift
[1538/1581] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1539/1581] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1540/1581] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1541/1581] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1542/1581] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1543/1581] Compiling NIOHTTP2 InboundWindowManager.swift
[1544/1581] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1545/1581] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1546/1581] Compiling NIOHTTP2 StreamChannelList.swift
[1547/1581] Compiling NIOHTTP2 StreamMap.swift
[1548/1581] Compiling NIOHTTP2 StreamStateMachine.swift
[1549/1581] Compiling NIOHTTP2 UnsafeTransfer.swift
[1550/1581] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1551/1581] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1552/1581] Compiling NIOHTTP2 HTTP2Frame.swift
[1553/1581] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1554/1581] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1555/1581] Compiling NIOHTTP2 HTTP2PingData.swift
[1556/1581] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1557/1581] Compiling NIOHTTP2 HTTP2Settings.swift
[1558/1581] Compiling NIOHTTP2 HTTP2Stream.swift
[1559/1581] Compiling NIOHTTP2 StateMachineResult.swift
[1560/1581] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1561/1581] Compiling NIOHTTP2 DOSHeuristics.swift
[1566/1581] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1567/1581] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1568/1581] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1569/1581] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1570/1581] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1571/1581] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1572/1581] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1573/1581] Compiling NIOHTTP2 HTTP2Error.swift
[1574/1581] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1575/1582] Wrapping AST for NIOHTTP2 for debugging
[1577/1642] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1578/1642] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1579/1642] Compiling AsyncHTTPClient Transaction.swift
[1580/1642] Compiling AsyncHTTPClient Base64.swift
[1581/1642] Compiling AsyncHTTPClient BasicAuth.swift
[1582/1642] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1583/1642] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1584/1642] Compiling AsyncHTTPClient ConnectionPool.swift
[1585/1642] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1586/1650] Emitting module AsyncHTTPClient
[1587/1650] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1588/1650] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1589/1650] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1590/1650] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1591/1650] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1592/1650] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1593/1650] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1594/1650] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1595/1650] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1596/1650] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1597/1650] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1598/1650] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1599/1650] Compiling AsyncHTTPClient HTTP1Connection.swift
[1600/1650] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1601/1650] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1602/1650] Compiling AsyncHTTPClient HTTP2Connection.swift
[1603/1650] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1604/1650] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1605/1650] Compiling AsyncHTTPClient HTTPHandler.swift
[1606/1650] Compiling AsyncHTTPClient LRUCache.swift
[1607/1650] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1608/1650] Compiling AsyncHTTPClient NWErrorHandler.swift
[1609/1650] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1610/1650] Compiling AsyncHTTPClient TLSConfiguration.swift
[1611/1650] Compiling AsyncHTTPClient RedirectState.swift
[1612/1650] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1613/1650] Compiling AsyncHTTPClient ConnectionTarget.swift
[1614/1650] Compiling AsyncHTTPClient DeconstructedURL.swift
[1615/1650] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1616/1650] Compiling AsyncHTTPClient FoundationExtensions.swift
[1617/1650] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1618/1650] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1619/1650] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1620/1650] Compiling AsyncHTTPClient HTTPClient.swift
[1621/1650] Compiling AsyncHTTPClient RequestOptions.swift
[1622/1650] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1623/1650] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1624/1650] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1625/1650] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1626/1650] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1627/1650] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1628/1650] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1629/1650] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1630/1650] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1631/1650] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1632/1650] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1633/1650] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1634/1650] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1635/1650] Compiling AsyncHTTPClient RequestBodyLength.swift
[1636/1650] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1637/1650] Compiling AsyncHTTPClient RequestBag.swift
[1638/1650] Compiling AsyncHTTPClient RequestValidation.swift
[1639/1650] Compiling AsyncHTTPClient SSLContextCache.swift
[1640/1650] Compiling AsyncHTTPClient Scheme.swift
[1641/1650] Compiling AsyncHTTPClient Singleton.swift
[1642/1650] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1643/1650] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1644/1650] Compiling AsyncHTTPClient Utils.swift
[1645/1651] Wrapping AST for AsyncHTTPClient for debugging
[1647/1667] Compiling Helpers ThrowingDefer.swift
[1648/1667] Compiling Helpers CacheKey.swift
[1649/1667] Compiling Helpers FileCacheRecord.swift
[1650/1669] Emitting module Helpers
[1651/1669] Compiling Helpers ReadableFileStream.swift
[1652/1669] Compiling Helpers WritableStream.swift
[1653/1669] Compiling Helpers MockFileSystem.swift
[1654/1669] Compiling Helpers OSFileSystem.swift
[1655/1669] Compiling Helpers OpenReadableFile.swift
[1656/1669] Compiling Helpers OpenWritableFile.swift
[1657/1669] Compiling Helpers AsyncFileSystem.swift
[1658/1669] Compiling Helpers ConcurrencySupport.swift
[1659/1669] Compiling Helpers QueryEngine.swift
[1660/1669] Compiling Helpers SQLite.swift
[1661/1669] Compiling Helpers FileLock.swift
[1662/1669] Compiling Helpers Query.swift
[1663/1669] Compiling Helpers SQLiteBackedCache.swift
[1664/1669] Compiling Helpers Triple.swift
[1665/1670] Wrapping AST for Helpers for debugging
[1667/1698] Compiling SwiftSDKGenerator FileOperationError.swift
[1668/1698] Compiling SwiftSDKGenerator GeneratorError.swift
[1669/1698] Compiling SwiftSDKGenerator HTTPClient+Download.swift
[1670/1701] Compiling SwiftSDKGenerator DownloadFileQuery.swift
[1671/1701] Compiling SwiftSDKGenerator TarExtractQuery.swift
[1672/1701] Compiling SwiftSDKGenerator SwiftSDKMetadata.swift
[1673/1701] Compiling SwiftSDKGenerator Toolset.swift
[1674/1701] Compiling SwiftSDKGenerator Triple.swift
[1675/1701] Compiling SwiftSDKGenerator VersionsConfiguration.swift
[1676/1701] Compiling SwiftSDKGenerator CMakeBuildQuery.swift
[1677/1701] Compiling SwiftSDKGenerator DownloadArtifactQuery.swift
[1678/1701] Compiling SwiftSDKGenerator LinuxRecipe.swift
[1679/1701] Compiling SwiftSDKGenerator SwiftSDKRecipe.swift
[1680/1701] Compiling SwiftSDKGenerator WebAssemblyRecipe.swift
[1681/1701] Compiling SwiftSDKGenerator ByteBuffer+Utils.swift
[1682/1701] Compiling SwiftSDKGenerator Shell.swift
[1683/1701] Compiling SwiftSDKGenerator UnixName.swift
[1684/1701] Compiling SwiftSDKGenerator which.swift
[1685/1701] Compiling SwiftSDKGenerator SwiftSDKGenerator+Unpack.swift
[1686/1701] Compiling SwiftSDKGenerator SwiftSDKGenerator.swift
[1687/1701] Compiling SwiftSDKGenerator PathsConfiguration.swift
[1688/1701] Compiling SwiftSDKGenerator LinuxDistribution.swift
[1689/1701] Emitting module SwiftSDKGenerator
[1690/1701] Compiling SwiftSDKGenerator DownloadableArtifacts.swift
[1691/1701] Compiling SwiftSDKGenerator ArtifactsArchiveMetadata.swift
[1692/1701] Compiling SwiftSDKGenerator String+hasAnyPrefix.swift
[1693/1701] Compiling SwiftSDKGenerator SwiftSDKGenerator+Copy.swift
[1694/1701] Compiling SwiftSDKGenerator SwiftSDKGenerator+Download.swift
[1695/1701] Compiling SwiftSDKGenerator SwiftSDKGenerator+Entrypoint.swift
[1696/1701] Compiling SwiftSDKGenerator SwiftSDKGenerator+Fixup.swift
[1697/1701] Compiling SwiftSDKGenerator SwiftSDKGenerator+Metadata.swift
[1698/1702] Wrapping AST for SwiftSDKGenerator for debugging
[1700/1704] Emitting module GeneratorCLI
[1701/1704] Compiling GeneratorCLI GeneratorCLI.swift
[1702/1705] Wrapping AST for GeneratorCLI for debugging
[1703/1705] Write Objects.LinkFileList
[1704/1705] Linking swift-sdk-generator
Build complete! (459.42s)
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/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/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" : "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" : "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"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.