The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-sdk-generator, reference main (ed6a85), with Swift 6.1 for Linux on 1 May 2025 09:54:49 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
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 ed6a85b Support Debian 11 and Debian 12 distributions in the generator (#203)
Cloned https://github.com/swiftlang/swift-sdk-generator.git
Revision (git rev-parse @):
ed6a85b1fed5036b2cfc0f242c66e08c5c0d45ed
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.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-crypto.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
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[807/8801] Fetching swift-log, swift-async-algorithms
[885/10506] Fetching swift-log, swift-async-algorithms, swift-atomics
[1045/26812] Fetching swift-log, swift-async-algorithms, swift-atomics, swift-collections
[6359/40670] Fetching swift-log, swift-async-algorithms, swift-atomics, swift-collections, swift-crypto
[14251/116247] Fetching swift-log, swift-async-algorithms, swift-atomics, swift-collections, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.56s)
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/apple/swift-atomics.git from cache (0.57s)
Fetching https://github.com/apple/swift-system
[14011/109577] Fetching swift-log, swift-collections, swift-crypto, swift-nio
[41414/113944] Fetching swift-log, swift-collections, swift-crypto, swift-nio, swift-system
[64770/128894] Fetching swift-log, swift-collections, swift-crypto, swift-nio, swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (0.54s)
[64077/124527] Fetching swift-log, swift-collections, swift-crypto, swift-nio, swift-argument-parser
Fetching https://github.com/swift-server/async-http-client.git
[97321/138497] Fetching swift-log, swift-collections, swift-crypto, swift-nio, swift-argument-parser, async-http-client
Fetched https://github.com/apple/swift-argument-parser from cache (1.16s)
[94638/123547] Fetching swift-log, swift-collections, swift-crypto, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.00s)
[91439/109577] Fetching swift-log, swift-collections, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.61s)
Fetched https://github.com/apple/swift-crypto.git from cache (4.63s)
Fetched https://github.com/apple/swift-collections.git from cache (4.63s)
Fetched https://github.com/apple/swift-nio.git from cache (4.72s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (5.27s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.1 (0.54s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.50s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.51s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.50s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.57s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5729] Fetching swift-nio-extras
[3783/11647] Fetching swift-nio-extras, swift-algorithms
[5821/14266] Fetching swift-nio-extras, swift-algorithms, swift-nio-transport-services
[8158/25770] Fetching swift-nio-extras, swift-algorithms, swift-nio-transport-services, swift-nio-http2
[16798/40579] Fetching swift-nio-extras, swift-algorithms, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.12s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.13s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.13s)
[25869/26313] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.14s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.68s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.26s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.99s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.87s)
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 (0.55s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.62s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.60s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.32s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.34s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.88s)
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.55s)
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.55s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.85s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.31s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.89s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-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-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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.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-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.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.2.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/848] Write sources
[10/848] Compiling armv8-mont-linux.S
[11/848] Compiling bn-586-linux.S
[12/848] Write sources
[14/848] Compiling bn-586-apple.S
[15/848] Write sources
[31/848] Compiling _NumericsShims _NumericsShims.c
[32/848] Compiling armv8-mont-win.S
[33/848] Compiling _AtomicsShims.c
[34/848] Compiling CNIOWindows shim.c
[35/848] Compiling CSystem shims.c
[36/848] Compiling CNIOWASI CNIOWASI.c
[37/848] Compiling CNIOWindows WSAStartup.c
[38/848] Compiling CNIOLinux liburing_shims.c
[39/848] Compiling CNIOLLHTTP c_nio_http.c
[40/848] Compiling CNIOLinux shim.c
[41/848] Compiling CNIOExtrasZlib empty.c
[42/848] Compiling CNIODarwin shim.c
[43/848] Compiling CNIOLLHTTP c_nio_api.c
[44/848] Compiling fiat_p256_adx_sqr.S
[45/848] Compiling fiat_p256_adx_mul.S
[46/848] Compiling fiat_curve25519_adx_square.S
[47/848] Compiling fiat_curve25519_adx_mul.S
[48/848] Compiling CNIOLLHTTP c_nio_llhttp.c
[49/848] Compiling p_rsa_asn1.cc
[50/848] Write swift-version-24593BA9C3E375BF.txt
[51/848] Compiling v3_genn.cc
[52/848] Compiling CNIOBoringSSLShims shims.c
[53/848] Compiling pkcs8.cc
[54/882] Compiling tls13_enc.cc
[55/882] Compiling tls_method.cc
[56/882] Compiling tls_record.cc
[58/914] Emitting module Logging
[58/914] Compiling tls13_server.cc
[59/914] Compiling tls13_client.cc
[61/914] Emitting module InternalCollectionsUtilities
[62/916] Emitting module _NIOBase64
[63/916] Compiling _NIOBase64 Base64.swift
[64/917] Compiling InternalCollectionsUtilities UInt+reversed.swift
[65/917] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[67/917] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[68/917] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/917] Compiling InternalCollectionsUtilities Debugging.swift
[70/917] Compiling InternalCollectionsUtilities Descriptions.swift
[71/917] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[72/917] Compiling InternalCollectionsUtilities Specialize.swift
[73/917] Emitting module RealModule
[74/917] Compiling RealModule Real.swift
[75/917] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[76/917] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[79/918] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[84/918] Compiling InternalCollectionsUtilities _SortedCollection.swift
[85/918] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[85/918] Wrapping AST for _NIOBase64 for debugging
[87/921] Compiling RealModule Float16+Real.swift
[88/921] Compiling RealModule Float80+Real.swift
[89/921] Compiling _NIODataStructures _TinyArray.swift
[89/921] Compiling t1_enc.cc
[91/921] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[92/921] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[93/921] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[94/921] Compiling InternalCollectionsUtilities Integer rank.swift
[95/921] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[96/921] Compiling RealModule Float+Real.swift
[99/922] Compiling RealModule ElementaryFunctions.swift
[99/922] Compiling tls13_both.cc
[101/922] Emitting module SystemPackage
[106/922] Compiling _NIODataStructures PriorityQueue.swift
[107/922] Compiling SystemPackage MachPort.swift
[108/922] Compiling SystemPackage PlatformString.swift
[109/922] Compiling SystemPackage SystemString.swift
[118/922] Compiling RealModule RealFunctions.swift
[121/993] Compiling Logging MetadataProvider.swift
[122/993] Compiling Logging Locks.swift
[123/993] Compiling DequeModule _DequeBuffer.swift
[124/993] Compiling DequeModule _DequeBufferHeader.swift
[125/995] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[126/995] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[127/995] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[128/995] Compiling OrderedCollections OrderedDictionary+Values.swift
[129/995] Compiling Logging LogHandler.swift
[130/995] Compiling Logging Logging.swift
[131/996] Compiling _NIODataStructures Heap.swift
[132/996] Emitting module _NIODataStructures
[133/997] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[134/997] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[135/997] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[136/997] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[138/997] Compiling OrderedCollections OrderedSet+Descriptions.swift
[139/997] Compiling OrderedCollections OrderedSet+Diffing.swift
[140/997] Compiling OrderedCollections OrderedSet+Equatable.swift
[141/998] Compiling DequeModule Deque+Equatable.swift
[142/998] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[144/998] Wrapping AST for _NIODataStructures for debugging
[145/998] Wrapping AST for RealModule for debugging
[146/998] Wrapping AST for SystemPackage for debugging
[147/998] Wrapping AST for Logging for debugging
[148/998] Wrapping AST for InternalCollectionsUtilities for debugging
[150/998] Compiling DequeModule _DequeSlot.swift
[151/998] Compiling DequeModule _UnsafeWrappedBuffer.swift
[152/998] Compiling OrderedCollections OrderedDictionary.swift
[153/998] Compiling OrderedCollections OrderedSet+Codable.swift
[154/998] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[158/998] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[159/998] Compiling OrderedCollections OrderedSet+Hashable.swift
[160/1005] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[161/1005] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[162/1005] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[163/1005] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[164/1005] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[165/1005] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[166/1005] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[167/1005] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[168/1005] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[169/1005] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[170/1005] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[171/1005] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[172/1005] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[173/1005] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[174/1005] Compiling DequeModule Deque+Testing.swift
[175/1005] Compiling DequeModule Deque._Storage.swift
[176/1005] Compiling DequeModule Deque+Extras.swift
[177/1005] Compiling DequeModule Deque+Hashable.swift
[178/1005] Compiling DequeModule Deque+CustomReflectable.swift
[179/1005] Compiling DequeModule Deque+Descriptions.swift
[180/1005] Compiling DequeModule Deque._UnsafeHandle.swift
[181/1005] Compiling DequeModule Deque.swift
[182/1005] Emitting module DequeModule
[183/1005] Compiling DequeModule Deque+Codable.swift
[184/1005] Compiling DequeModule Deque+Collection.swift
[202/1006] Compiling OrderedCollections OrderedSet+Initializers.swift
[203/1006] Compiling OrderedCollections OrderedSet+Insertions.swift
[204/1006] Compiling OrderedCollections OrderedSet+Invariants.swift
[205/1006] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[206/1006] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[207/1006] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[208/1006] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[209/1006] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[209/1006] Compiling ssl_transcript.cc
[218/1006] Wrapping AST for DequeModule for debugging
[219/1006] Compiling ssl_versions.cc
[220/1006] Compiling ssl_x509.cc
[222/1006] Emitting module OrderedCollections
[222/1006] Compiling ssl_stat.cc
[224/1006] Compiling OrderedCollections OrderedSet+Sendable.swift
[225/1006] Compiling OrderedCollections OrderedSet+SubSequence.swift
[226/1006] Compiling OrderedCollections OrderedSet+Testing.swift
[227/1006] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[228/1006] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[229/1006] Compiling OrderedCollections OrderedSet.swift
[230/1006] Compiling OrderedCollections _UnsafeBitset.swift
[230/1006] Compiling ssl_privkey.cc
[232/1007] Compiling ssl_session.cc
[233/1007] Wrapping AST for OrderedCollections for debugging
[234/1007] Compiling ssl_file.cc
[235/1007] Compiling ssl_key_share.cc
[236/1007] Compiling ssl_credential.cc
[237/1007] Compiling ssl_cipher.cc
[238/1007] Compiling ssl_lib.cc
[239/1007] Compiling ssl_cert.cc
[240/1007] Compiling ssl_buffer.cc
[241/1007] Compiling ssl_asn1.cc
[242/1007] Compiling ssl_aead_ctx.cc
[243/1007] Compiling s3_pkt.cc
[244/1007] Compiling s3_both.cc
[245/1007] Compiling s3_lib.cc
[246/1007] Compiling handshake_server.cc
[247/1007] Compiling handshake_client.cc
[248/1007] Compiling handshake.cc
[249/1007] Compiling handoff.cc
[250/1007] Compiling extensions.cc
[251/1007] Compiling encrypted_client_hello.cc
[252/1007] Compiling md5-x86_64-linux.S
[253/1007] Compiling dtls_record.cc
[254/1007] Compiling d1_srtp.cc
[255/1007] Compiling md5-x86_64-apple.S
[256/1007] Compiling md5-586-linux.S
[257/1007] Compiling md5-586-apple.S
[258/1007] Compiling chacha20_poly1305_x86_64-apple.S
[259/1007] Compiling chacha20_poly1305_x86_64-linux.S
[260/1007] Compiling chacha20_poly1305_armv8-win.S
[261/1007] Compiling chacha20_poly1305_armv8-linux.S
[261/1007] Compiling chacha20_poly1305_armv8-apple.S
[263/1007] Compiling dtls_method.cc
[264/1007] Compiling d1_pkt.cc
[265/1007] Compiling err_data.cc
[266/1007] Compiling chacha-x86_64-apple.S
[267/1007] Compiling chacha-x86_64-linux.S
[268/1007] Compiling d1_lib.cc
[269/1007] Compiling bio_ssl.cc
[270/1007] Compiling d1_both.cc
[271/1007] Compiling chacha-x86-apple.S
[272/1007] Compiling chacha-x86-linux.S
[273/1007] Compiling chacha-armv8-win.S
[274/1007] Compiling chacha-armv8-apple.S
[275/1007] Compiling chacha-armv4-linux.S
[276/1007] Compiling chacha-armv8-linux.S
[277/1007] Compiling aes128gcmsiv-x86_64-apple.S
[278/1007] Compiling x86_64-mont5-apple.S
[279/1007] Compiling aes128gcmsiv-x86_64-linux.S
[280/1007] Compiling x86_64-mont5-linux.S
[281/1007] Compiling x86-mont-apple.S
[282/1007] Compiling x86_64-mont-apple.S
[283/1007] Compiling x86-mont-linux.S
[284/1007] Compiling x86_64-mont-linux.S
[285/1007] Compiling vpaes-x86_64-apple.S
[286/1007] Compiling vpaes-x86-apple.S
[287/1007] Compiling vpaes-x86-linux.S
[288/1007] Compiling vpaes-x86_64-linux.S
[289/1007] Compiling vpaes-armv8-win.S
[290/1007] Compiling vpaes-armv7-linux.S
[290/1007] Compiling vpaes-armv8-apple.S
[292/1007] Compiling vpaes-armv8-linux.S
[293/1007] Compiling sha512-armv8-win.S
[294/1007] Compiling sha512-586-linux.S
[295/1007] Compiling sha512-armv8-linux.S
[296/1007] Compiling sha512-x86_64-apple.S
[296/1007] Compiling sha512-armv8-apple.S
[298/1007] Compiling sha512-586-apple.S
[299/1007] Compiling sha512-armv4-linux.S
[300/1007] Compiling sha512-x86_64-linux.S
[301/1007] Compiling sha256-armv8-win.S
[302/1007] Compiling sha256-armv8-linux.S
[302/1007] Compiling sha256-586-linux.S
[304/1007] Compiling sha256-x86_64-apple.S
[304/1007] Compiling sha256-armv8-apple.S
[306/1007] Compiling sha256-armv4-linux.S
[307/1007] Compiling sha256-586-apple.S
[308/1007] Compiling sha256-x86_64-linux.S
[309/1007] Compiling sha1-armv8-linux.S
[310/1007] Compiling sha1-x86_64-apple.S
[311/1007] Compiling sha1-armv4-large-linux.S
[312/1007] Compiling sha1-armv8-win.S
[313/1007] Compiling sha1-armv8-apple.S
[314/1007] Compiling sha1-586-linux.S
[315/1007] Compiling sha1-586-apple.S
[316/1007] Compiling sha1-x86_64-linux.S
[317/1007] Compiling rdrand-x86_64-apple.S
[318/1007] Compiling p256_beeu-x86_64-asm-apple.S
[319/1007] Compiling rdrand-x86_64-linux.S
[320/1007] Compiling rsaz-avx2-apple.S
[321/1007] Compiling p256_beeu-x86_64-asm-linux.S
[322/1007] Compiling rsaz-avx2-linux.S
[323/1007] Compiling p256_beeu-armv8-asm-win.S
[324/1007] Compiling p256_beeu-armv8-asm-linux.S
[325/1007] Compiling p256-armv8-asm-win.S
[326/1007] Compiling p256_beeu-armv8-asm-apple.S
[327/1007] Compiling p256-x86_64-asm-apple.S
[328/1007] Compiling p256-armv8-asm-linux.S
[329/1007] Compiling p256-armv8-asm-apple.S
[330/1007] Compiling ghashv8-armv8-win.S
[331/1007] Compiling p256-x86_64-asm-linux.S
[332/1007] Compiling ghashv8-armv8-linux.S
[333/1007] Compiling ghashv8-armv8-apple.S
[334/1007] Compiling ghashv8-armv7-linux.S
[335/1007] Compiling ghash-x86_64-apple.S
[336/1007] Compiling ghash-x86_64-linux.S
[337/1007] Compiling ghash-ssse3-x86_64-linux.S
[337/1007] Compiling ghash-x86-linux.S
[339/1007] Compiling ghash-ssse3-x86_64-apple.S
[340/1007] Compiling ghash-x86-apple.S
[341/1007] Compiling ghash-ssse3-x86-linux.S
[342/1007] Compiling ghash-ssse3-x86-apple.S
[343/1007] Compiling ghash-neon-armv8-win.S
[344/1007] Compiling ghash-neon-armv8-linux.S
[345/1007] Compiling ghash-neon-armv8-apple.S
[346/1007] Compiling ghash-armv4-linux.S
[347/1007] Compiling co-586-linux.S
[348/1007] Compiling co-586-apple.S
[349/1007] Compiling bn-armv8-win.S
[350/1007] Compiling bsaes-armv7-linux.S
[351/1007] Compiling bn-armv8-linux.S
[352/1007] Compiling bn-armv8-apple.S
[353/1007] Compiling bn-586-linux.S
[354/1007] Compiling bn-586-apple.S
[355/1007] Compiling armv8-mont-linux.S
[356/1007] Compiling armv8-mont-win.S
[357/1007] Compiling armv8-mont-apple.S
[358/1007] Compiling armv4-mont-linux.S
[359/1007] Compiling aesv8-gcm-armv8-win.S
[360/1007] Compiling aesv8-gcm-armv8-apple.S
[361/1007] Compiling aesv8-gcm-armv8-linux.S
[362/1007] Compiling aesv8-armv8-win.S
[363/1007] Compiling aesv8-armv8-apple.S
[364/1007] Compiling aesv8-armv8-linux.S
[365/1007] Compiling aesv8-armv7-linux.S
[366/1007] Compiling aesni-x86_64-apple.S
[367/1007] Compiling aesni-x86-linux.S
[368/1007] Compiling aesni-x86_64-linux.S
[369/1007] Compiling aesni-x86-apple.S
[370/1007] Compiling aesni-gcm-x86_64-linux.S
[371/1007] Compiling aesni-gcm-x86_64-apple.S
[372/1007] Compiling aes-gcm-avx2-x86_64-apple.S
[373/1007] Compiling aes-gcm-avx2-x86_64-linux.S
[374/1007] Compiling aes-gcm-avx10-x86_64-apple.S
[375/1007] Compiling aes-gcm-avx10-x86_64-linux.S
[376/1007] Compiling x_spki.cc
[377/1007] Compiling x_req.cc
[378/1007] Compiling x_sig.cc
[379/1007] Compiling x_x509a.cc
[380/1007] Compiling x_pubkey.cc
[381/1007] Compiling x_name.cc
[382/1007] Compiling x_x509.cc
[383/1007] Compiling x_val.cc
[384/1007] Compiling x_attrib.cc
[385/1007] Compiling x_algor.cc
[386/1007] Compiling x509spki.cc
[387/1007] Compiling x_exten.cc
[388/1007] Compiling x_crl.cc
[389/1007] Compiling x509rset.cc
[390/1007] Compiling x509name.cc
[391/1007] Compiling x_all.cc
[392/1007] Compiling x509_txt.cc
[393/1007] Compiling x509cset.cc
[394/1007] Compiling x509_trs.cc
[395/1007] Compiling x509_vpm.cc
[396/1007] Compiling x509_vfy.cc
[397/1007] Compiling x509_v3.cc
[398/1007] Compiling x509_set.cc
[399/1007] Compiling x509_req.cc
[400/1007] Compiling x509_lu.cc
[401/1007] Compiling x509_d2.cc
[402/1007] Compiling x509_obj.cc
[403/1007] Compiling x509_ext.cc
[404/1007] Compiling x509_def.cc
[405/1007] Compiling x509_att.cc
[406/1007] Compiling x509_cmp.cc
[407/1007] Compiling x509.cc
[408/1007] Compiling v3_utl.cc
[409/1007] Compiling v3_skey.cc
[410/1007] Compiling v3_prn.cc
[411/1007] Compiling v3_pmaps.cc
[412/1007] Compiling v3_ocsp.cc
[413/1007] Compiling v3_purp.cc
[414/1007] Compiling v3_pcons.cc
[415/1007] Compiling v3_ncons.cc
[416/1007] Compiling v3_int.cc
[417/1007] Compiling v3_lib.cc
[418/1007] Compiling v3_ia5.cc
[419/1007] Compiling v3_info.cc
[420/1007] Compiling v3_genn.cc
[421/1007] Compiling v3_enum.cc
[422/1007] Compiling v3_extku.cc
[423/1007] Compiling v3_cpols.cc
[424/1007] Compiling v3_crld.cc
[425/1007] Compiling v3_bitst.cc
[426/1007] Compiling v3_conf.cc
[427/1007] Compiling v3_alt.cc
[428/1007] Compiling v3_akeya.cc
[429/1007] Compiling v3_bcons.cc
[430/1007] Compiling v3_akey.cc
[431/1007] Compiling t_crl.cc
[432/1007] Compiling t_x509a.cc
[433/1007] Compiling t_x509.cc
[434/1007] Compiling t_req.cc
[435/1007] Compiling i2d_pr.cc
[436/1007] Compiling policy.cc
[437/1007] Compiling rsa_pss.cc
[438/1007] Compiling name_print.cc
[439/1007] Compiling by_dir.cc
[440/1007] Compiling by_file.cc
[441/1007] Compiling asn1_gen.cc
[442/1007] Compiling a_verify.cc
[443/1007] Compiling algorithm.cc
[444/1007] Compiling voprf.cc
[445/1007] Compiling a_digest.cc
[446/1007] Compiling a_sign.cc
[447/1007] Compiling thread_win.cc
[448/1007] Compiling thread.cc
[449/1007] Compiling thread_pthread.cc
[450/1007] Compiling pmbtoken.cc
[451/1007] Compiling thread_none.cc
[452/1007] Compiling trust_token.cc
[453/1007] Compiling stack.cc
[454/1007] Compiling siphash.cc
[455/1007] Compiling sha512.cc
[456/1007] Compiling sha256.cc
[457/1007] Compiling rsa_print.cc
[458/1007] Compiling slhdsa.cc
[459/1007] Compiling sha1.cc
[460/1007] Compiling spake2plus.cc
[461/1007] Compiling rsa_extra.cc
[462/1007] Compiling refcount.cc
[463/1007] Compiling rsa_crypt.cc
[464/1007] Compiling rc4.cc
[465/1007] Compiling windows.cc
[466/1007] Compiling trusty.cc
[467/1007] Compiling urandom.cc
[468/1007] Compiling rand.cc
[469/1007] Compiling rsa_asn1.cc
[470/1007] Compiling ios.cc
[471/1007] Compiling getentropy.cc
[471/1007] Compiling passive.cc
[473/1007] Compiling deterministic.cc
[474/1007] Compiling forkunsafe.cc
[475/1007] Compiling fork_detect.cc
[476/1007] Compiling poly1305_arm_asm.S
[477/1007] Compiling poly1305_arm.cc
[478/1007] Compiling poly1305.cc
[479/1007] Compiling poly1305_vec.cc
[480/1007] Compiling pool.cc
[481/1007] Compiling pkcs7.cc
[482/1007] Compiling p5_pbev2.cc
[483/1007] Compiling pkcs8_x509.cc
[484/1007] Compiling pkcs7_x509.cc
[485/1007] Compiling pem_pk8.cc
[485/1007] Compiling pem_xaux.cc
[487/1007] Compiling pem_pkey.cc
[488/1007] Compiling pem_x509.cc
[489/1007] Compiling pem_oth.cc
[490/1007] Compiling mlkem.cc
[491/1007] Compiling pem_info.cc
[492/1007] Compiling mldsa.cc
[493/1007] Compiling pem_lib.cc
[494/1007] Compiling mem.cc
[495/1007] Compiling pem_all.cc
[496/1007] Compiling obj_xref.cc
[497/1007] Compiling poly_rq_mul.S
[498/1007] Compiling fips_shared_support.cc
[499/1007] Compiling md5.cc
[500/1007] Compiling obj.cc
[501/1007] Compiling md4.cc
[502/1007] Compiling lhash.cc
[503/1007] Compiling kyber.cc
[504/1007] Compiling hrss.cc
[505/1007] Compiling ex_data.cc
[506/1007] Compiling sign.cc
[507/1007] Compiling scrypt.cc
[508/1007] Compiling hpke.cc
[509/1007] Compiling print.cc
[510/1007] Compiling p_x25519.cc
[511/1007] Compiling pbkdf.cc
[512/1007] Compiling p_ed25519.cc
[513/1007] Compiling p_x25519_asn1.cc
[514/1007] Compiling p_rsa.cc
[515/1007] Compiling p_hkdf.cc
[516/1007] Compiling p_ed25519_asn1.cc
[517/1007] Compiling p_ec.cc
[518/1007] Compiling p_ec_asn1.cc
[519/1007] Compiling p_dh.cc
[520/1007] Compiling p_dh_asn1.cc
[521/1007] Compiling evp_ctx.cc
[522/1007] Compiling evp.cc
[523/1007] Compiling p_dsa_asn1.cc
[524/1007] Compiling err.cc
[525/1007] Compiling engine.cc
[526/1007] Compiling ecdh.cc
[526/1007] Compiling evp_asn1.cc
[528/1007] Compiling ecdsa_asn1.cc
[529/1007] Compiling hash_to_curve.cc
[529/1007] Compiling ec_derive.cc
[531/1007] Compiling dsa.cc
[532/1007] Compiling ec_asn1.cc
[533/1007] Compiling dsa_asn1.cc
[534/1007] Compiling params.cc
[535/1007] Compiling x25519-asm-arm.S
[536/1007] Compiling des.cc
[537/1007] Compiling digest_extra.cc
[538/1007] Compiling dh_asn1.cc
[539/1007] Compiling cpu_intel.cc
[540/1007] Compiling crypto.cc
[541/1007] Compiling cpu_arm_linux.cc
[542/1007] Compiling spake25519.cc
[543/1007] Compiling cpu_arm_freebsd.cc
[544/1007] Compiling curve25519.cc
[545/1007] Compiling cpu_aarch64_win.cc
[545/1007] Compiling cpu_aarch64_sysreg.cc
[547/1007] Compiling cpu_aarch64_openbsd.cc
[548/1007] Compiling cpu_aarch64_linux.cc
[549/1007] Compiling cpu_aarch64_fuchsia.cc
[550/1007] Compiling cpu_aarch64_apple.cc
[551/1007] Compiling curve25519_64_adx.cc
[552/1007] Compiling bcm.cc
[553/1007] Compiling tls_cbc.cc
[554/1007] Compiling get_cipher.cc
[555/1007] Compiling conf.cc
[556/1007] Compiling e_tls.cc
[557/1007] Compiling e_rc4.cc
[558/1007] Compiling e_null.cc
[559/1007] Compiling e_rc2.cc
[560/1007] Compiling e_des.cc
[561/1007] Compiling e_chacha20poly1305.cc
[562/1007] Compiling derive_key.cc
[563/1007] Compiling e_aesgcmsiv.cc
[564/1007] Compiling e_aesctrhmac.cc
[565/1007] Compiling chacha.cc
[566/1007] Compiling unicode.cc
[567/1007] Compiling buf.cc
[568/1007] Compiling cbb.cc
[569/1007] Compiling cbs.cc
[570/1007] Compiling ber.cc
[571/1007] Compiling asn1_compat.cc
[572/1007] Compiling bn_asn1.cc
[573/1007] Compiling blake2.cc
[574/1007] Compiling convert.cc
[575/1007] Compiling socket_helper.cc
[576/1007] Compiling socket.cc
[577/1007] Compiling printf.cc
[578/1007] Compiling pair.cc
[579/1007] Compiling hexdump.cc
[580/1007] Compiling errno.cc
[581/1007] Compiling file.cc
[582/1007] Compiling fd.cc
[583/1007] Compiling bio_mem.cc
[584/1007] Compiling connect.cc
[585/1007] Compiling bio.cc
[586/1007] Compiling base64.cc
[587/1007] Compiling tasn_typ.cc
[588/1007] Compiling tasn_fre.cc
[589/1007] Compiling tasn_enc.cc
[590/1007] Compiling tasn_utl.cc
[591/1007] Compiling posix_time.cc
[592/1007] Compiling f_string.cc
[593/1007] Compiling tasn_new.cc
[594/1007] Compiling f_int.cc
[595/1007] Compiling asn_pack.cc
[596/1007] Compiling tasn_dec.cc
[597/1007] Compiling asn1_par.cc
[598/1007] Compiling a_octet.cc
[599/1007] Compiling a_utctm.cc
[599/1007] Compiling a_type.cc
[601/1007] Compiling asn1_lib.cc
[602/1007] Compiling a_time.cc
[603/1007] Compiling a_strnid.cc
[604/1007] Compiling a_strex.cc
[605/1007] Compiling a_i2d_fp.cc
[606/1007] Compiling a_object.cc
[607/1007] Compiling a_dup.cc
[608/1007] Compiling a_d2i_fp.cc
[609/1007] Compiling a_mbstr.cc
[610/1007] Compiling fiat_p256_adx_sqr.S
[611/1007] Compiling a_gentm.cc
[612/1007] Compiling a_int.cc
[613/1007] Compiling fiat_p256_adx_mul.S
[614/1007] Compiling fiat_curve25519_adx_square.S
[615/1007] Compiling fiat_curve25519_adx_mul.S
[616/1007] Compiling md5-x86_64-linux.S
[617/1007] Compiling md5-x86_64-apple.S
[618/1007] Compiling a_bool.cc
[619/1007] Compiling a_bitstr.cc
[620/1007] Compiling md5-586-linux.S
[621/1007] Compiling md5-586-apple.S
[622/1007] Compiling chacha20_poly1305_x86_64-apple.S
[623/1007] Compiling chacha20_poly1305_armv8-win.S
[624/1007] Compiling CCryptoBoringSSLShims shims.c
[625/1007] Compiling chacha20_poly1305_armv8-linux.S
[626/1007] Compiling chacha20_poly1305_x86_64-linux.S
[627/1007] Compiling chacha20_poly1305_armv8-apple.S
[628/1007] Compiling chacha-x86_64-linux.S
[629/1007] Compiling chacha-x86_64-apple.S
[630/1007] Compiling chacha-x86-linux.S
[631/1007] Compiling chacha-x86-apple.S
[632/1007] Compiling chacha-armv8-win.S
[633/1007] Compiling chacha-armv8-linux.S
[634/1007] Compiling chacha-armv8-apple.S
[635/1007] Compiling err_data.cc
[636/1007] Compiling chacha-armv4-linux.S
[637/1007] Compiling aes128gcmsiv-x86_64-linux.S
[638/1007] Compiling x86_64-mont5-apple.S
[639/1007] Compiling x86_64-mont5-linux.S
[640/1007] Compiling aes128gcmsiv-x86_64-apple.S
[641/1007] Compiling x86-mont-linux.S
[642/1007] Compiling x86-mont-apple.S
[643/1007] Compiling x86_64-mont-linux.S
[644/1007] Compiling x86_64-mont-apple.S
[645/1007] Compiling vpaes-x86_64-linux.S
[646/1007] Compiling vpaes-x86_64-apple.S
[647/1007] Compiling vpaes-x86-linux.S
[648/1007] Compiling vpaes-armv8-win.S
[649/1007] Compiling vpaes-x86-apple.S
[650/1007] Compiling vpaes-armv8-apple.S
[651/1007] Compiling vpaes-armv8-linux.S
[652/1007] Compiling vpaes-armv7-linux.S
[653/1007] Compiling sha512-x86_64-linux.S
[654/1007] Compiling sha512-x86_64-apple.S
[655/1007] Compiling sha512-armv8-linux.S
[655/1007] Compiling sha512-armv8-win.S
[657/1007] Compiling sha512-armv8-apple.S
[658/1007] Compiling sha512-armv4-linux.S
[659/1007] Compiling sha512-586-apple.S
[660/1007] Compiling sha256-x86_64-apple.S
[661/1007] Compiling sha512-586-linux.S
[662/1007] Compiling sha256-armv8-win.S
[663/1007] Compiling sha256-x86_64-linux.S
[664/1007] Compiling sha256-armv8-linux.S
[665/1007] Compiling sha256-armv8-apple.S
[666/1007] Compiling sha256-armv4-linux.S
[667/1007] Compiling sha256-586-linux.S
[668/1007] Compiling sha256-586-apple.S
[669/1007] Compiling sha1-x86_64-apple.S
[670/1007] Compiling sha1-armv8-win.S
[671/1007] Compiling sha1-armv8-apple.S
[672/1007] Compiling sha1-x86_64-linux.S
[673/1007] Compiling sha1-armv8-linux.S
[674/1007] Compiling sha1-586-linux.S
[675/1007] Compiling sha1-armv4-large-linux.S
[676/1007] Compiling sha1-586-apple.S
[677/1007] Compiling rdrand-x86_64-linux.S
[678/1007] Compiling rsaz-avx2-apple.S
[679/1007] Compiling rsaz-avx2-linux.S
[680/1007] Compiling rdrand-x86_64-apple.S
[681/1007] Compiling p256_beeu-x86_64-asm-linux.S
[682/1007] Compiling p256_beeu-x86_64-asm-apple.S
[683/1007] Compiling p256_beeu-armv8-asm-win.S
[684/1007] Compiling p256_beeu-armv8-asm-linux.S
[685/1007] Compiling p256_beeu-armv8-asm-apple.S
[686/1007] Compiling p256-x86_64-asm-apple.S
[687/1007] Compiling p256-x86_64-asm-linux.S
[688/1007] Compiling p256-armv8-asm-linux.S
[689/1007] Compiling p256-armv8-asm-apple.S
[690/1007] Compiling p256-armv8-asm-win.S
[691/1007] Compiling ghashv8-armv8-win.S
[692/1007] Compiling ghashv8-armv8-linux.S
[693/1007] Compiling ghashv8-armv8-apple.S
[694/1007] Compiling ghashv8-armv7-linux.S
[695/1007] Compiling ghash-x86_64-linux.S
[696/1007] Compiling ghash-x86_64-apple.S
[697/1007] Compiling ghash-ssse3-x86_64-linux.S
[698/1007] Compiling ghash-x86-linux.S
[699/1007] Compiling ghash-x86-apple.S
[700/1007] Compiling ghash-ssse3-x86_64-apple.S
[701/1007] Compiling ghash-ssse3-x86-linux.S
[702/1007] Compiling ghash-ssse3-x86-apple.S
[703/1007] Compiling ghash-neon-armv8-apple.S
[704/1007] Compiling ghash-neon-armv8-win.S
[705/1007] Compiling ghash-armv4-linux.S
[706/1007] Compiling co-586-linux.S
[706/1007] Compiling ghash-neon-armv8-linux.S
[708/1007] Compiling co-586-apple.S
[709/1007] Compiling bsaes-armv7-linux.S
[710/1007] Compiling bn-armv8-win.S
[711/1007] Compiling bn-armv8-linux.S
[712/1007] Compiling bn-armv8-apple.S
[713/1007] Compiling armv8-mont-apple.S
[714/1007] Compiling aesv8-gcm-armv8-win.S
[715/1007] Compiling armv4-mont-linux.S
[716/1007] Compiling aesv8-gcm-armv8-linux.S
[717/1007] Compiling aesv8-gcm-armv8-apple.S
[718/1007] Compiling aesv8-armv8-win.S
[719/1007] Compiling aesv8-armv7-linux.S
[720/1007] Compiling aesv8-armv8-apple.S
[721/1007] Compiling aesv8-armv8-linux.S
[722/1007] Compiling aesni-x86_64-linux.S
[723/1007] Compiling aesni-gcm-x86_64-apple.S
[724/1007] Compiling aesni-x86-linux.S
[725/1007] Compiling aesni-x86-apple.S
[726/1007] Compiling aesni-x86_64-apple.S
[727/1007] Compiling aesni-gcm-x86_64-linux.S
[728/1007] Compiling aes-gcm-avx10-x86_64-linux.S
[729/1007] Compiling aes-gcm-avx10-x86_64-apple.S
[730/1007] Compiling x_sig.cc
[731/1007] Compiling x_x509a.cc
[732/1007] Compiling x_val.cc
[733/1007] Compiling x_x509.cc
[734/1007] Compiling x_spki.cc
[735/1007] Compiling c-nioatomics.c
[736/1007] Compiling x_req.cc
[737/1007] Compiling x_name.cc
[738/1007] Compiling x_exten.cc
[739/1007] Compiling c-atomics.c
[740/1007] Compiling x_pubkey.cc
[741/1007] Compiling x_crl.cc
[742/1007] Compiling x_attrib.cc
[743/1013] Compiling x_all.cc
[744/1013] Compiling x_algor.cc
[745/1013] Compiling x509spki.cc
[747/1013] Compiling NIOConcurrencyHelpers NIOLock.swift
[747/1013] Compiling x509name.cc
[749/1013] Compiling NIOConcurrencyHelpers lock.swift
[749/1013] Compiling x509rset.cc
[750/1013] Compiling x509cset.cc
[752/1013] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[753/1013] Compiling NIOConcurrencyHelpers atomics.swift
[754/1013] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[755/1013] Emitting module NIOConcurrencyHelpers
[755/1014] Compiling x509_vfy.cc
[756/1014] Compiling x509_vpm.cc
[758/1014] Compiling x509_txt.cc
[759/1014] Compiling x509_v3.cc
[760/1014] Compiling x509_trs.cc
[761/1014] Compiling x509_set.cc
[762/1014] Compiling x509_req.cc
[763/1014] Compiling x509_obj.cc
[764/1014] Compiling x509_def.cc
[765/1014] Compiling x509_lu.cc
[766/1014] Compiling x509_ext.cc
[767/1014] Wrapping AST for NIOConcurrencyHelpers for debugging
[768/1014] Compiling x509_d2.cc
[769/1014] Compiling x509.cc
[770/1014] Compiling v3_purp.cc
[771/1014] Compiling x509_att.cc
[772/1014] Compiling v3_prn.cc
[773/1014] Compiling x509_cmp.cc
[774/1014] Compiling v3_skey.cc
[775/1014] Compiling v3_utl.cc
[776/1014] Compiling v3_pcons.cc
[777/1014] Compiling v3_ncons.cc
[778/1014] Compiling v3_ocsp.cc
[779/1014] Compiling v3_lib.cc
[780/1014] Compiling v3_int.cc
[781/1014] Compiling v3_pmaps.cc
[782/1014] Compiling v3_info.cc
[783/1014] Compiling v3_ia5.cc
[784/1014] Compiling v3_extku.cc
[785/1014] Compiling v3_enum.cc
[786/1014] Compiling v3_crld.cc
[787/1014] Compiling v3_alt.cc
[788/1014] Compiling v3_bcons.cc
[789/1014] Compiling v3_bitst.cc
[790/1014] Compiling v3_cpols.cc
[791/1014] Compiling v3_akeya.cc
[792/1014] Compiling v3_conf.cc
[793/1014] Compiling t_x509a.cc
[794/1014] Compiling t_x509.cc
[795/1014] Compiling v3_akey.cc
[796/1014] Compiling t_crl.cc
[797/1014] Compiling t_req.cc
[798/1014] Compiling rsa_pss.cc
[799/1014] Compiling name_print.cc
[800/1014] Compiling policy.cc
[801/1014] Compiling i2d_pr.cc
[802/1014] Compiling by_file.cc
[803/1014] Compiling by_dir.cc
[804/1014] Compiling a_verify.cc
[805/1014] Compiling voprf.cc
[806/1014] Compiling a_digest.cc
[807/1014] Compiling a_sign.cc
[808/1014] Compiling algorithm.cc
[809/1014] Compiling asn1_gen.cc
[810/1014] Compiling thread.cc
[810/1014] Compiling thread_win.cc
[812/1014] Compiling trust_token.cc
[813/1014] Compiling thread_none.cc
[814/1014] Compiling thread_pthread.cc
[815/1014] Compiling pmbtoken.cc
[816/1014] Compiling wots.cc
[817/1014] Compiling stack.cc
[818/1014] Compiling fors.cc
[819/1014] Compiling sha512.cc
[820/1014] Compiling siphash.cc
[821/1014] Compiling merkle.cc
[822/1014] Compiling slhdsa.cc
[823/1014] Compiling sha256.cc
[824/1014] Compiling thash.cc
[825/1014] Compiling sha1.cc
[826/1014] Compiling rsa_extra.cc
[827/1014] Compiling rsa_print.cc
[828/1014] Compiling rc4.cc
[829/1014] Compiling windows.cc
[830/1014] Compiling refcount.cc
[831/1014] Compiling urandom.cc
[832/1014] Compiling rsa_asn1.cc
[833/1014] Compiling rsa_crypt.cc
[834/1014] Compiling trusty.cc
[835/1014] Compiling rand_extra.cc
[836/1014] Compiling getentropy.cc
[837/1014] Compiling ios.cc
[838/1014] Compiling passive.cc
[839/1014] Compiling poly1305_arm_asm.S
[840/1014] Compiling deterministic.cc
[841/1014] Compiling forkunsafe.cc
[842/1014] Compiling fork_detect.cc
[843/1014] Compiling pool.cc
[844/1014] Compiling poly1305_vec.cc
[845/1014] Compiling poly1305.cc
[846/1014] Compiling poly1305_arm.cc
[847/1014] Compiling pkcs7.cc
[848/1014] Compiling pkcs8.cc
[849/1014] Compiling pkcs8_x509.cc
[850/1014] Compiling p5_pbev2.cc
[851/1014] Compiling pkcs7_x509.cc
[852/1014] Compiling pem_xaux.cc
[853/1014] Compiling pem_x509.cc
[854/1014] Compiling pem_pkey.cc
[855/1014] Compiling pem_pk8.cc
[856/1014] Compiling obj_xref.cc
[857/1014] Compiling pem_oth.cc
[858/1014] Compiling pem_info.cc
[859/1014] Compiling pem_lib.cc
[860/1014] Compiling mldsa.cc
[861/1014] Compiling obj.cc
[862/1014] Compiling pem_all.cc
[863/1014] Compiling md5.cc
[864/1014] Compiling mlkem.cc
[865/1014] Compiling fips_shared_support.cc
[866/1014] Compiling poly_rq_mul.S
[867/1014] Compiling lhash.cc
[868/1014] Compiling mem.cc
[869/1014] Compiling kyber.cc
[870/1014] Compiling md4.cc
[871/1014] Compiling hrss.cc
[872/1014] Compiling sign.cc
[873/1014] Compiling ex_data.cc
[874/1014] Compiling pbkdf.cc
[875/1014] Compiling hpke.cc
[876/1014] Compiling scrypt.cc
[877/1014] Compiling print.cc
[878/1014] Compiling p_x25519.cc
[879/1014] Compiling p_rsa_asn1.cc
[880/1014] Compiling p_x25519_asn1.cc
[881/1014] Compiling p_hkdf.cc
[882/1014] Compiling p_rsa.cc
[883/1014] Compiling p_ed25519.cc
[884/1014] Compiling p_ed25519_asn1.cc
[885/1014] Compiling p_ec_asn1.cc
[886/1014] Compiling p_dsa_asn1.cc
[887/1014] Compiling p_ec.cc
[888/1014] Compiling p_dh_asn1.cc
[889/1014] Compiling p_dh.cc
[890/1014] Compiling evp_ctx.cc
[891/1014] Compiling evp_asn1.cc
[892/1014] Compiling engine.cc
[893/1014] Compiling evp.cc
[894/1014] Compiling err.cc
[895/1014] Compiling ecdsa_asn1.cc
[896/1014] Compiling ecdh_extra.cc
[897/1014] Compiling ec_derive.cc
[898/1014] Compiling hash_to_curve.cc
[899/1014] Compiling dsa_asn1.cc
[900/1014] Compiling ec_asn1.cc
[901/1014] Compiling digest_extra.cc
[902/1014] Compiling dsa.cc
[903/1014] Compiling params.cc
[904/1014] Compiling x25519-asm-arm.S
[905/1014] Compiling dh_asn1.cc
[906/1014] Compiling des.cc
[907/1014] Compiling crypto.cc
[908/1014] Compiling cpu_intel.cc
[909/1014] Compiling spake25519.cc
[910/1014] Compiling cpu_arm_linux.cc
[911/1014] Compiling cpu_arm_freebsd.cc
[912/1014] Compiling cpu_aarch64_sysreg.cc
[913/1014] Compiling cpu_aarch64_openbsd.cc
[914/1014] Compiling curve25519.cc
[915/1014] Compiling cpu_aarch64_win.cc
[916/1014] Compiling bcm.cc
[917/1014] Compiling cpu_aarch64_linux.cc
[918/1014] Compiling cpu_aarch64_fuchsia.cc
[919/1014] Compiling cpu_aarch64_apple.cc
[920/1014] Compiling curve25519_64_adx.cc
[921/1014] Compiling conf.cc
[922/1014] Compiling tls_cbc.cc
[923/1014] Compiling e_rc4.cc
[924/1014] Compiling e_null.cc
[925/1014] Compiling e_rc2.cc
[926/1014] Compiling e_tls.cc
[927/1014] Compiling derive_key.cc
[928/1014] Compiling e_des.cc
[929/1014] Compiling e_aesgcmsiv.cc
[930/1014] Compiling e_chacha20poly1305.cc
[931/1014] Compiling e_aesctrhmac.cc
[932/1014] Compiling cipher_extra.cc
[933/1014] Compiling chacha.cc
[934/1014] Compiling unicode.cc
[935/1014] Compiling ber.cc
[936/1014] Compiling asn1_compat.cc
[937/1014] Compiling buf.cc
[938/1014] Compiling cbb.cc
[939/1014] Compiling cbs.cc
[940/1014] Compiling bn_asn1.cc
[941/1014] Compiling convert.cc
[942/1014] Compiling printf.cc
[943/1014] Compiling pair.cc
[944/1014] Compiling blake2.cc
[945/1014] Compiling hexdump.cc
[946/1014] Compiling fd.cc
[947/1014] Compiling bio_mem.cc
[948/1014] Compiling errno.cc
[949/1014] Compiling file.cc
[950/1014] Compiling base64.cc
[951/1014] Compiling tasn_utl.cc
[952/1014] Compiling tasn_typ.cc
[953/1014] Compiling bio.cc
[954/1014] Compiling tasn_new.cc
[955/1014] Compiling tasn_enc.cc
[956/1014] Compiling tasn_dec.cc
[957/1014] Compiling f_string.cc
[958/1014] Compiling posix_time.cc
[959/1014] Compiling tasn_fre.cc
[960/1014] Compiling f_int.cc
[961/1014] Compiling asn_pack.cc
[962/1014] Compiling a_utctm.cc
[963/1014] Compiling asn1_par.cc
[964/1014] Compiling a_type.cc
[965/1014] Compiling asn1_lib.cc
[966/1014] Compiling a_strnid.cc
[967/1014] Compiling a_time.cc
[968/1014] Compiling a_strex.cc
[969/1014] Compiling a_octet.cc
[970/1014] Compiling a_mbstr.cc
[971/1014] Compiling a_i2d_fp.cc
[972/1014] Compiling a_int.cc
[973/1014] Write sources
[974/1014] Compiling a_object.cc
[975/1014] Write sources
[978/1014] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[978/1014] Compiling a_dup.cc
[979/1014] Write sources
[983/1014] Compiling a_d2i_fp.cc
[984/1014] Compiling a_gentm.cc
[985/1014] Compiling a_bool.cc
[986/1014] Compiling a_bitstr.cc
[988/1113] Compiling Algorithms Permutations.swift
[989/1113] Compiling Algorithms Product.swift
[990/1113] Compiling Algorithms MinMax.swift
[991/1113] Compiling Algorithms Partition.swift
[992/1115] Compiling Algorithms Joined.swift
[993/1115] Compiling Algorithms Keyed.swift
[994/1115] Compiling Algorithms Grouped.swift
[995/1115] Compiling Algorithms Indexed.swift
[996/1115] Compiling Algorithms Intersperse.swift
[997/1115] Compiling Algorithms Combinations.swift
[998/1115] Compiling Algorithms Compacted.swift
[999/1115] Compiling Algorithms Cycle.swift
[1000/1115] Compiling Atomics IntegerOperations.swift
[1001/1115] Compiling Atomics Unmanaged extensions.swift
[1002/1115] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1003/1115] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1004/1115] Compiling AsyncAlgorithms MergeStateMachine.swift
[1005/1115] Compiling AsyncAlgorithms MergeStorage.swift
[1006/1115] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1007/1115] Compiling AsyncAlgorithms Rethrow.swift
[1008/1121] Emitting module AsyncAlgorithms
[1009/1121] Compiling Algorithms AdjacentPairs.swift
[1010/1121] Compiling Algorithms Chain.swift
[1011/1121] Compiling Algorithms Chunked.swift
[1015/1121] Compiling Algorithms EitherSequence.swift
[1018/1121] Compiling Algorithms Suffix.swift
[1019/1121] Compiling Algorithms RandomSample.swift
[1020/1121] Compiling Algorithms Reductions.swift
[1021/1121] Compiling Algorithms Rotate.swift
[1022/1124] Emitting module ArgumentParserToolInfo
[1023/1124] Compiling ArgumentParserToolInfo ToolInfo.swift
[1024/1126] Wrapping AST for ArgumentParserToolInfo for debugging
[1026/1163] Compiling ArgumentParser ArgumentDecoder.swift
[1027/1163] Compiling ArgumentParser BashCompletionsGenerator.swift
[1028/1163] Compiling ArgumentParser CompletionsGenerator.swift
[1029/1163] Compiling ArgumentParser FishCompletionsGenerator.swift
[1030/1163] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1031/1163] Compiling ArgumentParser Argument.swift
[1032/1163] Compiling ArgumentParser ArgumentHelp.swift
[1033/1163] Compiling ArgumentParser ArgumentVisibility.swift
[1034/1163] Compiling ArgumentParser CompletionKind.swift
[1035/1163] Compiling ArgumentParser Errors.swift
[1036/1163] Compiling ArgumentParser Flag.swift
[1037/1163] Compiling ArgumentParser NameSpecification.swift
[1038/1163] Compiling ArgumentParser Option.swift
[1039/1163] Compiling ArgumentParser OptionGroup.swift
[1040/1163] Compiling ArgumentParser ExpressibleByArgument.swift
[1041/1163] Compiling ArgumentParser ParsableArguments.swift
[1042/1163] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1043/1163] Compiling ArgumentParser ParsableCommand.swift
[1044/1163] Compiling ArgumentParser CommandParser.swift
[1045/1163] Compiling ArgumentParser InputKey.swift
[1046/1163] Compiling ArgumentParser InputOrigin.swift
[1047/1163] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1048/1163] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1049/1163] Compiling AsyncAlgorithms DebounceStorage.swift
[1050/1163] Compiling AsyncAlgorithms Dictionary.swift
[1051/1163] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1052/1163] Compiling AsyncAlgorithms Locking.swift
[1053/1163] Compiling AsyncAlgorithms SetAlgebra.swift
[1054/1163] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1055/1163] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1056/1163] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1057/1163] Compiling AsyncAlgorithms ZipStateMachine.swift
[1058/1163] Compiling AsyncAlgorithms ZipStorage.swift
[1059/1163] Emitting module Atomics
[1072/1164] Compiling ArgumentParser AsyncParsableCommand.swift
[1079/1164] Compiling ArgumentParser CommandConfiguration.swift
[1080/1164] Compiling ArgumentParser CommandGroup.swift
[1081/1164] Compiling ArgumentParser EnumerableFlag.swift
[1082/1164] Compiling ArgumentParser ArgumentDefinition.swift
[1083/1164] Compiling ArgumentParser ArgumentSet.swift
[1087/1164] Compiling ArgumentParser Name.swift
[1088/1164] Compiling ArgumentParser Parsed.swift
[1089/1164] Compiling ArgumentParser ParsedValues.swift
[1090/1164] Compiling ArgumentParser ParserError.swift
[1091/1164] Compiling ArgumentParser SplitArguments.swift
[1093/1165] Emitting module Algorithms
[1094/1166] Wrapping AST for Atomics for debugging
[1095/1177] Wrapping AST for AsyncAlgorithms for debugging
[1097/1225] Emitting module CryptoBoringWrapper
[1098/1225] Compiling CryptoBoringWrapper RandomBytes.swift
[1098/1225] Wrapping AST for Algorithms for debugging
[1100/1225] Compiling CryptoBoringWrapper EllipticCurve.swift
[1101/1225] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1102/1225] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1103/1225] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1104/1225] Compiling NIOCore EventLoopFuture.swift
[1105/1225] Compiling NIOCore FileDescriptor.swift
[1106/1230] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1107/1230] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1108/1230] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1109/1230] Compiling NIOCore MarkedCircularBuffer.swift
[1110/1230] Compiling NIOCore MulticastChannel.swift
[1111/1230] Compiling NIOCore NIOAny.swift
[1112/1230] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1113/1230] Compiling NIOCore NIOLoopBound.swift
[1114/1230] Compiling NIOCore NIOScheduledCallback.swift
[1115/1230] Compiling NIOCore NIOSendable.swift
[1116/1230] Compiling NIOCore RecvByteBufferAllocator.swift
[1117/1238] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1118/1238] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1120/1239] Emitting module ArgumentParser
[1120/1239] Wrapping AST for CryptoBoringWrapper for debugging
[1122/1239] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1123/1239] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1124/1239] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1125/1239] Compiling NIOCore NIOAsyncWriter.swift
[1126/1239] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1127/1239] Compiling NIOCore BSDSocketAPI.swift
[1128/1239] Compiling NIOCore AddressedEnvelope.swift
[1129/1239] Compiling NIOCore AsyncAwaitSupport.swift
[1130/1239] Compiling NIOCore AsyncChannel.swift
[1131/1239] Compiling NIOCore AsyncChannelHandler.swift
[1132/1239] Compiling NIOCore AsyncChannelInboundStream.swift
[1133/1239] Compiling NIOCore ByteBuffer-aux.swift
[1134/1239] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1135/1239] Compiling NIOCore ByteBuffer-conversions.swift
[1136/1239] Compiling NIOCore ByteBuffer-core.swift
[1137/1239] Compiling NIOCore ByteBuffer-hex.swift
[1138/1239] Compiling NIOCore ByteBuffer-int.swift
[1139/1287] Compiling Crypto MACFunctions.swift
[1140/1287] Compiling Crypto MessageAuthenticationCode.swift
[1141/1287] Compiling Crypto AES.swift
[1142/1287] Compiling Crypto ECDSASignature_boring.swift
[1143/1287] Compiling Crypto ECDSA_boring.swift
[1144/1310] Compiling Crypto HPKE-KexKeyDerivation.swift
[1145/1310] Compiling Crypto HPKE-LabeledExtract.swift
[1146/1310] Compiling Crypto HPKE-Utils.swift
[1147/1310] Compiling Crypto DHKEM.swift
[1148/1310] Compiling Crypto HPKE-KEM-Curve25519.swift
[1149/1310] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1150/1310] Compiling Crypto HPKE-KEM.swift
[1151/1310] Compiling Crypto HPKE-Errors.swift
[1152/1310] Compiling Crypto SubjectPublicKeyInfo.swift
[1153/1310] Compiling Crypto CryptoKitErrors.swift
[1154/1310] Compiling Crypto Digest_boring.swift
[1155/1310] Compiling Crypto Digest.swift
[1156/1310] Compiling Crypto Digests.swift
[1157/1310] Compiling Crypto ASN1Any.swift
[1158/1310] Compiling Crypto ASN1BitString.swift
[1159/1310] Compiling Crypto ASN1Boolean.swift
[1160/1310] Compiling Crypto PKCS8PrivateKey.swift
[1161/1310] Compiling Crypto SEC1PrivateKey.swift
[1162/1310] Compiling Crypto EdDSA_boring.swift
[1163/1310] Compiling Crypto ECDSA.swift
[1164/1310] Compiling Crypto Ed25519.swift
[1165/1310] Compiling Crypto HPKE-Ciphersuite.swift
[1166/1310] Compiling Crypto HPKE-KDF.swift
[1167/1311] Wrapping AST for ArgumentParser for debugging
[1169/1311] Emitting module Crypto
[1177/1320] Compiling Crypto HashFunctions.swift
[1178/1320] Compiling Crypto HashFunctions_SHA2.swift
[1179/1320] Compiling Crypto HPKE-AEAD.swift
[1190/1320] Compiling Crypto SymmetricKeys.swift
[1191/1320] Compiling Crypto HMAC.swift
[1208/1320] Compiling Crypto DH.swift
[1209/1320] Compiling Crypto ECDH.swift
[1210/1320] Compiling Crypto HKDF.swift
[1211/1320] Compiling Crypto AESWrap.swift
[1212/1320] Compiling Crypto AESWrap_boring.swift
[1213/1320] Compiling Crypto Ed25519_boring.swift
[1214/1320] Compiling Crypto NISTCurvesKeys_boring.swift
[1215/1320] Compiling Crypto X25519Keys_boring.swift
[1222/1320] Compiling Crypto Curve25519.swift
[1223/1320] Compiling Crypto Ed25519Keys.swift
[1224/1320] Compiling Crypto NISTCurvesKeys.swift
[1225/1320] Compiling Crypto X25519Keys.swift
[1226/1320] Compiling Crypto HPKE.swift
[1227/1320] Compiling Crypto HPKE-Context.swift
[1228/1320] Compiling Crypto HPKE-KeySchedule.swift
[1229/1320] Compiling Crypto HPKE-Modes.swift
[1230/1320] Compiling Crypto Insecure.swift
[1231/1320] Compiling Crypto Insecure_HashFunctions.swift
[1232/1320] Compiling Crypto KEM.swift
[1233/1320] Compiling Crypto ECDH_boring.swift
[1244/1320] Compiling Crypto Signature.swift
[1245/1320] Compiling Crypto CryptoKitErrors_boring.swift
[1246/1320] Compiling Crypto RNG_boring.swift
[1247/1320] Compiling Crypto SafeCompare_boring.swift
[1248/1320] Compiling Crypto Zeroization_boring.swift
[1249/1320] Compiling Crypto PrettyBytes.swift
[1250/1320] Compiling Crypto SafeCompare.swift
[1251/1320] Compiling Crypto SecureBytes.swift
[1252/1320] Compiling Crypto Zeroization.swift
[1253/1320] Compiling Crypto AES-GCM.swift
[1254/1320] Compiling Crypto AES-GCM_boring.swift
[1255/1320] Compiling Crypto ChaChaPoly_boring.swift
[1256/1320] Compiling Crypto ChaChaPoly.swift
[1257/1320] Compiling Crypto Cipher.swift
[1258/1320] Compiling Crypto Nonces.swift
[1259/1320] Compiling Crypto ASN1.swift
[1263/1320] Compiling Crypto ASN1Identifier.swift
[1264/1320] Compiling Crypto ASN1Integer.swift
[1265/1320] Compiling Crypto ASN1Null.swift
[1266/1320] Compiling Crypto ASN1OctetString.swift
[1267/1320] Compiling Crypto ASN1Strings.swift
[1268/1320] Compiling Crypto ArraySliceBigint.swift
[1269/1320] Compiling Crypto GeneralizedTime.swift
[1270/1320] Compiling Crypto ObjectIdentifier.swift
[1271/1320] Compiling Crypto ECDSASignature.swift
[1272/1320] Compiling Crypto PEMDocument.swift
[1273/1321] Wrapping AST for Crypto for debugging
[1301/1321] Emitting module NIOCore
[1302/1322] Wrapping AST for NIOCore for debugging
[1304/1373] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1305/1373] Compiling NIOEmbedded AsyncTestingChannel.swift
[1306/1373] Compiling NIOEmbedded Embedded.swift
[1307/1373] Emitting module NIOEmbedded
[1308/1374] Wrapping AST for NIOEmbedded for debugging
[1310/1374] Emitting module NIOPosix
[1311/1380] Compiling NIOPosix IO.swift
[1312/1380] Compiling NIOPosix IntegerBitPacking.swift
[1313/1380] Compiling NIOPosix IntegerTypes.swift
[1314/1380] Compiling NIOPosix Linux.swift
[1315/1380] Compiling NIOPosix LinuxCPUSet.swift
[1316/1380] Compiling NIOPosix LinuxUring.swift
[1317/1380] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1318/1380] Compiling NIOPosix ServerSocket.swift
[1319/1380] Compiling NIOPosix Socket.swift
[1320/1380] Compiling NIOPosix SocketChannel.swift
[1321/1380] Compiling NIOPosix SocketProtocols.swift
[1322/1380] Compiling NIOPosix System.swift
[1323/1380] Compiling NIOPosix Thread.swift
[1324/1380] Compiling NIOPosix BSDSocketAPICommon.swift
[1325/1380] Compiling NIOPosix BSDSocketAPIPosix.swift
[1326/1380] Compiling NIOPosix BSDSocketAPIWindows.swift
[1327/1380] Compiling NIOPosix BaseSocket.swift
[1328/1380] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1329/1380] Compiling NIOPosix BaseSocketChannel.swift
[1330/1380] Compiling NIOPosix BaseStreamSocketChannel.swift
[1331/1380] Compiling NIOPosix ThreadPosix.swift
[1332/1380] Compiling NIOPosix ThreadWindows.swift
[1333/1380] Compiling NIOPosix UnsafeTransfer.swift
[1334/1380] Compiling NIOPosix Utilities.swift
[1335/1380] Compiling NIOPosix VsockAddress.swift
[1336/1380] Compiling NIOPosix VsockChannelEvents.swift
[1337/1380] Compiling NIOPosix SelectableChannel.swift
[1338/1380] Compiling NIOPosix SelectableEventLoop.swift
[1339/1380] Compiling NIOPosix SelectorEpoll.swift
[1340/1380] Compiling NIOPosix SelectorGeneric.swift
[1341/1380] Compiling NIOPosix SelectorKqueue.swift
[1342/1380] Compiling NIOPosix SelectorUring.swift
[1343/1380] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1344/1380] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1345/1380] Compiling NIOPosix PosixSingletons.swift
[1346/1380] Compiling NIOPosix RawSocketBootstrap.swift
[1347/1380] Compiling NIOPosix Resolver.swift
[1348/1380] Compiling NIOPosix Selectable.swift
[1349/1380] Compiling NIOPosix Bootstrap.swift
[1350/1380] Compiling NIOPosix ControlMessage.swift
[1351/1380] Compiling NIOPosix DatagramVectorReadManager.swift
[1352/1380] Compiling NIOPosix Errors+Any.swift
[1353/1380] Compiling NIOPosix FileDescriptor.swift
[1354/1380] Compiling NIOPosix GetaddrinfoResolver.swift
[1355/1380] Compiling NIOPosix HappyEyeballs.swift
[1356/1380] Compiling NIOPosix NIOThreadPool.swift
[1357/1380] Compiling NIOPosix NonBlockingFileIO.swift
[1358/1380] Compiling NIOPosix PendingDatagramWritesManager.swift
[1359/1380] Compiling NIOPosix PendingWritesManager.swift
[1360/1380] Compiling NIOPosix PipeChannel.swift
[1361/1380] Compiling NIOPosix PipePair.swift
[1362/1380] Compiling NIOPosix Pool.swift
[1363/1381] Wrapping AST for NIOPosix for debugging
[1365/1383] Emitting module NIO
[1366/1383] Compiling NIO Exports.swift
[1367/1384] Wrapping AST for NIO for debugging
[1369/1431] Compiling NIOTLS TLSEvents.swift
[1370/1431] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1371/1431] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1372/1431] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1373/1431] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1374/1431] Compiling NIOSOCKS ClientStateMachine.swift
[1375/1432] Compiling NIOSOCKS AuthenticationMethod.swift
[1376/1432] Compiling NIOSOCKS ClientGreeting.swift
[1377/1432] Compiling NIOSOCKS SOCKSResponse.swift
[1378/1432] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1379/1432] Emitting module NIOTLS
[1380/1432] Emitting module NIOSOCKS
[1381/1432] Compiling NIOSOCKS SOCKSClientHandler.swift
[1382/1432] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1383/1432] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1384/1432] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1385/1432] Compiling NIOTLS SNIHandler.swift
[1386/1433] Compiling NIOSOCKS ServerStateMachine.swift
[1387/1433] Compiling NIOSOCKS Errors.swift
[1388/1433] Compiling NIOSOCKS Helpers.swift
[1389/1433] Compiling NIOSOCKS Messages.swift
[1390/1433] Compiling NIOSOCKS SOCKSRequest.swift
[1391/1434] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1392/1434] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1394/1436] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1395/1436] Emitting module NIOFoundationCompat
[1397/1437] Wrapping AST for NIOTLS for debugging
[1399/1462] Compiling NIOSSL IdentityVerification.swift
[1400/1462] Compiling NIOSSL LinuxCABundle.swift
[1400/1466] Wrapping AST for NIOFoundationCompat for debugging
[1401/1488] Wrapping AST for NIOSOCKS for debugging
[1403/1488] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1404/1488] Compiling NIOTransportServices NIOTSSingletons.swift
[1405/1488] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1406/1490] Compiling NIOTransportServices NIOTSBootstraps.swift
[1407/1490] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1408/1490] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1409/1490] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1410/1490] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1411/1490] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1412/1490] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1413/1490] Compiling NIOTransportServices NIOTSErrors.swift
[1414/1490] Compiling NIOTransportServices NIOTSEventLoop.swift
[1415/1490] Emitting module NIOTransportServices
[1416/1490] Compiling NIOTransportServices StateManagedChannel.swift
[1417/1490] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1418/1490] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1419/1490] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1420/1490] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1421/1490] Compiling NIOTransportServices AcceptHandler.swift
[1422/1490] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1423/1490] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1424/1490] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1425/1490] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1426/1490] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1434/1491] Emitting module NIOHTTP1
[1442/1492] Wrapping AST for NIOTransportServices for debugging
[1443/1492] Wrapping AST for NIOHTTP1 for debugging
[1445/1510] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1446/1510] Emitting module NIOHTTPCompression
[1451/1513] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1452/1513] Compiling AsyncProcess ProcessExit.swift
[1453/1513] Compiling NIOHTTPCompression HTTPCompression.swift
[1454/1513] Compiling NIOHTTPCompression HTTPDecompression.swift
[1455/1513] Compiling NIOHPACK IndexedHeaderTable.swift
[1456/1513] Compiling NIOHPACK IntegerCoding.swift
[1457/1513] Compiling NIOHPACK HuffmanTables.swift
[1458/1514] Compiling NIOHPACK DynamicHeaderTable.swift
[1459/1514] Compiling NIOHPACK HPACKDecoder.swift
[1460/1514] Compiling NIOHPACK HPACKEncoder.swift
[1461/1514] Compiling NIOHPACK HPACKErrors.swift
[1462/1514] Compiling AsyncProcess NIOAsyncPipeWriter.swift
[1463/1514] Compiling AsyncProcess ChunkSequence.swift
[1468/1514] Compiling NIOSSL NIOSSLSecureBytes.swift
[1469/1514] Compiling NIOSSL RNG.swift
[1470/1514] Compiling NIOSSL SafeCompare.swift
[1471/1514] Compiling NIOSSL Zeroization.swift
[1472/1514] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1473/1514] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1474/1515] Emitting module NIOHPACK
[1475/1515] Compiling NIOHPACK StaticHeaderTable.swift
[1476/1515] Emitting module AsyncProcess
[1478/1515] Compiling NIOHPACK HPACKHeader.swift
[1479/1515] Compiling NIOHPACK HeaderTables.swift
[1482/1515] Compiling NIOHPACK HuffmanCoding.swift
[1483/1515] Emitting module NIOSSL
[1488/1515] 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
[1489/1515] Compiling AsyncProcess EOFSequence.swift
[1491/1515] Wrapping AST for NIOHTTPCompression for debugging
[1498/1516] Compiling AsyncProcess ProcessExecutor+Convenience.swift
[1499/1516] Compiling AsyncProcess ProcessExecutor.swift
[1499/1517] Wrapping AST for NIOHPACK for debugging
[1501/1575] Wrapping AST for AsyncProcess for debugging
[1503/1575] Compiling NIOHTTP2 Error+Any.swift
[1504/1575] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1505/1575] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1506/1575] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1507/1575] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1508/1575] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1509/1575] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1510/1576] Wrapping AST for NIOSSL for debugging
[1512/1576] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1513/1576] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1514/1576] Compiling NIOHTTP2 HasLocalSettings.swift
[1515/1576] Compiling NIOHTTP2 HasRemoteSettings.swift
[1516/1576] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1517/1576] Compiling NIOHTTP2 QuiescingState.swift
[1518/1576] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1519/1576] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1520/1576] Compiling NIOHTTP2 StateMachineResult.swift
[1521/1576] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1522/1576] Compiling NIOHTTP2 DOSHeuristics.swift
[1527/1576] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1528/1584] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1529/1584] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1530/1584] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1531/1584] Compiling NIOHTTP2 HTTP2StreamID.swift
[1532/1584] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1533/1584] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1534/1584] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1535/1584] Compiling NIOHTTP2 InboundEventBuffer.swift
[1536/1584] Emitting module NIOHTTP2
[1537/1584] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1538/1584] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1539/1584] Compiling NIOHTTP2 MayReceiveFrames.swift
[1540/1584] Compiling NIOHTTP2 ReceivingDataState.swift
[1541/1584] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1542/1584] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1543/1584] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1544/1584] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1545/1584] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1546/1584] Compiling NIOHTTP2 InboundWindowManager.swift
[1547/1584] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1548/1584] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1549/1584] Compiling NIOHTTP2 StreamChannelList.swift
[1550/1584] Compiling NIOHTTP2 StreamMap.swift
[1551/1584] Compiling NIOHTTP2 StreamStateMachine.swift
[1552/1584] Compiling NIOHTTP2 UnsafeTransfer.swift
[1553/1584] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1554/1584] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1555/1584] Compiling NIOHTTP2 HTTP2Frame.swift
[1556/1584] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1557/1584] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1558/1584] Compiling NIOHTTP2 HTTP2PingData.swift
[1559/1584] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1560/1584] Compiling NIOHTTP2 HTTP2Settings.swift
[1561/1584] Compiling NIOHTTP2 HTTP2Stream.swift
[1562/1584] Compiling NIOHTTP2 MaySendFrames.swift
[1563/1584] Compiling NIOHTTP2 SendingDataState.swift
[1564/1584] Compiling NIOHTTP2 SendingGoawayState.swift
[1565/1584] Compiling NIOHTTP2 SendingHeadersState.swift
[1566/1584] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1567/1584] Compiling NIOHTTP2 SendingRstStreamState.swift
[1568/1584] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1569/1584] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1570/1584] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1571/1584] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1572/1584] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1576/1584] Compiling NIOHTTP2 HTTP2Error.swift
[1577/1584] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1578/1585] Wrapping AST for NIOHTTP2 for debugging
[1580/1644] Emitting module AsyncHTTPClient
[1581/1652] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1582/1652] Compiling AsyncHTTPClient ConnectionTarget.swift
[1583/1652] Compiling AsyncHTTPClient DeconstructedURL.swift
[1584/1652] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1585/1652] Compiling AsyncHTTPClient FoundationExtensions.swift
[1586/1652] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1587/1652] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1588/1652] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1589/1652] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1590/1652] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1591/1652] Compiling AsyncHTTPClient Transaction.swift
[1592/1652] Compiling AsyncHTTPClient Base64.swift
[1593/1652] Compiling AsyncHTTPClient BasicAuth.swift
[1594/1652] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1595/1652] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1596/1652] Compiling AsyncHTTPClient ConnectionPool.swift
[1597/1652] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1598/1652] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1599/1652] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1600/1652] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1601/1652] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1602/1652] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1603/1652] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1604/1652] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1605/1652] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1606/1652] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1607/1652] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1608/1652] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1609/1652] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1610/1652] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1611/1652] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1612/1652] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1613/1652] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1614/1652] Compiling AsyncHTTPClient RequestBodyLength.swift
[1615/1652] Compiling AsyncHTTPClient RequestBag.swift
[1616/1652] Compiling AsyncHTTPClient RequestValidation.swift
[1617/1652] Compiling AsyncHTTPClient SSLContextCache.swift
[1618/1652] Compiling AsyncHTTPClient Scheme.swift
[1619/1652] Compiling AsyncHTTPClient Singleton.swift
[1620/1652] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1621/1652] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1622/1652] Compiling AsyncHTTPClient Utils.swift
[1623/1652] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1624/1652] Compiling AsyncHTTPClient RequestOptions.swift
[1625/1652] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1626/1652] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1627/1652] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1628/1652] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1629/1652] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1630/1652] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1631/1652] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1632/1652] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1633/1652] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1634/1652] Compiling AsyncHTTPClient HTTP1Connection.swift
[1635/1652] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1636/1652] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1637/1652] Compiling AsyncHTTPClient HTTP2Connection.swift
[1638/1652] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1639/1652] Compiling AsyncHTTPClient HTTPClient.swift
[1640/1652] Compiling AsyncHTTPClient HTTPHandler.swift
[1641/1652] Compiling AsyncHTTPClient LRUCache.swift
[1642/1652] Compiling AsyncHTTPClient NWErrorHandler.swift
[1643/1652] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1644/1652] Compiling AsyncHTTPClient TLSConfiguration.swift
[1645/1652] Compiling AsyncHTTPClient RedirectState.swift
[1646/1652] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1647/1653] Wrapping AST for AsyncHTTPClient for debugging
[1649/1669] Emitting module Helpers
[1650/1671] Compiling Helpers ReadableFileStream.swift
[1651/1671] Compiling Helpers WritableStream.swift
[1652/1671] Compiling Helpers MockFileSystem.swift
[1653/1671] Compiling Helpers OSFileSystem.swift
[1654/1671] Compiling Helpers OpenReadableFile.swift
[1655/1671] Compiling Helpers OpenWritableFile.swift
[1656/1671] Compiling Helpers QueryEngine.swift
[1657/1671] Compiling Helpers SQLite.swift
[1658/1671] Compiling Helpers AsyncFileSystem.swift
[1659/1671] Compiling Helpers ConcurrencySupport.swift
[1660/1671] Compiling Helpers FileLock.swift
[1661/1671] Compiling Helpers Query.swift
[1662/1671] Compiling Helpers ThrowingDefer.swift
[1663/1671] Compiling Helpers CacheKey.swift
[1664/1671] Compiling Helpers FileCacheRecord.swift
[1665/1671] Compiling Helpers SQLiteBackedCache.swift
[1666/1671] Compiling Helpers Triple.swift
[1667/1672] Wrapping AST for Helpers for debugging
[1669/1700] Emitting module SwiftSDKGenerator
[1670/1703] Compiling SwiftSDKGenerator Triple.swift
[1671/1703] Compiling SwiftSDKGenerator VersionsConfiguration.swift
[1672/1703] Compiling SwiftSDKGenerator CMakeBuildQuery.swift
[1673/1703] Compiling SwiftSDKGenerator DownloadArtifactQuery.swift
[1674/1703] Compiling SwiftSDKGenerator Shell.swift
[1675/1703] Compiling SwiftSDKGenerator UnixName.swift
[1676/1703] Compiling SwiftSDKGenerator which.swift
[1677/1703] Compiling SwiftSDKGenerator LinuxRecipe.swift
[1678/1703] Compiling SwiftSDKGenerator SwiftSDKRecipe.swift
[1679/1703] Compiling SwiftSDKGenerator WebAssemblyRecipe.swift
[1680/1703] Compiling SwiftSDKGenerator ByteBuffer+Utils.swift
[1681/1703] Compiling SwiftSDKGenerator FileOperationError.swift
[1682/1703] Compiling SwiftSDKGenerator GeneratorError.swift
[1683/1703] Compiling SwiftSDKGenerator HTTPClient+Download.swift
[1684/1703] Compiling SwiftSDKGenerator DownloadFileQuery.swift
[1685/1703] Compiling SwiftSDKGenerator TarExtractQuery.swift
[1686/1703] Compiling SwiftSDKGenerator SwiftSDKMetadata.swift
[1687/1703] Compiling SwiftSDKGenerator Toolset.swift
[1688/1703] Compiling SwiftSDKGenerator SwiftSDKGenerator+Unpack.swift
[1689/1703] Compiling SwiftSDKGenerator SwiftSDKGenerator.swift
[1690/1703] Compiling SwiftSDKGenerator PathsConfiguration.swift
[1691/1703] Compiling SwiftSDKGenerator LinuxDistribution.swift
[1692/1703] Compiling SwiftSDKGenerator DownloadableArtifacts.swift
[1693/1703] Compiling SwiftSDKGenerator ArtifactsArchiveMetadata.swift
[1694/1703] Compiling SwiftSDKGenerator String+hasAnyPrefix.swift
[1695/1703] Compiling SwiftSDKGenerator SwiftSDKGenerator+Copy.swift
[1696/1703] Compiling SwiftSDKGenerator SwiftSDKGenerator+Download.swift
[1697/1703] Compiling SwiftSDKGenerator SwiftSDKGenerator+Entrypoint.swift
[1698/1703] Compiling SwiftSDKGenerator SwiftSDKGenerator+Fixup.swift
[1699/1703] Compiling SwiftSDKGenerator SwiftSDKGenerator+Metadata.swift
[1700/1704] Wrapping AST for SwiftSDKGenerator for debugging
[1702/1706] Compiling GeneratorCLI GeneratorCLI.swift
[1703/1706] Emitting module GeneratorCLI
[1704/1707] Wrapping AST for GeneratorCLI for debugging
[1705/1707] Write Objects.LinkFileList
[1706/1707] Linking swift-sdk-generator
Build complete! (213.99s)
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.8"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.