The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of swift-sdk-generator, reference main (3f5abe), with Swift 6.1 for Linux on 11 Dec 2025 15:50:31 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-sdk-generator.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/swiftlang/swift-sdk-generator
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3f5abe2 Pin GHA workflow version to 0.0.2 (#253)
Cloned https://github.com/swiftlang/swift-sdk-generator.git
Revision (git rev-parse @):
3f5abe214e54a1fc61229dc738df24ce7b5dd18c
SUCCESS checkout https://github.com/swiftlang/swift-sdk-generator.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swiftlang/swift-sdk-generator.git
https://github.com/swiftlang/swift-sdk-generator.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "exact" : [
          "1.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.65.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "swift-sdk-generator",
  "name" : "swift-sdk-generator",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-sdk-generator",
      "targets" : [
        "GeneratorCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SystemSQLite",
      "module_type" : "SystemLibraryTarget",
      "name" : "SystemSQLite",
      "path" : "Sources/SystemSQLite",
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "SwiftSDKGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDKGeneratorTests",
      "path" : "Tests/SwiftSDKGeneratorTests",
      "sources" : [
        "ArchitectureMappingTests.swift",
        "EndToEndTests.swift",
        "Generator/SwiftSDKGenerator+MetadataTests.swift",
        "SwiftSDKRecipes/LinuxRecipeTests.swift",
        "SwiftSDKRecipes/WebAssemblyRecipe.swift"
      ],
      "target_dependencies" : [
        "SwiftSDKGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSDKGenerator",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDKGenerator",
      "path" : "Sources/SwiftSDKGenerator",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "NIOHTTP1",
        "Logging",
        "SystemPackage",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "Artifacts/DownloadableArtifacts.swift",
        "ArtifactsArchiveMetadata.swift",
        "Extensions/String+hasAnyPrefix.swift",
        "Generator/SwiftSDKGenerator+Copy.swift",
        "Generator/SwiftSDKGenerator+Download.swift",
        "Generator/SwiftSDKGenerator+Entrypoint.swift",
        "Generator/SwiftSDKGenerator+Fixup.swift",
        "Generator/SwiftSDKGenerator+Metadata.swift",
        "Generator/SwiftSDKGenerator+Unpack.swift",
        "Generator/SwiftSDKGenerator.swift",
        "PathsConfiguration.swift",
        "PlatformModels/FreeBSD.swift",
        "PlatformModels/LinuxDistribution.swift",
        "PlatformModels/Triple.swift",
        "PlatformModels/VersionsConfiguration.swift",
        "Queries/CMakeBuildQuery.swift",
        "Queries/DownloadArtifactQuery.swift",
        "Queries/DownloadFileQuery.swift",
        "Queries/TarExtractQuery.swift",
        "Serialization/SwiftSDKMetadata.swift",
        "Serialization/Toolset.swift",
        "SwiftSDKRecipes/FreeBSDRecipe.swift",
        "SwiftSDKRecipes/LinuxRecipe.swift",
        "SwiftSDKRecipes/SwiftSDKRecipe.swift",
        "SwiftSDKRecipes/WebAssemblyRecipe.swift",
        "SystemUtils/ByteBuffer+Utils.swift",
        "SystemUtils/FileOperationError.swift",
        "SystemUtils/GeneratorError.swift",
        "SystemUtils/HTTPClient+Download.swift",
        "SystemUtils/Shell.swift",
        "SystemUtils/UnixName.swift",
        "SystemUtils/which.swift"
      ],
      "target_dependencies" : [
        "AsyncProcess",
        "Helpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProcessSpawnSync",
      "module_type" : "SwiftTarget",
      "name" : "ProcessSpawnSync",
      "path" : "Sources/ProcessSpawnSync",
      "product_dependencies" : [
        "Atomics",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "ProcessSpawner.swift"
      ],
      "target_dependencies" : [
        "CProcessSpawnSync"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HelpersTests",
      "module_type" : "SwiftTarget",
      "name" : "HelpersTests",
      "path" : "Tests/HelpersTests",
      "sources" : [
        "ThrowingDeferTests.swift"
      ],
      "target_dependencies" : [
        "Helpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Helpers",
      "module_type" : "SwiftTarget",
      "name" : "Helpers",
      "path" : "Sources/Helpers",
      "product_dependencies" : [
        "Crypto",
        "Logging",
        "SystemPackage",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "ThrowingDefer.swift",
        "Vendor/QueryEngine/CacheKey.swift",
        "Vendor/QueryEngine/FileCacheRecord.swift",
        "Vendor/QueryEngine/FileLock.swift",
        "Vendor/QueryEngine/Query.swift",
        "Vendor/QueryEngine/QueryEngine.swift",
        "Vendor/QueryEngine/SQLite.swift",
        "Vendor/QueryEngine/SQLiteBackedCache.swift",
        "Vendor/Triple.swift",
        "Vendor/_AsyncFileSystem/AsyncFileSystem.swift",
        "Vendor/_AsyncFileSystem/ConcurrencySupport.swift",
        "Vendor/_AsyncFileSystem/MockFileSystem.swift",
        "Vendor/_AsyncFileSystem/OSFileSystem.swift",
        "Vendor/_AsyncFileSystem/OpenReadableFile.swift",
        "Vendor/_AsyncFileSystem/OpenWritableFile.swift",
        "Vendor/_AsyncFileSystem/ReadableFileStream.swift",
        "Vendor/_AsyncFileSystem/WritableStream.swift"
      ],
      "target_dependencies" : [
        "SystemSQLite"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GeneratorEngineTests",
      "module_type" : "SwiftTarget",
      "name" : "GeneratorEngineTests",
      "path" : "Tests/GeneratorEngineTests",
      "sources" : [
        "EngineTests.swift"
      ],
      "target_dependencies" : [
        "Helpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeneratorCLI",
      "module_type" : "SwiftTarget",
      "name" : "GeneratorCLI",
      "path" : "Sources/GeneratorCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "GeneratorCLI.swift"
      ],
      "target_dependencies" : [
        "SwiftSDKGenerator"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CProcessSpawnSync",
      "module_type" : "ClangTarget",
      "name" : "CProcessSpawnSync",
      "path" : "Sources/CProcessSpawnSync",
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "spawner.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncProcessTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncProcessTests",
      "path" : "Tests/AsyncProcessTests",
      "product_dependencies" : [
        "Atomics",
        "AsyncAlgorithms",
        "NIO",
        "NIOConcurrencyHelpers",
        "Logging"
      ],
      "sources" : [
        "AsyncByteBufferLineSequenceTests.swift",
        "Helpers+LogRecorderHandler.swift",
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "AsyncProcess"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncProcess",
      "module_type" : "SwiftTarget",
      "name" : "AsyncProcess",
      "path" : "Sources/AsyncProcess",
      "product_dependencies" : [
        "Atomics",
        "AsyncAlgorithms",
        "Logging",
        "NIO",
        "DequeModule",
        "SystemPackage"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "ChunkSequence.swift",
        "EOFSequence.swift",
        "FileContentStream.swift",
        "NIOAsyncPipeWriter.swift",
        "ProcessExecutor+Convenience.swift",
        "ProcessExecutor.swift",
        "ProcessExit.swift",
        "StructuredConcurrencyHelpers.swift"
      ],
      "target_dependencies" : [
        "ProcessSpawnSync"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5833] Fetching swift-async-algorithms
[3618/7653] Fetching swift-async-algorithms, swift-atomics
[6377/13400] Fetching swift-async-algorithms, swift-atomics, swift-log
[13401/94081] Fetching swift-async-algorithms, swift-atomics, swift-log, swift-nio
[13402/112444] Fetching swift-async-algorithms, swift-atomics, swift-log, swift-nio, swift-collections
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-log.git from cache (0.68s)
[13269/106697] Fetching swift-async-algorithms, swift-atomics, swift-nio, swift-collections
Fetching https://github.com/apple/swift-argument-parser
[24865/123595] Fetching swift-async-algorithms, swift-atomics, swift-nio, swift-collections, swift-argument-parser
[27962/141060] Fetching swift-async-algorithms, swift-atomics, swift-nio, swift-collections, swift-argument-parser, swift-crypto
Fetched https://github.com/apple/swift-argument-parser from cache (1.11s)
Fetching https://github.com/apple/swift-system
[64546/124162] Fetching swift-async-algorithms, swift-atomics, swift-nio, swift-collections, swift-crypto
Fetched https://github.com/apple/swift-collections.git from cache (2.04s)
Fetching https://github.com/swift-server/async-http-client.git
[50200/105799] Fetching swift-async-algorithms, swift-atomics, swift-nio, swift-crypto
[53170/111020] Fetching swift-async-algorithms, swift-atomics, swift-nio, swift-crypto, swift-system
Fetched https://github.com/apple/swift-system from cache (0.49s)
[56138/105799] Fetching swift-async-algorithms, swift-atomics, swift-nio, swift-crypto
[72547/120303] Fetching swift-async-algorithms, swift-atomics, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (2.58s)
[80248/102838] Fetching swift-async-algorithms, swift-atomics, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.18s)
[66551/88334] Fetching swift-async-algorithms, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (8.97s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (8.96s)
Fetched https://github.com/apple/swift-nio.git from cache (9.08s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.1 (9.66s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.38s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.7.1 (0.71s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.80s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.3 (0.57s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.30.1 (0.62s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5566] Fetching swift-distributed-tracing
[57/11930] Fetching swift-distributed-tracing, swift-nio-extras
[2992/14739] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-transport-services
[11300/26457] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-transport-services, swift-nio-http2
[11301/32498] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-algorithms
[15890/47786] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.53s)
[22537/44977] Fetching swift-distributed-tracing, swift-nio-extras, swift-nio-http2, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.55s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.55s)
[10725/33047] Fetching swift-nio-http2, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (0.59s)
[5224/27006] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.28s)
[11925/15288] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.00s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (2.52s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.22s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.75s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.40s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.51s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (1.23s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.76s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.63s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.58s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.2 (0.72s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
[1/1667] Fetching swift-asn1
[2/2618] Fetching swift-asn1, swift-http-types
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetched https://github.com/apple/swift-http-types.git from cache (0.24s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.31s)
[1/1204] Fetching swift-http-structured-headers
[26/3772] Fetching swift-http-structured-headers, swift-service-lifecycle
[2541/10812] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.31s)
[9538/9608] Fetching swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.31s)
[7040/7040] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.42s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.1 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.00s)
Computed https://github.com/apple/swift-log.git at 1.7.1 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.00s)
Computed https://github.com/apple/swift-system at 1.6.3 (0.00s)
Computed https://github.com/swift-server/async-http-client.git at 1.30.1 (0.00s)
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (0.00s)
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.00s)
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.59s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.52s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.54s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.00s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (1.02s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (1.71s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.21s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.91.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.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.39.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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.30.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.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.5.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/867] Write sources
[35/867] Compiling CNIOWindows shim.c
[36/867] Compiling _NumericsShims _NumericsShims.c
[37/867] Compiling _AtomicsShims.c
[37/867] Compiling CNIOWindows WSAStartup.c
[39/867] Compiling CNIOOpenBSD shim.c
[40/867] Compiling CNIOWASI CNIOWASI.c
[41/867] Compiling CNIOLinux liburing_shims.c
[42/867] Compiling CSystem shims.c
[43/867] Compiling CNIOExtrasZlib empty.c
[44/867] Compiling CNIOPosix event_loop_id.c
[45/867] Compiling CNIODarwin shim.c
[46/867] Compiling CNIOLLHTTP c_nio_http.c
[47/867] Compiling CNIOLinux shim.c
[48/867] Compiling fiat_p256_adx_sqr.S
[49/867] Compiling fiat_p256_adx_mul.S
[50/867] Compiling CNIOLLHTTP c_nio_api.c
[51/867] Compiling fiat_curve25519_adx_square.S
[52/867] Compiling fiat_curve25519_adx_mul.S
[53/867] Write swift-version-24593BA9C3E375BF.txt
[53/867] Compiling CProcessSpawnSync spawner.c
[55/867] Compiling CNIOLLHTTP c_nio_llhttp.c
[56/867] Compiling CNIOBoringSSLShims shims.c
[58/873] Emitting module _NIOBase64
[58/873] Compiling tls_method.cc
[59/873] Compiling tls_record.cc
[60/891] Compiling tls13_enc.cc
[61/907] Compiling tls13_server.cc
[62/907] Compiling tls13_client.cc
[63/907] Compiling tls13_both.cc
[65/957] Emitting module InternalCollectionsUtilities
[66/959] Emitting module SystemPackage
[67/963] Compiling _NIOBase64 Base64.swift
[68/963] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[69/963] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[70/964] Compiling Atomics AtomicOptionalWrappable.swift
[71/964] Compiling Atomics AtomicReference.swift
[72/964] Compiling Atomics ManagedAtomic.swift
[73/964] Compiling Atomics ManagedAtomicLazyReference.swift
[74/964] Compiling Atomics AtomicStorage.swift
[75/964] Compiling Atomics AtomicValue.swift
[76/964] Compiling Atomics AtomicMemoryOrderings.swift
[77/964] Compiling Atomics DoubleWord.swift
[78/964] Compiling Atomics IntegerConformances.swift
[79/964] Compiling Atomics PointerConformances.swift
[80/964] Compiling Atomics Primitives.native.swift
[85/966] Compiling RealModule RealFunctions.swift
[88/967] Compiling ServiceContextModule ServiceContext.swift
[89/967] Emitting module ServiceContextModule
[90/967] Compiling ServiceContextModule ServiceContextKey.swift
[91/968] Compiling Atomics AtomicInteger.swift
[96/968] Compiling Atomics AtomicBool.swift
[98/968] Compiling Atomics OptionalRawRepresentable.swift
[99/968] Compiling Atomics RawRepresentable.swift
[110/969] Emitting module RealModule
[118/969] Compiling RealModule Real.swift
[119/969] Compiling RealModule Float80+Real.swift
[120/969] Compiling RealModule Float16+Real.swift
[121/969] Compiling _NIODataStructures PriorityQueue.swift
[122/969] Compiling _NIODataStructures _TinyArray.swift
[124/969] Compiling RealModule RelaxedArithmetic.swift
[126/970] Wrapping AST for _NIOBase64 for debugging
[128/970] Compiling Atomics IntegerOperations.swift
[129/970] Compiling Atomics Unmanaged extensions.swift
[130/970] Compiling SystemPackage SystemString.swift
[131/970] Compiling SystemPackage Util+StringArray.swift
[132/970] Compiling SystemPackage Util.swift
[133/970] Compiling SystemPackage UtilConsumers.swift
[134/1019] Emitting module Atomics
[135/1046] Emitting module Instrumentation
[136/1046] Compiling Instrumentation NoOpInstrument.swift
[137/1046] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[138/1046] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[139/1046] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[140/1046] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[141/1048] Compiling Instrumentation MultiplexInstrument.swift
[142/1048] Compiling Instrumentation Instrument.swift
[143/1048] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[144/1048] Compiling OrderedCollections OrderedSet+Descriptions.swift
[145/1048] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[146/1048] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[152/1049] Compiling OrderedCollections OrderedDictionary.swift
[153/1049] Compiling OrderedCollections OrderedSet+Codable.swift
[154/1049] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[155/1049] Compiling OrderedCollections OrderedDictionary+Values.swift
[156/1049] Compiling Instrumentation InstrumentationSystem.swift
[157/1049] Compiling Instrumentation Locks.swift
[157/1050] Wrapping AST for ServiceContextModule for debugging
[159/1050] Emitting module _NIODataStructures
[160/1050] Compiling _NIODataStructures Heap.swift
[161/1050] Compiling Logging MetadataProvider.swift
[162/1050] Compiling OrderedCollections _HashTable.swift
[163/1050] Compiling OrderedCollections _Hashtable+Header.swift
[164/1050] Compiling OrderedCollections OrderedDictionary+Codable.swift
[165/1050] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[166/1050] Compiling DequeModule _DequeSlot.swift
[167/1050] Compiling DequeModule _UnsafeWrappedBuffer.swift
[168/1050] Compiling OrderedCollections _HashTable+Bucket.swift
[169/1050] Compiling OrderedCollections _HashTable+BucketIterator.swift
[172/1050] Compiling OrderedCollections OrderedSet+Diffing.swift
[173/1050] Compiling OrderedCollections OrderedSet+Equatable.swift
[174/1050] Compiling OrderedCollections _HashTable+Constants.swift
[175/1050] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[176/1050] Compiling OrderedCollections _HashTable+Testing.swift
[177/1050] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[178/1051] Compiling Logging LogHandler.swift
[179/1051] Compiling Logging Logging.swift
[180/1051] Compiling Logging Locks.swift
[181/1051] Emitting module Logging
[182/1052] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[183/1052] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[184/1052] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[185/1052] Compiling OrderedCollections OrderedDictionary+Elements.swift
[188/1053] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[189/1053] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[190/1053] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[191/1053] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[192/1053] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[193/1053] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[194/1053] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[194/1060] Wrapping AST for RealModule for debugging
[202/1060] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[203/1060] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[204/1060] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[205/1060] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[206/1060] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[207/1060] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[208/1060] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[208/1060] Wrapping AST for InternalCollectionsUtilities for debugging
[218/1060] Compiling OrderedCollections OrderedSet+Initializers.swift
[219/1060] Compiling OrderedCollections OrderedSet+Insertions.swift
[220/1060] Compiling OrderedCollections OrderedSet+Invariants.swift
[221/1060] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[222/1060] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[223/1060] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[224/1060] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[225/1060] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[225/1060] Wrapping AST for _NIODataStructures for debugging
[226/1060] Wrapping AST for Logging for debugging
[227/1060] Wrapping AST for SystemPackage for debugging
[235/1068] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[236/1068] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[236/1068] Wrapping AST for Instrumentation for debugging
[247/1068] Compiling t1_enc.cc
[249/1068] Compiling Tracing NoOpTracer.swift
[250/1068] Compiling Tracing InstrumentationSystem+Tracing.swift
[251/1068] Emitting module Tracing
[252/1068] Compiling Tracing Tracer.swift
[253/1068] Compiling Tracing TracingTime.swift
[254/1068] Compiling Tracing TracerProtocol.swift
[255/1068] Compiling Tracing TracerProtocol+Legacy.swift
[256/1068] Emitting module DequeModule
[266/1069] Compiling Tracing SpanProtocol.swift
[268/1070] Compiling OrderedCollections OrderedSet+Sendable.swift
[269/1070] Compiling OrderedCollections OrderedSet+SubSequence.swift
[270/1070] Compiling OrderedCollections OrderedSet+Testing.swift
[271/1070] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[272/1070] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[273/1070] Compiling OrderedCollections OrderedSet.swift
[274/1070] Compiling OrderedCollections _UnsafeBitset.swift
[274/1070] Wrapping AST for Tracing for debugging
[275/1070] Wrapping AST for DequeModule for debugging
[276/1070] Compiling ssl_versions.cc
[277/1070] Compiling ssl_session.cc
[279/1070] Emitting module OrderedCollections
[279/1071] Compiling ssl_transcript.cc
[280/1071] Compiling ssl_x509.cc
[281/1071] Compiling ssl_stat.cc
[283/1071] Compiling ssl_privkey.cc
[284/1116] Compiling ssl_file.cc
[285/1116] Wrapping AST for OrderedCollections for debugging
[286/1116] Compiling ssl_key_share.cc
[287/1116] Compiling ssl_lib.cc
[289/1116] Emitting module AsyncAlgorithms
[289/1122] Compiling ssl_buffer.cc
[291/1122] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[292/1122] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[293/1122] Compiling AsyncAlgorithms MergeStateMachine.swift
[294/1122] Compiling AsyncAlgorithms MergeStorage.swift
[295/1122] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[296/1122] Compiling AsyncAlgorithms Rethrow.swift
[296/1122] Compiling ssl_credential.cc
[297/1122] Compiling ssl_cipher.cc
[298/1122] Compiling ssl_cert.cc
[300/1122] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[301/1122] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[302/1122] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[303/1122] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[304/1122] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[305/1122] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[306/1122] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[307/1122] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[308/1122] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[309/1122] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[310/1122] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[311/1122] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[312/1122] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[313/1122] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[314/1122] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[315/1122] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[316/1122] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[317/1122] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[318/1122] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[319/1122] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[320/1122] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[321/1122] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[322/1122] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[323/1122] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[324/1122] Compiling AsyncAlgorithms AsyncChannel.swift
[325/1122] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[326/1122] Compiling AsyncAlgorithms ChannelStateMachine.swift
[327/1122] Compiling AsyncAlgorithms ChannelStorage.swift
[328/1122] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[329/1122] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[330/1122] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[331/1122] Compiling AsyncAlgorithms CombineLatestStorage.swift
[332/1122] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[333/1122] Compiling AsyncAlgorithms DebounceStateMachine.swift
[334/1122] Compiling AsyncAlgorithms DebounceStorage.swift
[335/1122] Compiling AsyncAlgorithms Dictionary.swift
[336/1122] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[337/1122] Compiling AsyncAlgorithms Locking.swift
[337/1122] Compiling s3_pkt.cc
[339/1122] Compiling AsyncAlgorithms SetAlgebra.swift
[340/1122] Compiling AsyncAlgorithms UnsafeTransfer.swift
[341/1122] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[342/1122] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[343/1122] Compiling AsyncAlgorithms ZipStateMachine.swift
[344/1122] Compiling AsyncAlgorithms ZipStorage.swift
[345/1123] Compiling ssl_asn1.cc
[346/1123] Compiling ssl_aead_ctx.cc
[347/1123] Compiling s3_lib.cc
[348/1123] Compiling s3_both.cc
[349/1123] Compiling handshake_client.cc
[350/1123] Compiling handshake_server.cc
[351/1123] Compiling encrypted_client_hello.cc
[352/1123] Compiling handoff.cc
[353/1123] Compiling handshake.cc
[354/1123] Compiling dtls_record.cc
[355/1123] Compiling md5-x86_64-linux.S
[356/1123] Compiling md5-x86_64-apple.S
[357/1123] Compiling d1_srtp.cc
[358/1123] Compiling md5-586-linux.S
[359/1123] Compiling md5-586-apple.S
[360/1123] Compiling chacha20_poly1305_x86_64-linux.S
[361/1123] Compiling chacha20_poly1305_x86_64-apple.S
[362/1123] Compiling chacha20_poly1305_armv8-win.S
[363/1123] Compiling dtls_method.cc
[364/1123] Compiling chacha20_poly1305_armv8-linux.S
[365/1123] Compiling chacha20_poly1305_armv8-apple.S
[366/1123] Compiling err_data.cc
[367/1123] Compiling chacha-x86_64-linux.S
[368/1123] Compiling chacha-x86_64-apple.S
[369/1123] Compiling chacha-x86-linux.S
[370/1123] Compiling bio_ssl.cc
[371/1123] Compiling chacha-armv8-linux.S
[372/1123] Compiling chacha-x86-apple.S
[373/1123] Compiling chacha-armv8-win.S
[374/1123] Compiling chacha-armv8-apple.S
[375/1123] Compiling chacha-armv4-linux.S
[376/1123] Compiling aes128gcmsiv-x86_64-linux.S
[377/1123] Compiling x86_64-mont5-apple.S
[378/1123] Compiling aes128gcmsiv-x86_64-apple.S
[379/1123] Compiling x86_64-mont5-linux.S
[380/1123] Compiling x86_64-mont-linux.S
[381/1123] Compiling x86_64-mont-apple.S
[382/1123] Compiling x86-mont-linux.S
[383/1123] Compiling x86-mont-apple.S
[384/1123] Compiling vpaes-x86_64-linux.S
[385/1123] Compiling vpaes-x86_64-apple.S
[386/1123] Compiling vpaes-x86-apple.S
[387/1123] Compiling vpaes-x86-linux.S
[388/1123] Compiling vpaes-armv8-win.S
[389/1123] Compiling extensions.cc
[390/1123] Compiling vpaes-armv8-apple.S
[391/1123] Compiling vpaes-armv7-linux.S
[392/1123] Compiling vpaes-armv8-linux.S
[393/1123] Compiling sha512-armv8-win.S
[394/1123] Compiling sha512-armv8-linux.S
[395/1123] Compiling sha512-armv8-apple.S
[396/1123] Compiling sha512-x86_64-linux.S
[397/1123] Compiling sha512-x86_64-apple.S
[397/1123] Compiling d1_pkt.cc
[399/1123] Compiling sha256-x86_64-linux.S
[400/1123] Compiling sha256-armv8-win.S
[401/1123] Compiling sha512-586-linux.S
[402/1123] Compiling sha512-586-apple.S
[403/1123] Compiling sha256-x86_64-apple.S
[404/1123] Compiling sha512-armv4-linux.S
[405/1123] Compiling sha256-armv8-linux.S
[406/1123] Compiling sha256-armv4-linux.S
[407/1123] Compiling sha256-armv8-apple.S
[408/1123] Compiling sha256-586-linux.S
[409/1123] Compiling sha256-586-apple.S
[410/1123] Compiling sha1-x86_64-apple.S
[411/1123] Compiling sha1-x86_64-linux.S
[412/1123] Compiling sha1-armv8-linux.S
[413/1123] Compiling sha1-armv8-win.S
[414/1123] Compiling d1_lib.cc
[415/1123] Compiling sha1-armv8-apple.S
[416/1123] Compiling sha1-armv4-large-linux.S
[417/1123] Compiling rsaz-avx2-linux.S
[418/1123] Compiling sha1-586-linux.S
[419/1123] Compiling rdrand-x86_64-apple.S
[420/1123] Compiling sha1-586-apple.S
[421/1123] Compiling rdrand-x86_64-linux.S
[422/1123] Compiling rsaz-avx2-apple.S
[423/1123] Compiling p256_beeu-armv8-asm-win.S
[424/1123] Compiling p256_beeu-x86_64-asm-linux.S
[425/1123] Compiling p256_beeu-x86_64-asm-apple.S
[426/1123] Compiling p256_beeu-armv8-asm-linux.S
[427/1123] Compiling p256_beeu-armv8-asm-apple.S
[428/1123] Compiling p256-x86_64-asm-linux.S
[429/1123] Compiling p256-x86_64-asm-apple.S
[430/1123] Compiling p256-armv8-asm-linux.S
[431/1123] Compiling p256-armv8-asm-win.S
[432/1123] Compiling ghashv8-armv8-apple.S
[433/1123] Compiling ghashv8-armv8-win.S
[434/1123] Compiling ghash-x86_64-linux.S
[435/1123] Compiling ghashv8-armv7-linux.S
[435/1123] Compiling ghashv8-armv8-linux.S
[435/1123] Compiling ghash-x86_64-apple.S
[438/1123] Compiling p256-armv8-asm-apple.S
[439/1123] Compiling ghash-x86-linux.S
[440/1123] Compiling ghash-x86-apple.S
[441/1123] Compiling ghash-ssse3-x86_64-apple.S
[442/1123] Compiling ghash-ssse3-x86-linux.S
[443/1123] Compiling ghash-neon-armv8-linux.S
[444/1123] Compiling ghash-ssse3-x86_64-linux.S
[445/1123] Compiling ghash-ssse3-x86-apple.S
[446/1123] Compiling ghash-armv4-linux.S
[447/1123] Compiling ghash-neon-armv8-win.S
[448/1123] Compiling co-586-linux.S
[449/1123] Compiling co-586-apple.S
[450/1123] Compiling ghash-neon-armv8-apple.S
[451/1123] Compiling bsaes-armv7-linux.S
[452/1123] Compiling bn-armv8-apple.S
[453/1123] Compiling bn-armv8-linux.S
[454/1123] Compiling bn-armv8-win.S
[455/1123] Compiling bn-586-linux.S
[456/1123] Compiling armv8-mont-win.S
[457/1123] Compiling bn-586-apple.S
[458/1123] Compiling armv8-mont-linux.S
[459/1123] Compiling aesv8-armv8-linux.S
[460/1123] Compiling d1_both.cc
[461/1123] Compiling armv4-mont-linux.S
[462/1123] Compiling aesv8-gcm-armv8-apple.S
[463/1123] Compiling aesv8-gcm-armv8-linux.S
[464/1123] Compiling armv8-mont-apple.S
[465/1123] Compiling aesv8-armv8-win.S
[466/1123] Compiling aesv8-gcm-armv8-win.S
[467/1123] Compiling aesv8-armv8-apple.S
[468/1123] Compiling aesni-x86_64-apple.S
[469/1123] Compiling aesv8-armv7-linux.S
[470/1123] Compiling aesni-x86_64-linux.S
[471/1123] Compiling aesni-x86-linux.S
[472/1123] Compiling aesni-gcm-x86_64-apple.S
[473/1123] Compiling aesni-gcm-x86_64-linux.S
[474/1123] Compiling aes-gcm-avx2-x86_64-linux.S
[475/1123] Compiling aes-gcm-avx2-x86_64-apple.S
[476/1123] Compiling aes-gcm-avx10-x86_64-apple.S
[477/1123] Compiling aesni-x86-apple.S
[478/1123] Compiling aes-gcm-avx10-x86_64-linux.S
[479/1123] Compiling x_pubkey.cc
[480/1123] Compiling x_req.cc
[481/1123] Compiling x_x509a.cc
[482/1123] Compiling x_val.cc
[483/1123] Compiling x_x509.cc
[484/1123] Compiling x_spki.cc
[485/1123] Compiling x_sig.cc
[486/1123] Compiling x_name.cc
[487/1123] Compiling x_exten.cc
[488/1123] Compiling x_attrib.cc
[489/1123] Compiling x_crl.cc
[490/1123] Compiling x_algor.cc
[491/1123] Compiling x509spki.cc
[492/1123] Compiling x_all.cc
[493/1123] Compiling x509rset.cc
[494/1123] Compiling x509name.cc
[495/1123] Compiling x509cset.cc
[496/1123] Compiling x509_vpm.cc
[497/1123] Compiling x509_v3.cc
[498/1123] Compiling x509_txt.cc
[499/1123] Compiling x509_vfy.cc
[500/1123] Compiling x509_trs.cc
[501/1123] Compiling x509_set.cc
[502/1123] Compiling x509_req.cc
[503/1123] Compiling x509_obj.cc
[504/1123] Compiling x509_lu.cc
[505/1123] Compiling x509_ext.cc
[506/1123] Compiling x509_def.cc
[507/1123] Compiling x509_d2.cc
[508/1123] Compiling x509_cmp.cc
[509/1123] Compiling x509_att.cc
[510/1123] Compiling x509.cc
[511/1123] Compiling v3_skey.cc
[512/1123] Compiling v3_utl.cc
[513/1123] Compiling v3_prn.cc
[514/1123] Compiling v3_purp.cc
[515/1123] Compiling v3_pcons.cc
[516/1123] Compiling v3_pmaps.cc
[517/1123] Compiling v3_ocsp.cc
[518/1123] Compiling v3_lib.cc
[519/1123] Compiling v3_ncons.cc
[520/1123] Compiling v3_int.cc
[521/1123] Compiling v3_info.cc
[522/1123] Compiling v3_extku.cc
[523/1123] Compiling v3_ia5.cc
[524/1123] Compiling v3_enum.cc
[525/1123] Compiling v3_genn.cc
[526/1123] Compiling v3_crld.cc
[527/1123] Compiling v3_conf.cc
[528/1123] Compiling v3_cpols.cc
[529/1123] Compiling v3_bcons.cc
[530/1123] Compiling v3_akeya.cc
[531/1123] Compiling v3_bitst.cc
[532/1123] Compiling v3_alt.cc
[533/1123] Compiling v3_akey.cc
[534/1123] Compiling t_x509a.cc
[535/1123] Compiling t_crl.cc
[536/1123] Compiling t_x509.cc
[537/1123] Compiling i2d_pr.cc
[538/1123] Compiling by_dir.cc
[539/1123] Compiling t_req.cc
[540/1123] Compiling name_print.cc
[541/1123] Compiling rsa_pss.cc
[542/1123] Compiling policy.cc
[543/1123] Compiling a_digest.cc
[544/1123] Compiling by_file.cc
[545/1123] Compiling asn1_gen.cc
[546/1123] Compiling thread_pthread.cc
[547/1123] Compiling algorithm.cc
[548/1123] Compiling thread_win.cc
[549/1123] Compiling a_sign.cc
[550/1123] Compiling stack.cc
[551/1123] Compiling thread.cc
[552/1123] Compiling thread_none.cc
[553/1123] Compiling a_verify.cc
[554/1123] Compiling trust_token.cc
[555/1123] Compiling voprf.cc
[556/1123] Compiling pmbtoken.cc
[557/1123] Compiling spake2plus.cc
[558/1123] Compiling sha1.cc
[559/1123] Compiling sha512.cc
[560/1123] Compiling rsa_extra.cc
[561/1123] Compiling slhdsa.cc
[562/1123] Compiling siphash.cc
[563/1123] Compiling rsa_print.cc
[564/1123] Compiling sha256.cc
[565/1123] Compiling rsa_crypt.cc
[566/1123] Compiling urandom.cc
[567/1123] Compiling rc4.cc
[568/1123] Compiling trusty.cc
[569/1123] Compiling windows.cc
[570/1123] Compiling rand.cc
[571/1123] Compiling refcount.cc
[572/1123] Compiling ios.cc
[573/1123] Compiling rsa_asn1.cc
[574/1123] Compiling getentropy.cc
[575/1123] Compiling passive.cc
[576/1123] Compiling poly1305_arm_asm.S
[577/1123] Compiling forkunsafe.cc
[578/1123] Compiling deterministic.cc
[579/1123] Compiling poly1305_arm.cc
[580/1123] Compiling fork_detect.cc
[581/1123] Compiling poly1305.cc
[582/1123] Compiling poly1305_vec.cc
[583/1123] Compiling pool.cc
[584/1123] Compiling p5_pbev2.cc
[585/1123] Compiling pkcs8.cc
[586/1123] Compiling pkcs7.cc
[587/1123] Compiling pem_xaux.cc
[588/1123] Compiling pkcs8_x509.cc
[589/1123] Compiling pkcs7_x509.cc
[590/1123] Compiling pem_pkey.cc
[591/1123] Compiling pem_info.cc
[592/1123] Compiling pem_x509.cc
[593/1123] Compiling obj_xref.cc
[594/1123] Compiling mlkem.cc
[595/1123] Compiling pem_oth.cc
[596/1123] Compiling mldsa.cc
[597/1123] Compiling pem_pk8.cc
[598/1123] Compiling pem_all.cc
[599/1123] Compiling mem.cc
[600/1123] Compiling pem_lib.cc
[601/1123] Compiling obj.cc
[602/1123] Compiling md5.cc
[603/1123] Compiling fips_shared_support.cc
[604/1123] Compiling poly_rq_mul.S
[605/1123] Compiling md4.cc
[606/1123] Compiling lhash.cc
[607/1123] Compiling kyber.cc
[608/1123] Compiling ex_data.cc
[609/1123] Compiling hrss.cc
[610/1123] Compiling sign.cc
[611/1123] Compiling scrypt.cc
[612/1123] Compiling print.cc
[613/1123] Compiling pbkdf.cc
[614/1123] Compiling hpke.cc
[615/1123] Compiling p_hkdf.cc
[616/1123] Compiling p_x25519.cc
[617/1123] Compiling p_rsa_asn1.cc
[618/1123] Compiling p_ec_asn1.cc
[619/1123] Compiling p_x25519_asn1.cc
[620/1123] Compiling p_ed25519.cc
[621/1123] Compiling p_rsa.cc
[622/1123] Compiling p_dh_asn1.cc
[623/1123] Compiling p_ec.cc
[624/1123] Compiling p_ed25519_asn1.cc
[625/1123] Compiling p_dh.cc
[626/1123] Compiling evp_ctx.cc
[627/1123] Compiling evp.cc
[628/1123] Compiling err.cc
[629/1123] Compiling engine.cc
[630/1123] Compiling ecdsa_asn1.cc
[631/1123] Compiling p_dsa_asn1.cc
[632/1123] Compiling evp_asn1.cc
[633/1123] Compiling dsa_asn1.cc
[634/1123] Compiling ecdh.cc
[635/1123] Compiling params.cc
[636/1123] Compiling ec_derive.cc
[637/1123] Compiling dsa.cc
[638/1123] Compiling hash_to_curve.cc
[639/1123] Compiling ec_asn1.cc
[640/1123] Compiling x25519-asm-arm.S
[641/1123] Compiling des.cc
[642/1123] Compiling cpu_intel.cc
[643/1123] Compiling digest_extra.cc
[644/1123] Compiling crypto.cc
[645/1123] Compiling dh_asn1.cc
[646/1123] Compiling spake25519.cc
[647/1123] Compiling cpu_aarch64_sysreg.cc
[648/1123] Compiling curve25519.cc
[649/1123] Compiling cpu_arm_linux.cc
[650/1123] Compiling cpu_arm_freebsd.cc
[651/1123] Compiling cpu_aarch64_linux.cc
[652/1123] Compiling bcm.cc
[653/1123] Compiling cpu_aarch64_win.cc
[654/1123] Compiling cpu_aarch64_openbsd.cc
[655/1123] Compiling get_cipher.cc
[656/1123] Compiling e_tls.cc
[657/1123] Compiling cpu_aarch64_fuchsia.cc
[658/1123] Compiling cpu_aarch64_apple.cc
[659/1123] Compiling curve25519_64_adx.cc
[660/1123] Compiling conf.cc
[661/1123] Compiling e_aesctrhmac.cc
[662/1123] Compiling e_rc4.cc
[663/1123] Compiling e_null.cc
[664/1123] Compiling tls_cbc.cc
[665/1123] Compiling e_aesgcmsiv.cc
[666/1123] Compiling e_rc2.cc
[667/1123] Compiling e_des.cc
[668/1123] Compiling unicode.cc
[669/1123] Compiling e_chacha20poly1305.cc
[670/1123] Compiling derive_key.cc
[671/1123] Compiling buf.cc
[672/1123] Compiling chacha.cc
[673/1123] Compiling ber.cc
[674/1123] Compiling blake2.cc
[675/1123] Compiling cbb.cc
[676/1123] Compiling asn1_compat.cc
[677/1123] Compiling socket.cc
[678/1123] Compiling bn_asn1.cc
[679/1123] Compiling socket_helper.cc
[680/1123] Compiling cbs.cc
[681/1123] Compiling printf.cc
[682/1123] Compiling convert.cc
[683/1123] Compiling file.cc
[684/1123] Compiling pair.cc
[685/1123] Compiling errno.cc
[686/1123] Compiling hexdump.cc
[687/1123] Compiling bio.cc
[688/1123] Compiling fd.cc
[689/1123] Compiling bio_mem.cc
[690/1123] Compiling connect.cc
[691/1123] Compiling base64.cc
[692/1123] Compiling tasn_typ.cc
[693/1123] Compiling tasn_fre.cc
[694/1123] Compiling tasn_enc.cc
[695/1123] Compiling posix_time.cc
[696/1123] Compiling tasn_utl.cc
[697/1123] Compiling f_string.cc
[698/1123] Compiling tasn_new.cc
[699/1123] Compiling f_int.cc
[700/1123] Compiling tasn_dec.cc
[701/1123] Compiling asn_pack.cc
[702/1123] Compiling asn1_par.cc
[703/1123] Compiling a_utctm.cc
[704/1123] Compiling a_type.cc
[705/1123] Compiling asn1_lib.cc
[706/1123] Compiling a_strnid.cc
[707/1123] Compiling a_octet.cc
[708/1123] Compiling a_time.cc
[709/1123] Compiling a_strex.cc
[710/1123] Compiling a_i2d_fp.cc
[711/1123] Compiling a_dup.cc
[712/1123] Compiling a_object.cc
[713/1123] Compiling a_int.cc
[714/1123] Compiling a_d2i_fp.cc
[715/1123] Compiling a_mbstr.cc
[716/1123] Compiling fiat_p256_adx_mul.S
[717/1123] Compiling fiat_p256_adx_sqr.S
[718/1123] Compiling a_gentm.cc
[719/1123] Compiling fiat_curve25519_adx_mul.S
[720/1123] Compiling fiat_curve25519_adx_square.S
[721/1123] Compiling md5-x86_64-linux.S
[721/1123] Compiling md5-x86_64-apple.S
[723/1123] Compiling md5-586-linux.S
[724/1123] Compiling a_bitstr.cc
[725/1123] Compiling md5-586-apple.S
[726/1123] Compiling chacha20_poly1305_armv8-win.S
[727/1123] Compiling chacha20_poly1305_x86_64-apple.S
[728/1123] Compiling chacha20_poly1305_x86_64-linux.S
[729/1123] Compiling chacha20_poly1305_armv8-linux.S
[730/1123] Compiling chacha20_poly1305_armv8-apple.S
[731/1123] Compiling a_bool.cc
[732/1123] Compiling CCryptoBoringSSLShims shims.c
[733/1123] Compiling chacha-x86_64-linux.S
[734/1123] Compiling chacha-x86_64-apple.S
[735/1123] Compiling chacha-x86-linux.S
[736/1123] Compiling chacha-x86-apple.S
[737/1123] Compiling chacha-armv8-win.S
[738/1123] Compiling chacha-armv8-linux.S
[739/1123] Compiling chacha-armv4-linux.S
[740/1123] Compiling chacha-armv8-apple.S
[741/1123] Compiling err_data.cc
[742/1123] Compiling aes128gcmsiv-x86_64-apple.S
[743/1123] Compiling aes128gcmsiv-x86_64-linux.S
[744/1123] Compiling x86_64-mont5-linux.S
[745/1123] Compiling x86_64-mont5-apple.S
[746/1123] Compiling x86_64-mont-linux.S
[747/1123] Compiling x86_64-mont-apple.S
[748/1123] Compiling x86-mont-apple.S
[749/1123] Compiling vpaes-x86_64-linux.S
[750/1123] Compiling x86-mont-linux.S
[751/1123] Compiling vpaes-x86-linux.S
[752/1123] Compiling vpaes-x86_64-apple.S
[753/1123] Compiling vpaes-armv8-win.S
[754/1123] Compiling vpaes-x86-apple.S
[755/1123] Compiling vpaes-armv8-apple.S
[756/1123] Compiling vpaes-armv7-linux.S
[757/1123] Compiling vpaes-armv8-linux.S
[758/1123] Compiling sha512-x86_64-linux.S
[759/1123] Compiling sha512-x86_64-apple.S
[760/1123] Compiling sha512-armv8-win.S
[761/1123] Compiling sha512-armv8-linux.S
[762/1123] Compiling sha512-armv8-apple.S
[763/1123] Compiling sha512-586-linux.S
[764/1123] Compiling sha512-586-apple.S
[765/1123] Compiling sha512-armv4-linux.S
[766/1123] Compiling sha256-x86_64-linux.S
[767/1123] Compiling sha256-x86_64-apple.S
[768/1123] Compiling sha256-armv8-win.S
[769/1123] Compiling sha256-armv8-linux.S
[770/1123] Compiling sha256-586-linux.S
[771/1123] Compiling sha256-armv4-linux.S
[772/1123] Compiling sha256-armv8-apple.S
[773/1123] Compiling sha1-x86_64-apple.S
[774/1123] Compiling sha1-armv8-win.S
[775/1123] Compiling sha256-586-apple.S
[776/1123] Compiling sha1-armv8-linux.S
[777/1123] Compiling sha1-armv4-large-linux.S
[778/1123] Compiling sha1-armv8-apple.S
[779/1123] Compiling sha1-x86_64-linux.S
[780/1123] Compiling sha1-586-linux.S
[781/1123] Compiling sha1-586-apple.S
[782/1123] Compiling rdrand-x86_64-linux.S
[783/1123] Compiling rsaz-avx2-linux.S
[784/1123] Compiling rsaz-avx2-apple.S
[785/1123] Compiling p256_beeu-x86_64-asm-apple.S
[785/1123] Compiling p256_beeu-x86_64-asm-linux.S
[787/1123] Compiling rdrand-x86_64-apple.S
[788/1123] Compiling p256-x86_64-asm-linux.S
[789/1123] Compiling p256_beeu-armv8-asm-apple.S
[790/1123] Compiling p256_beeu-armv8-asm-win.S
[791/1123] Compiling p256-x86_64-asm-apple.S
[792/1123] Compiling p256_beeu-armv8-asm-linux.S
[793/1123] Compiling p256-armv8-asm-win.S
[794/1123] Compiling p256-armv8-asm-linux.S
[795/1123] Compiling ghashv8-armv8-win.S
[796/1123] Compiling ghashv8-armv8-apple.S
[797/1123] Compiling ghashv8-armv8-linux.S
[798/1123] Compiling p256-armv8-asm-apple.S
[799/1123] Compiling ghashv8-armv7-linux.S
[800/1123] Compiling ghash-x86-linux.S
[801/1123] Compiling ghash-x86_64-linux.S
[802/1123] Compiling ghash-x86_64-apple.S
[803/1123] Compiling ghash-ssse3-x86_64-linux.S
[804/1123] Compiling ghash-x86-apple.S
[805/1123] Compiling ghash-ssse3-x86_64-apple.S
[806/1123] Compiling ghash-ssse3-x86-linux.S
[807/1123] Compiling ghash-ssse3-x86-apple.S
[808/1123] Compiling ghash-neon-armv8-win.S
[809/1123] Compiling ghash-neon-armv8-linux.S
[810/1123] Compiling ghash-armv4-linux.S
[811/1123] Compiling ghash-neon-armv8-apple.S
[812/1123] Compiling co-586-apple.S
[813/1123] Compiling co-586-linux.S
[814/1123] Compiling bn-armv8-win.S
[815/1123] Compiling bsaes-armv7-linux.S
[816/1123] Compiling bn-586-linux.S
[817/1123] Compiling bn-armv8-apple.S
[818/1123] Compiling bn-armv8-linux.S
[819/1123] Compiling armv8-mont-win.S
[820/1123] Compiling armv8-mont-linux.S
[821/1123] Compiling bn-586-apple.S
[822/1123] Compiling armv8-mont-apple.S
[823/1123] Compiling armv4-mont-linux.S
[824/1123] Compiling aesv8-gcm-armv8-linux.S
[825/1123] Compiling aesv8-gcm-armv8-win.S
[826/1123] Compiling aesv8-gcm-armv8-apple.S
[827/1123] Compiling aesv8-armv8-apple.S
[828/1123] Compiling aesv8-armv8-linux.S
[828/1123] Compiling aesv8-armv8-win.S
[830/1123] Compiling aesni-x86_64-apple.S
[831/1123] Compiling aesni-x86_64-linux.S
[832/1123] Compiling aesv8-armv7-linux.S
[833/1123] Compiling aesni-x86-apple.S
[834/1123] Compiling aesni-gcm-x86_64-linux.S
[835/1123] Compiling aesni-gcm-x86_64-apple.S
[836/1123] Compiling aesni-x86-linux.S
[837/1123] Compiling aes-gcm-avx512-x86_64-linux.S
[838/1123] Compiling aes-gcm-avx2-x86_64-linux.S
[839/1123] Compiling aes-gcm-avx512-x86_64-apple.S
[840/1123] Compiling aes-gcm-avx2-x86_64-apple.S
[841/1123] Compiling xwing.cc
[842/1123] Compiling x_sig.cc
[843/1123] Compiling x_x509a.cc
[844/1123] Compiling x_req.cc
[845/1123] Compiling x_spki.cc
[846/1123] Compiling c-nioatomics.c
[847/1123] Compiling c-atomics.c
[848/1123] Compiling x_x509.cc
[849/1123] Compiling x_pubkey.cc
[850/1129] Compiling x_name.cc
[851/1129] Compiling x_exten.cc
[853/1129] Compiling NIOConcurrencyHelpers lock.swift
[854/1129] Compiling NIOConcurrencyHelpers NIOLock.swift
[854/1129] Compiling x_all.cc
[855/1129] Compiling x_crl.cc
[857/1129] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[858/1129] Compiling NIOConcurrencyHelpers atomics.swift
[859/1129] Emitting module NIOConcurrencyHelpers
[860/1129] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[860/1130] Compiling x_attrib.cc
[862/1130] Compiling x509spki.cc
[863/1130] Compiling x_algor.cc
[864/1130] Compiling x509name.cc
[865/1130] Wrapping AST for NIOConcurrencyHelpers for debugging
[866/1132] Compiling x509rset.cc
[867/1195] Compiling x509cset.cc
[868/1195] Compiling x509_vpm.cc
[869/1195] Compiling x509_vfy.cc
[870/1195] Compiling x509_v3.cc
[871/1195] Compiling x509_txt.cc
[872/1195] Compiling x509_trs.cc
[873/1195] Compiling x509_set.cc
[874/1195] Compiling x509_req.cc
[875/1195] Compiling x509_obj.cc
[877/1195] Compiling NIOCore NIOCoreSendableMetatype.swift
[878/1195] Compiling NIOCore NIODecodedAsyncSequence.swift
[879/1195] Compiling NIOCore NIOLoopBound.swift
[880/1195] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[881/1195] Compiling NIOCore NIOScheduledCallback.swift
[882/1195] Compiling NIOCore NIOSendable.swift
[883/1195] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[884/1195] Compiling NIOCore RecvByteBufferAllocator.swift
[885/1203] Compiling NIOCore IPProtocol.swift
[886/1203] Compiling NIOCore IntegerBitPacking.swift
[887/1203] Compiling NIOCore IntegerTypes.swift
[888/1203] Compiling NIOCore Interfaces.swift
[889/1203] Compiling NIOCore Linux.swift
[890/1203] Compiling NIOCore MarkedCircularBuffer.swift
[891/1203] Compiling NIOCore MulticastChannel.swift
[892/1203] Compiling NIOCore NIOAny.swift
[893/1203] Compiling NIOCore NIOCloseOnErrorHandler.swift
[893/1203] Compiling x509_d2.cc
[894/1203] Compiling x509_def.cc
[895/1203] Compiling x509_lu.cc
[896/1203] Compiling x509_ext.cc
[898/1203] Emitting module ProcessSpawnSync
[898/1203] Compiling x509_att.cc
[899/1203] Compiling x509.cc
[900/1203] Compiling x509_cmp.cc
[902/1203] Compiling NIOCore EventLoopFuture+Deprecated.swift
[903/1203] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[904/1203] Compiling NIOCore EventLoopFuture.swift
[905/1203] Compiling NIOCore FileDescriptor.swift
[906/1203] Compiling NIOCore FileHandle.swift
[907/1203] Compiling NIOCore FileRegion.swift
[908/1203] Compiling NIOCore GlobalSingletons.swift
[909/1203] Compiling NIOCore IO.swift
[910/1203] Compiling NIOCore IOData.swift
[910/1203] Compiling v3_utl.cc
[911/1203] Compiling v3_skey.cc
[912/1203] Compiling v3_purp.cc
[914/1203] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[915/1203] Compiling NIOCore SocketAddresses.swift
[916/1203] Compiling NIOCore SocketOptionProvider.swift
[917/1203] Compiling NIOCore SystemCallHelpers.swift
[918/1203] Compiling NIOCore TimeAmount+Duration.swift
[919/1203] Compiling NIOCore TypeAssistedChannelHandler.swift
[920/1203] Compiling NIOCore UniversalBootstrapSupport.swift
[921/1203] Compiling NIOCore Utilities.swift
[921/1203] Compiling v3_prn.cc
[922/1203] Compiling v3_pmaps.cc
[923/1203] Compiling v3_pcons.cc
[925/1203] Compiling NIOCore CircularBuffer.swift
[926/1203] Compiling NIOCore Codec.swift
[927/1203] Compiling NIOCore ConvenienceOptionSupport.swift
[928/1203] Compiling NIOCore DeadChannel.swift
[929/1203] Compiling NIOCore DispatchQueue+WithFuture.swift
[930/1203] Compiling NIOCore EventLoop+Deprecated.swift
[931/1203] Compiling NIOCore EventLoop+SerialExecutor.swift
[932/1203] Compiling NIOCore EventLoop.swift
[933/1203] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[934/1203] Compiling ProcessSpawnSync ProcessSpawner.swift
[934/1204] Compiling v3_ocsp.cc
[936/1204] Compiling v3_lib.cc
[937/1204] Compiling v3_ncons.cc
[939/1204] Compiling NIOCore AddressedEnvelope.swift
[940/1204] Compiling NIOCore AsyncAwaitSupport.swift
[941/1204] Compiling NIOCore AsyncChannel.swift
[942/1204] Compiling NIOCore AsyncChannelHandler.swift
[943/1204] Compiling NIOCore AsyncChannelInboundStream.swift
[944/1204] Compiling NIOCore AsyncChannelOutboundWriter.swift
[945/1204] Compiling NIOCore NIOAsyncSequenceProducer.swift
[946/1204] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[947/1204] Compiling NIOCore NIOAsyncWriter.swift
[948/1204] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[949/1204] Compiling NIOCore BSDSocketAPI.swift
[950/1204] Compiling NIOCore ByteBuffer-aux.swift
[951/1204] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[952/1204] Compiling NIOCore ByteBuffer-conversions.swift
[953/1204] Compiling NIOCore ByteBuffer-core.swift
[954/1204] Compiling NIOCore ByteBuffer-hex.swift
[955/1204] Compiling NIOCore ByteBuffer-int.swift
[956/1204] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[956/1204] Wrapping AST for ProcessSpawnSync for debugging
[957/1204] Compiling v3_int.cc
[958/1204] Compiling v3_info.cc
[959/1204] Compiling v3_ia5.cc
[960/1204] Compiling v3_genn.cc
[961/1204] Compiling v3_enum.cc
[962/1204] Compiling v3_extku.cc
[963/1204] Compiling v3_crld.cc
[964/1204] Compiling v3_cpols.cc
[965/1204] Compiling v3_conf.cc
[966/1204] Compiling v3_bitst.cc
[967/1204] Compiling v3_bcons.cc
[968/1204] Compiling v3_alt.cc
[969/1204] Compiling v3_akeya.cc
[970/1204] Compiling v3_akey.cc
[971/1204] Compiling t_x509a.cc
[972/1204] Compiling t_x509.cc
[973/1204] Compiling t_req.cc
[974/1204] Compiling i2d_pr.cc
[975/1204] Compiling t_crl.cc
[976/1204] Compiling name_print.cc
[977/1204] Compiling rsa_pss.cc
[978/1204] Compiling policy.cc
[979/1204] Compiling by_dir.cc
[980/1204] Compiling asn1_gen.cc
[981/1204] Compiling by_file.cc
[983/1204] Emitting module NIOCore
[984/1204] Compiling NIOCore ByteBuffer-multi-int.swift
[985/1204] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[986/1204] Compiling NIOCore ByteBuffer-views.swift
[987/1204] Compiling NIOCore Channel.swift
[988/1204] Compiling NIOCore ChannelHandler.swift
[989/1204] Compiling NIOCore ChannelHandlers.swift
[990/1204] Compiling NIOCore ChannelInvoker.swift
[991/1204] Compiling NIOCore ChannelOption.swift
[992/1204] Compiling NIOCore ChannelPipeline.swift
[992/1204] Compiling a_sign.cc
[993/1205] Compiling algorithm.cc
[995/1205] Compiling thread_win.cc
[996/1205] Compiling a_digest.cc
[997/1205] Compiling a_verify.cc
[998/1205] Compiling thread_pthread.cc
[999/1209] Wrapping AST for NIOCore for debugging
[1000/1209] Compiling pmbtoken.cc
[1001/1259] Compiling voprf.cc
[1002/1259] Compiling thread_none.cc
[1003/1259] Compiling thread.cc
[1004/1259] Compiling trust_token.cc
[1005/1259] Compiling slhdsa.cc
[1006/1259] Compiling stack.cc
[1007/1259] Compiling sha512.cc
[1008/1259] Compiling siphash.cc
[1009/1259] Compiling sha256.cc
[1010/1259] Compiling sha1.cc
[1012/1259] Emitting module NIOEmbedded
[1012/1259] Compiling spake2plus.cc
[1013/1259] Compiling rsa_print.cc
[1014/1259] Compiling rsa_extra.cc
[1015/1259] Compiling rsa_crypt.cc
[1016/1259] Compiling rc4.cc
[1018/1259] Compiling NIOEmbedded Embedded.swift
[1019/1259] Compiling NIOEmbedded AsyncTestingChannel.swift
[1020/1259] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1020/1259] Compiling refcount.cc
[1021/1260] Compiling windows.cc
[1022/1260] Compiling urandom.cc
[1024/1260] Compiling trusty.cc
[1025/1260] Compiling rand.cc
[1027/1260] Compiling NIOPosix IO.swift
[1028/1260] Compiling NIOPosix IntegerBitPacking.swift
[1029/1260] Compiling NIOPosix IntegerTypes.swift
[1030/1260] Compiling NIOPosix Linux.swift
[1031/1260] Compiling NIOPosix LinuxCPUSet.swift
[1032/1260] Compiling NIOPosix LinuxUring.swift
[1033/1260] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1033/1266] Compiling ios.cc
[1034/1266] Wrapping AST for NIOEmbedded for debugging
[1035/1266] Compiling passive.cc
[1036/1266] Compiling getentropy.cc
[1037/1266] Compiling rsa_asn1.cc
[1038/1266] Compiling poly1305_arm_asm.S
[1039/1266] Compiling forkunsafe.cc
[1040/1266] Compiling deterministic.cc
[1041/1266] Compiling fork_detect.cc
[1042/1266] Compiling poly1305_vec.cc
[1043/1266] Compiling poly1305_arm.cc
[1044/1266] Compiling poly1305.cc
[1046/1266] Compiling NIOPosix ThreadWindows.swift
[1047/1266] Compiling NIOPosix UnsafeTransfer.swift
[1048/1266] Compiling NIOPosix Utilities.swift
[1049/1266] Compiling NIOPosix VsockAddress.swift
[1050/1266] Compiling NIOPosix VsockChannelEvents.swift
[1051/1266] Compiling NIOPosix Windows.swift
[1051/1266] Compiling pool.cc
[1052/1266] Compiling pkcs7.cc
[1054/1266] Emitting module NIOPosix
[1054/1266] Compiling pkcs7_x509.cc
[1055/1266] Compiling pkcs8.cc
[1056/1266] Compiling p5_pbev2.cc
[1058/1266] Compiling NIOPosix Socket.swift
[1059/1266] Compiling NIOPosix SocketChannel.swift
[1060/1266] Compiling NIOPosix SocketProtocols.swift
[1061/1266] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1062/1266] Compiling NIOPosix System.swift
[1063/1266] Compiling NIOPosix Thread.swift
[1064/1266] Compiling NIOPosix ThreadPosix.swift
[1065/1266] Compiling NIOPosix Pool.swift
[1066/1266] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1067/1266] Compiling NIOPosix PosixSingletons.swift
[1068/1266] Compiling NIOPosix RawSocketBootstrap.swift
[1069/1266] Compiling NIOPosix Resolver.swift
[1070/1266] Compiling NIOPosix Selectable.swift
[1071/1266] Compiling NIOPosix SelectableChannel.swift
[1072/1266] Compiling NIOPosix SelectableEventLoop.swift
[1073/1266] Compiling NIOPosix SelectorEpoll.swift
[1074/1266] Compiling NIOPosix SelectorGeneric.swift
[1075/1266] Compiling NIOPosix SelectorKqueue.swift
[1076/1266] Compiling NIOPosix SelectorUring.swift
[1077/1266] Compiling NIOPosix SelectorWSAPoll.swift
[1078/1266] Compiling NIOPosix ServerSocket.swift
[1078/1266] Compiling pkcs8_x509.cc
[1079/1266] Compiling pem_xaux.cc
[1080/1266] Compiling pem_x509.cc
[1082/1266] Compiling NIOPosix BSDSocketAPICommon.swift
[1083/1266] Compiling NIOPosix BSDSocketAPIPosix.swift
[1084/1266] Compiling NIOPosix BSDSocketAPIWindows.swift
[1085/1266] Compiling NIOPosix BaseSocket.swift
[1086/1266] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1087/1266] Compiling NIOPosix BaseSocketChannel.swift
[1088/1266] Compiling NIOPosix BaseStreamSocketChannel.swift
[1089/1266] Compiling NIOPosix Bootstrap.swift
[1090/1266] Compiling NIOPosix ControlMessage.swift
[1091/1266] Compiling NIOPosix DatagramVectorReadManager.swift
[1092/1266] Compiling NIOPosix Errors+Any.swift
[1093/1266] Compiling NIOPosix FileDescriptor.swift
[1094/1266] Compiling NIOPosix GetaddrinfoResolver.swift
[1095/1266] Compiling NIOPosix HappyEyeballs.swift
[1096/1266] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1097/1266] Compiling NIOPosix NIOThreadPool.swift
[1098/1266] Compiling NIOPosix NonBlockingFileIO.swift
[1099/1266] Compiling NIOPosix PendingDatagramWritesManager.swift
[1100/1266] Compiling NIOPosix PendingWritesManager.swift
[1101/1266] Compiling NIOPosix PipeChannel.swift
[1102/1266] Compiling NIOPosix PipePair.swift
[1102/1267] Compiling pem_oth.cc
[1103/1267] Compiling pem_pk8.cc
[1105/1267] Compiling pem_pkey.cc
[1106/1267] Compiling obj_xref.cc
[1107/1267] Compiling pem_info.cc
[1108/1267] Compiling mlkem.cc
[1109/1267] Compiling pem_lib.cc
[1110/1269] Wrapping AST for NIOPosix for debugging
[1111/1269] Compiling mldsa.cc
[1112/1269] Compiling pem_all.cc
[1114/1269] Compiling NIO Exports.swift
[1115/1269] Emitting module NIO
[1115/1269] Compiling mem.cc
[1116/1270] Compiling poly_rq_mul.S
[1118/1270] Compiling md5.cc
[1119/1270] Compiling lhash.cc
[1120/1270] Compiling md4.cc
[1121/1270] Compiling obj.cc
[1122/1276] Wrapping AST for NIO for debugging
[1123/1282] Compiling kyber.cc
[1124/1304] Compiling fips_shared_support.cc
[1126/1309] Compiling NIOTLS TLSEvents.swift
[1127/1309] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1128/1309] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1129/1309] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1130/1309] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1130/1309] Compiling hpke.cc
[1131/1309] Compiling fuzzer_mode.cc
[1132/1309] Compiling hrss.cc
[1134/1309] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1135/1310] Compiling NIOSOCKS SOCKSResponse.swift
[1136/1310] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1137/1310] Compiling NIOTLS SNIHandler.swift
[1138/1310] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1139/1310] Emitting module NIOTLS
[1140/1311] Compiling NIOSOCKS ClientStateMachine.swift
[1142/1311] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1143/1311] Compiling NIOHTTP1 HTTPDecoder.swift
[1144/1311] Compiling NIOSOCKS ServerStateMachine.swift
[1145/1311] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1146/1311] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1147/1311] Emitting module NIOSOCKS
[1148/1311] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1149/1311] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1149/1313] Compiling ex_data.cc
[1151/1313] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1152/1313] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1153/1313] Compiling NIOHTTP1 HTTPEncoder.swift
[1154/1313] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1154/1314] Compiling scrypt.cc
[1156/1314] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1157/1314] Emitting module NIOFoundationCompat
[1158/1315] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1159/1315] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1163/1344] Wrapping AST for NIOTLS for debugging
[1164/1344] Compiling sign.cc
[1165/1344] Wrapping AST for NIOFoundationCompat for debugging
[1166/1344] Wrapping AST for NIOSOCKS for debugging
[1167/1344] Compiling print.cc
[1169/1366] Compiling NIOTransportServices NIOTSBootstraps.swift
[1170/1366] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1171/1366] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1172/1368] Emitting module NIOTransportServices
[1173/1368] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1174/1368] Compiling NIOTransportServices NIOTSErrors.swift
[1175/1368] Compiling NIOTransportServices NIOTSEventLoop.swift
[1175/1368] Compiling pbkdf.cc
[1177/1368] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1178/1368] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1179/1368] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1180/1368] Compiling NIOTransportServices StateManagedChannel.swift
[1181/1368] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1182/1368] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1183/1368] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1184/1368] Compiling NIOTransportServices NIOTSSingletons.swift
[1185/1368] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1186/1368] Compiling NIOTransportServices AcceptHandler.swift
[1187/1368] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1188/1368] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1189/1368] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1190/1368] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1191/1368] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1192/1368] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1193/1368] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1202/1369] Compiling p_x25519_asn1.cc
[1203/1369] Compiling p_x25519.cc
[1204/1369] Wrapping AST for NIOTransportServices for debugging
[1205/1369] Compiling p_rsa_asn1.cc
[1210/1369] Emitting module NIOHTTP1
[1211/1370] Compiling p_rsa.cc
[1212/1370] Compiling p_hkdf.cc
[1213/1377] Compiling p_ed25519_asn1.cc
[1214/1388] Compiling p_ed25519.cc
[1215/1388] Compiling p_ec_asn1.cc
[1216/1388] Wrapping AST for NIOHTTP1 for debugging
[1218/1388] Emitting module NIOSSL
[1219/1392] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1219/1392] Compiling p_ec.cc
[1221/1392] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1222/1392] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1223/1392] Compiling NIOHPACK IndexedHeaderTable.swift
[1224/1392] Compiling NIOHPACK IntegerCoding.swift
[1225/1393] Compiling NIOHTTPCompression HTTPDecompression.swift
[1226/1393] Emitting module NIOHTTPCompression
[1227/1393] Compiling NIOHTTPCompression HTTPCompression.swift
[1231/1393] Compiling NIOSSL SafeCompare.swift
[1232/1393] Compiling NIOSSL SSLPrivateKey.swift
[1233/1393] Compiling NIOSSL SSLPublicKey.swift
[1234/1393] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1235/1393] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1236/1393] Compiling NIOHPACK HuffmanTables.swift
[1237/1393] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1238/1394] Compiling NIOHPACK StaticHeaderTable.swift
[1239/1394] Compiling NIOHPACK HuffmanCoding.swift
[1240/1394] Compiling NIOHPACK DynamicHeaderTable.swift
[1241/1394] Compiling NIOHPACK HPACKDecoder.swift
[1243/1394] Emitting module NIOHPACK
[1243/1394] Compiling p_dh_asn1.cc
[1244/1394] Compiling p_dh.cc
[1245/1394] Compiling p_dsa_asn1.cc
[1246/1394] Wrapping AST for NIOHTTPCompression for debugging
[1248/1394] Compiling NIOHPACK HPACKHeader.swift
[1249/1394] Compiling NIOHPACK HeaderTables.swift
[1262/1394] Compiling NIOHPACK HPACKEncoder.swift
[1263/1394] Compiling NIOHPACK HPACKErrors.swift
[1272/1395] Compiling evp_ctx.cc
[1273/1395] Wrapping AST for NIOHPACK for debugging
[1274/1395] Compiling err.cc
[1275/1395] Compiling engine.cc
[1276/1455] Compiling ecdsa_p1363.cc
[1277/1455] Compiling evp.cc
[1278/1455] Compiling evp_asn1.cc
[1279/1455] Compiling ecdh.cc
[1281/1455] Compiling NIOHTTP2 Error+Any.swift
[1282/1455] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1283/1455] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1284/1455] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1285/1456] Compiling ecdsa_asn1.cc
[1287/1456] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1288/1456] Compiling NIOHTTP2 HasLocalSettings.swift
[1289/1456] Compiling NIOHTTP2 HasRemoteSettings.swift
[1290/1456] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1291/1456] Compiling NIOHTTP2 QuiescingState.swift
[1292/1456] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1293/1456] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1294/1456] Compiling NIOHTTP2 StateMachineResult.swift
[1295/1456] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1295/1456] Compiling ec_derive.cc
[1296/1464] Compiling ec_asn1.cc
[1297/1464] Wrapping AST for NIOSSL for debugging
[1298/1464] Compiling hash_to_curve.cc
[1299/1464] Compiling dsa_asn1.cc
[1300/1464] Compiling dsa.cc
[1301/1464] Compiling params.cc
[1302/1464] Compiling digest_extra.cc
[1303/1464] Compiling des.cc
[1304/1464] Compiling x25519-asm-arm.S
[1305/1464] Compiling dh_asn1.cc
[1306/1464] Compiling cpu_intel.cc
[1307/1464] Compiling crypto.cc
[1308/1464] Compiling spake25519.cc
[1309/1464] Compiling cpu_arm_linux.cc
[1310/1464] Compiling curve25519.cc
[1312/1464] Compiling NIOHTTP2 MaySendFrames.swift
[1313/1464] Compiling NIOHTTP2 SendingDataState.swift
[1314/1464] Compiling NIOHTTP2 SendingGoawayState.swift
[1315/1464] Compiling NIOHTTP2 SendingHeadersState.swift
[1316/1464] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1317/1464] Compiling NIOHTTP2 SendingRstStreamState.swift
[1318/1464] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1319/1464] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1320/1464] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1321/1464] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1322/1464] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1323/1464] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1324/1464] Compiling NIOHTTP2 StreamChannelList.swift
[1325/1464] Compiling NIOHTTP2 StreamMap.swift
[1326/1464] Compiling NIOHTTP2 StreamStateMachine.swift
[1327/1464] Compiling NIOHTTP2 UnsafeTransfer.swift
[1328/1464] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1328/1464] Compiling cpu_arm_freebsd.cc
[1329/1464] Compiling cpu_aarch64_win.cc
[1330/1464] Compiling curve25519_64_adx.cc
[1331/1464] Compiling cpu_aarch64_openbsd.cc
[1332/1464] Compiling cpu_aarch64_sysreg.cc
[1333/1464] Compiling cpu_aarch64_linux.cc
[1335/1464] Emitting module NIOHTTP2
[1336/1464] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1337/1464] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1338/1464] Compiling NIOHTTP2 MayReceiveFrames.swift
[1339/1464] Compiling NIOHTTP2 ReceivingDataState.swift
[1340/1464] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1341/1464] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1342/1464] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1343/1464] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1344/1464] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1344/1464] Compiling cpu_aarch64_apple.cc
[1345/1464] Compiling cpu_aarch64_fuchsia.cc
[1347/1464] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1348/1464] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1349/1464] Compiling NIOHTTP2 HTTP2StreamID.swift
[1350/1464] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1351/1464] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1352/1464] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1353/1464] Compiling NIOHTTP2 InboundEventBuffer.swift
[1354/1464] Compiling NIOHTTP2 InboundWindowManager.swift
[1354/1464] Compiling tls_cbc.cc
[1355/1464] Compiling get_cipher.cc
[1356/1464] Compiling conf.cc
[1357/1464] Compiling e_tls.cc
[1358/1464] Compiling e_rc4.cc
[1359/1464] Compiling e_null.cc
[1360/1464] Compiling e_rc2.cc
[1361/1464] Compiling e_des.cc
[1362/1464] Compiling cms.cc
[1363/1464] Compiling e_aesgcmsiv.cc
[1364/1464] Compiling e_chacha20poly1305.cc
[1366/1464] Compiling NIOHTTP2 HTTP2Frame.swift
[1367/1464] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1368/1464] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1369/1464] Compiling NIOHTTP2 HTTP2PingData.swift
[1370/1464] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1371/1464] Compiling NIOHTTP2 HTTP2Settings.swift
[1372/1464] Compiling NIOHTTP2 HTTP2Stream.swift
[1373/1464] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1373/1464] Compiling e_aesctrhmac.cc
[1374/1464] Compiling derive_key.cc
[1375/1464] Compiling e_aeseax.cc
[1376/1464] Compiling chacha.cc
[1377/1464] Compiling unicode.cc
[1378/1464] Compiling cbs.cc
[1379/1464] Compiling ber.cc
[1380/1464] Compiling buf.cc
[1381/1464] Compiling asn1_compat.cc
[1382/1464] Compiling cbb.cc
[1383/1464] Compiling sqrt.cc
[1384/1464] Compiling div.cc
[1385/1464] Compiling exponentiation.cc
[1387/1464] Compiling NIOHTTP2 DOSHeuristics.swift
[1392/1464] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1393/1464] Compiling NIOHTTP2 GlitchesMonitor.swift
[1394/1464] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1395/1464] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1396/1464] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1397/1464] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1398/1464] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1399/1464] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1400/1464] Compiling NIOHTTP2 HTTP2Error.swift
[1401/1464] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1402/1464] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1402/1465] Compiling printf.cc
[1404/1465] Compiling blake2.cc
[1405/1465] Compiling bn_asn1.cc
[1406/1465] Compiling pair.cc
[1407/1465] Compiling convert.cc
[1408/1465] Compiling hexdump.cc
[1409/1465] Wrapping AST for NIOHTTP2 for debugging
[1410/1465] Compiling file.cc
[1411/1465] Compiling fd.cc
[1412/1465] Compiling errno.cc
[1413/1465] Compiling bio_mem.cc
[1414/1465] Compiling bio.cc
[1415/1465] Compiling base64.cc
[1416/1465] Compiling tasn_utl.cc
[1417/1465] Compiling tasn_typ.cc
[1418/1465] Compiling tasn_fre.cc
[1419/1465] Compiling tasn_new.cc
[1420/1465] Compiling tasn_enc.cc
[1421/1465] Compiling f_string.cc
[1422/1465] Compiling posix_time.cc
[1423/1465] Compiling f_int.cc
[1424/1465] Compiling asn1_par.cc
[1425/1465] Compiling asn_pack.cc
[1426/1465] Compiling tasn_dec.cc
[1427/1465] Compiling a_utctm.cc
[1428/1465] Compiling asn1_lib.cc
[1429/1465] Compiling a_type.cc
[1430/1465] Compiling a_octet.cc
[1431/1465] Compiling a_strex.cc
[1432/1465] Compiling a_time.cc
[1433/1465] Compiling a_i2d_fp.cc
[1434/1465] Compiling a_object.cc
[1435/1465] Compiling a_int.cc
[1436/1465] Compiling a_mbstr.cc
[1437/1465] Compiling a_strnid.cc
[1438/1465] Compiling a_dup.cc
[1439/1465] Compiling a_d2i_fp.cc
[1439/1465] Write sources
[1442/1465] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1443/1465] Wrapping AST for Atomics for debugging
[1444/1465] Write sources
[1445/1465] Compiling a_gentm.cc
[1445/1465] Write sources
[1448/1465] Wrapping AST for AsyncAlgorithms for debugging
[1449/1471] Compiling aes.cc
[1451/1500] Compiling AsyncProcess EOFSequence.swift
[1451/1501] Compiling a_bitstr.cc
[1452/1501] Compiling a_bool.cc
[1454/1501] Emitting module ArgumentParserToolInfo
[1455/1501] Compiling AsyncProcess ChunkSequence.swift
[1456/1501] Compiling AsyncProcess ProcessExit.swift
[1457/1501] Compiling AsyncProcess StructuredConcurrencyHelpers.swift
[1458/1501] Emitting module AsyncProcess
[1459/1501] Compiling AsyncProcess FileContentStream.swift
/host/spi-builder-workspace/Sources/AsyncProcess/FileContentStream.swift:110:9: warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
108 |       }
109 |       let fileHandle = NIOLoopBound(
110 |         NIOFileHandle(descriptor: dupedFD),
    |         `- warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
111 |         eventLoop: eventLoop
112 |       )
[1460/1501] Compiling AsyncProcess ProcessExecutor+Convenience.swift
[1461/1501] Compiling AsyncProcess NIOAsyncPipeWriter.swift
[1462/1501] Compiling Algorithms Split.swift
[1463/1501] Compiling Algorithms Stride.swift
[1464/1501] Compiling Algorithms Suffix.swift
[1465/1504] Compiling Algorithms RandomSample.swift
[1466/1504] Compiling Algorithms Reductions.swift
[1467/1504] Compiling Algorithms Rotate.swift
[1468/1504] Compiling Algorithms Compacted.swift
[1469/1504] Compiling Algorithms Cycle.swift
[1470/1504] Compiling Algorithms EitherSequence.swift
[1471/1504] Compiling Algorithms FirstNonNil.swift
[1472/1504] Compiling Algorithms FlattenCollection.swift
[1473/1504] Compiling Algorithms Grouped.swift
[1474/1504] Compiling Algorithms Indexed.swift
[1475/1504] Compiling Algorithms Intersperse.swift
[1476/1504] Compiling ArgumentParserToolInfo ToolInfo.swift
[1476/1505] Compiling bcm.cc
[1479/1505] Compiling AsyncProcess ProcessExecutor.swift
[1480/1505] Compiling Algorithms Joined.swift
[1481/1505] Compiling Algorithms Keyed.swift
[1482/1505] Compiling Algorithms MinMax.swift
[1483/1505] Compiling Algorithms Partition.swift
[1484/1505] Compiling Algorithms Permutations.swift
[1485/1505] Compiling Algorithms Product.swift
[1485/1514] Wrapping AST for ArgumentParserToolInfo for debugging
[1488/1558] Compiling ArgumentParser BashCompletionsGenerator.swift
[1489/1558] Compiling ArgumentParser CompletionsGenerator.swift
[1490/1558] Compiling ArgumentParser FishCompletionsGenerator.swift
[1491/1558] Compiling ArgumentParser OptionGroup.swift
[1492/1558] Compiling ArgumentParser AsyncParsableCommand.swift
[1493/1558] Compiling ArgumentParser CommandConfiguration.swift
[1494/1558] Compiling ArgumentParser CommandGroup.swift
[1494/1558] Wrapping AST for AsyncProcess for debugging
[1496/1558] Emitting module Algorithms
[1497/1559] Wrapping AST for Algorithms for debugging
[1499/1622] Compiling CryptoBoringWrapper RandomBytes.swift
[1500/1622] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1501/1622] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1502/1622] Emitting module ArgumentParser
[1503/1628] Emitting module CryptoBoringWrapper
[1504/1628] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1505/1628] Compiling CryptoBoringWrapper EllipticCurve.swift
[1506/1628] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1507/1628] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1508/1629] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1509/1629] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1510/1629] Compiling AsyncHTTPClient HTTP1Connection.swift
[1511/1629] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1512/1629] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1513/1629] Compiling AsyncHTTPClient HTTP2Connection.swift
[1515/1629] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1516/1629] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1517/1629] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1518/1629] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1519/1629] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1520/1629] Compiling AsyncHTTPClient ConnectionTarget.swift
[1520/1629] Wrapping AST for CryptoBoringWrapper for debugging
[1522/1659] Emitting module AsyncHTTPClient
[1523/1708] Compiling Crypto HPKE-KeySchedule.swift
[1524/1708] Compiling Crypto HPKE-Modes.swift
[1525/1708] Compiling Crypto Insecure.swift
[1526/1708] Compiling Crypto Insecure_HashFunctions.swift
[1527/1708] Compiling Crypto KEM.swift
[1528/1708] Compiling Crypto ECDH_boring.swift
[1529/1708] Compiling Crypto ECDSASignature.swift
[1530/1708] Compiling Crypto PEMDocument.swift
[1531/1708] Compiling Crypto PKCS8PrivateKey.swift
[1532/1708] Compiling Crypto SEC1PrivateKey.swift
[1533/1708] Compiling Crypto SubjectPublicKeyInfo.swift
[1534/1708] Compiling Crypto CryptoError_boring.swift
[1535/1708] Compiling Crypto CryptoKitErrors.swift
[1536/1708] Compiling Crypto Digest_boring.swift
[1537/1708] Compiling Crypto HMAC.swift
[1538/1708] Compiling Crypto MACFunctions.swift
[1539/1708] Compiling Crypto MessageAuthenticationCode.swift
[1540/1708] Compiling Crypto AES.swift
[1541/1708] Compiling Crypto ECDSASignature_boring.swift
[1542/1708] Compiling Crypto ECDSA_boring.swift
[1543/1708] Compiling Crypto EdDSA_boring.swift
[1544/1708] Compiling Crypto ECDSA.swift
[1545/1708] Compiling Crypto HPKE-Utils.swift
[1546/1708] Compiling Crypto DHKEM.swift
[1547/1708] Compiling Crypto HPKE-KEM-Curve25519.swift
[1548/1708] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1549/1708] Compiling Crypto HPKE-KEM.swift
[1550/1708] Compiling Crypto HPKE-Errors.swift
[1551/1708] Compiling Crypto HPKE.swift
[1552/1708] Compiling Crypto HPKE-Context.swift
[1554/1708] Compiling Crypto HPKE-Ciphersuite.swift
[1555/1708] Compiling Crypto HPKE-KDF.swift
[1556/1708] Compiling Crypto HPKE-KexKeyDerivation.swift
[1557/1708] Compiling Crypto HPKE-LabeledExtract.swift
[1560/1708] Compiling Crypto HPKE-AEAD.swift
[1576/1718] Compiling Crypto Digest.swift
[1577/1718] Compiling Crypto Digests.swift
[1578/1718] Compiling Crypto HashFunctions.swift
[1579/1718] Compiling Crypto HashFunctions_SHA2.swift
[1580/1718] Emitting module Crypto
[1581/1718] Compiling Crypto X25519Keys.swift
[1582/1718] Compiling Crypto SymmetricKeys.swift
[1591/1718] Compiling Crypto AES-GCM.swift
[1592/1718] Compiling Crypto AES-GCM_boring.swift
[1593/1718] Compiling Crypto ChaChaPoly_boring.swift
[1594/1718] Compiling Crypto ChaChaPoly.swift
[1595/1718] Compiling Crypto Cipher.swift
[1596/1718] Compiling Crypto Nonces.swift
[1597/1718] Compiling Crypto ASN1.swift
[1598/1718] Compiling Crypto ASN1Any.swift
[1599/1718] Compiling Crypto ASN1BitString.swift
[1600/1718] Compiling Crypto ASN1Boolean.swift
[1601/1718] Compiling Crypto ASN1Identifier.swift
[1602/1718] Compiling Crypto ASN1Integer.swift
[1603/1718] Compiling Crypto ASN1Null.swift
[1604/1718] Compiling Crypto ASN1OctetString.swift
[1605/1718] Compiling Crypto ASN1Strings.swift
[1606/1718] Compiling Crypto ArraySliceBigint.swift
[1607/1718] Compiling Crypto GeneralizedTime.swift
[1608/1718] Compiling Crypto ObjectIdentifier.swift
[1623/1718] Compiling Crypto DH.swift
[1624/1718] Compiling Crypto ECDH.swift
[1625/1718] Compiling Crypto HKDF.swift
[1626/1718] Compiling Crypto AESWrap.swift
[1627/1718] Compiling Crypto AESWrap_boring.swift
[1628/1718] Compiling Crypto Ed25519_boring.swift
[1629/1718] Compiling Crypto NISTCurvesKeys_boring.swift
[1630/1718] Compiling Crypto X25519Keys_boring.swift
[1631/1718] Compiling Crypto Curve25519.swift
[1632/1718] Compiling Crypto Ed25519Keys.swift
[1633/1718] Compiling Crypto NISTCurvesKeys.swift
[1682/1720] Wrapping AST for AsyncHTTPClient for debugging
[1683/1720] Wrapping AST for ArgumentParser for debugging
[1705/1720] Compiling Crypto Ed25519.swift
[1706/1720] Compiling Crypto Signature.swift
[1707/1720] Compiling Crypto CryptoKitErrors_boring.swift
[1708/1720] Compiling Crypto RNG_boring.swift
[1709/1720] Compiling Crypto SafeCompare_boring.swift
[1710/1720] Compiling Crypto Zeroization_boring.swift
[1711/1720] Compiling Crypto PrettyBytes.swift
[1712/1720] Compiling Crypto SafeCompare.swift
[1713/1720] Compiling Crypto SecureBytes.swift
[1714/1720] Compiling Crypto Zeroization.swift
[1715/1737] Wrapping AST for Crypto for debugging
[1717/1737] Emitting module Helpers
[1718/1739] Compiling Helpers MockFileSystem.swift
[1719/1739] Compiling Helpers OSFileSystem.swift
[1720/1739] Compiling Helpers AsyncFileSystem.swift
[1721/1739] Compiling Helpers ConcurrencySupport.swift
[1722/1739] Compiling Helpers OpenReadableFile.swift
[1723/1739] Compiling Helpers OpenWritableFile.swift
[1724/1739] Compiling Helpers QueryEngine.swift
[1725/1739] Compiling Helpers SQLite.swift
[1726/1739] Compiling Helpers ReadableFileStream.swift
[1727/1739] Compiling Helpers WritableStream.swift
[1728/1739] Compiling Helpers ThrowingDefer.swift
[1729/1739] Compiling Helpers CacheKey.swift
[1730/1739] Compiling Helpers FileCacheRecord.swift
[1731/1739] Compiling Helpers FileLock.swift
[1732/1739] Compiling Helpers Query.swift
[1733/1739] Compiling Helpers SQLiteBackedCache.swift
[1734/1739] Compiling Helpers Triple.swift
[1735/1740] Wrapping AST for Helpers for debugging
[1737/1769] Emitting module SwiftSDKGenerator
[1738/1773] Compiling SwiftSDKGenerator LinuxDistribution.swift
[1739/1773] Compiling SwiftSDKGenerator Triple.swift
[1740/1773] Compiling SwiftSDKGenerator VersionsConfiguration.swift
[1741/1773] Compiling SwiftSDKGenerator CMakeBuildQuery.swift
[1742/1773] Compiling SwiftSDKGenerator DownloadableArtifacts.swift
[1743/1773] Compiling SwiftSDKGenerator ArtifactsArchiveMetadata.swift
[1744/1773] Compiling SwiftSDKGenerator String+hasAnyPrefix.swift
[1745/1773] Compiling SwiftSDKGenerator SwiftSDKGenerator+Copy.swift
[1746/1773] Compiling SwiftSDKGenerator SwiftSDKGenerator+Unpack.swift
[1747/1773] Compiling SwiftSDKGenerator SwiftSDKGenerator.swift
[1748/1773] Compiling SwiftSDKGenerator PathsConfiguration.swift
[1749/1773] Compiling SwiftSDKGenerator FreeBSD.swift
[1750/1773] Compiling SwiftSDKGenerator HTTPClient+Download.swift
[1751/1773] Compiling SwiftSDKGenerator Shell.swift
[1752/1773] Compiling SwiftSDKGenerator UnixName.swift
[1753/1773] Compiling SwiftSDKGenerator which.swift
[1754/1773] Compiling SwiftSDKGenerator Toolset.swift
[1755/1773] Compiling SwiftSDKGenerator FreeBSDRecipe.swift
[1756/1773] Compiling SwiftSDKGenerator LinuxRecipe.swift
[1757/1773] Compiling SwiftSDKGenerator SwiftSDKRecipe.swift
[1758/1773] Compiling SwiftSDKGenerator DownloadArtifactQuery.swift
[1759/1773] Compiling SwiftSDKGenerator DownloadFileQuery.swift
[1760/1773] Compiling SwiftSDKGenerator TarExtractQuery.swift
[1761/1773] Compiling SwiftSDKGenerator SwiftSDKMetadata.swift
[1762/1773] Compiling SwiftSDKGenerator WebAssemblyRecipe.swift
[1763/1773] Compiling SwiftSDKGenerator ByteBuffer+Utils.swift
[1764/1773] Compiling SwiftSDKGenerator FileOperationError.swift
[1765/1773] Compiling SwiftSDKGenerator GeneratorError.swift
[1766/1773] Compiling SwiftSDKGenerator SwiftSDKGenerator+Download.swift
[1767/1773] Compiling SwiftSDKGenerator SwiftSDKGenerator+Entrypoint.swift
[1768/1773] Compiling SwiftSDKGenerator SwiftSDKGenerator+Fixup.swift
[1769/1773] Compiling SwiftSDKGenerator SwiftSDKGenerator+Metadata.swift
[1770/1774] Wrapping AST for SwiftSDKGenerator for debugging
[1772/1776] Emitting module GeneratorCLI
[1773/1776] Compiling GeneratorCLI GeneratorCLI.swift
[1774/1777] Wrapping AST for GeneratorCLI for debugging
[1775/1777] Write Objects.LinkFileList
[1776/1777] Linking swift-sdk-generator
Build complete! (353.61s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "exact" : [
          "1.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.65.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "swift-sdk-generator",
  "name" : "swift-sdk-generator",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-sdk-generator",
      "targets" : [
        "GeneratorCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SystemSQLite",
      "module_type" : "SystemLibraryTarget",
      "name" : "SystemSQLite",
      "path" : "Sources/SystemSQLite",
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "SwiftSDKGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDKGeneratorTests",
      "path" : "Tests/SwiftSDKGeneratorTests",
      "sources" : [
        "ArchitectureMappingTests.swift",
        "EndToEndTests.swift",
        "Generator/SwiftSDKGenerator+MetadataTests.swift",
        "SwiftSDKRecipes/LinuxRecipeTests.swift",
        "SwiftSDKRecipes/WebAssemblyRecipe.swift"
      ],
      "target_dependencies" : [
        "SwiftSDKGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSDKGenerator",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDKGenerator",
      "path" : "Sources/SwiftSDKGenerator",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "NIOHTTP1",
        "Logging",
        "SystemPackage",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "Artifacts/DownloadableArtifacts.swift",
        "ArtifactsArchiveMetadata.swift",
        "Extensions/String+hasAnyPrefix.swift",
        "Generator/SwiftSDKGenerator+Copy.swift",
        "Generator/SwiftSDKGenerator+Download.swift",
        "Generator/SwiftSDKGenerator+Entrypoint.swift",
        "Generator/SwiftSDKGenerator+Fixup.swift",
        "Generator/SwiftSDKGenerator+Metadata.swift",
        "Generator/SwiftSDKGenerator+Unpack.swift",
        "Generator/SwiftSDKGenerator.swift",
        "PathsConfiguration.swift",
        "PlatformModels/FreeBSD.swift",
        "PlatformModels/LinuxDistribution.swift",
        "PlatformModels/Triple.swift",
        "PlatformModels/VersionsConfiguration.swift",
        "Queries/CMakeBuildQuery.swift",
        "Queries/DownloadArtifactQuery.swift",
        "Queries/DownloadFileQuery.swift",
        "Queries/TarExtractQuery.swift",
        "Serialization/SwiftSDKMetadata.swift",
        "Serialization/Toolset.swift",
        "SwiftSDKRecipes/FreeBSDRecipe.swift",
        "SwiftSDKRecipes/LinuxRecipe.swift",
        "SwiftSDKRecipes/SwiftSDKRecipe.swift",
        "SwiftSDKRecipes/WebAssemblyRecipe.swift",
        "SystemUtils/ByteBuffer+Utils.swift",
        "SystemUtils/FileOperationError.swift",
        "SystemUtils/GeneratorError.swift",
        "SystemUtils/HTTPClient+Download.swift",
        "SystemUtils/Shell.swift",
        "SystemUtils/UnixName.swift",
        "SystemUtils/which.swift"
      ],
      "target_dependencies" : [
        "AsyncProcess",
        "Helpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProcessSpawnSync",
      "module_type" : "SwiftTarget",
      "name" : "ProcessSpawnSync",
      "path" : "Sources/ProcessSpawnSync",
      "product_dependencies" : [
        "Atomics",
        "NIOConcurrencyHelpers"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "ProcessSpawner.swift"
      ],
      "target_dependencies" : [
        "CProcessSpawnSync"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HelpersTests",
      "module_type" : "SwiftTarget",
      "name" : "HelpersTests",
      "path" : "Tests/HelpersTests",
      "sources" : [
        "ThrowingDeferTests.swift"
      ],
      "target_dependencies" : [
        "Helpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Helpers",
      "module_type" : "SwiftTarget",
      "name" : "Helpers",
      "path" : "Sources/Helpers",
      "product_dependencies" : [
        "Crypto",
        "Logging",
        "SystemPackage",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "ThrowingDefer.swift",
        "Vendor/QueryEngine/CacheKey.swift",
        "Vendor/QueryEngine/FileCacheRecord.swift",
        "Vendor/QueryEngine/FileLock.swift",
        "Vendor/QueryEngine/Query.swift",
        "Vendor/QueryEngine/QueryEngine.swift",
        "Vendor/QueryEngine/SQLite.swift",
        "Vendor/QueryEngine/SQLiteBackedCache.swift",
        "Vendor/Triple.swift",
        "Vendor/_AsyncFileSystem/AsyncFileSystem.swift",
        "Vendor/_AsyncFileSystem/ConcurrencySupport.swift",
        "Vendor/_AsyncFileSystem/MockFileSystem.swift",
        "Vendor/_AsyncFileSystem/OSFileSystem.swift",
        "Vendor/_AsyncFileSystem/OpenReadableFile.swift",
        "Vendor/_AsyncFileSystem/OpenWritableFile.swift",
        "Vendor/_AsyncFileSystem/ReadableFileStream.swift",
        "Vendor/_AsyncFileSystem/WritableStream.swift"
      ],
      "target_dependencies" : [
        "SystemSQLite"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GeneratorEngineTests",
      "module_type" : "SwiftTarget",
      "name" : "GeneratorEngineTests",
      "path" : "Tests/GeneratorEngineTests",
      "sources" : [
        "EngineTests.swift"
      ],
      "target_dependencies" : [
        "Helpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeneratorCLI",
      "module_type" : "SwiftTarget",
      "name" : "GeneratorCLI",
      "path" : "Sources/GeneratorCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "GeneratorCLI.swift"
      ],
      "target_dependencies" : [
        "SwiftSDKGenerator"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CProcessSpawnSync",
      "module_type" : "ClangTarget",
      "name" : "CProcessSpawnSync",
      "path" : "Sources/CProcessSpawnSync",
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "spawner.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncProcessTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncProcessTests",
      "path" : "Tests/AsyncProcessTests",
      "product_dependencies" : [
        "Atomics",
        "AsyncAlgorithms",
        "NIO",
        "NIOConcurrencyHelpers",
        "Logging"
      ],
      "sources" : [
        "AsyncByteBufferLineSequenceTests.swift",
        "Helpers+LogRecorderHandler.swift",
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "AsyncProcess"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncProcess",
      "module_type" : "SwiftTarget",
      "name" : "AsyncProcess",
      "path" : "Sources/AsyncProcess",
      "product_dependencies" : [
        "Atomics",
        "AsyncAlgorithms",
        "Logging",
        "NIO",
        "DequeModule",
        "SystemPackage"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "ChunkSequence.swift",
        "EOFSequence.swift",
        "FileContentStream.swift",
        "NIOAsyncPipeWriter.swift",
        "ProcessExecutor+Convenience.swift",
        "ProcessExecutor.swift",
        "ProcessExit.swift",
        "StructuredConcurrencyHelpers.swift"
      ],
      "target_dependencies" : [
        "ProcessSpawnSync"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.