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 (6b6395), with Swift 6.1 for Linux on 20 Jun 2025 19:32:53 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.64.0
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 6b63954 generator: Use Swift 6.1.2 by default (#220)
Cloned https://github.com/swiftlang/swift-sdk-generator.git
Revision (git rev-parse @):
6b63954f1c0d9ca77f8365622312589e0317337d
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-4609320-3":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[487/5633] Fetching swift-atomics, swift-log
[826/10618] Fetching swift-atomics, swift-log, swift-async-algorithms
[9323/26037] Fetching swift-atomics, swift-log, swift-async-algorithms, swift-crypto
[10426/42677] Fetching swift-atomics, swift-log, swift-async-algorithms, swift-crypto, swift-collections
[14516/119016] Fetching swift-atomics, swift-log, swift-async-algorithms, swift-crypto, swift-collections, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.51s)
[12239/115180] Fetching swift-atomics, swift-async-algorithms, swift-crypto, swift-collections, swift-nio
Fetching https://github.com/apple/swift-argument-parser
[61669/130560] Fetching swift-atomics, swift-async-algorithms, swift-crypto, swift-collections, swift-nio, swift-argument-parser
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.35s)
[89652/125575] Fetching swift-atomics, swift-crypto, swift-collections, swift-nio, swift-argument-parser
Fetching https://github.com/apple/swift-system
Fetched https://github.com/apple/swift-argument-parser from cache (1.14s)
Fetching https://github.com/swift-server/async-http-client.git
[83478/114631] Fetching swift-atomics, swift-crypto, swift-collections, swift-nio, swift-system
Fetched https://github.com/apple/swift-system from cache (0.66s)
[87294/110195] Fetching swift-atomics, swift-crypto, swift-collections, swift-nio
[89585/124209] Fetching swift-atomics, swift-crypto, swift-collections, swift-nio, async-http-client
Fetched https://github.com/apple/swift-collections.git from cache (2.21s)
[74688/107569] Fetching swift-atomics, swift-crypto, swift-nio, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (2.23s)
[60454/92150] Fetching swift-atomics, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.01s)
[76610/78136] Fetching swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (5.02s)
Fetched https://github.com/apple/swift-nio.git from cache (5.11s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.1 (5.61s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.50s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.60s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.45s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.44s)
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.52s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
[28/8609] Fetching swift-nio-transport-services, swift-nio-extras
[361/14568] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms
[593/26100] Fetching swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-nio-http2
[16751/40990] 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 (2.45s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.50s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.50s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.51s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.51s)
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.50s)
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.88s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.34s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.57s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.65s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
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.23s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
[1/1616] Fetching swift-asn1
[1359/2520] Fetching swift-asn1, swift-http-types
[1789/3689] Fetching swift-asn1, swift-http-types, swift-http-structured-headers
[2942/6115] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-service-lifecycle
[6116/12299] Fetching swift-asn1, swift-http-types, swift-http-structured-headers, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.37s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.37s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.37s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.41s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.41s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.1 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computed https://github.com/apple/swift-argument-parser at 1.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.git at 2.83.0 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.83s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (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.46s)
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.48s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.49s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.68s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.55s)
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-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-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-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-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
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.1
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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.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-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/848] Write sources
[10/848] Compiling rc4.cc
[11/848] Write swift-version-24593BA9C3E375BF.txt
[11/848] Compiling refcount.cc
[11/848] Write sources
[24/848] Compiling windows.cc
[24/848] Compiling _NumericsShims _NumericsShims.c
[26/848] Compiling _AtomicsShims.c
[27/848] Compiling rsa_asn1.cc
[27/848] Write sources
[35/848] Compiling urandom.cc
[36/848] Compiling CSystem shims.c
[37/848] Compiling CNIOWindows shim.c
[38/883] Compiling x_algor.cc
[39/883] Compiling x_name.cc
[40/883] Compiling CNIOWASI CNIOWASI.c
[41/883] Compiling CNIOWindows WSAStartup.c
[42/900] Compiling CNIOLinux liburing_shims.c
[43/911] Compiling CNIOLinux shim.c
[44/911] Compiling CNIOLLHTTP c_nio_http.c
[45/911] Compiling CNIOLLHTTP c_nio_api.c
[46/911] Compiling CNIOExtrasZlib empty.c
[47/911] Compiling CNIODarwin shim.c
[48/911] Compiling CNIOLLHTTP c_nio_llhttp.c
[49/911] Compiling fiat_p256_adx_sqr.S
[50/911] Compiling fiat_p256_adx_mul.S
[51/911] Compiling fiat_curve25519_adx_square.S
[53/911] Emitting module InternalCollectionsUtilities
[53/912] Compiling fiat_curve25519_adx_mul.S
[54/912] Compiling CNIOBoringSSLShims shims.c
[56/912] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[57/912] Compiling RealModule Float80+Real.swift
[58/913] Compiling RealModule Real.swift
[59/913] Compiling SystemPackage FileOperations.swift
[60/913] Compiling SystemPackage FilePath.swift
[61/913] Compiling SystemPackage MachPort.swift
[62/913] Compiling SystemPackage PlatformString.swift
[63/913] Compiling SystemPackage SystemString.swift
[64/916] Compiling SystemPackage FilePathComponentView.swift
[65/916] Compiling SystemPackage FilePathComponents.swift
[66/916] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[67/916] Compiling SystemPackage FilePathParsing.swift
[68/916] Compiling SystemPackage FilePathString.swift
[69/916] Compiling SystemPackage FilePathSyntax.swift
[70/916] Compiling SystemPackage FilePathTemp.swift
[71/916] Compiling SystemPackage Errno.swift
[72/916] Compiling SystemPackage ErrnoWindows.swift
[73/916] Compiling RealModule Float16+Real.swift
[74/916] Compiling RealModule RealFunctions.swift
[75/916] Compiling RealModule Float+Real.swift
[76/916] Compiling SystemPackage FileDescriptor.swift
[77/916] Compiling SystemPackage FileHelpers.swift
[78/916] Compiling RealModule ElementaryFunctions.swift
[79/916] Compiling SystemPackage Util+StringArray.swift
[80/916] Compiling SystemPackage Util.swift
[81/916] Compiling SystemPackage UtilConsumers.swift
[84/916] Emitting module _NIOBase64
[85/917] Compiling _NIODataStructures _TinyArray.swift
[86/917] Compiling _NIOBase64 Base64.swift
[87/917] Compiling _NIODataStructures PriorityQueue.swift
[88/917] Emitting module RealModule
[99/919] Emitting module SystemPackage
[107/919] Compiling SystemPackage FilePathTempPosix.swift
[108/919] Compiling SystemPackage FilePathTempWindows.swift
[109/919] Compiling SystemPackage FilePathWindows.swift
[110/919] Compiling SystemPackage FilePermissions.swift
[111/919] Compiling SystemPackage Backcompat.swift
[112/919] Compiling SystemPackage CInterop.swift
[113/919] Compiling SystemPackage Constants.swift
[114/919] Compiling SystemPackage Exports.swift
[115/919] Compiling SystemPackage Mocking.swift
[116/919] Compiling SystemPackage RawBuffer.swift
[117/919] Compiling SystemPackage Syscalls.swift
[118/919] Compiling SystemPackage WindowsSyscallAdapters.swift
[118/919] Compiling tls_record.cc
[120/919] Emitting module _NIODataStructures
[121/919] Compiling _NIODataStructures Heap.swift
[121/919] Compiling tls_method.cc
[123/921] Compiling Logging MetadataProvider.swift
[124/921] Compiling Logging Locks.swift
[125/921] Compiling Logging LogHandler.swift
[126/921] Emitting module Logging
[127/921] Compiling Logging Logging.swift
[128/922] Wrapping AST for _NIOBase64 for debugging
[130/928] Wrapping AST for RealModule for debugging
[131/992] Wrapping AST for InternalCollectionsUtilities for debugging
[133/992] Wrapping AST for _NIODataStructures for debugging
[133/992] Wrapping AST for SystemPackage for debugging
[136/992] Compiling OrderedCollections _HashTable+Bucket.swift
[137/992] Compiling OrderedCollections _HashTable+BucketIterator.swift
[138/994] Compiling DequeModule _DequeBuffer.swift
[139/994] Compiling DequeModule _DequeBufferHeader.swift
[140/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[141/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[142/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[143/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[144/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[145/994] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[146/994] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[147/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[148/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[149/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[150/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[151/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[152/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[153/994] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[154/994] Compiling DequeModule _DequeSlot.swift
[155/994] Compiling DequeModule _UnsafeWrappedBuffer.swift
[155/1001] Compiling ssl_x509.cc
[157/1001] Compiling DequeModule Deque+Testing.swift
[158/1001] Compiling DequeModule Deque._Storage.swift
[159/1001] Compiling OrderedCollections _HashTable.swift
[160/1001] Compiling OrderedCollections _Hashtable+Header.swift
[161/1001] Compiling OrderedCollections _HashTable+Testing.swift
[162/1001] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[163/1001] Compiling OrderedCollections OrderedDictionary+Codable.swift
[164/1001] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[164/1001] Wrapping AST for Logging for debugging
[174/1001] Compiling OrderedCollections OrderedDictionary.swift
[175/1001] Compiling OrderedCollections OrderedSet+Codable.swift
[176/1001] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[177/1001] Compiling OrderedCollections OrderedSet+Descriptions.swift
[178/1001] Compiling OrderedCollections OrderedSet+Diffing.swift
[179/1001] Compiling OrderedCollections OrderedSet+Equatable.swift
[180/1001] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[181/1001] Compiling OrderedCollections OrderedSet+Hashable.swift
[182/1001] Compiling OrderedCollections OrderedSet+Initializers.swift
[183/1001] Compiling OrderedCollections OrderedSet+Insertions.swift
[184/1001] Compiling OrderedCollections OrderedSet+Invariants.swift
[185/1001] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[186/1001] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[187/1001] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[188/1001] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[189/1001] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[190/1001] Compiling OrderedCollections _HashTable+Constants.swift
[191/1001] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[192/1001] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[193/1001] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[194/1001] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[195/1001] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[196/1001] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[197/1001] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[198/1001] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[199/1001] Compiling OrderedCollections OrderedDictionary+Values.swift
[200/1001] Emitting module DequeModule
[201/1002] Compiling tls13_server.cc
[202/1002] Wrapping AST for DequeModule for debugging
[203/1002] Compiling t1_enc.cc
[205/1002] Compiling OrderedCollections OrderedSet+Sendable.swift
[206/1002] Compiling OrderedCollections OrderedSet+SubSequence.swift
[207/1002] Compiling OrderedCollections OrderedSet+Testing.swift
[208/1002] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[209/1002] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[210/1002] Compiling OrderedCollections OrderedSet.swift
[211/1002] Compiling OrderedCollections _UnsafeBitset.swift
[219/1002] Compiling tls13_both.cc
[220/1002] Compiling tls13_enc.cc
[221/1002] Compiling tls13_client.cc
[223/1002] Emitting module OrderedCollections
[224/1003] Compiling ssl_versions.cc
[225/1003] Wrapping AST for OrderedCollections for debugging
[226/1003] Compiling ssl_transcript.cc
[227/1003] Compiling ssl_stat.cc
[228/1003] Compiling ssl_key_share.cc
[229/1003] Compiling ssl_session.cc
[230/1003] Compiling ssl_credential.cc
[231/1003] Compiling ssl_privkey.cc
[232/1003] Compiling ssl_file.cc
[233/1003] Compiling ssl_lib.cc
[234/1003] Compiling ssl_cipher.cc
[235/1003] Compiling ssl_cert.cc
[236/1003] Compiling ssl_buffer.cc
[237/1003] Compiling ssl_asn1.cc
[238/1003] Compiling s3_both.cc
[239/1003] Compiling s3_pkt.cc
[240/1003] Compiling s3_lib.cc
[241/1003] Compiling ssl_aead_ctx.cc
[242/1003] Compiling handshake_server.cc
[243/1003] Compiling handshake_client.cc
[244/1003] Compiling handshake.cc
[245/1003] Compiling handoff.cc
[246/1003] Compiling extensions.cc
[247/1003] Compiling encrypted_client_hello.cc
[248/1003] Compiling dtls_method.cc
[249/1003] Compiling md5-x86_64-linux.S
[250/1003] Compiling md5-x86_64-apple.S
[251/1003] Compiling dtls_record.cc
[252/1003] Compiling d1_srtp.cc
[253/1003] Compiling md5-586-apple.S
[253/1003] Compiling md5-586-linux.S
[255/1003] Compiling chacha20_poly1305_x86_64-linux.S
[256/1003] Compiling chacha20_poly1305_armv8-linux.S
[257/1003] Compiling chacha20_poly1305_x86_64-apple.S
[258/1003] Compiling chacha20_poly1305_armv8-win.S
[259/1003] Compiling err_data.cc
[260/1003] Compiling chacha-x86_64-apple.S
[261/1003] Compiling chacha-x86_64-linux.S
[262/1003] Compiling chacha20_poly1305_armv8-apple.S
[263/1003] Compiling chacha-x86-linux.S
[264/1003] Compiling chacha-x86-apple.S
[265/1003] Compiling chacha-armv8-win.S
[266/1003] Compiling chacha-armv8-linux.S
[267/1003] Compiling chacha-armv8-apple.S
[268/1003] Compiling d1_pkt.cc
[269/1003] Compiling aes128gcmsiv-x86_64-linux.S
[270/1003] Compiling chacha-armv4-linux.S
[271/1003] Compiling aes128gcmsiv-x86_64-apple.S
[272/1003] Compiling bio_ssl.cc
[273/1003] Compiling x86_64-mont5-linux.S
[274/1003] Compiling x86_64-mont5-apple.S
[275/1003] Compiling x86_64-mont-linux.S
[276/1003] Compiling x86_64-mont-apple.S
[277/1003] Compiling x86-mont-linux.S
[278/1003] Compiling x86-mont-apple.S
[279/1003] Compiling vpaes-x86_64-apple.S
[280/1003] Compiling vpaes-x86_64-linux.S
[281/1003] Compiling vpaes-x86-linux.S
[282/1003] Compiling vpaes-x86-apple.S
[283/1003] Compiling vpaes-armv8-win.S
[284/1003] Compiling vpaes-armv7-linux.S
[285/1003] Compiling vpaes-armv8-apple.S
[286/1003] Compiling vpaes-armv8-linux.S
[287/1003] Compiling sha512-x86_64-apple.S
[288/1003] Compiling sha512-x86_64-linux.S
[289/1003] Compiling d1_lib.cc
[290/1003] Compiling sha512-armv8-linux.S
[291/1003] Compiling sha512-armv8-apple.S
[292/1003] Compiling sha512-armv8-win.S
[293/1003] Compiling sha512-armv4-linux.S
[294/1003] Compiling sha512-586-apple.S
[295/1003] Compiling sha256-x86_64-apple.S
[296/1003] Compiling sha256-armv8-win.S
[297/1003] Compiling sha512-586-linux.S
[298/1003] Compiling sha256-x86_64-linux.S
[299/1003] Compiling sha256-armv8-linux.S
[300/1003] Compiling sha256-armv8-apple.S
[301/1003] Compiling sha256-armv4-linux.S
[301/1003] Compiling sha256-586-linux.S
[303/1003] Compiling sha1-x86_64-apple.S
[304/1003] Compiling sha256-586-apple.S
[305/1003] Compiling sha1-x86_64-linux.S
[306/1003] Compiling sha1-armv8-win.S
[307/1003] Compiling sha1-586-apple.S
[308/1003] Compiling sha1-armv4-large-linux.S
[309/1003] Compiling sha1-586-linux.S
[310/1003] Compiling sha1-armv8-linux.S
[311/1003] Compiling sha1-armv8-apple.S
[312/1003] Compiling rsaz-avx2-linux.S
[313/1003] Compiling rsaz-avx2-apple.S
[314/1003] Compiling rdrand-x86_64-linux.S
[315/1003] Compiling rdrand-x86_64-apple.S
[316/1003] Compiling p256_beeu-x86_64-asm-apple.S
[317/1003] Compiling p256_beeu-armv8-asm-win.S
[318/1003] Compiling p256_beeu-x86_64-asm-linux.S
[319/1003] Compiling p256_beeu-armv8-asm-linux.S
[320/1003] Compiling p256_beeu-armv8-asm-apple.S
[321/1003] Compiling p256-armv8-asm-win.S
[322/1003] Compiling p256-armv8-asm-linux.S
[323/1003] Compiling p256-x86_64-asm-linux.S
[324/1003] Compiling p256-x86_64-asm-apple.S
[325/1003] Compiling p256-armv8-asm-apple.S
[326/1003] Compiling ghashv8-armv8-win.S
[327/1003] Compiling ghashv8-armv8-apple.S
[328/1003] Compiling ghashv8-armv8-linux.S
[329/1003] Compiling ghash-x86-linux.S
[330/1003] Compiling ghash-x86_64-linux.S
[331/1003] Compiling ghashv8-armv7-linux.S
[332/1003] Compiling ghash-x86_64-apple.S
[333/1003] Compiling ghash-x86-apple.S
[334/1003] Compiling ghash-ssse3-x86_64-apple.S
[334/1003] Compiling ghash-ssse3-x86_64-linux.S
[336/1003] Compiling ghash-ssse3-x86-linux.S
[337/1003] Compiling ghash-neon-armv8-win.S
[338/1003] Compiling ghash-ssse3-x86-apple.S
[339/1003] Compiling ghash-neon-armv8-linux.S
[340/1003] Compiling ghash-neon-armv8-apple.S
[341/1003] Compiling ghash-armv4-linux.S
[341/1003] Compiling co-586-linux.S
[343/1003] Compiling co-586-apple.S
[344/1003] Compiling bsaes-armv7-linux.S
[345/1003] Compiling bn-armv8-win.S
[346/1003] Compiling d1_both.cc
[347/1003] Compiling bn-586-apple.S
[348/1003] Compiling bn-armv8-linux.S
[349/1003] Compiling bn-armv8-apple.S
[350/1003] Compiling armv8-mont-win.S
[351/1003] Compiling armv8-mont-apple.S
[352/1003] Compiling bn-586-linux.S
[353/1003] Compiling armv8-mont-linux.S
[354/1003] Compiling armv4-mont-linux.S
[355/1003] Compiling aesv8-gcm-armv8-win.S
[356/1003] Compiling aesv8-gcm-armv8-linux.S
[357/1003] Compiling aesv8-gcm-armv8-apple.S
[358/1003] Compiling aesv8-armv8-linux.S
[359/1003] Compiling aesv8-armv8-win.S
[360/1003] Compiling aesv8-armv7-linux.S
[361/1003] Compiling aesv8-armv8-apple.S
[362/1003] Compiling aesni-x86_64-linux.S
[363/1003] Compiling aesni-x86_64-apple.S
[364/1003] Compiling aesni-x86-apple.S
[365/1003] Compiling aesni-x86-linux.S
[366/1003] Compiling aes-gcm-avx2-x86_64-linux.S
[367/1003] Compiling aesni-gcm-x86_64-linux.S
[368/1003] Compiling aesni-gcm-x86_64-apple.S
[369/1003] Compiling aes-gcm-avx2-x86_64-apple.S
[370/1003] Compiling aes-gcm-avx10-x86_64-linux.S
[371/1003] Compiling aes-gcm-avx10-x86_64-apple.S
[372/1003] Compiling x_x509.cc
[373/1003] Compiling x_name.cc
[374/1003] Compiling x_x509a.cc
[375/1003] Compiling x_req.cc
[376/1003] Compiling x_sig.cc
[377/1003] Compiling x_pubkey.cc
[378/1003] Compiling x_spki.cc
[379/1003] Compiling x_val.cc
[380/1003] Compiling x_crl.cc
[381/1003] Compiling x_attrib.cc
[382/1003] Compiling x_exten.cc
[383/1003] Compiling x_all.cc
[384/1003] Compiling x_algor.cc
[385/1003] Compiling x509spki.cc
[386/1003] Compiling x509name.cc
[387/1003] Compiling x509cset.cc
[388/1003] Compiling x509rset.cc
[389/1003] Compiling x509_vpm.cc
[390/1003] Compiling x509_txt.cc
[391/1003] Compiling x509_v3.cc
[392/1003] Compiling x509_vfy.cc
[393/1003] Compiling x509_trs.cc
[394/1003] Compiling x509_req.cc
[395/1003] Compiling x509_obj.cc
[396/1003] Compiling x509_set.cc
[397/1003] Compiling x509_def.cc
[398/1003] Compiling x509_d2.cc
[399/1003] Compiling x509_lu.cc
[400/1003] Compiling x509_ext.cc
[401/1003] Compiling x509_att.cc
[402/1003] Compiling x509_cmp.cc
[403/1003] Compiling x509.cc
[404/1003] Compiling v3_utl.cc
[405/1003] Compiling v3_purp.cc
[406/1003] Compiling v3_prn.cc
[407/1003] Compiling v3_skey.cc
[408/1003] Compiling v3_ocsp.cc
[409/1003] Compiling v3_pmaps.cc
[410/1003] Compiling v3_pcons.cc
[411/1003] Compiling v3_lib.cc
[412/1003] Compiling v3_ncons.cc
[413/1003] Compiling v3_info.cc
[414/1003] Compiling v3_int.cc
[415/1003] Compiling v3_genn.cc
[416/1003] Compiling v3_extku.cc
[417/1003] Compiling v3_ia5.cc
[418/1003] Compiling v3_enum.cc
[419/1003] Compiling v3_cpols.cc
[420/1003] Compiling v3_crld.cc
[421/1003] Compiling v3_conf.cc
[422/1003] Compiling v3_bcons.cc
[423/1003] Compiling v3_bitst.cc
[424/1003] Compiling v3_akeya.cc
[425/1003] Compiling v3_alt.cc
[426/1003] Compiling v3_akey.cc
[427/1003] Compiling t_x509a.cc
[428/1003] Compiling t_x509.cc
[429/1003] Compiling t_req.cc
[429/1003] Compiling t_crl.cc
[431/1003] Compiling rsa_pss.cc
[432/1003] Compiling name_print.cc
[433/1003] Compiling policy.cc
[434/1003] Compiling i2d_pr.cc
[435/1003] Compiling by_file.cc
[436/1003] Compiling by_dir.cc
[437/1003] Compiling algorithm.cc
[438/1003] Compiling asn1_gen.cc
[439/1003] Compiling a_verify.cc
[440/1003] Compiling voprf.cc
[441/1003] Compiling a_digest.cc
[442/1003] Compiling a_sign.cc
[443/1003] Compiling thread_win.cc
[444/1003] Compiling thread.cc
[445/1003] Compiling thread_none.cc
[446/1003] Compiling thread_pthread.cc
[447/1003] Compiling stack.cc
[448/1003] Compiling trust_token.cc
[449/1003] Compiling sha512.cc
[450/1003] Compiling siphash.cc
[451/1003] Compiling sha256.cc
[452/1003] Compiling pmbtoken.cc
[453/1003] Compiling sha1.cc
[454/1003] Compiling slhdsa.cc
[455/1003] Compiling spake2plus.cc
[456/1003] Compiling rsa_print.cc
[457/1003] Compiling rsa_extra.cc
[458/1003] Compiling rsa_crypt.cc
[459/1003] Compiling windows.cc
[460/1003] Compiling refcount.cc
[461/1003] Compiling rand.cc
[462/1003] Compiling urandom.cc
[463/1003] Compiling rc4.cc
[464/1003] Compiling trusty.cc
[465/1003] Compiling rsa_asn1.cc
[466/1003] Compiling ios.cc
[467/1003] Compiling getentropy.cc
[468/1003] Compiling forkunsafe.cc
[469/1003] Compiling passive.cc
[469/1003] Compiling deterministic.cc
[469/1003] Compiling fork_detect.cc
[469/1003] Compiling poly1305_arm_asm.S
[473/1003] Compiling poly1305.cc
[474/1003] Compiling poly1305_vec.cc
[474/1003] Compiling poly1305_arm.cc
[476/1003] Compiling pool.cc
[477/1003] Compiling pkcs8_x509.cc
[478/1003] Compiling p5_pbev2.cc
[479/1003] Compiling pkcs8.cc
[480/1003] Compiling pkcs7.cc
[481/1003] Compiling pem_x509.cc
[482/1003] Compiling pem_xaux.cc
[483/1003] Compiling pkcs7_x509.cc
[484/1003] Compiling pem_pkey.cc
[485/1003] Compiling pem_oth.cc
[486/1003] Compiling obj_xref.cc
[487/1003] Compiling pem_pk8.cc
[488/1003] Compiling pem_lib.cc
[489/1003] Compiling mlkem.cc
[490/1003] Compiling pem_info.cc
[491/1003] Compiling mldsa.cc
[492/1003] Compiling md5.cc
[493/1003] Compiling pem_all.cc
[494/1003] Compiling mem.cc
[495/1003] Compiling md4.cc
[496/1003] Compiling poly_rq_mul.S
[497/1003] Compiling fips_shared_support.cc
[498/1003] Compiling obj.cc
[499/1003] Compiling lhash.cc
[500/1003] Compiling hrss.cc
[501/1003] Compiling kyber.cc
[502/1003] Compiling sign.cc
[503/1003] Compiling ex_data.cc
[504/1003] Compiling scrypt.cc
[505/1003] Compiling print.cc
[506/1003] Compiling hpke.cc
[507/1003] Compiling pbkdf.cc
[508/1003] Compiling p_x25519.cc
[509/1003] Compiling p_x25519_asn1.cc
[510/1003] Compiling p_rsa.cc
[511/1003] Compiling p_ed25519.cc
[512/1003] Compiling p_hkdf.cc
[513/1003] Compiling p_ec_asn1.cc
[514/1003] Compiling p_rsa_asn1.cc
[515/1003] Compiling p_ec.cc
[516/1003] Compiling p_ed25519_asn1.cc
[517/1003] Compiling p_dh_asn1.cc
[518/1003] Compiling p_dh.cc
[519/1003] Compiling evp_ctx.cc
[520/1003] Compiling engine.cc
[521/1003] Compiling p_dsa_asn1.cc
[522/1003] Compiling err.cc
[523/1003] Compiling evp.cc
[524/1003] Compiling ecdh.cc
[525/1003] Compiling evp_asn1.cc
[526/1003] Compiling hash_to_curve.cc
[527/1003] Compiling ecdsa_asn1.cc
[528/1003] Compiling ec_derive.cc
[529/1003] Compiling ec_asn1.cc
[530/1003] Compiling dsa_asn1.cc
[531/1003] Compiling dsa.cc
[532/1003] Compiling params.cc
[533/1003] Compiling spake25519.cc
[534/1003] Compiling x25519-asm-arm.S
[535/1003] Compiling dh_asn1.cc
[536/1003] Compiling des.cc
[536/1003] Compiling curve25519.cc
[537/1003] Compiling digest_extra.cc
[539/1003] Compiling crypto.cc
[540/1003] Compiling cpu_aarch64_win.cc
[541/1003] Compiling bcm.cc
[542/1003] Compiling cpu_arm_linux.cc
[543/1003] Compiling cpu_arm_freebsd.cc
[544/1003] Compiling cpu_intel.cc
[545/1003] Compiling curve25519_64_adx.cc
[546/1003] Compiling cpu_aarch64_sysreg.cc
[547/1003] Compiling cpu_aarch64_openbsd.cc
[548/1003] Compiling cpu_aarch64_linux.cc
[549/1003] Compiling cpu_aarch64_apple.cc
[550/1003] Compiling cpu_aarch64_fuchsia.cc
[551/1003] Compiling conf.cc
[552/1003] Compiling get_cipher.cc
[553/1003] Compiling tls_cbc.cc
[554/1003] Compiling e_tls.cc
[555/1003] Compiling e_rc4.cc
[556/1003] Compiling e_null.cc
[557/1003] Compiling e_aesctrhmac.cc
[558/1003] Compiling e_chacha20poly1305.cc
[559/1003] Compiling e_des.cc
[560/1003] Compiling e_rc2.cc
[561/1003] Compiling e_aesgcmsiv.cc
[562/1003] Compiling derive_key.cc
[563/1003] Compiling chacha.cc
[564/1003] Compiling buf.cc
[565/1003] Compiling ber.cc
[566/1003] Compiling unicode.cc
[567/1003] Compiling cbb.cc
[568/1003] Compiling asn1_compat.cc
[569/1003] Compiling cbs.cc
[570/1003] Compiling convert.cc
[571/1003] Compiling blake2.cc
[572/1003] Compiling printf.cc
[573/1003] Compiling socket_helper.cc
[574/1003] Compiling bn_asn1.cc
[575/1003] Compiling socket.cc
[576/1003] Compiling pair.cc
[577/1003] Compiling file.cc
[578/1003] Compiling hexdump.cc
[579/1003] Compiling errno.cc
[580/1003] Compiling bio.cc
[581/1003] Compiling bio_mem.cc
[582/1003] Compiling fd.cc
[583/1003] Compiling connect.cc
[584/1003] Compiling base64.cc
[585/1003] Compiling tasn_typ.cc
[586/1003] Compiling tasn_new.cc
[587/1003] Compiling tasn_enc.cc
[588/1003] Compiling tasn_fre.cc
[589/1003] Compiling f_string.cc
[590/1003] Compiling tasn_utl.cc
[591/1003] Compiling posix_time.cc
[592/1003] Compiling tasn_dec.cc
[593/1003] Compiling asn_pack.cc
[594/1003] Compiling f_int.cc
[595/1003] Compiling a_type.cc
[596/1003] Compiling a_octet.cc
[596/1003] Compiling a_time.cc
[598/1003] Compiling asn1_par.cc
[599/1003] Compiling asn1_lib.cc
[600/1003] Compiling a_strnid.cc
[601/1003] Compiling a_strex.cc
[602/1003] Compiling a_utctm.cc
[603/1003] Compiling a_i2d_fp.cc
[604/1003] Compiling a_object.cc
[605/1003] Compiling a_int.cc
[606/1003] Compiling a_dup.cc
[607/1003] Compiling a_mbstr.cc
[608/1003] Compiling a_gentm.cc
[609/1003] Compiling fiat_p256_adx_sqr.S
[610/1003] Compiling a_d2i_fp.cc
[611/1003] Compiling fiat_curve25519_adx_square.S
[612/1003] Compiling fiat_p256_adx_mul.S
[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-linux.S
[617/1003] Compiling md5-586-apple.S
[618/1003] Compiling a_bitstr.cc
[619/1003] Compiling CCryptoBoringSSLShims shims.c
[620/1003] Compiling chacha20_poly1305_armv8-win.S
[621/1003] Compiling chacha20_poly1305_x86_64-apple.S
[622/1003] Compiling chacha20_poly1305_x86_64-linux.S
[623/1003] Compiling chacha20_poly1305_armv8-linux.S
[624/1003] Compiling chacha-x86_64-linux.S
[625/1003] Compiling chacha20_poly1305_armv8-apple.S
[626/1003] Compiling chacha-x86-linux.S
[627/1003] Compiling chacha-x86_64-apple.S
[628/1003] Compiling a_bool.cc
[629/1003] Compiling chacha-armv8-linux.S
[630/1003] Compiling chacha-armv8-win.S
[631/1003] Compiling chacha-x86-apple.S
[632/1003] Compiling chacha-armv8-apple.S
[633/1003] Compiling chacha-armv4-linux.S
[634/1003] Compiling aes128gcmsiv-x86_64-apple.S
[635/1003] Compiling aes128gcmsiv-x86_64-linux.S
[636/1003] Compiling x86_64-mont5-linux.S
[637/1003] Compiling x86_64-mont5-apple.S
[637/1003] Compiling err_data.cc
[639/1003] Compiling x86-mont-linux.S
[640/1003] Compiling x86_64-mont-apple.S
[640/1003] Compiling x86_64-mont-linux.S
[642/1003] Compiling vpaes-x86_64-linux.S
[642/1003] Compiling x86-mont-apple.S
[644/1003] Compiling vpaes-x86_64-apple.S
[645/1003] Compiling vpaes-x86-linux.S
[646/1003] Compiling vpaes-x86-apple.S
[647/1003] Compiling vpaes-armv8-win.S
[648/1003] Compiling vpaes-armv8-linux.S
[649/1003] Compiling vpaes-armv7-linux.S
[650/1003] Compiling vpaes-armv8-apple.S
[651/1003] Compiling sha512-x86_64-apple.S
[652/1003] Compiling sha512-armv8-linux.S
[653/1003] Compiling sha512-x86_64-linux.S
[654/1003] Compiling sha512-armv8-win.S
[655/1003] Compiling sha512-armv8-apple.S
[656/1003] Compiling sha512-586-linux.S
[657/1003] Compiling sha512-armv4-linux.S
[658/1003] Compiling sha512-586-apple.S
[659/1003] Compiling sha256-x86_64-apple.S
[660/1003] Compiling sha256-x86_64-linux.S
[661/1003] Compiling sha256-armv8-win.S
[662/1003] Compiling sha256-armv8-linux.S
[663/1003] Compiling sha256-armv4-linux.S
[664/1003] Compiling sha256-armv8-apple.S
[665/1003] Compiling sha256-586-linux.S
[666/1003] Compiling sha256-586-apple.S
[667/1003] Compiling sha1-x86_64-apple.S
[668/1003] Compiling sha1-armv8-linux.S
[669/1003] Compiling sha1-x86_64-linux.S
[670/1003] Compiling sha1-armv8-apple.S
[671/1003] Compiling sha1-armv8-win.S
[672/1003] Compiling sha1-586-linux.S
[673/1003] Compiling sha1-armv4-large-linux.S
[674/1003] Compiling rsaz-avx2-linux.S
[675/1003] Compiling rdrand-x86_64-linux.S
[676/1003] Compiling sha1-586-apple.S
[677/1003] Compiling p256_beeu-x86_64-asm-linux.S
[678/1003] Compiling rdrand-x86_64-apple.S
[678/1003] Compiling rsaz-avx2-apple.S
[680/1003] Compiling p256_beeu-x86_64-asm-apple.S
[681/1003] Compiling p256_beeu-armv8-asm-win.S
[682/1003] Compiling p256_beeu-armv8-asm-linux.S
[683/1003] Compiling p256_beeu-armv8-asm-apple.S
[684/1003] Compiling p256-x86_64-asm-apple.S
[685/1003] Compiling p256-x86_64-asm-linux.S
[685/1003] Compiling p256-armv8-asm-win.S
[687/1003] Compiling p256-armv8-asm-linux.S
[688/1003] Compiling p256-armv8-asm-apple.S
[689/1003] Compiling ghashv8-armv8-win.S
[690/1003] Compiling ghashv8-armv8-apple.S
[691/1003] Compiling ghashv8-armv8-linux.S
[692/1003] Compiling ghash-x86_64-linux.S
[692/1003] Compiling ghashv8-armv7-linux.S
[694/1003] Compiling ghash-x86_64-apple.S
[695/1003] Compiling ghash-ssse3-x86-linux.S
[696/1003] Compiling ghash-ssse3-x86_64-linux.S
[697/1003] Compiling ghash-ssse3-x86_64-apple.S
[698/1003] Compiling ghash-x86-apple.S
[698/1003] Compiling ghash-x86-linux.S
[700/1003] Compiling ghash-ssse3-x86-apple.S
[701/1003] Compiling ghash-armv4-linux.S
[702/1003] Compiling ghash-neon-armv8-win.S
[703/1003] Compiling ghash-neon-armv8-linux.S
[704/1003] Compiling ghash-neon-armv8-apple.S
[705/1003] Compiling bsaes-armv7-linux.S
[706/1003] Compiling co-586-apple.S
[707/1003] Compiling bn-armv8-linux.S
[708/1003] Compiling bn-armv8-win.S
[709/1003] Compiling co-586-linux.S
[709/1003] Compiling bn-armv8-apple.S
[711/1003] Compiling bn-586-apple.S
[712/1003] Compiling bn-586-linux.S
[713/1003] Compiling armv4-mont-linux.S
[714/1003] Compiling armv8-mont-win.S
[715/1003] Compiling armv8-mont-linux.S
[716/1003] Compiling armv8-mont-apple.S
[717/1003] Compiling aesv8-gcm-armv8-win.S
[718/1003] Compiling aesv8-armv7-linux.S
[719/1003] Compiling aesv8-gcm-armv8-linux.S
[720/1003] Compiling aesv8-armv8-linux.S
[721/1003] Compiling aesv8-gcm-armv8-apple.S
[721/1003] Compiling aesv8-armv8-win.S
[723/1003] Compiling aesv8-armv8-apple.S
[724/1003] Compiling aesni-x86_64-apple.S
[725/1003] Compiling aesni-x86-apple.S
[726/1003] Compiling aesni-x86_64-linux.S
[727/1003] Compiling aesni-x86-linux.S
[728/1003] Compiling aesni-gcm-x86_64-apple.S
[729/1003] Compiling aes-gcm-avx10-x86_64-linux.S
[730/1003] Compiling aesni-gcm-x86_64-linux.S
[731/1003] Compiling aes-gcm-avx10-x86_64-apple.S
[732/1003] Compiling x_spki.cc
[733/1003] Compiling x_sig.cc
[734/1003] Compiling x_val.cc
[735/1003] Compiling x_req.cc
[736/1003] Compiling x_x509.cc
[737/1003] Compiling c-nioatomics.c
[738/1003] Compiling x_x509a.cc
[739/1003] Compiling x_pubkey.cc
[740/1003] Compiling x_attrib.cc
[741/1003] Compiling x_exten.cc
[742/1003] Compiling x_all.cc
[743/1003] Compiling x509spki.cc
[744/1003] Compiling x_crl.cc
[745/1003] Compiling c-atomics.c
[746/1003] Compiling x509rset.cc
[747/1009] Compiling x509name.cc
[749/1009] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[749/1009] Compiling x509cset.cc
[751/1009] Compiling NIOConcurrencyHelpers lock.swift
[751/1009] Compiling x509_trs.cc
[752/1009] Compiling x509_vpm.cc
[753/1009] Compiling x509_txt.cc
[754/1009] Compiling x509_v3.cc
[755/1009] Compiling x509_vfy.cc
[757/1009] Compiling NIOConcurrencyHelpers NIOLock.swift
[758/1009] Compiling NIOConcurrencyHelpers atomics.swift
[759/1009] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[760/1009] Emitting module NIOConcurrencyHelpers
[761/1010] Compiling x509_set.cc
[762/1010] Wrapping AST for NIOConcurrencyHelpers for debugging
[763/1010] Compiling x509_req.cc
[764/1010] Compiling x509_def.cc
[765/1010] Compiling x509_d2.cc
[766/1010] Compiling x509_obj.cc
[767/1010] Compiling x509_ext.cc
[768/1010] Compiling x509_lu.cc
[769/1010] Compiling x509_cmp.cc
[770/1010] Compiling x509.cc
[771/1010] Compiling x509_att.cc
[772/1010] Compiling v3_prn.cc
[773/1010] Compiling v3_utl.cc
[774/1010] Compiling v3_skey.cc
[775/1010] Compiling v3_purp.cc
[776/1010] Compiling v3_ocsp.cc
[777/1010] Compiling v3_pmaps.cc
[778/1010] Compiling v3_ncons.cc
[779/1010] Compiling v3_pcons.cc
[780/1010] Compiling v3_int.cc
[781/1010] Compiling v3_lib.cc
[782/1010] Compiling v3_ia5.cc
[783/1010] Compiling v3_info.cc
[784/1010] Compiling v3_genn.cc
[785/1010] Compiling v3_extku.cc
[786/1010] Compiling v3_conf.cc
[787/1010] Compiling v3_crld.cc
[788/1010] Compiling v3_enum.cc
[789/1010] Compiling v3_bitst.cc
[790/1010] Compiling v3_cpols.cc
[791/1010] Compiling v3_alt.cc
[792/1010] Compiling v3_bcons.cc
[793/1010] Compiling v3_akeya.cc
[794/1010] Compiling v3_akey.cc
[795/1010] Compiling t_x509a.cc
[796/1010] Compiling t_x509.cc
[797/1010] Compiling t_req.cc
[798/1010] Compiling t_crl.cc
[799/1010] Compiling i2d_pr.cc
[800/1010] Compiling name_print.cc
[801/1010] Compiling policy.cc
[802/1010] Compiling by_file.cc
[803/1010] Compiling rsa_pss.cc
[804/1010] Compiling by_dir.cc
[805/1010] Compiling asn1_gen.cc
[806/1010] Compiling a_verify.cc
[807/1010] Compiling algorithm.cc
[808/1010] Compiling a_digest.cc
[809/1010] Compiling thread_pthread.cc
[810/1010] Compiling trust_token.cc
[811/1010] Compiling a_sign.cc
[812/1010] Compiling thread_none.cc
[813/1010] Compiling thread_win.cc
[814/1010] Compiling voprf.cc
[815/1010] Compiling thread.cc
[816/1010] Compiling pmbtoken.cc
[817/1010] Compiling wots.cc
[818/1010] Compiling thash.cc
[819/1010] Compiling stack.cc
[820/1010] Compiling fors.cc
[821/1010] Compiling sha512.cc
[822/1010] Compiling slhdsa.cc
[823/1010] Compiling merkle.cc
[824/1010] Compiling siphash.cc
[825/1010] Compiling sha256.cc
[826/1010] Compiling sha1.cc
[827/1010] Compiling trusty.cc
[828/1010] Compiling rsa_print.cc
[829/1010] Compiling rsa_crypt.cc
[830/1010] Compiling rsa_extra.cc
[831/1010] Compiling passive.cc
[832/1010] Compiling rand_extra.cc
[833/1010] Compiling getentropy.cc
[834/1010] Compiling poly1305_arm_asm.S
[835/1010] Compiling forkunsafe.cc
[836/1010] Compiling deterministic.cc
[837/1010] Compiling pool.cc
[838/1010] Compiling fork_detect.cc
[839/1010] Compiling ios.cc
[840/1010] Compiling poly1305.cc
[841/1010] Compiling poly1305_vec.cc
[842/1010] Compiling poly1305_arm.cc
[843/1010] Compiling pkcs7.cc
[844/1010] Compiling p5_pbev2.cc
[845/1010] Compiling pkcs8_x509.cc
[846/1010] Compiling pkcs8.cc
[847/1010] Compiling pkcs7_x509.cc
[848/1010] Compiling pem_pkey.cc
[849/1010] Compiling pem_x509.cc
[850/1010] Compiling pem_xaux.cc
[851/1010] Compiling pem_pk8.cc
[852/1010] Compiling obj_xref.cc
[853/1010] Compiling mlkem.cc
[854/1010] Compiling obj.cc
[855/1010] Compiling mldsa.cc
[856/1010] Compiling pem_all.cc
[857/1010] Compiling pem_oth.cc
[858/1010] Compiling pem_lib.cc
[859/1010] Compiling pem_info.cc
[860/1010] Compiling mem.cc
[861/1010] Compiling fips_shared_support.cc
[862/1010] Compiling poly_rq_mul.S
[863/1010] Compiling md5.cc
[864/1010] Compiling md4.cc
[865/1010] Compiling kyber.cc
[866/1010] Compiling lhash.cc
[867/1010] Compiling hrss.cc
[868/1010] Compiling sign.cc
[869/1010] Compiling ex_data.cc
[870/1010] Compiling scrypt.cc
[870/1010] Compiling pbkdf.cc
[870/1010] Compiling hpke.cc
[873/1010] Compiling print.cc
[874/1010] Compiling p_x25519_asn1.cc
[875/1010] Compiling p_x25519.cc
[876/1010] Compiling p_rsa_asn1.cc
[877/1010] Compiling p_ed25519_asn1.cc
[878/1010] Compiling p_rsa.cc
[879/1010] Compiling p_ed25519.cc
[880/1010] Compiling p_hkdf.cc
[881/1010] Compiling p_ec_asn1.cc
[882/1010] Compiling p_dh.cc
[883/1010] Compiling evp_ctx.cc
[884/1010] Compiling p_ec.cc
[885/1010] Compiling p_dsa_asn1.cc
[886/1010] Compiling p_dh_asn1.cc
[887/1010] Compiling evp_asn1.cc
[888/1010] Compiling err.cc
[889/1010] Compiling engine.cc
[890/1010] Compiling evp.cc
[891/1010] Compiling ecdh_extra.cc
[892/1010] Compiling hash_to_curve.cc
[893/1010] Compiling ec_derive.cc
[894/1010] Compiling ecdsa_asn1.cc
[895/1010] Compiling dsa.cc
[896/1010] Compiling dsa_asn1.cc
[897/1010] Compiling params.cc
[898/1010] Compiling ec_asn1.cc
[899/1010] Compiling digest_extra.cc
[900/1010] Compiling dh_asn1.cc
[901/1010] Compiling x25519-asm-arm.S
[902/1010] Compiling crypto.cc
[903/1010] Compiling cpu_intel.cc
[904/1010] Compiling spake25519.cc
[905/1010] Compiling des.cc
[906/1010] Compiling curve25519.cc
[907/1010] Compiling cpu_arm_linux.cc
[908/1010] Compiling cpu_arm_freebsd.cc
[909/1010] Compiling cpu_aarch64_win.cc
[910/1010] Compiling cpu_aarch64_sysreg.cc
[911/1010] Compiling cpu_aarch64_openbsd.cc
[912/1010] Compiling cpu_aarch64_linux.cc
[913/1010] Compiling cpu_aarch64_fuchsia.cc
[914/1010] Compiling bcm.cc
[915/1010] Compiling cpu_aarch64_apple.cc
[916/1010] Compiling curve25519_64_adx.cc
[917/1010] Compiling tls_cbc.cc
[918/1010] Compiling conf.cc
[919/1010] Compiling e_tls.cc
[920/1010] Compiling e_rc4.cc
[921/1010] Compiling e_rc2.cc
[922/1010] Compiling e_des.cc
[923/1010] Compiling e_chacha20poly1305.cc
[924/1010] Compiling derive_key.cc
[925/1010] Compiling e_null.cc
[926/1010] Compiling e_aesctrhmac.cc
[927/1010] Compiling cipher_extra.cc
[928/1010] Compiling e_aesgcmsiv.cc
[929/1010] Compiling chacha.cc
[930/1010] Compiling unicode.cc
[931/1010] Compiling ber.cc
[932/1010] Compiling asn1_compat.cc
[933/1010] Compiling cbb.cc
[934/1010] Compiling convert.cc
[935/1010] Compiling buf.cc
[936/1010] Compiling blake2.cc
[937/1010] Compiling bn_asn1.cc
[938/1010] Compiling cbs.cc
[939/1010] Compiling printf.cc
[940/1010] Compiling hexdump.cc
[941/1010] Compiling bio_mem.cc
[942/1010] Compiling file.cc
[943/1010] Compiling errno.cc
[944/1010] Compiling fd.cc
[945/1010] Compiling pair.cc
[946/1010] Compiling base64.cc
[947/1010] Compiling bio.cc
[948/1010] Compiling tasn_typ.cc
[949/1010] Compiling tasn_new.cc
[950/1010] Compiling tasn_fre.cc
[951/1010] Compiling tasn_utl.cc
[952/1010] Compiling tasn_enc.cc
[953/1010] Compiling posix_time.cc
[954/1010] Compiling f_int.cc
[955/1010] Compiling f_string.cc
[956/1010] Compiling asn1_par.cc
[957/1010] Compiling asn_pack.cc
[958/1010] Compiling asn1_lib.cc
[959/1010] Compiling tasn_dec.cc
[960/1010] Compiling a_utctm.cc
[961/1010] Compiling a_type.cc
[962/1010] Compiling a_octet.cc
[963/1010] Compiling a_strex.cc
[964/1010] Compiling a_time.cc
[965/1010] Compiling a_strnid.cc
[966/1010] Compiling a_i2d_fp.cc
[967/1010] Compiling a_mbstr.cc
[968/1010] Compiling a_object.cc
[969/1010] Write sources
[970/1010] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[971/1010] Write sources
[974/1010] Compiling a_int.cc
[975/1010] Write sources
[976/1010] Compiling a_d2i_fp.cc
[977/1010] Write sources
[979/1010] Compiling a_dup.cc
[980/1010] Compiling a_gentm.cc
[981/1100] Compiling a_bool.cc
[983/1100] Compiling Algorithms Chunked.swift
[984/1100] Compiling Algorithms Combinations.swift
[985/1102] Compiling Algorithms Keyed.swift
[986/1102] Compiling Algorithms MinMax.swift
[987/1102] Compiling Algorithms Partition.swift
[988/1102] Compiling Algorithms Permutations.swift
[989/1102] Compiling Algorithms Intersperse.swift
[990/1102] Compiling Algorithms Joined.swift
[990/1102] Compiling a_bitstr.cc
[992/1102] Compiling Algorithms FlattenCollection.swift
[993/1102] Compiling Algorithms Grouped.swift
[994/1102] Compiling Algorithms Indexed.swift
[995/1102] Compiling Atomics IntegerOperations.swift
[996/1102] Compiling Atomics Unmanaged extensions.swift
[997/1110] Emitting module AsyncAlgorithms
[998/1116] Emitting module ArgumentParserToolInfo
[999/1116] Compiling ArgumentParserToolInfo ToolInfo.swift
[1001/1117] Compiling Algorithms Split.swift
[1002/1117] Compiling Algorithms Stride.swift
[1003/1117] Compiling Algorithms Suffix.swift
[1005/1120] Compiling Algorithms Reductions.swift
[1006/1120] Compiling Algorithms Rotate.swift
[1006/1121] Wrapping AST for ArgumentParserToolInfo for debugging
[1008/1158] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1009/1158] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1010/1158] Compiling AsyncAlgorithms MergeStateMachine.swift
[1011/1158] Compiling AsyncAlgorithms MergeStorage.swift
[1012/1158] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1013/1158] Compiling AsyncAlgorithms Rethrow.swift
[1014/1158] Compiling ArgumentParser ExpressibleByArgument.swift
[1015/1158] Compiling ArgumentParser ParsableArguments.swift
[1016/1158] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1017/1158] Compiling ArgumentParser ParsableCommand.swift
[1018/1158] Compiling ArgumentParser ArgumentDecoder.swift
[1019/1158] Compiling ArgumentParser OptionGroup.swift
[1024/1158] Compiling ArgumentParser AsyncParsableCommand.swift
[1025/1158] Compiling ArgumentParser CommandConfiguration.swift
[1026/1158] Compiling ArgumentParser CompletionKind.swift
[1027/1158] Compiling ArgumentParser Errors.swift
[1028/1158] Compiling ArgumentParser Flag.swift
[1029/1158] Compiling ArgumentParser NameSpecification.swift
[1030/1158] Compiling ArgumentParser Option.swift
[1033/1158] Compiling ArgumentParser CommandGroup.swift
[1034/1158] Compiling ArgumentParser EnumerableFlag.swift
[1035/1158] Compiling ArgumentParser Name.swift
[1036/1158] Compiling ArgumentParser Parsed.swift
[1037/1158] Compiling ArgumentParser ParsedValues.swift
[1038/1158] Compiling ArgumentParser ParserError.swift
[1039/1158] Compiling ArgumentParser BashCompletionsGenerator.swift
[1040/1158] Compiling ArgumentParser CompletionsGenerator.swift
[1041/1158] Compiling ArgumentParser FishCompletionsGenerator.swift
[1042/1158] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1043/1158] Compiling ArgumentParser Argument.swift
[1044/1158] Compiling ArgumentParser ArgumentHelp.swift
[1045/1158] Compiling ArgumentParser ArgumentVisibility.swift
[1046/1158] Compiling ArgumentParser SplitArguments.swift
[1047/1158] Compiling ArgumentParser DumpHelpGenerator.swift
[1048/1158] Compiling ArgumentParser HelpCommand.swift
[1049/1158] Compiling ArgumentParser HelpGenerator.swift
[1050/1158] Compiling ArgumentParser MessageInfo.swift
[1051/1158] Compiling ArgumentParser UsageGenerator.swift
[1056/1158] Emitting module Atomics
[1068/1158] Compiling AsyncAlgorithms SetAlgebra.swift
[1069/1158] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1070/1158] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1071/1158] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1072/1158] Compiling AsyncAlgorithms ZipStateMachine.swift
[1073/1158] Compiling AsyncAlgorithms ZipStorage.swift
[1074/1158] Compiling ArgumentParser ArgumentDefinition.swift
[1075/1158] Compiling ArgumentParser ArgumentSet.swift
[1076/1158] Compiling ArgumentParser CommandParser.swift
[1077/1158] Compiling ArgumentParser InputKey.swift
[1078/1158] Compiling ArgumentParser InputOrigin.swift
[1079/1158] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1087/1160] Wrapping AST for AsyncAlgorithms for debugging
[1088/1160] Wrapping AST for Atomics for debugging
[1090/1196] Emitting module Algorithms
[1091/1221] Wrapping AST for Algorithms for debugging
[1093/1221] Compiling CryptoBoringWrapper RandomBytes.swift
[1094/1221] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1095/1221] Compiling CryptoBoringWrapper EllipticCurve.swift
[1096/1221] Compiling NIOCore MulticastChannel.swift
[1097/1221] Compiling NIOCore NIOAny.swift
[1098/1221] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1099/1221] Compiling NIOCore NIOLoopBound.swift
[1100/1221] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1101/1221] Compiling NIOCore NIOScheduledCallback.swift
[1102/1221] Compiling NIOCore NIOSendable.swift
[1103/1221] Compiling NIOCore RecvByteBufferAllocator.swift
[1104/1229] Compiling NIOCore ByteBuffer-conversions.swift
[1105/1229] Compiling NIOCore ByteBuffer-core.swift
[1106/1229] Compiling NIOCore ByteBuffer-hex.swift
[1107/1229] Compiling NIOCore ByteBuffer-int.swift
[1108/1229] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1109/1234] Emitting module ArgumentParser
[1110/1234] Compiling NIOCore AddressedEnvelope.swift
[1111/1234] Compiling NIOCore AsyncAwaitSupport.swift
[1112/1234] Compiling NIOCore AsyncChannel.swift
[1113/1234] Compiling NIOCore AsyncChannelHandler.swift
[1114/1234] Compiling NIOCore AsyncChannelInboundStream.swift
[1115/1234] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1116/1234] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1117/1234] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1118/1234] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1119/1234] Emitting module CryptoBoringWrapper
[1120/1234] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1121/1235] Compiling NIOCore Channel.swift
[1122/1235] Compiling NIOCore ChannelHandler.swift
[1123/1235] Compiling NIOCore ChannelHandlers.swift
[1124/1235] Compiling NIOCore ChannelInvoker.swift
[1125/1235] Compiling NIOCore ChannelOption.swift
[1126/1235] Compiling NIOCore ChannelPipeline.swift
[1127/1235] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1128/1235] Compiling NIOCore BSDSocketAPI.swift
[1129/1235] Compiling NIOCore ByteBuffer-aux.swift
[1130/1235] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1131/1235] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1132/1235] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1133/1235] Compiling NIOCore NIOAsyncWriter.swift
[1134/1235] Compiling NIOCore ByteBuffer-multi-int.swift
[1135/1235] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1136/1235] Compiling NIOCore ByteBuffer-views.swift
[1137/1235] Wrapping AST for CryptoBoringWrapper for debugging
[1139/1235] Compiling NIOCore CircularBuffer.swift
[1140/1235] Compiling NIOCore Codec.swift
[1141/1235] Compiling NIOCore ConvenienceOptionSupport.swift
[1142/1235] Compiling NIOCore DeadChannel.swift
[1143/1235] Compiling NIOCore DispatchQueue+WithFuture.swift
[1144/1235] Compiling NIOCore EventLoop+Deprecated.swift
[1145/1235] Compiling NIOCore EventLoop+SerialExecutor.swift
[1146/1235] Compiling NIOCore EventLoop.swift
[1147/1235] Compiling NIOCore IO.swift
[1148/1235] Compiling NIOCore IOData.swift
[1149/1235] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1150/1235] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1151/1235] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1152/1235] Compiling NIOCore EventLoopFuture.swift
[1153/1235] Compiling NIOCore FileDescriptor.swift
[1154/1235] Compiling NIOCore FileHandle.swift
[1155/1235] Compiling NIOCore FileRegion.swift
[1156/1235] Compiling NIOCore GlobalSingletons.swift
[1157/1306] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1158/1306] Compiling Crypto HPKE-KEM.swift
[1159/1306] Compiling Crypto HPKE-Errors.swift
[1160/1306] Compiling Crypto HPKE.swift
[1161/1306] Compiling Crypto HPKE-Context.swift
[1163/1307] Compiling Crypto HashFunctions.swift
[1164/1307] Compiling Crypto HashFunctions_SHA2.swift
[1165/1307] Compiling Crypto HPKE-AEAD.swift
[1166/1307] Compiling Crypto HPKE-Ciphersuite.swift
[1167/1307] Compiling Crypto HPKE-KDF.swift
[1168/1307] Compiling Crypto HPKE-KexKeyDerivation.swift
[1169/1307] Compiling Crypto HPKE-LabeledExtract.swift
[1170/1307] Compiling Crypto HPKE-Utils.swift
[1171/1307] Compiling Crypto DHKEM.swift
[1172/1307] Compiling Crypto HPKE-KEM-Curve25519.swift
[1178/1307] Compiling Crypto HPKE-KeySchedule.swift
[1178/1307] Wrapping AST for ArgumentParser for debugging
[1180/1307] Compiling Crypto ECDSASignature.swift
[1181/1307] Compiling Crypto PEMDocument.swift
[1182/1307] Compiling Crypto PKCS8PrivateKey.swift
[1183/1307] Compiling Crypto SEC1PrivateKey.swift
[1184/1307] Compiling Crypto SubjectPublicKeyInfo.swift
[1185/1307] Compiling Crypto CryptoKitErrors.swift
[1186/1307] Compiling Crypto Digest_boring.swift
[1187/1307] Compiling Crypto Digest.swift
[1188/1307] Compiling Crypto Digests.swift
[1189/1307] Compiling Crypto X25519Keys.swift
[1190/1307] Compiling Crypto SymmetricKeys.swift
[1191/1307] Compiling Crypto HMAC.swift
[1192/1307] Compiling Crypto MACFunctions.swift
[1193/1307] Compiling Crypto MessageAuthenticationCode.swift
[1194/1307] Compiling Crypto AES.swift
[1195/1307] Compiling Crypto ECDSASignature_boring.swift
[1196/1307] Compiling Crypto ECDSA_boring.swift
[1197/1307] Emitting module NIOCore
[1198/1307] Compiling Crypto HKDF.swift
[1199/1307] Compiling Crypto AESWrap.swift
[1200/1307] Compiling Crypto AESWrap_boring.swift
[1201/1307] Compiling Crypto Ed25519_boring.swift
[1202/1307] Compiling Crypto NISTCurvesKeys_boring.swift
[1203/1307] Compiling Crypto X25519Keys_boring.swift
[1204/1307] Compiling Crypto Curve25519.swift
[1205/1307] Compiling Crypto Ed25519Keys.swift
[1206/1307] Compiling Crypto NISTCurvesKeys.swift
[1215/1316] Compiling Crypto EdDSA_boring.swift
[1216/1316] Compiling Crypto ECDSA.swift
[1217/1316] Compiling Crypto Ed25519.swift
[1241/1316] Compiling Crypto HPKE-Modes.swift
[1242/1316] Compiling Crypto Insecure.swift
[1243/1316] Compiling Crypto Insecure_HashFunctions.swift
[1244/1316] Compiling Crypto KEM.swift
[1245/1316] Compiling Crypto ECDH_boring.swift
[1246/1316] Compiling Crypto DH.swift
[1247/1316] Compiling Crypto ECDH.swift
[1248/1316] Compiling Crypto ASN1Identifier.swift
[1249/1316] Compiling Crypto ASN1Integer.swift
[1250/1316] Compiling Crypto ASN1Null.swift
[1251/1316] Compiling Crypto ASN1OctetString.swift
[1252/1316] Compiling Crypto ASN1Strings.swift
[1253/1316] Compiling Crypto ArraySliceBigint.swift
[1254/1316] Compiling Crypto GeneralizedTime.swift
[1255/1316] Compiling Crypto ObjectIdentifier.swift
[1258/1316] Compiling Crypto AES-GCM.swift
[1259/1316] Compiling Crypto AES-GCM_boring.swift
[1260/1316] Compiling Crypto ChaChaPoly_boring.swift
[1261/1316] Compiling Crypto ChaChaPoly.swift
[1262/1316] Compiling Crypto Cipher.swift
[1263/1316] Compiling Crypto Nonces.swift
[1264/1316] Compiling Crypto ASN1.swift
[1265/1316] Compiling Crypto ASN1Any.swift
[1266/1316] Compiling Crypto ASN1BitString.swift
[1267/1316] Compiling Crypto ASN1Boolean.swift
[1268/1316] Emitting module Crypto
[1288/1317] Compiling Crypto Signature.swift
[1289/1317] Compiling Crypto CryptoKitErrors_boring.swift
[1290/1317] Compiling Crypto RNG_boring.swift
[1291/1317] Compiling Crypto SafeCompare_boring.swift
[1292/1317] Compiling Crypto Zeroization_boring.swift
[1293/1317] Compiling Crypto PrettyBytes.swift
[1294/1317] Compiling Crypto SafeCompare.swift
[1295/1317] Compiling Crypto SecureBytes.swift
[1296/1317] Compiling Crypto Zeroization.swift
[1297/1319] Wrapping AST for NIOCore for debugging
[1298/1368] Wrapping AST for Crypto for debugging
[1300/1368] Emitting module NIOEmbedded
[1301/1368] Compiling NIOEmbedded AsyncTestingChannel.swift
[1302/1368] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1303/1368] Compiling NIOEmbedded Embedded.swift
[1304/1369] Wrapping AST for NIOEmbedded for debugging
[1306/1369] Emitting module NIOPosix
[1307/1375] Compiling NIOPosix IO.swift
[1308/1375] Compiling NIOPosix IntegerBitPacking.swift
[1309/1375] Compiling NIOPosix IntegerTypes.swift
[1310/1375] Compiling NIOPosix Linux.swift
[1311/1375] Compiling NIOPosix LinuxCPUSet.swift
[1312/1375] Compiling NIOPosix LinuxUring.swift
[1313/1375] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1314/1375] Compiling NIOPosix Pool.swift
[1315/1375] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1316/1375] Compiling NIOPosix PosixSingletons.swift
[1317/1375] Compiling NIOPosix RawSocketBootstrap.swift
[1318/1375] Compiling NIOPosix Resolver.swift
[1319/1375] Compiling NIOPosix Selectable.swift
[1320/1375] Compiling NIOPosix SelectableChannel.swift
[1321/1375] Compiling NIOPosix SelectableEventLoop.swift
[1322/1375] Compiling NIOPosix SelectorEpoll.swift
[1323/1375] Compiling NIOPosix SelectorGeneric.swift
[1324/1375] Compiling NIOPosix SelectorKqueue.swift
[1325/1375] Compiling NIOPosix SelectorUring.swift
[1326/1375] Compiling NIOPosix ServerSocket.swift
[1327/1375] Compiling NIOPosix Socket.swift
[1328/1375] Compiling NIOPosix SocketChannel.swift
[1329/1375] Compiling NIOPosix SocketProtocols.swift
[1330/1375] Compiling NIOPosix System.swift
[1331/1375] Compiling NIOPosix Thread.swift
[1332/1375] Compiling NIOPosix ThreadPosix.swift
[1333/1375] Compiling NIOPosix ThreadWindows.swift
[1334/1375] Compiling NIOPosix UnsafeTransfer.swift
[1335/1375] Compiling NIOPosix Utilities.swift
[1336/1375] Compiling NIOPosix VsockAddress.swift
[1337/1375] Compiling NIOPosix VsockChannelEvents.swift
[1338/1375] Compiling NIOPosix NIOThreadPool.swift
[1339/1375] Compiling NIOPosix NonBlockingFileIO.swift
[1340/1375] Compiling NIOPosix PendingDatagramWritesManager.swift
[1341/1375] Compiling NIOPosix PendingWritesManager.swift
[1342/1375] Compiling NIOPosix PipeChannel.swift
[1343/1375] Compiling NIOPosix PipePair.swift
[1344/1375] Compiling NIOPosix BSDSocketAPICommon.swift
[1345/1375] Compiling NIOPosix BSDSocketAPIPosix.swift
[1346/1375] Compiling NIOPosix BSDSocketAPIWindows.swift
[1347/1375] Compiling NIOPosix BaseSocket.swift
[1348/1375] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1349/1375] Compiling NIOPosix BaseSocketChannel.swift
[1350/1375] Compiling NIOPosix BaseStreamSocketChannel.swift
[1351/1375] Compiling NIOPosix Bootstrap.swift
[1352/1375] Compiling NIOPosix ControlMessage.swift
[1353/1375] Compiling NIOPosix DatagramVectorReadManager.swift
[1354/1375] Compiling NIOPosix Errors+Any.swift
[1355/1375] Compiling NIOPosix FileDescriptor.swift
[1356/1375] Compiling NIOPosix GetaddrinfoResolver.swift
[1357/1375] Compiling NIOPosix HappyEyeballs.swift
[1358/1376] Wrapping AST for NIOPosix for debugging
[1360/1378] Compiling NIO Exports.swift
[1361/1378] Emitting module NIO
[1362/1413] Wrapping AST for NIO for debugging
[1364/1426] Compiling NIOTLS TLSEvents.swift
[1365/1426] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1366/1426] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1367/1426] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1368/1426] Compiling NIOSOCKS AuthenticationMethod.swift
[1369/1426] Compiling NIOSOCKS ClientGreeting.swift
[1370/1426] Emitting module NIOSOCKS
[1371/1427] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1372/1427] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1373/1427] Compiling NIOSOCKS SOCKSResponse.swift
[1374/1427] Compiling NIOSOCKS ClientStateMachine.swift
[1375/1427] Emitting module NIOFoundationCompat
[1376/1427] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1377/1428] Compiling NIOSOCKS ServerStateMachine.swift
[1378/1428] Compiling NIOSOCKS SOCKSClientHandler.swift
[1379/1428] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1380/1428] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1381/1428] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1382/1428] Emitting module NIOTLS
[1383/1428] Compiling NIOTLS SNIHandler.swift
[1385/1429] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1386/1429] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1388/1431] Compiling NIOSOCKS Errors.swift
[1389/1431] Compiling NIOSOCKS Helpers.swift
[1390/1431] Compiling NIOSOCKS Messages.swift
[1391/1431] Compiling NIOSOCKS SOCKSRequest.swift
[1394/1432] Wrapping AST for NIOFoundationCompat for debugging
[1396/1432] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1397/1432] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1397/1432] Wrapping AST for NIOTLS for debugging
[1398/1432] Wrapping AST for NIOSOCKS for debugging
[1400/1483] Compiling NIOSSL SSLConnection.swift
[1401/1483] Compiling NIOSSL AndroidCABundle.swift
[1402/1483] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1403/1483] Compiling NIOSSL NIOSSLHandler.swift
[1404/1483] Compiling NIOSSL LinuxCABundle.swift
[1405/1483] Compiling NIOSSL NIOSSLClientHandler.swift
[1406/1483] Compiling NIOSSL NIOSSLServerHandler.swift
[1407/1483] Compiling NIOSSL ObjectIdentifier.swift
[1408/1483] Emitting module NIOTransportServices
[1409/1485] Compiling NIOSSL IdentityVerification.swift
[1410/1485] Compiling NIOSSL SSLContext.swift
[1411/1485] Compiling NIOSSL SSLErrors.swift
[1412/1485] Compiling NIOSSL SSLInit.swift
[1413/1485] Compiling NIOSSL SSLPKCS12Bundle.swift
[1414/1485] Compiling NIOSSL SubjectAlternativeName.swift
[1415/1485] Compiling NIOSSL SSLCertificateExtensions.swift
[1416/1485] Compiling NIOSSL SSLCertificateName.swift
[1419/1485] Compiling NIOSSL ByteBufferBIO.swift
[1420/1485] Compiling NIOSSL CustomPrivateKey.swift
[1421/1485] Compiling NIOSSL PosixPort.swift
[1422/1485] Compiling NIOSSL SSLCallbacks.swift
[1423/1485] Compiling NIOSSL SSLCertificate.swift
[1424/1485] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1425/1485] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1426/1485] Emitting module NIOHTTP1
[1438/1487] Compiling AsyncProcess ProcessExit.swift
[1438/1487] Wrapping AST for NIOTransportServices for debugging
[1440/1487] Compiling AsyncProcess NIOAsyncPipeWriter.swift
[1440/1487] Wrapping AST for NIOHTTP1 for debugging
[1442/1487] Compiling AsyncProcess ChunkSequence.swift
[1443/1505] Emitting module AsyncProcess
[1444/1505] Compiling NIOHPACK IntegerCoding.swift
[1445/1506] Compiling NIOHPACK IndexedHeaderTable.swift
[1446/1506] Compiling NIOHPACK HuffmanTables.swift
[1447/1506] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1448/1506] Emitting module NIOHTTPCompression
[1449/1506] Compiling NIOHTTPCompression HTTPCompression.swift
[1450/1506] Compiling NIOHTTPCompression HTTPDecompression.swift
[1451/1506] Compiling AsyncProcess EOFSequence.swift
[1452/1506] 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
[1453/1506] Compiling NIOHPACK StaticHeaderTable.swift
[1454/1506] Compiling NIOHPACK HuffmanCoding.swift
[1455/1506] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1456/1506] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1457/1506] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1459/1507] Emitting module NIOHPACK
[1459/1507] Wrapping AST for NIOHTTPCompression for debugging
[1461/1507] Compiling NIOHPACK DynamicHeaderTable.swift
[1462/1507] Compiling NIOHPACK HPACKDecoder.swift
[1463/1507] Compiling NIOHPACK HPACKHeader.swift
[1464/1507] Compiling NIOHPACK HeaderTables.swift
[1465/1507] Compiling NIOHPACK HPACKEncoder.swift
[1466/1507] Compiling NIOHPACK HPACKErrors.swift
[1476/1512] Compiling AsyncProcess ProcessExecutor+Convenience.swift
[1477/1512] Compiling AsyncProcess ProcessExecutor.swift
[1481/1512] Compiling NIOSSL SafeCompare.swift
[1482/1513] Compiling NIOSSL SSLPrivateKey.swift
[1483/1513] Compiling NIOSSL SSLPublicKey.swift
[1484/1513] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1485/1513] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1485/1513] Wrapping AST for NIOHPACK for debugging
[1491/1513] Emitting module NIOSSL
[1496/1571] Wrapping AST for AsyncProcess for debugging
[1498/1571] Emitting module NIOHTTP2
[1499/1579] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1500/1579] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1501/1579] Compiling NIOHTTP2 HTTP2Frame.swift
[1502/1579] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1503/1579] Compiling NIOHTTP2 Error+Any.swift
[1504/1579] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1505/1579] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1506/1579] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1507/1580] Wrapping AST for NIOSSL for debugging
[1509/1580] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1510/1580] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1511/1580] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1512/1580] Compiling NIOHTTP2 HTTP2StreamID.swift
[1513/1580] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1514/1580] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1515/1580] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1516/1580] Compiling NIOHTTP2 InboundEventBuffer.swift
[1517/1580] Compiling NIOHTTP2 InboundWindowManager.swift
[1518/1580] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1519/1580] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1520/1580] Compiling NIOHTTP2 StreamChannelList.swift
[1521/1580] Compiling NIOHTTP2 StreamMap.swift
[1522/1580] Compiling NIOHTTP2 StreamStateMachine.swift
[1523/1580] Compiling NIOHTTP2 UnsafeTransfer.swift
[1524/1580] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1528/1580] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1529/1580] Compiling NIOHTTP2 HTTP2PingData.swift
[1530/1580] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1531/1580] Compiling NIOHTTP2 HTTP2Settings.swift
[1532/1580] Compiling NIOHTTP2 HTTP2Stream.swift
[1533/1580] Compiling NIOHTTP2 MaySendFrames.swift
[1534/1580] Compiling NIOHTTP2 SendingDataState.swift
[1535/1580] Compiling NIOHTTP2 SendingGoawayState.swift
[1536/1580] Compiling NIOHTTP2 SendingHeadersState.swift
[1537/1580] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1538/1580] Compiling NIOHTTP2 SendingRstStreamState.swift
[1539/1580] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1540/1580] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1541/1580] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1542/1580] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1543/1580] Compiling NIOHTTP2 HasLocalSettings.swift
[1544/1580] Compiling NIOHTTP2 HasRemoteSettings.swift
[1545/1580] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1546/1580] Compiling NIOHTTP2 QuiescingState.swift
[1547/1580] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1548/1580] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1549/1580] Compiling NIOHTTP2 StateMachineResult.swift
[1550/1580] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1551/1580] Compiling NIOHTTP2 DOSHeuristics.swift
[1556/1580] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1557/1580] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1558/1580] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1559/1580] Compiling NIOHTTP2 MayReceiveFrames.swift
[1560/1580] Compiling NIOHTTP2 ReceivingDataState.swift
[1561/1580] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1562/1580] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1563/1580] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1564/1580] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1566/1580] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1567/1580] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1568/1580] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1569/1580] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1570/1580] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1571/1580] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1572/1580] Compiling NIOHTTP2 HTTP2Error.swift
[1573/1580] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1574/1581] Wrapping AST for NIOHTTP2 for debugging
[1576/1641] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1577/1641] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1578/1641] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1579/1641] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1580/1641] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1581/1641] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1582/1641] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1583/1641] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1584/1641] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1585/1641] Emitting module AsyncHTTPClient
[1586/1649] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1587/1649] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1588/1649] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1589/1649] Compiling AsyncHTTPClient HTTP1Connection.swift
[1590/1649] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1591/1649] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1592/1649] Compiling AsyncHTTPClient HTTP2Connection.swift
[1593/1649] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1594/1649] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1595/1649] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1596/1649] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1597/1649] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1598/1649] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1599/1649] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1600/1649] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1601/1649] Compiling AsyncHTTPClient RequestBodyLength.swift
[1602/1649] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1603/1649] Compiling AsyncHTTPClient HTTPHandler.swift
[1604/1649] Compiling AsyncHTTPClient LRUCache.swift
[1605/1649] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1606/1649] Compiling AsyncHTTPClient NWErrorHandler.swift
[1607/1649] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1608/1649] Compiling AsyncHTTPClient TLSConfiguration.swift
[1609/1649] Compiling AsyncHTTPClient RedirectState.swift
[1610/1649] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1611/1649] Compiling AsyncHTTPClient ConnectionTarget.swift
[1612/1649] Compiling AsyncHTTPClient DeconstructedURL.swift
[1613/1649] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1614/1649] Compiling AsyncHTTPClient FoundationExtensions.swift
[1615/1649] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1616/1649] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1617/1649] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1618/1649] Compiling AsyncHTTPClient HTTPClient.swift
[1619/1649] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1620/1649] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1621/1649] Compiling AsyncHTTPClient Transaction.swift
[1622/1649] Compiling AsyncHTTPClient Base64.swift
[1623/1649] Compiling AsyncHTTPClient BasicAuth.swift
[1624/1649] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1625/1649] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1626/1649] Compiling AsyncHTTPClient ConnectionPool.swift
[1627/1649] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1628/1649] Compiling AsyncHTTPClient RequestOptions.swift
[1629/1649] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1630/1649] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1631/1649] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1632/1649] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1633/1649] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1634/1649] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1635/1649] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1636/1649] Compiling AsyncHTTPClient RequestBag.swift
[1637/1649] Compiling AsyncHTTPClient RequestValidation.swift
[1638/1649] Compiling AsyncHTTPClient SSLContextCache.swift
[1639/1649] Compiling AsyncHTTPClient Scheme.swift
[1640/1649] Compiling AsyncHTTPClient Singleton.swift
[1641/1649] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1642/1649] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1643/1649] Compiling AsyncHTTPClient Utils.swift
[1644/1650] Wrapping AST for AsyncHTTPClient for debugging
[1646/1666] Compiling Helpers AsyncFileSystem.swift
[1647/1666] Compiling Helpers ConcurrencySupport.swift
[1648/1668] Compiling Helpers OpenReadableFile.swift
[1649/1668] Compiling Helpers OpenWritableFile.swift
[1650/1668] Compiling Helpers ReadableFileStream.swift
[1651/1668] Compiling Helpers WritableStream.swift
[1652/1668] Compiling Helpers MockFileSystem.swift
[1653/1668] Compiling Helpers OSFileSystem.swift
[1654/1668] Compiling Helpers QueryEngine.swift
[1655/1668] Compiling Helpers SQLite.swift
[1656/1668] Emitting module Helpers
[1657/1668] Compiling Helpers SQLiteBackedCache.swift
[1658/1668] Compiling Helpers Triple.swift
[1659/1668] Compiling Helpers FileLock.swift
[1660/1668] Compiling Helpers Query.swift
[1661/1668] Compiling Helpers ThrowingDefer.swift
[1662/1668] Compiling Helpers CacheKey.swift
[1663/1668] Compiling Helpers FileCacheRecord.swift
[1664/1669] Wrapping AST for Helpers for debugging
[1666/1697] Emitting module SwiftSDKGenerator
[1667/1700] Compiling SwiftSDKGenerator Shell.swift
[1668/1700] Compiling SwiftSDKGenerator UnixName.swift
[1669/1700] Compiling SwiftSDKGenerator which.swift
[1670/1700] Compiling SwiftSDKGenerator Triple.swift
[1671/1700] Compiling SwiftSDKGenerator VersionsConfiguration.swift
[1672/1700] Compiling SwiftSDKGenerator CMakeBuildQuery.swift
[1673/1700] Compiling SwiftSDKGenerator DownloadArtifactQuery.swift
[1674/1700] Compiling SwiftSDKGenerator LinuxRecipe.swift
[1675/1700] Compiling SwiftSDKGenerator SwiftSDKRecipe.swift
[1676/1700] Compiling SwiftSDKGenerator WebAssemblyRecipe.swift
[1677/1700] Compiling SwiftSDKGenerator ByteBuffer+Utils.swift
[1678/1700] Compiling SwiftSDKGenerator FileOperationError.swift
[1679/1700] Compiling SwiftSDKGenerator GeneratorError.swift
[1680/1700] Compiling SwiftSDKGenerator HTTPClient+Download.swift
[1681/1700] Compiling SwiftSDKGenerator DownloadFileQuery.swift
[1682/1700] Compiling SwiftSDKGenerator TarExtractQuery.swift
[1683/1700] Compiling SwiftSDKGenerator SwiftSDKMetadata.swift
[1684/1700] Compiling SwiftSDKGenerator Toolset.swift
[1685/1700] Compiling SwiftSDKGenerator SwiftSDKGenerator+Unpack.swift
[1686/1700] Compiling SwiftSDKGenerator SwiftSDKGenerator.swift
[1687/1700] Compiling SwiftSDKGenerator PathsConfiguration.swift
[1688/1700] Compiling SwiftSDKGenerator LinuxDistribution.swift
[1689/1700] Compiling SwiftSDKGenerator SwiftSDKGenerator+Download.swift
[1690/1700] Compiling SwiftSDKGenerator SwiftSDKGenerator+Entrypoint.swift
[1691/1700] Compiling SwiftSDKGenerator SwiftSDKGenerator+Fixup.swift
[1692/1700] Compiling SwiftSDKGenerator SwiftSDKGenerator+Metadata.swift
[1693/1700] Compiling SwiftSDKGenerator DownloadableArtifacts.swift
[1694/1700] Compiling SwiftSDKGenerator ArtifactsArchiveMetadata.swift
[1695/1700] Compiling SwiftSDKGenerator String+hasAnyPrefix.swift
[1696/1700] Compiling SwiftSDKGenerator SwiftSDKGenerator+Copy.swift
[1697/1701] Wrapping AST for SwiftSDKGenerator for debugging
[1699/1703] Emitting module GeneratorCLI
[1700/1703] Compiling GeneratorCLI GeneratorCLI.swift
[1701/1704] Wrapping AST for GeneratorCLI for debugging
[1702/1704] Write Objects.LinkFileList
[1703/1704] Linking swift-sdk-generator
Build complete! (224.71s)
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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.