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

Failed to build swift-sdk-generator, reference main (6b6395), with Swift 6.1 for Android on 20 Jun 2025 19:17:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-sdk-generator.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/swiftlang/swift-sdk-generator
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6b63954 generator: Use Swift 6.1.2 by default (#220)
Cloned https://github.com/swiftlang/swift-sdk-generator.git
Revision (git rev-parse @):
6b63954f1c0d9ca77f8365622312589e0317337d
SUCCESS checkout https://github.com/swiftlang/swift-sdk-generator.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swiftlang/swift-sdk-generator.git
https://github.com/swiftlang/swift-sdk-generator.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "exact" : [
          "1.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.65.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "swift-sdk-generator",
  "name" : "swift-sdk-generator",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-sdk-generator",
      "targets" : [
        "GeneratorCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SystemSQLite",
      "module_type" : "SystemLibraryTarget",
      "name" : "SystemSQLite",
      "path" : "Sources/SystemSQLite",
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "SwiftSDKGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDKGeneratorTests",
      "path" : "Tests/SwiftSDKGeneratorTests",
      "sources" : [
        "ArchitectureMappingTests.swift",
        "EndToEndTests.swift",
        "Generator/SwiftSDKGenerator+MetadataTests.swift",
        "SwiftSDKRecipes/LinuxRecipeTests.swift",
        "SwiftSDKRecipes/WebAssemblyRecipe.swift"
      ],
      "target_dependencies" : [
        "SwiftSDKGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSDKGenerator",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSDKGenerator",
      "path" : "Sources/SwiftSDKGenerator",
      "product_dependencies" : [
        "AsyncAlgorithms",
        "NIOHTTP1",
        "Logging",
        "SystemPackage",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "Artifacts/DownloadableArtifacts.swift",
        "ArtifactsArchiveMetadata.swift",
        "Extensions/String+hasAnyPrefix.swift",
        "Generator/SwiftSDKGenerator+Copy.swift",
        "Generator/SwiftSDKGenerator+Download.swift",
        "Generator/SwiftSDKGenerator+Entrypoint.swift",
        "Generator/SwiftSDKGenerator+Fixup.swift",
        "Generator/SwiftSDKGenerator+Metadata.swift",
        "Generator/SwiftSDKGenerator+Unpack.swift",
        "Generator/SwiftSDKGenerator.swift",
        "PathsConfiguration.swift",
        "PlatformModels/LinuxDistribution.swift",
        "PlatformModels/Triple.swift",
        "PlatformModels/VersionsConfiguration.swift",
        "Queries/CMakeBuildQuery.swift",
        "Queries/DownloadArtifactQuery.swift",
        "Queries/DownloadFileQuery.swift",
        "Queries/TarExtractQuery.swift",
        "Serialization/SwiftSDKMetadata.swift",
        "Serialization/Toolset.swift",
        "SwiftSDKRecipes/LinuxRecipe.swift",
        "SwiftSDKRecipes/SwiftSDKRecipe.swift",
        "SwiftSDKRecipes/WebAssemblyRecipe.swift",
        "SystemUtils/ByteBuffer+Utils.swift",
        "SystemUtils/FileOperationError.swift",
        "SystemUtils/GeneratorError.swift",
        "SystemUtils/HTTPClient+Download.swift",
        "SystemUtils/Shell.swift",
        "SystemUtils/UnixName.swift",
        "SystemUtils/which.swift"
      ],
      "target_dependencies" : [
        "AsyncProcess",
        "Helpers"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HelpersTests",
      "module_type" : "SwiftTarget",
      "name" : "HelpersTests",
      "path" : "Tests/HelpersTests",
      "sources" : [
        "ThrowingDeferTests.swift"
      ],
      "target_dependencies" : [
        "Helpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Helpers",
      "module_type" : "SwiftTarget",
      "name" : "Helpers",
      "path" : "Sources/Helpers",
      "product_dependencies" : [
        "Crypto",
        "Logging",
        "SystemPackage",
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "ThrowingDefer.swift",
        "Vendor/QueryEngine/CacheKey.swift",
        "Vendor/QueryEngine/FileCacheRecord.swift",
        "Vendor/QueryEngine/FileLock.swift",
        "Vendor/QueryEngine/Query.swift",
        "Vendor/QueryEngine/QueryEngine.swift",
        "Vendor/QueryEngine/SQLite.swift",
        "Vendor/QueryEngine/SQLiteBackedCache.swift",
        "Vendor/Triple.swift",
        "Vendor/_AsyncFileSystem/AsyncFileSystem.swift",
        "Vendor/_AsyncFileSystem/ConcurrencySupport.swift",
        "Vendor/_AsyncFileSystem/MockFileSystem.swift",
        "Vendor/_AsyncFileSystem/OSFileSystem.swift",
        "Vendor/_AsyncFileSystem/OpenReadableFile.swift",
        "Vendor/_AsyncFileSystem/OpenWritableFile.swift",
        "Vendor/_AsyncFileSystem/ReadableFileStream.swift",
        "Vendor/_AsyncFileSystem/WritableStream.swift"
      ],
      "target_dependencies" : [
        "SystemSQLite"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GeneratorEngineTests",
      "module_type" : "SwiftTarget",
      "name" : "GeneratorEngineTests",
      "path" : "Tests/GeneratorEngineTests",
      "sources" : [
        "EngineTests.swift"
      ],
      "target_dependencies" : [
        "Helpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GeneratorCLI",
      "module_type" : "SwiftTarget",
      "name" : "GeneratorCLI",
      "path" : "Sources/GeneratorCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "GeneratorCLI.swift"
      ],
      "target_dependencies" : [
        "SwiftSDKGenerator"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "AsyncProcessTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncProcessTests",
      "path" : "Tests/AsyncProcessTests",
      "product_dependencies" : [
        "Atomics",
        "AsyncAlgorithms",
        "NIO",
        "NIOConcurrencyHelpers",
        "Logging"
      ],
      "sources" : [
        "AsyncByteBufferLineSequenceTests.swift",
        "Helpers+LogRecorderHandler.swift",
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "AsyncProcess"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncProcess",
      "module_type" : "SwiftTarget",
      "name" : "AsyncProcess",
      "path" : "Sources/AsyncProcess",
      "product_dependencies" : [
        "Atomics",
        "AsyncAlgorithms",
        "Logging",
        "NIO",
        "DequeModule",
        "SystemPackage"
      ],
      "product_memberships" : [
        "swift-sdk-generator"
      ],
      "sources" : [
        "ChunkSequence.swift",
        "EOFSequence.swift",
        "FileContentStream.swift",
        "NIOAsyncPipeWriter.swift",
        "ProcessExecutor+Convenience.swift",
        "ProcessExecutor.swift",
        "ProcessExit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/3836] Fetching swift-log
[539/8821] Fetching swift-log, swift-async-algorithms
[830/25461] Fetching swift-log, swift-async-algorithms, swift-collections
[1692/27258] Fetching swift-log, swift-async-algorithms, swift-collections, swift-atomics
[7047/103597] Fetching swift-log, swift-async-algorithms, swift-collections, swift-atomics, swift-nio
[8922/119016] Fetching swift-log, swift-async-algorithms, swift-collections, swift-atomics, swift-nio, swift-crypto
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.29s)
Fetching https://github.com/apple/swift-argument-parser
[14536/114031] Fetching swift-log, swift-collections, swift-atomics, swift-nio, swift-crypto
[31256/129411] Fetching swift-log, swift-collections, swift-atomics, swift-nio, swift-crypto, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (2.25s)
Fetching https://github.com/apple/swift-system
[77645/114031] Fetching swift-log, swift-collections, swift-atomics, swift-nio, swift-crypto
[83775/118467] Fetching swift-log, swift-collections, swift-atomics, swift-nio, swift-crypto, swift-system
Fetched https://github.com/apple/swift-system from cache (0.80s)
Fetching https://github.com/swift-server/async-http-client.git
[88076/114031] Fetching swift-log, swift-collections, swift-atomics, swift-nio, swift-crypto
[88841/128045] Fetching swift-log, swift-collections, swift-atomics, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.13s)
[103344/114031] Fetching swift-log, swift-collections, swift-atomics, swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (12.25s)
Fetched https://github.com/apple/swift-atomics.git from cache (12.26s)
Fetched https://github.com/apple/swift-log.git from cache (12.27s)
Fetched https://github.com/apple/swift-collections.git from cache (12.32s)
Fetched https://github.com/apple/swift-nio.git from cache (12.47s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.1 (13.52s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.08s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.38s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.97s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (1.02s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.95s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5942] Fetching swift-nio-extras
[239/8609] Fetching swift-nio-extras, swift-nio-transport-services
[1781/14568] Fetching swift-nio-extras, swift-nio-transport-services, swift-algorithms
[2138/26100] Fetching swift-nio-extras, swift-nio-transport-services, swift-algorithms, swift-nio-http2
[13277/40990] Fetching swift-nio-extras, swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-algorithms.git from cache (1.09s)
[13462/35031] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.70s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.74s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.76s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.15s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (5.26s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.89s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (4.29s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (1.14s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.92s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.64s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (1.60s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/2426] Fetching swift-service-lifecycle
[875/3595] Fetching swift-service-lifecycle, swift-http-structured-headers
[1199/5211] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-asn1
[4841/6115] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-http-types
[5511/12299] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.72s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.72s)
[8048/9779] Fetching swift-service-lifecycle, swift-http-structured-headers, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.73s)
[5746/7353] Fetching swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.74s)
[4824/6184] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.97s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.1 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.00s)
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.00s)
Computed https://github.com/apple/swift-system at 1.5.0 (0.00s)
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.91s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.00s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.76s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.75s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.83s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.62s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.78s)
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
warning: couldn't find pc file for sqlite3
warning: couldn't find pc file for sqlite3
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/848] Write sources
[30/848] Compiling co-586-linux.S
[31/848] Compiling CNIOWindows shim.c
[32/848] Compiling _AtomicsShims.c
[33/848] Compiling ghash-neon-armv8-apple.S
[34/848] Compiling ghash-armv4-linux.S
[35/848] Compiling _NumericsShims _NumericsShims.c
[36/848] Compiling CNIOWindows WSAStartup.c
[37/848] Compiling CNIOWASI CNIOWASI.c
[38/848] Compiling CSystem shims.c
[39/848] Compiling CNIOLinux liburing_shims.c
[40/848] Compiling CNIOLLHTTP c_nio_http.c
[41/848] Compiling CNIODarwin shim.c
[42/848] Compiling CNIOExtrasZlib empty.c
[43/848] Compiling CNIOLinux shim.c
[44/848] Compiling CNIOLLHTTP c_nio_api.c
[45/848] Compiling fiat_p256_adx_sqr.S
[46/848] Compiling fiat_p256_adx_mul.S
[47/848] Compiling fiat_curve25519_adx_square.S
[48/848] Compiling fiat_curve25519_adx_mul.S
[49/848] Write swift-version-24593BA9C3E375BF.txt
[50/848] Compiling CNIOLLHTTP c_nio_llhttp.c
[51/852] Compiling CNIOBoringSSLShims shims.c
[52/854] Compiling tls_record.cc
[53/854] Compiling tls_method.cc
[54/854] Compiling tls13_enc.cc
[56/859] Emitting module _NIODataStructures
[56/897] Compiling tls13_server.cc
[57/911] Compiling tls13_client.cc
[58/929] Compiling tls13_both.cc
[60/929] Emitting module SystemPackage
[61/932] Compiling RealModule Real.swift
[62/933] Compiling Atomics OptionalRawRepresentable.swift
[63/933] Compiling Atomics RawRepresentable.swift
[64/933] Compiling Atomics AtomicBool.swift
[65/933] Emitting module Atomics
[66/935] Compiling Atomics AtomicMemoryOrderings.swift
[67/935] Compiling Atomics DoubleWord.swift
[68/935] Compiling RealModule Float16+Real.swift
[69/935] Compiling RealModule Float80+Real.swift
[70/935] Emitting module InternalCollectionsUtilities
[71/935] Compiling Atomics PointerConformances.swift
[72/935] Compiling Atomics Primitives.native.swift
[73/935] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[74/935] Emitting module _NIOBase64
[75/935] Compiling _NIOBase64 Base64.swift
[77/937] Compiling Atomics AtomicStorage.swift
[78/937] Emitting module RealModule
[79/937] Compiling Atomics UnsafeAtomic.swift
[80/937] Compiling Atomics UnsafeAtomicLazyReference.swift
[84/937] Compiling Atomics IntegerConformances.swift
[90/937] Compiling Atomics ManagedAtomic.swift
[91/937] Compiling Atomics ManagedAtomicLazyReference.swift
[92/937] Compiling Atomics AtomicReference.swift
[94/937] Compiling Atomics AtomicInteger.swift
[95/937] Compiling Atomics AtomicOptionalWrappable.swift
[96/937] Compiling SystemPackage MachPort.swift
[97/937] Compiling SystemPackage PlatformString.swift
[98/937] Compiling SystemPackage SystemString.swift
[99/937] Compiling _NIODataStructures Heap.swift
[100/937] Compiling RealModule ElementaryFunctions.swift
[101/937] Compiling RealModule Float+Real.swift
[102/937] Compiling _NIODataStructures PriorityQueue.swift
[103/937] Compiling _NIODataStructures _TinyArray.swift
[108/938] Compiling Atomics AtomicValue.swift
[109/938] Compiling RealModule RealFunctions.swift
[110/938] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[118/940] Compiling SystemPackage Util+StringArray.swift
[119/940] Compiling SystemPackage Util.swift
[120/940] Compiling SystemPackage UtilConsumers.swift
[120/940] Compiling t1_enc.cc
[121/940] Wrapping AST for _NIOBase64 for debugging
[122/940] Wrapping AST for RealModule for debugging
[123/940] Wrapping AST for _NIODataStructures for debugging
[125/940] Compiling Atomics IntegerOperations.swift
[126/940] Compiling Atomics Unmanaged extensions.swift
[126/940] Wrapping AST for InternalCollectionsUtilities for debugging
[128/1010] Compiling DequeModule Deque+Descriptions.swift
[129/1010] Compiling DequeModule Deque+Equatable.swift
[130/1010] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[132/1011] Compiling DequeModule Deque+CustomReflectable.swift
[136/1013] Compiling DequeModule Deque+Extras.swift
[137/1013] Compiling DequeModule Deque+Hashable.swift
[138/1013] Compiling DequeModule _DequeBuffer.swift
[139/1013] Compiling DequeModule _DequeBufferHeader.swift
[140/1013] Compiling DequeModule _DequeSlot.swift
[141/1013] Compiling DequeModule _UnsafeWrappedBuffer.swift
[141/1013] Compiling ssl_versions.cc
[143/1013] Compiling OrderedCollections OrderedDictionary.swift
[144/1013] Compiling OrderedCollections OrderedSet+Codable.swift
[145/1013] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[146/1013] Compiling OrderedCollections OrderedSet+Descriptions.swift
[147/1013] Compiling OrderedCollections OrderedSet+Diffing.swift
[148/1013] Compiling OrderedCollections OrderedSet+Equatable.swift
[149/1013] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[150/1013] Compiling OrderedCollections OrderedSet+Hashable.swift
[151/1013] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[152/1013] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[153/1013] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[154/1013] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[155/1013] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[156/1013] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[157/1013] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[158/1013] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[159/1013] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[160/1013] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[161/1013] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[162/1013] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[163/1013] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[164/1013] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[164/1020] Compiling ssl_x509.cc
[166/1020] Compiling DequeModule Deque+Codable.swift
[167/1020] Compiling DequeModule Deque+Collection.swift
[168/1020] Compiling DequeModule Deque+Testing.swift
[169/1020] Compiling DequeModule Deque._Storage.swift
[170/1020] Compiling DequeModule Deque._UnsafeHandle.swift
[171/1020] Compiling DequeModule Deque.swift
[172/1020] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[173/1020] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[174/1020] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[175/1020] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[176/1020] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[177/1020] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[178/1020] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[179/1020] Compiling OrderedCollections OrderedDictionary+Values.swift
[188/1020] Emitting module DequeModule
[189/1021] Compiling OrderedCollections OrderedSet+Initializers.swift
[190/1021] Compiling OrderedCollections OrderedSet+Insertions.swift
[191/1021] Compiling OrderedCollections OrderedSet+Invariants.swift
[192/1021] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[193/1021] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[194/1021] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[195/1021] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[196/1021] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[198/1021] Emitting module Logging
[199/1021] Compiling Logging Locks.swift
[200/1021] Compiling Logging MetadataProvider.swift
[221/1022] Compiling Logging LogHandler.swift
[222/1022] Compiling Logging Logging.swift
[222/1023] Compiling ssl_session.cc
[225/1023] Compiling ssl_stat.cc
[226/1023] Wrapping AST for DequeModule for debugging
[227/1023] Compiling ssl_transcript.cc
[228/1023] Wrapping AST for SystemPackage for debugging
[229/1023] Wrapping AST for Logging for debugging
[231/1023] Compiling OrderedCollections OrderedSet+Sendable.swift
[232/1023] Compiling OrderedCollections OrderedSet+SubSequence.swift
[233/1023] Compiling OrderedCollections OrderedSet+Testing.swift
[234/1023] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[235/1023] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[236/1023] Compiling OrderedCollections OrderedSet.swift
[237/1023] Compiling OrderedCollections _UnsafeBitset.swift
[238/1023] Emitting module OrderedCollections
[246/1024] Compiling ssl_privkey.cc
[248/1024] Compiling ssl_file.cc
[249/1051] Compiling ssl_credential.cc
[250/1069] Compiling ssl_cipher.cc
[251/1069] Wrapping AST for OrderedCollections for debugging
[252/1069] Compiling ssl_buffer.cc
[253/1069] Compiling ssl_lib.cc
[254/1069] Compiling ssl_key_share.cc
[255/1069] Compiling ssl_cert.cc
[256/1069] Compiling ssl_asn1.cc
[257/1069] Compiling s3_pkt.cc
[259/1069] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[260/1069] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[261/1069] Compiling AsyncAlgorithms MergeStateMachine.swift
[262/1069] Compiling AsyncAlgorithms MergeStorage.swift
[263/1069] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[264/1069] Compiling AsyncAlgorithms Rethrow.swift
[265/1075] Emitting module AsyncAlgorithms
[265/1075] Compiling s3_both.cc
[267/1075] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[268/1075] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[269/1075] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[270/1075] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[271/1075] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[272/1075] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[273/1075] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[274/1075] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[275/1075] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[276/1075] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[277/1075] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[278/1075] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[279/1075] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[280/1075] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[281/1075] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[282/1075] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[283/1075] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[284/1075] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[285/1075] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[286/1075] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[287/1075] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[288/1075] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[289/1075] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[290/1075] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[291/1075] Compiling AsyncAlgorithms AsyncChannel.swift
[292/1075] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[292/1075] Compiling ssl_aead_ctx.cc
[294/1075] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[295/1075] Compiling AsyncAlgorithms DebounceStateMachine.swift
[296/1075] Compiling AsyncAlgorithms DebounceStorage.swift
[297/1075] Compiling AsyncAlgorithms Dictionary.swift
[298/1075] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[299/1075] Compiling AsyncAlgorithms Locking.swift
[299/1075] Compiling handoff.cc
[300/1075] Compiling s3_lib.cc
[301/1075] Compiling handshake_server.cc
[303/1075] Compiling AsyncAlgorithms SetAlgebra.swift
[304/1075] Compiling AsyncAlgorithms UnsafeTransfer.swift
[305/1075] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[306/1075] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[307/1075] Compiling AsyncAlgorithms ZipStateMachine.swift
[308/1075] Compiling AsyncAlgorithms ZipStorage.swift
[309/1075] Compiling AsyncAlgorithms ChannelStateMachine.swift
[310/1075] Compiling AsyncAlgorithms ChannelStorage.swift
[311/1075] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[312/1075] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[313/1075] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[314/1075] Compiling AsyncAlgorithms CombineLatestStorage.swift
[315/1076] Compiling handshake_client.cc
[316/1076] Compiling handshake.cc
[317/1076] Compiling encrypted_client_hello.cc
[318/1076] Compiling dtls_method.cc
[319/1076] Compiling md5-x86_64-linux.S
[320/1076] Compiling md5-x86_64-apple.S
[321/1076] Compiling extensions.cc
[322/1076] Compiling md5-586-apple.S
[323/1076] Compiling md5-586-linux.S
[324/1076] Compiling chacha20_poly1305_x86_64-linux.S
[325/1076] Compiling chacha20_poly1305_x86_64-apple.S
[326/1076] Compiling chacha20_poly1305_armv8-win.S
[327/1076] Compiling chacha20_poly1305_armv8-linux.S
[328/1076] Compiling d1_both.cc
[329/1076] Compiling chacha20_poly1305_armv8-apple.S
[330/1076] Compiling chacha-x86_64-linux.S
[331/1076] Compiling chacha-x86_64-apple.S
[332/1076] Compiling chacha-x86-linux.S
[333/1076] Compiling dtls_record.cc
[334/1076] Compiling chacha-x86-apple.S
[335/1076] Compiling chacha-armv8-win.S
[336/1076] Compiling chacha-armv8-apple.S
[337/1076] Compiling chacha-armv4-linux.S
[338/1076] Compiling chacha-armv8-linux.S
[339/1076] Compiling err_data.cc
[340/1076] Compiling aes128gcmsiv-x86_64-linux.S
[341/1076] Compiling aes128gcmsiv-x86_64-apple.S
[342/1076] Compiling x86_64-mont5-linux.S
[343/1076] Compiling x86_64-mont5-apple.S
[344/1076] Compiling x86_64-mont-apple.S
[345/1076] Compiling x86_64-mont-linux.S
[346/1076] Compiling x86-mont-apple.S
[347/1076] Compiling d1_srtp.cc
[348/1076] Compiling x86-mont-linux.S
[349/1076] Compiling vpaes-x86_64-apple.S
[350/1076] Compiling vpaes-x86_64-linux.S
[351/1076] Compiling vpaes-x86-linux.S
[352/1076] Compiling vpaes-armv8-win.S
[353/1076] Compiling vpaes-x86-apple.S
[354/1076] Compiling vpaes-armv8-linux.S
[355/1076] Compiling vpaes-armv8-apple.S
[356/1076] Compiling vpaes-armv7-linux.S
[357/1076] Compiling bio_ssl.cc
[358/1076] Compiling sha512-x86_64-apple.S
[359/1076] Compiling sha512-x86_64-linux.S
[360/1076] Compiling sha512-armv8-win.S
[361/1076] Compiling sha512-armv8-linux.S
[362/1076] Compiling sha512-armv8-apple.S
[363/1076] Compiling sha512-armv4-linux.S
[364/1076] Compiling sha512-586-linux.S
[365/1076] Compiling sha512-586-apple.S
[366/1076] Compiling sha256-x86_64-linux.S
[367/1076] Compiling sha256-armv8-win.S
[368/1076] Compiling sha256-x86_64-apple.S
[369/1076] Compiling d1_lib.cc
[370/1076] Compiling sha256-armv4-linux.S
[371/1076] Compiling sha256-armv8-apple.S
[372/1076] Compiling sha256-586-apple.S
[373/1076] Compiling sha1-armv8-win.S
[374/1076] Compiling sha256-586-linux.S
[375/1076] Compiling sha1-x86_64-apple.S
[376/1076] Compiling sha256-armv8-linux.S
[377/1076] Compiling sha1-armv8-apple.S
[378/1076] Compiling sha1-x86_64-linux.S
[379/1076] Compiling sha1-armv4-large-linux.S
[380/1076] Compiling sha1-586-linux.S
[380/1076] Compiling rsaz-avx2-apple.S
[382/1076] Compiling rsaz-avx2-linux.S
[383/1076] Compiling sha1-586-apple.S
[384/1076] Compiling rdrand-x86_64-apple.S
[385/1076] Compiling sha1-armv8-linux.S
[386/1076] Compiling p256_beeu-x86_64-asm-linux.S
[387/1076] Compiling rdrand-x86_64-linux.S
[388/1076] Compiling p256_beeu-x86_64-asm-apple.S
[389/1076] Compiling p256_beeu-armv8-asm-win.S
[390/1076] Compiling p256_beeu-armv8-asm-linux.S
[391/1076] Compiling p256-x86_64-asm-apple.S
[392/1076] Compiling p256_beeu-armv8-asm-apple.S
[393/1076] Compiling p256-x86_64-asm-linux.S
[394/1076] Compiling p256-armv8-asm-apple.S
[395/1076] Compiling p256-armv8-asm-win.S
[396/1076] Compiling ghashv8-armv8-linux.S
[397/1076] Compiling ghashv8-armv8-win.S
[398/1076] Compiling p256-armv8-asm-linux.S
[399/1076] Compiling ghashv8-armv8-apple.S
[400/1076] Compiling ghashv8-armv7-linux.S
[401/1076] Compiling ghash-x86_64-linux.S
[402/1076] Compiling ghash-x86_64-apple.S
[403/1076] Compiling ghash-x86-apple.S
[404/1076] Compiling ghash-x86-linux.S
[405/1076] Compiling ghash-ssse3-x86-linux.S
[406/1076] Compiling ghash-ssse3-x86_64-apple.S
[407/1076] Compiling ghash-ssse3-x86-apple.S
[408/1076] Compiling ghash-ssse3-x86_64-linux.S
[409/1076] Compiling ghash-neon-armv8-win.S
[410/1076] Compiling ghash-neon-armv8-apple.S
[411/1076] Compiling ghash-armv4-linux.S
[412/1076] Compiling ghash-neon-armv8-linux.S
[413/1076] Compiling co-586-linux.S
[414/1076] Compiling co-586-apple.S
[415/1076] Compiling d1_pkt.cc
[416/1076] Compiling bsaes-armv7-linux.S
[417/1076] Compiling bn-armv8-win.S
[418/1076] Compiling bn-armv8-apple.S
[419/1076] Compiling bn-586-apple.S
[420/1076] Compiling bn-armv8-linux.S
[421/1076] Compiling bn-586-linux.S
[422/1076] Compiling armv8-mont-linux.S
[423/1076] Compiling armv4-mont-linux.S
[424/1076] Compiling aesv8-gcm-armv8-win.S
[425/1076] Compiling armv8-mont-win.S
[426/1076] Compiling armv8-mont-apple.S
[427/1076] Compiling aesv8-armv8-win.S
[428/1076] Compiling aesv8-gcm-armv8-apple.S
[429/1076] Compiling aesv8-gcm-armv8-linux.S
[430/1076] Compiling aesv8-armv8-apple.S
[431/1076] Compiling aesv8-armv8-linux.S
[432/1076] Compiling aesni-x86_64-linux.S
[433/1076] Compiling aesni-x86_64-apple.S
[434/1076] Compiling aesv8-armv7-linux.S
[435/1076] Compiling aesni-x86-linux.S
[436/1076] Compiling aesni-x86-apple.S
[436/1076] Compiling aes-gcm-avx2-x86_64-linux.S
[438/1076] Compiling aesni-gcm-x86_64-linux.S
[439/1076] Compiling aesni-gcm-x86_64-apple.S
[440/1076] Compiling aes-gcm-avx2-x86_64-apple.S
[441/1076] Compiling aes-gcm-avx10-x86_64-linux.S
[442/1076] Compiling aes-gcm-avx10-x86_64-apple.S
[443/1076] Compiling x_req.cc
[444/1076] Compiling x_exten.cc
[445/1076] Compiling x_val.cc
[446/1076] Compiling x_spki.cc
[447/1076] Compiling x_sig.cc
[448/1076] Compiling x_x509a.cc
[449/1076] Compiling x_x509.cc
[450/1076] Compiling x_pubkey.cc
[451/1076] Compiling x_name.cc
[452/1076] Compiling x509cset.cc
[453/1076] Compiling x_crl.cc
[454/1076] Compiling x_attrib.cc
[455/1076] Compiling x509_vpm.cc
[456/1076] Compiling x509spki.cc
[457/1076] Compiling x_all.cc
[458/1076] Compiling x_algor.cc
[459/1076] Compiling x509rset.cc
[460/1076] Compiling x509_txt.cc
[461/1076] Compiling x509name.cc
[462/1076] Compiling x509_vfy.cc
[463/1076] Compiling x509_v3.cc
[464/1076] Compiling x509_ext.cc
[465/1076] Compiling x509_trs.cc
[466/1076] Compiling x509_set.cc
[467/1076] Compiling x509_req.cc
[468/1076] Compiling x509_lu.cc
[469/1076] Compiling x509_obj.cc
[470/1076] Compiling x509_def.cc
[471/1076] Compiling x509_d2.cc
[472/1076] Compiling x509_cmp.cc
[473/1076] Compiling x509_att.cc
[474/1076] Compiling x509.cc
[475/1076] Compiling v3_utl.cc
[476/1076] Compiling v3_purp.cc
[477/1076] Compiling v3_skey.cc
[478/1076] Compiling v3_info.cc
[479/1076] Compiling v3_prn.cc
[480/1076] Compiling v3_pmaps.cc
[481/1076] Compiling v3_pcons.cc
[482/1076] Compiling v3_ncons.cc
[483/1076] Compiling v3_ocsp.cc
[484/1076] Compiling v3_int.cc
[485/1076] Compiling v3_lib.cc
[486/1076] Compiling v3_ia5.cc
[487/1076] Compiling v3_extku.cc
[488/1076] Compiling v3_genn.cc
[489/1076] Compiling v3_enum.cc
[490/1076] Compiling v3_crld.cc
[491/1076] Compiling v3_cpols.cc
[492/1076] Compiling v3_conf.cc
[493/1076] Compiling v3_bitst.cc
[494/1076] Compiling v3_bcons.cc
[495/1076] Compiling v3_alt.cc
[496/1076] Compiling t_req.cc
[497/1076] Compiling v3_akeya.cc
[498/1076] Compiling v3_akey.cc
[499/1076] Compiling t_x509a.cc
[500/1076] Compiling t_x509.cc
[501/1076] Compiling t_crl.cc
[502/1076] Compiling rsa_pss.cc
[503/1076] Compiling i2d_pr.cc
[504/1076] Compiling name_print.cc
[505/1076] Compiling policy.cc
[506/1076] Compiling by_file.cc
[507/1076] Compiling by_dir.cc
[508/1076] Compiling a_verify.cc
[509/1076] Compiling asn1_gen.cc
[510/1076] Compiling algorithm.cc
[511/1076] Compiling a_sign.cc
[512/1076] Compiling trust_token.cc
[513/1076] Compiling a_digest.cc
[514/1076] Compiling thread_none.cc
[515/1076] Compiling thread_win.cc
[516/1076] Compiling voprf.cc
[517/1076] Compiling thread_pthread.cc
[518/1076] Compiling slhdsa.cc
[519/1076] Compiling thread.cc
[520/1076] Compiling siphash.cc
[521/1076] Compiling pmbtoken.cc
[522/1076] Compiling stack.cc
[523/1076] Compiling sha256.cc
[524/1076] Compiling sha512.cc
[525/1076] Compiling refcount.cc
[526/1076] Compiling sha1.cc
[527/1076] Compiling rsa_extra.cc
[528/1076] Compiling spake2plus.cc
[529/1076] Compiling rsa_print.cc
[530/1076] Compiling rsa_crypt.cc
[531/1076] Compiling rc4.cc
[532/1076] Compiling rsa_asn1.cc
[533/1076] Compiling trusty.cc
[534/1076] Compiling windows.cc
[535/1076] Compiling urandom.cc
[536/1076] Compiling rand.cc
[537/1076] Compiling forkunsafe.cc
[538/1076] Compiling passive.cc
[539/1076] Compiling poly1305_arm_asm.S
[540/1076] Compiling ios.cc
[541/1076] Compiling getentropy.cc
[542/1076] Compiling fork_detect.cc
[543/1076] Compiling poly1305_vec.cc
[544/1076] Compiling deterministic.cc
[545/1076] Compiling poly1305.cc
[546/1076] Compiling poly1305_arm.cc
[547/1076] Compiling pool.cc
[548/1076] Compiling pkcs8.cc
[549/1076] Compiling pkcs7.cc
[550/1076] Compiling pkcs8_x509.cc
[551/1076] Compiling p5_pbev2.cc
[552/1076] Compiling pkcs7_x509.cc
[553/1076] Compiling pem_x509.cc
[554/1076] Compiling pem_xaux.cc
[555/1076] Compiling pem_pkey.cc
[556/1076] Compiling pem_pk8.cc
[557/1076] Compiling pem_oth.cc
[558/1076] Compiling obj_xref.cc
[559/1076] Compiling pem_lib.cc
[560/1076] Compiling pem_info.cc
[561/1076] Compiling mldsa.cc
[562/1076] Compiling mlkem.cc
[563/1076] Compiling obj.cc
[564/1076] Compiling pem_all.cc
[565/1076] Compiling poly_rq_mul.S
[566/1076] Compiling fips_shared_support.cc
[567/1076] Compiling md4.cc
[568/1076] Compiling md5.cc
[569/1076] Compiling mem.cc
[570/1076] Compiling lhash.cc
[571/1076] Compiling kyber.cc
[572/1076] Compiling ex_data.cc
[573/1076] Compiling sign.cc
[574/1076] Compiling hrss.cc
[575/1076] Compiling scrypt.cc
[576/1076] Compiling hpke.cc
[577/1076] Compiling pbkdf.cc
[578/1076] Compiling print.cc
[579/1076] Compiling p_x25519.cc
[580/1076] Compiling p_x25519_asn1.cc
[581/1076] Compiling p_rsa_asn1.cc
[582/1076] Compiling p_ed25519.cc
[583/1076] Compiling p_hkdf.cc
[584/1076] Compiling p_rsa.cc
[585/1076] Compiling p_ed25519_asn1.cc
[586/1076] Compiling p_ec.cc
[587/1076] Compiling evp_ctx.cc
[588/1076] Compiling p_dh_asn1.cc
[589/1076] Compiling p_dsa_asn1.cc
[590/1076] Compiling p_ec_asn1.cc
[591/1076] Compiling p_dh.cc
[592/1076] Compiling evp.cc
[593/1076] Compiling err.cc
[594/1076] Compiling engine.cc
[595/1076] Compiling evp_asn1.cc
[596/1076] Compiling ecdh.cc
[597/1076] Compiling hash_to_curve.cc
[598/1076] Compiling ec_derive.cc
[599/1076] Compiling ecdsa_asn1.cc
[600/1076] Compiling dsa.cc
[601/1076] Compiling dsa_asn1.cc
[602/1076] Compiling ec_asn1.cc
[603/1076] Compiling params.cc
[604/1076] Compiling des.cc
[605/1076] Compiling digest_extra.cc
[606/1076] Compiling x25519-asm-arm.S
[607/1076] Compiling curve25519_64_adx.cc
[608/1076] Compiling dh_asn1.cc
[609/1076] Compiling bcm.cc
[610/1076] Compiling spake25519.cc
[611/1076] Compiling crypto.cc
[612/1076] Compiling cpu_arm_freebsd.cc
[613/1076] Compiling cpu_intel.cc
[614/1076] Compiling cpu_arm_linux.cc
[615/1076] Compiling cpu_aarch64_win.cc
[616/1076] Compiling cpu_aarch64_sysreg.cc
[617/1076] Compiling curve25519.cc
[618/1076] Compiling cpu_aarch64_openbsd.cc
[619/1076] Compiling cpu_aarch64_apple.cc
[620/1076] Compiling tls_cbc.cc
[621/1076] Compiling cpu_aarch64_linux.cc
[622/1076] Compiling cpu_aarch64_fuchsia.cc
[623/1076] Compiling conf.cc
[624/1076] Compiling get_cipher.cc
[625/1076] Compiling e_rc4.cc
[626/1076] Compiling e_tls.cc
[627/1076] Compiling e_aesgcmsiv.cc
[628/1076] Compiling e_rc2.cc
[629/1076] Compiling e_chacha20poly1305.cc
[630/1076] Compiling e_null.cc
[631/1076] Compiling e_des.cc
[632/1076] Compiling e_aesctrhmac.cc
[633/1076] Compiling derive_key.cc
[634/1076] Compiling chacha.cc
[635/1076] Compiling unicode.cc
[636/1076] Compiling ber.cc
[637/1076] Compiling blake2.cc
[638/1076] Compiling cbs.cc
[639/1076] Compiling asn1_compat.cc
[640/1076] Compiling cbb.cc
[641/1076] Compiling socket.cc
[642/1076] Compiling buf.cc
[643/1076] Compiling bn_asn1.cc
[644/1076] Compiling file.cc
[645/1076] Compiling convert.cc
[646/1076] Compiling printf.cc
[647/1076] Compiling socket_helper.cc
[648/1076] Compiling pair.cc
[649/1076] Compiling hexdump.cc
[650/1076] Compiling fd.cc
[651/1076] Compiling errno.cc
[652/1076] Compiling tasn_fre.cc
[653/1076] Compiling connect.cc
[654/1076] Compiling bio_mem.cc
[655/1076] Compiling base64.cc
[656/1076] Compiling tasn_new.cc
[657/1076] Compiling bio.cc
[658/1076] Compiling tasn_typ.cc
[659/1076] Compiling f_int.cc
[660/1076] Compiling f_string.cc
[661/1076] Compiling tasn_utl.cc
[662/1076] Compiling tasn_enc.cc
[663/1076] Compiling asn_pack.cc
[664/1076] Compiling posix_time.cc
[665/1076] Compiling tasn_dec.cc
[666/1076] Compiling a_type.cc
[667/1076] Compiling asn1_par.cc
[668/1076] Compiling a_time.cc
[669/1076] Compiling a_utctm.cc
[670/1076] Compiling a_strnid.cc
[671/1076] Compiling a_int.cc
[672/1076] Compiling asn1_lib.cc
[673/1076] Compiling a_octet.cc
[674/1076] Compiling a_dup.cc
[675/1076] Compiling a_strex.cc
[676/1076] Compiling a_i2d_fp.cc
[677/1076] Compiling a_mbstr.cc
[678/1076] Compiling a_object.cc
[679/1076] Compiling fiat_p256_adx_sqr.S
[680/1076] Compiling fiat_p256_adx_mul.S
[681/1076] Compiling CCryptoBoringSSLShims shims.c
[682/1076] Compiling fiat_curve25519_adx_square.S
[683/1076] Compiling fiat_curve25519_adx_mul.S
[684/1076] Compiling md5-x86_64-linux.S
[685/1076] Compiling md5-x86_64-apple.S
[686/1076] Compiling a_gentm.cc
[687/1076] Compiling md5-586-linux.S
[688/1076] Compiling a_d2i_fp.cc
[688/1076] Compiling a_bitstr.cc
[690/1076] Compiling md5-586-apple.S
[691/1076] Compiling chacha20_poly1305_armv8-win.S
[692/1076] Compiling chacha20_poly1305_x86_64-apple.S
[693/1076] Compiling chacha20_poly1305_x86_64-linux.S
[694/1076] Compiling chacha-x86_64-linux.S
[695/1076] Compiling chacha20_poly1305_armv8-apple.S
[696/1076] Compiling chacha-x86_64-apple.S
[697/1076] Compiling chacha-x86-linux.S
[698/1076] Compiling chacha20_poly1305_armv8-linux.S
[699/1076] Compiling chacha-armv8-win.S
[700/1076] Compiling chacha-x86-apple.S
[701/1076] Compiling chacha-armv8-apple.S
[702/1076] Compiling chacha-armv4-linux.S
[703/1076] Compiling chacha-armv8-linux.S
[704/1076] Compiling aes128gcmsiv-x86_64-apple.S
[705/1076] Compiling aes128gcmsiv-x86_64-linux.S
[706/1076] Compiling x86_64-mont5-linux.S
[707/1076] Compiling x86_64-mont5-apple.S
[708/1076] Compiling x86_64-mont-linux.S
[709/1076] Compiling x86-mont-linux.S
[710/1076] Compiling x86_64-mont-apple.S
[711/1076] Compiling a_bool.cc
[712/1076] Compiling x86-mont-apple.S
[713/1076] Compiling vpaes-x86_64-linux.S
[714/1076] Compiling vpaes-x86_64-apple.S
[715/1076] Compiling vpaes-x86-apple.S
[716/1076] Compiling vpaes-x86-linux.S
[717/1076] Compiling vpaes-armv8-linux.S
[718/1076] Compiling vpaes-armv8-win.S
[719/1076] Compiling vpaes-armv8-apple.S
[720/1076] Compiling err_data.cc
[721/1076] Compiling vpaes-armv7-linux.S
[722/1076] Compiling sha512-x86_64-linux.S
[723/1076] Compiling sha512-armv8-win.S
[724/1076] Compiling sha512-x86_64-apple.S
[725/1076] Compiling sha512-armv4-linux.S
[726/1076] Compiling sha512-armv8-apple.S
[727/1076] Compiling sha512-586-linux.S
[728/1076] Compiling sha512-armv8-linux.S
[729/1076] Compiling sha256-x86_64-apple.S
[730/1076] Compiling sha512-586-apple.S
[731/1076] Compiling sha256-x86_64-linux.S
[732/1076] Compiling sha256-armv8-win.S
[733/1076] Compiling sha256-armv8-apple.S
[734/1076] Compiling sha256-586-linux.S
[735/1076] Compiling sha256-586-apple.S
[736/1076] Compiling sha256-armv8-linux.S
[737/1076] Compiling sha256-armv4-linux.S
[738/1076] Compiling sha1-x86_64-linux.S
[739/1076] Compiling sha1-x86_64-apple.S
[740/1076] Compiling sha1-armv8-win.S
[741/1076] Compiling sha1-armv8-linux.S
[742/1076] Compiling sha1-armv8-apple.S
[743/1076] Compiling sha1-armv4-large-linux.S
[744/1076] Compiling sha1-586-linux.S
[745/1076] Compiling sha1-586-apple.S
[746/1076] Compiling rdrand-x86_64-linux.S
[747/1076] Compiling rsaz-avx2-apple.S
[748/1076] Compiling rsaz-avx2-linux.S
[749/1076] Compiling rdrand-x86_64-apple.S
[750/1076] Compiling p256_beeu-x86_64-asm-linux.S
[751/1076] Compiling p256_beeu-x86_64-asm-apple.S
[752/1076] Compiling p256_beeu-armv8-asm-linux.S
[753/1076] Compiling p256_beeu-armv8-asm-win.S
[754/1076] Compiling p256-x86_64-asm-linux.S
[755/1076] Compiling p256-x86_64-asm-apple.S
[756/1076] Compiling p256_beeu-armv8-asm-apple.S
[757/1076] Compiling p256-armv8-asm-win.S
[758/1076] Compiling p256-armv8-asm-apple.S
[759/1076] Compiling ghashv8-armv8-linux.S
[760/1076] Compiling ghashv8-armv8-win.S
[761/1076] Compiling ghashv8-armv8-apple.S
[762/1076] Compiling p256-armv8-asm-linux.S
[763/1076] Compiling ghashv8-armv7-linux.S
[764/1076] Compiling ghash-x86-apple.S
[765/1076] Compiling ghash-x86-linux.S
[766/1076] Compiling ghash-x86_64-apple.S
[767/1076] Compiling ghash-x86_64-linux.S
[768/1076] Compiling ghash-ssse3-x86_64-linux.S
[769/1076] Compiling ghash-ssse3-x86-linux.S
[770/1076] Compiling ghash-ssse3-x86_64-apple.S
[771/1076] Compiling ghash-ssse3-x86-apple.S
[772/1076] Compiling ghash-neon-armv8-win.S
[773/1076] Compiling ghash-neon-armv8-linux.S
[774/1076] Compiling co-586-apple.S
[775/1076] Compiling bsaes-armv7-linux.S
[776/1076] Compiling bn-armv8-linux.S
[777/1076] Compiling bn-586-linux.S
[778/1076] Compiling bn-armv8-apple.S
[778/1076] Compiling bn-armv8-win.S
[780/1076] Compiling bn-586-apple.S
[781/1076] Compiling armv8-mont-win.S
[782/1076] Compiling armv8-mont-apple.S
[783/1076] Compiling armv4-mont-linux.S
[784/1076] Compiling c-nioatomics.c
[785/1076] Compiling armv8-mont-linux.S
[786/1076] Compiling aesv8-gcm-armv8-win.S
[787/1076] Compiling aesv8-gcm-armv8-apple.S
[788/1076] Compiling aesv8-armv8-apple.S
[789/1076] Compiling aesv8-armv8-win.S
[790/1076] Compiling aesv8-armv8-linux.S
[791/1076] Compiling aesv8-armv7-linux.S
[792/1076] Compiling aesv8-gcm-armv8-linux.S
[793/1076] Compiling aesni-x86_64-apple.S
[794/1076] Compiling aesni-x86_64-linux.S
[795/1076] Compiling aesni-x86-linux.S
[796/1076] Compiling aesni-gcm-x86_64-linux.S
[797/1076] Compiling aesni-gcm-x86_64-apple.S
[798/1076] Compiling aesni-x86-apple.S
[799/1076] Compiling aes-gcm-avx10-x86_64-linux.S
[800/1076] Compiling aes-gcm-avx10-x86_64-apple.S
[801/1076] Compiling c-atomics.c
[802/1076] Compiling x_val.cc
[803/1076] Compiling x_sig.cc
[804/1076] Compiling x_pubkey.cc
[805/1076] Compiling x_req.cc
[806/1076] Compiling x_x509.cc
[807/1076] Compiling x_spki.cc
[808/1076] Compiling x_x509a.cc
[810/1082] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[810/1082] Compiling x_name.cc
[812/1082] Compiling NIOConcurrencyHelpers NIOLock.swift
[813/1082] Compiling NIOConcurrencyHelpers atomics.swift
[814/1082] Compiling NIOConcurrencyHelpers lock.swift
[814/1082] Compiling x_exten.cc
[816/1082] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[817/1082] Emitting module NIOConcurrencyHelpers
[818/1083] Compiling x_crl.cc
[819/1083] Compiling x_attrib.cc
[820/1083] Wrapping AST for NIOConcurrencyHelpers for debugging
[821/1083] Compiling x509spki.cc
[822/1111] Compiling x_algor.cc
[823/1143] Compiling x_all.cc
[824/1143] Compiling x509rset.cc
[825/1143] Compiling x509name.cc
[826/1143] Compiling x509cset.cc
[827/1143] Compiling x509_vpm.cc
[828/1143] Compiling x509_v3.cc
[829/1143] Compiling x509_txt.cc
[831/1143] Compiling NIOCore MulticastChannel.swift
[832/1143] Compiling NIOCore NIOAny.swift
[833/1143] Compiling NIOCore NIOCloseOnErrorHandler.swift
[834/1143] Compiling NIOCore NIOLoopBound.swift
[835/1143] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[836/1143] Compiling NIOCore NIOScheduledCallback.swift
[837/1143] Compiling NIOCore NIOSendable.swift
[838/1143] Compiling NIOCore RecvByteBufferAllocator.swift
[838/1151] Compiling x509_trs.cc
[839/1151] Compiling x509_vfy.cc
[840/1151] Compiling x509_set.cc
[842/1151] Compiling NIOCore IO.swift
[843/1151] Compiling NIOCore IOData.swift
[844/1151] Compiling NIOCore IPProtocol.swift
[845/1151] Compiling NIOCore IntegerBitPacking.swift
[846/1151] Compiling NIOCore IntegerTypes.swift
[847/1151] Compiling NIOCore Interfaces.swift
[848/1151] Compiling NIOCore Linux.swift
[849/1151] Compiling NIOCore MarkedCircularBuffer.swift
[849/1151] Compiling x509_req.cc
[850/1151] Compiling x509_d2.cc
[851/1151] Compiling x509_ext.cc
[852/1151] Compiling x509_def.cc
[853/1151] Compiling x509_lu.cc
[854/1151] Compiling x509_obj.cc
[855/1151] Compiling x509_cmp.cc
[857/1151] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[858/1151] Compiling NIOCore EventLoopFuture+Deprecated.swift
[859/1151] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[860/1151] Compiling NIOCore EventLoopFuture.swift
[861/1151] Compiling NIOCore FileDescriptor.swift
[862/1151] Compiling NIOCore FileHandle.swift
[863/1151] Compiling NIOCore FileRegion.swift
[864/1151] Compiling NIOCore GlobalSingletons.swift
[864/1151] Compiling v3_prn.cc
[865/1151] Compiling x509_att.cc
[866/1151] Compiling v3_utl.cc
[867/1151] Compiling v3_purp.cc
[869/1151] Compiling NIOCore CircularBuffer.swift
[870/1151] Compiling NIOCore Codec.swift
[871/1151] Compiling NIOCore ConvenienceOptionSupport.swift
[872/1151] Compiling NIOCore DeadChannel.swift
[873/1151] Compiling NIOCore DispatchQueue+WithFuture.swift
[874/1151] Compiling NIOCore EventLoop+Deprecated.swift
[875/1151] Compiling NIOCore EventLoop+SerialExecutor.swift
[876/1151] Compiling NIOCore EventLoop.swift
[876/1151] Compiling x509.cc
[877/1151] Compiling v3_skey.cc
[878/1151] Compiling v3_pmaps.cc
[879/1151] Compiling v3_ocsp.cc
[881/1151] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[882/1151] Compiling NIOCore SocketAddresses.swift
[883/1151] Compiling NIOCore SocketOptionProvider.swift
[884/1151] Compiling NIOCore SystemCallHelpers.swift
[885/1151] Compiling NIOCore TimeAmount+Duration.swift
[886/1151] Compiling NIOCore TypeAssistedChannelHandler.swift
[887/1151] Compiling NIOCore UniversalBootstrapSupport.swift
[888/1151] Compiling NIOCore Utilities.swift
[888/1151] Compiling v3_pcons.cc
[889/1151] Compiling v3_lib.cc
[890/1151] Compiling v3_ncons.cc
[891/1151] Compiling v3_info.cc
[892/1151] Compiling v3_int.cc
[893/1151] Compiling v3_ia5.cc
[894/1151] Compiling v3_genn.cc
[895/1151] Compiling v3_crld.cc
[896/1151] Compiling v3_enum.cc
[897/1151] Compiling v3_extku.cc
[898/1151] Compiling v3_cpols.cc
[899/1151] Compiling v3_conf.cc
[900/1151] Compiling v3_bitst.cc
[901/1151] Compiling v3_bcons.cc
[902/1151] Compiling v3_alt.cc
[903/1151] Compiling v3_akeya.cc
[904/1151] Compiling v3_akey.cc
[905/1151] Compiling t_x509a.cc
[906/1151] Compiling t_x509.cc
[907/1151] Compiling t_crl.cc
[908/1151] Compiling rsa_pss.cc
[909/1151] Compiling policy.cc
[910/1151] Compiling t_req.cc
[911/1151] Compiling by_file.cc
[912/1151] Compiling i2d_pr.cc
[913/1151] Compiling by_dir.cc
[914/1151] Compiling name_print.cc
[915/1151] Compiling voprf.cc
[917/1151] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[918/1151] Compiling NIOCore BSDSocketAPI.swift
[919/1151] Compiling NIOCore ByteBuffer-aux.swift
[920/1151] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[921/1151] Compiling NIOCore ByteBuffer-conversions.swift
[922/1151] Compiling NIOCore ByteBuffer-core.swift
[923/1151] Compiling NIOCore ByteBuffer-hex.swift
[924/1151] Compiling NIOCore ByteBuffer-int.swift
[925/1151] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[926/1151] Compiling NIOCore ByteBuffer-multi-int.swift
[927/1151] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[928/1151] Compiling NIOCore ByteBuffer-views.swift
[929/1151] Compiling NIOCore Channel.swift
[930/1151] Compiling NIOCore ChannelHandler.swift
[931/1151] Compiling NIOCore ChannelHandlers.swift
[932/1151] Compiling NIOCore ChannelInvoker.swift
[933/1151] Compiling NIOCore ChannelOption.swift
[934/1151] Compiling NIOCore ChannelPipeline.swift
[935/1151] Compiling NIOCore AddressedEnvelope.swift
[936/1151] Compiling NIOCore AsyncAwaitSupport.swift
[937/1151] Compiling NIOCore AsyncChannel.swift
[938/1151] Compiling NIOCore AsyncChannelHandler.swift
[939/1151] Compiling NIOCore AsyncChannelInboundStream.swift
[940/1151] Compiling NIOCore AsyncChannelOutboundWriter.swift
[941/1151] Compiling NIOCore NIOAsyncSequenceProducer.swift
[942/1151] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[943/1151] Compiling NIOCore NIOAsyncWriter.swift
[943/1151] Compiling algorithm.cc
[944/1151] Compiling asn1_gen.cc
[946/1151] Emitting module NIOCore
[947/1152] Compiling a_sign.cc
[948/1152] Compiling a_verify.cc
[949/1152] Compiling pmbtoken.cc
[950/1184] Compiling a_digest.cc
[951/1198] Wrapping AST for NIOCore for debugging
[952/1202] Compiling thread_win.cc
[953/1202] Compiling trust_token.cc
[954/1202] Compiling thread_pthread.cc
[955/1202] Compiling thread_none.cc
[956/1202] Compiling wots.cc
[957/1202] Compiling thread.cc
[958/1202] Compiling thash.cc
[959/1202] Compiling stack.cc
[961/1202] Emitting module NIOEmbedded
[962/1202] Compiling NIOEmbedded AsyncTestingChannel.swift
[962/1202] Compiling merkle.cc
[963/1202] Compiling sha512.cc
[964/1202] Compiling fors.cc
[964/1202] Compiling slhdsa.cc
[967/1202] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[968/1202] Compiling NIOEmbedded Embedded.swift
[968/1203] Compiling siphash.cc
[969/1203] Compiling sha256.cc
[971/1203] Wrapping AST for NIOEmbedded for debugging
[972/1203] Compiling rsa_extra.cc
[973/1203] Compiling rsa_asn1.cc
[974/1203] Compiling sha1.cc
[975/1203] Compiling rsa_print.cc
[977/1203] Emitting module NIOPosix
[977/1209] Compiling refcount.cc
[978/1209] Compiling rc4.cc
[979/1209] Compiling rsa_crypt.cc
[980/1209] Compiling windows.cc
[981/1209] Compiling ios.cc
[982/1209] Compiling urandom.cc
[983/1209] Compiling trusty.cc
[984/1209] Compiling fork_detect.cc
[985/1209] Compiling rand_extra.cc
[986/1209] Compiling poly1305_arm_asm.S
[987/1209] Compiling forkunsafe.cc
[988/1209] Compiling getentropy.cc
[990/1209] Compiling NIOPosix Pool.swift
[991/1209] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[992/1209] Compiling NIOPosix PosixSingletons.swift
[993/1209] Compiling NIOPosix RawSocketBootstrap.swift
[994/1209] Compiling NIOPosix Resolver.swift
[995/1209] Compiling NIOPosix Selectable.swift
[996/1209] Compiling NIOPosix SelectableChannel.swift
[997/1209] Compiling NIOPosix SelectableEventLoop.swift
[998/1209] Compiling NIOPosix SelectorEpoll.swift
[999/1209] Compiling NIOPosix SelectorGeneric.swift
[1000/1209] Compiling NIOPosix SelectorKqueue.swift
[1001/1209] Compiling NIOPosix SelectorUring.swift
[1001/1209] Compiling passive.cc
[1002/1209] Compiling deterministic.cc
[1003/1209] Compiling poly1305_vec.cc
[1005/1209] Compiling NIOPosix ThreadPosix.swift
[1006/1209] Compiling NIOPosix ThreadWindows.swift
[1007/1209] Compiling NIOPosix UnsafeTransfer.swift
[1008/1209] Compiling NIOPosix Utilities.swift
[1009/1209] Compiling NIOPosix VsockAddress.swift
[1010/1209] Compiling NIOPosix VsockChannelEvents.swift
[1011/1209] Compiling NIOPosix ServerSocket.swift
[1012/1209] Compiling NIOPosix Socket.swift
[1013/1209] Compiling NIOPosix SocketChannel.swift
[1014/1209] Compiling NIOPosix SocketProtocols.swift
[1015/1209] Compiling NIOPosix System.swift
[1016/1209] Compiling NIOPosix Thread.swift
[1016/1209] Compiling poly1305.cc
[1017/1209] Compiling pool.cc
[1018/1209] Compiling poly1305_arm.cc
[1019/1209] Compiling pkcs7_x509.cc
[1020/1209] Compiling pkcs8.cc
[1021/1209] Compiling pkcs7.cc
[1023/1209] Compiling NIOPosix NIOThreadPool.swift
[1024/1209] Compiling NIOPosix NonBlockingFileIO.swift
[1025/1209] Compiling NIOPosix PendingDatagramWritesManager.swift
[1026/1209] Compiling NIOPosix PendingWritesManager.swift
[1027/1209] Compiling NIOPosix PipeChannel.swift
[1028/1209] Compiling NIOPosix PipePair.swift
[1029/1209] Compiling NIOPosix IO.swift
[1030/1209] Compiling NIOPosix IntegerBitPacking.swift
[1031/1209] Compiling NIOPosix IntegerTypes.swift
[1032/1209] Compiling NIOPosix Linux.swift
[1033/1209] Compiling NIOPosix LinuxCPUSet.swift
[1034/1209] Compiling NIOPosix LinuxUring.swift
[1035/1209] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1035/1209] Compiling pkcs8_x509.cc
[1036/1209] Compiling p5_pbev2.cc
[1038/1209] Compiling NIOPosix BSDSocketAPICommon.swift
[1039/1209] Compiling NIOPosix BSDSocketAPIPosix.swift
[1040/1209] Compiling NIOPosix BSDSocketAPIWindows.swift
[1041/1209] Compiling NIOPosix BaseSocket.swift
[1042/1209] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1043/1209] Compiling NIOPosix BaseSocketChannel.swift
[1044/1209] Compiling NIOPosix BaseStreamSocketChannel.swift
[1045/1209] Compiling NIOPosix Bootstrap.swift
[1046/1209] Compiling NIOPosix ControlMessage.swift
[1047/1209] Compiling NIOPosix DatagramVectorReadManager.swift
[1048/1209] Compiling NIOPosix Errors+Any.swift
[1049/1209] Compiling NIOPosix FileDescriptor.swift
[1050/1209] Compiling NIOPosix GetaddrinfoResolver.swift
[1051/1209] Compiling NIOPosix HappyEyeballs.swift
[1051/1210] Compiling pem_xaux.cc
[1053/1210] Compiling pem_x509.cc
[1054/1210] Compiling pem_pkey.cc
[1055/1210] Compiling pem_pk8.cc
[1056/1210] Compiling pem_oth.cc
[1057/1212] Compiling obj_xref.cc
[1058/1212] Wrapping AST for NIOPosix for debugging
[1060/1212] Emitting module NIO
[1061/1212] Compiling NIO Exports.swift
[1061/1212] Compiling pem_info.cc
[1062/1212] Compiling pem_lib.cc
[1063/1213] Compiling pem_all.cc
[1065/1213] Compiling mldsa.cc
[1066/1213] Compiling md4.cc
[1066/1213] Compiling mem.cc
[1068/1213] Compiling lhash.cc
[1069/1213] Compiling obj.cc
[1070/1213] Compiling mlkem.cc
[1071/1237] Wrapping AST for NIO for debugging
[1072/1247] Compiling poly_rq_mul.S
[1073/1252] Compiling md5.cc
[1074/1252] Compiling fips_shared_support.cc
[1076/1252] Compiling NIOTLS TLSEvents.swift
[1077/1252] Emitting module NIOTLS
[1078/1252] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1079/1252] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1080/1252] Emitting module NIOSOCKS
[1081/1253] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1082/1253] Compiling NIOSOCKS ClientStateMachine.swift
[1083/1253] Compiling NIOSOCKS SOCKSResponse.swift
[1083/1253] Compiling kyber.cc
[1085/1253] Compiling NIOSOCKS ServerStateMachine.swift
[1086/1253] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1087/1253] Compiling NIOTLS SNIHandler.swift
[1088/1254] Compiling NIOSOCKS AuthenticationMethod.swift
[1089/1254] Compiling NIOSOCKS ClientGreeting.swift
[1090/1254] Compiling NIOSOCKS Errors.swift
[1091/1254] Compiling NIOSOCKS Helpers.swift
[1092/1254] Compiling NIOSOCKS SOCKSClientHandler.swift
[1093/1254] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1094/1254] Compiling NIOSOCKS Messages.swift
[1095/1254] Compiling NIOSOCKS SOCKSRequest.swift
[1098/1255] Emitting module NIOHTTP1
[1098/1257] Wrapping AST for NIOTLS for debugging
[1100/1286] Compiling NIOSSL SSLCertificateExtensions.swift
[1101/1286] Compiling NIOSSL SSLCertificateName.swift
[1101/1286] Wrapping AST for NIOSOCKS for debugging
[1103/1286] Compiling NIOSSL ObjectIdentifier.swift
[1104/1286] Compiling NIOSSL PosixPort.swift
[1105/1286] Compiling NIOSSL IdentityVerification.swift
[1106/1286] Compiling NIOSSL NIOSSLServerHandler.swift
[1106/1286] Compiling hrss.cc
[1107/1286] Compiling hpke.cc
[1109/1286] Compiling NIOSSL NIOSSLHandler.swift
[1110/1286] Compiling NIOSSL SSLCertificate.swift
[1110/1286] Compiling ex_data.cc
[1112/1286] Compiling NIOSSL SSLCallbacks.swift
[1113/1286] Compiling NIOSSL LinuxCABundle.swift
[1114/1286] Compiling NIOSSL NIOSSLClientHandler.swift
[1115/1286] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1115/1286] Compiling sign.cc
[1116/1286] Compiling scrypt.cc
[1117/1286] Compiling pbkdf.cc
[1118/1286] Compiling print.cc
[1120/1286] Compiling NIOSSL SSLConnection.swift
[1121/1286] Compiling NIOSSL SSLContext.swift
[1121/1286] Compiling p_x25519.cc
[1123/1286] Compiling NIOSSL AndroidCABundle.swift
[1124/1286] Compiling NIOSSL ByteBufferBIO.swift
[1125/1286] Compiling NIOSSL CustomPrivateKey.swift
[1125/1287] Compiling p_rsa_asn1.cc
[1126/1287] Compiling p_x25519_asn1.cc
[1128/1287] Compiling p_rsa.cc
[1130/1287] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1130/1287] Compiling bcm.cc
[1139/1309] Compiling p_ed25519_asn1.cc
[1140/1309] Compiling p_hkdf.cc
[1141/1309] Compiling p_ed25519.cc
[1143/1309] Compiling NIOSSL SSLPrivateKey.swift
[1144/1309] Compiling NIOSSL SSLPublicKey.swift
[1145/1309] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1146/1309] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1147/1309] Compiling NIOSSL SubjectAlternativeName.swift
[1148/1309] Compiling NIOSSL NIOSSLSecureBytes.swift
[1149/1309] Compiling NIOSSL RNG.swift
[1150/1309] Compiling NIOSSL SafeCompare.swift
[1151/1309] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1152/1309] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1153/1309] Emitting module NIOFoundationCompat
[1154/1309] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1155/1310] Emitting module NIOSSL
[1156/1310] Compiling NIOHPACK DynamicHeaderTable.swift
[1157/1310] Compiling NIOHPACK HPACKDecoder.swift
[1158/1310] Compiling NIOHPACK HPACKEncoder.swift
[1159/1310] Compiling NIOHPACK HPACKErrors.swift
[1159/1310] Wrapping AST for NIOHTTP1 for debugging
[1166/1310] Compiling NIOSSL SSLErrors.swift
[1167/1310] Compiling NIOSSL SSLInit.swift
[1168/1310] Compiling NIOSSL SSLPKCS12Bundle.swift
[1169/1310] Compiling p_ec_asn1.cc
[1171/1310] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1172/1310] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1173/1332] Compiling NIOHPACK IndexedHeaderTable.swift
[1174/1332] Compiling NIOHPACK IntegerCoding.swift
[1175/1333] Compiling NIOHTTPCompression HTTPCompression.swift
[1176/1333] Emitting module NIOHTTPCompression
[1177/1333] Compiling NIOHTTPCompression HTTPDecompression.swift
[1178/1333] Compiling NIOTransportServices StateManagedChannel.swift
[1179/1333] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1180/1333] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1181/1333] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1182/1333] Compiling NIOTransportServices NIOTSSingletons.swift
[1183/1333] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1184/1335] Compiling NIOHPACK HuffmanTables.swift
[1185/1335] Compiling NIOHPACK HuffmanCoding.swift
[1186/1335] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1187/1335] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1188/1335] Compiling NIOTransportServices NIOTSBootstraps.swift
[1189/1335] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1190/1335] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1191/1336] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1192/1336] Compiling NIOTransportServices NIOTSErrors.swift
[1193/1336] Compiling NIOTransportServices NIOTSEventLoop.swift
[1194/1336] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1195/1336] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1196/1336] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1197/1336] Emitting module NIOTransportServices
[1198/1336] Compiling NIOTransportServices AcceptHandler.swift
[1199/1336] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1200/1336] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1201/1336] Compiling p_dh_asn1.cc
[1202/1336] Compiling p_ec.cc
[1204/1336] Compiling NIOHPACK StaticHeaderTable.swift
[1205/1336] Wrapping AST for NIOFoundationCompat for debugging
[1207/1336] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1208/1336] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1209/1336] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1210/1336] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1211/1336] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1214/1337] Compiling p_dh.cc
[1215/1337] Compiling p_dsa_asn1.cc
[1216/1337] Wrapping AST for NIOHTTPCompression for debugging
[1219/1337] Emitting module NIOHPACK
[1222/1396] Compiling evp_ctx.cc
[1224/1396] Compiling NIOHTTP2 Error+Any.swift
[1225/1396] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1226/1396] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1227/1396] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1227/1397] Wrapping AST for NIOTransportServices for debugging
[1228/1397] Compiling engine.cc
[1229/1397] Compiling evp.cc
[1230/1397] Compiling ecdsa_asn1.cc
[1231/1397] Compiling err.cc
[1232/1397] Compiling evp_asn1.cc
[1233/1397] Wrapping AST for NIOHPACK for debugging
[1236/1397] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1237/1397] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1238/1397] Compiling NIOHTTP2 HasLocalSettings.swift
[1239/1397] Compiling NIOHTTP2 HasRemoteSettings.swift
[1240/1397] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1241/1397] Compiling NIOHTTP2 QuiescingState.swift
[1242/1397] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1243/1397] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1243/1405] Compiling hash_to_curve.cc
[1244/1405] Compiling ec_derive.cc
[1245/1405] Compiling ecdh_extra.cc
[1246/1405] Compiling dsa.cc
[1247/1405] Wrapping AST for NIOSSL for debugging
[1248/1405] Compiling dsa_asn1.cc
[1249/1405] Compiling ec_asn1.cc
[1250/1405] Compiling dh_asn1.cc
[1251/1405] Compiling params.cc
[1252/1405] Compiling x25519-asm-arm.S
[1254/1405] Compiling NIOHTTP2 InboundWindowManager.swift
[1255/1405] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1256/1405] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1257/1405] Compiling NIOHTTP2 StreamChannelList.swift
[1258/1405] Compiling NIOHTTP2 StreamMap.swift
[1259/1405] Compiling NIOHTTP2 StreamStateMachine.swift
[1260/1405] Compiling NIOHTTP2 UnsafeTransfer.swift
[1261/1405] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1261/1405] Compiling digest_extra.cc
[1262/1405] Compiling des.cc
[1263/1405] Compiling spake25519.cc
[1264/1405] Compiling curve25519_64_adx.cc
[1265/1405] Compiling curve25519.cc
[1266/1405] Compiling cpu_intel.cc
[1267/1405] Compiling crypto.cc
[1268/1405] Compiling cpu_arm_linux.cc
[1269/1405] Compiling cpu_aarch64_win.cc
[1270/1405] Compiling cpu_arm_freebsd.cc
[1271/1405] Compiling cpu_aarch64_sysreg.cc
[1272/1405] Compiling cpu_aarch64_openbsd.cc
[1273/1405] Compiling cpu_aarch64_fuchsia.cc
[1274/1405] Compiling cpu_aarch64_linux.cc
[1275/1405] Compiling cpu_aarch64_apple.cc
[1277/1405] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1278/1405] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1279/1405] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1280/1405] Compiling NIOHTTP2 HTTP2StreamID.swift
[1281/1405] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1282/1405] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1283/1405] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1284/1405] Compiling NIOHTTP2 InboundEventBuffer.swift
[1284/1405] Compiling tls_cbc.cc
[1285/1405] Compiling conf.cc
[1286/1405] Compiling e_null.cc
[1287/1405] Compiling e_rc4.cc
[1288/1405] Compiling e_tls.cc
[1290/1405] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1291/1405] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1292/1405] Compiling NIOHTTP2 MayReceiveFrames.swift
[1293/1405] Compiling NIOHTTP2 ReceivingDataState.swift
[1294/1405] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1295/1405] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1296/1405] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1297/1405] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1298/1405] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1299/1405] Emitting module NIOHTTP2
[1300/1405] Compiling NIOHTTP2 StateMachineResult.swift
[1301/1405] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1302/1405] Compiling NIOHTTP2 DOSHeuristics.swift
[1307/1405] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1308/1405] Compiling NIOHTTP2 MaySendFrames.swift
[1309/1405] Compiling NIOHTTP2 SendingDataState.swift
[1310/1405] Compiling NIOHTTP2 SendingGoawayState.swift
[1311/1405] Compiling NIOHTTP2 SendingHeadersState.swift
[1312/1405] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1313/1405] Compiling NIOHTTP2 SendingRstStreamState.swift
[1314/1405] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1315/1405] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1315/1405] Compiling e_rc2.cc
[1316/1405] Compiling e_des.cc
[1317/1405] Compiling derive_key.cc
[1318/1405] Compiling e_aesgcmsiv.cc
[1319/1405] Compiling e_aesctrhmac.cc
[1320/1405] Compiling e_chacha20poly1305.cc
[1321/1405] Compiling cipher_extra.cc
[1322/1405] Compiling chacha.cc
[1323/1405] Compiling cbb.cc
[1325/1405] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1326/1405] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1327/1405] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1328/1405] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1329/1405] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1330/1405] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1331/1405] Compiling NIOHTTP2 HTTP2Error.swift
[1332/1405] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1333/1405] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1334/1405] Compiling NIOHTTP2 HTTP2Frame.swift
[1335/1405] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1336/1405] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1337/1405] Compiling NIOHTTP2 HTTP2PingData.swift
[1338/1405] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1339/1405] Compiling NIOHTTP2 HTTP2Settings.swift
[1340/1405] Compiling NIOHTTP2 HTTP2Stream.swift
[1340/1406] Compiling buf.cc
[1341/1406] Compiling unicode.cc
[1343/1406] Compiling ber.cc
[1344/1406] Compiling cbs.cc
[1345/1406] Compiling asn1_compat.cc
[1346/1406] Compiling blake2.cc
[1347/1406] Compiling bn_asn1.cc
[1348/1406] Compiling convert.cc
[1349/1406] Compiling printf.cc
[1350/1406] Wrapping AST for NIOHTTP2 for debugging
[1351/1406] Compiling pair.cc
[1352/1406] Compiling hexdump.cc
[1353/1406] Compiling file.cc
[1354/1406] Compiling bio_mem.cc
[1355/1406] Compiling errno.cc
[1356/1406] Compiling bio.cc
[1357/1406] Compiling fd.cc
[1358/1406] Compiling base64.cc
[1359/1406] Compiling tasn_new.cc
[1360/1406] Compiling tasn_typ.cc
[1361/1406] Compiling tasn_utl.cc
[1362/1406] Compiling tasn_enc.cc
[1363/1406] Compiling tasn_dec.cc
[1364/1406] Compiling tasn_fre.cc
[1365/1406] Compiling posix_time.cc
[1366/1406] Compiling asn_pack.cc
[1367/1406] Compiling f_string.cc
[1368/1406] Compiling f_int.cc
[1369/1406] Compiling asn1_par.cc
[1370/1406] Compiling a_utctm.cc
[1371/1406] Compiling a_octet.cc
[1372/1406] Compiling asn1_lib.cc
[1373/1406] Compiling a_type.cc
[1374/1406] Compiling a_strnid.cc
[1375/1406] Compiling a_time.cc
[1376/1406] Compiling a_strex.cc
[1377/1406] Compiling a_object.cc
[1378/1406] Compiling a_mbstr.cc
[1379/1406] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1380/1406] Compiling a_i2d_fp.cc
[1381/1406] Write sources
[1383/1406] Compiling a_dup.cc
[1384/1406] Wrapping AST for Atomics for debugging
[1385/1406] Write sources
[1387/1406] Compiling a_int.cc
[1387/1406] Write sources
[1387/1406] Compiling a_d2i_fp.cc
[1390/1406] Wrapping AST for AsyncAlgorithms for debugging
[1391/1416] Compiling a_bool.cc
[1392/1416] Compiling a_gentm.cc
[1393/1441] Compiling a_bitstr.cc
[1395/1449] Emitting module ArgumentParserToolInfo
[1396/1449] Compiling ArgumentParserToolInfo ToolInfo.swift
[1397/1450] Compiling Algorithms Compacted.swift
[1398/1450] Compiling Algorithms Cycle.swift
[1399/1450] Compiling Algorithms EitherSequence.swift
[1400/1450] Compiling Algorithms FirstNonNil.swift
[1401/1453] Wrapping AST for ArgumentParserToolInfo for debugging
[1403/1491] Compiling ArgumentParser ParsableArguments.swift
[1404/1491] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1405/1491] Compiling ArgumentParser ParsableCommand.swift
[1406/1491] Compiling ArgumentParser ArgumentDecoder.swift
[1407/1491] Compiling ArgumentParser ArgumentDefinition.swift
[1408/1491] Compiling ArgumentParser ArgumentSet.swift
[1409/1491] Compiling CryptoBoringWrapper RandomBytes.swift
[1410/1491] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1411/1491] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1412/1491] Compiling ArgumentParser CommandParser.swift
[1413/1491] Compiling ArgumentParser InputKey.swift
[1414/1491] Compiling ArgumentParser InputOrigin.swift
[1415/1491] Compiling CryptoBoringWrapper EllipticCurve.swift
[1416/1491] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1417/1491] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1418/1491] Compiling ArgumentParser OptionGroup.swift
[1419/1491] Compiling ArgumentParser AsyncParsableCommand.swift
[1420/1491] Compiling ArgumentParser CommandConfiguration.swift
[1421/1491] Compiling ArgumentParser CommandGroup.swift
[1422/1491] Compiling ArgumentParser EnumerableFlag.swift
[1423/1491] Compiling ArgumentParser ExpressibleByArgument.swift
[1424/1491] Compiling ArgumentParser Errors.swift
[1425/1491] Compiling ArgumentParser Flag.swift
[1426/1491] Compiling ArgumentParser NameSpecification.swift
[1427/1491] Compiling ArgumentParser Option.swift
[1428/1491] Emitting module CryptoBoringWrapper
[1429/1491] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1430/1492] Wrapping AST for CryptoBoringWrapper for debugging
[1432/1492] Emitting module ArgumentParser
[1433/1497] Compiling ArgumentParser Argument.swift
[1434/1497] Compiling ArgumentParser ArgumentHelp.swift
[1435/1497] Compiling ArgumentParser ArgumentVisibility.swift
[1436/1497] Compiling ArgumentParser CompletionKind.swift
[1437/1568] Compiling Crypto GeneralizedTime.swift
[1438/1568] Compiling Crypto ObjectIdentifier.swift
[1439/1568] Compiling Crypto ECDSASignature.swift
[1440/1568] Compiling Crypto PEMDocument.swift
[1441/1568] Compiling Crypto PKCS8PrivateKey.swift
[1442/1568] Compiling Crypto SEC1PrivateKey.swift
[1443/1568] Compiling Crypto ASN1Identifier.swift
[1444/1568] Compiling Crypto ASN1Integer.swift
[1445/1568] Compiling Crypto ASN1Null.swift
[1446/1568] Compiling Crypto ASN1OctetString.swift
[1447/1568] Compiling Crypto ASN1Strings.swift
[1448/1568] Compiling Crypto ArraySliceBigint.swift
[1449/1568] Emitting module Algorithms
[1450/1569] Wrapping AST for Algorithms for debugging
[1452/1629] Compiling AsyncHTTPClient Base64.swift
[1453/1629] Compiling AsyncHTTPClient BasicAuth.swift
[1454/1629] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1455/1629] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1456/1629] Compiling AsyncHTTPClient ConnectionPool.swift
[1457/1629] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1458/1629] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1459/1629] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1460/1629] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1461/1629] Compiling AsyncHTTPClient RequestBodyLength.swift
[1462/1629] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1463/1629] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1464/1629] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1465/1629] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1466/1629] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1467/1638] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1468/1638] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1469/1638] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1477/1638] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1478/1638] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1479/1638] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1480/1638] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1481/1638] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1482/1638] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1483/1638] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1484/1638] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1485/1638] Compiling AsyncHTTPClient RequestOptions.swift
[1486/1638] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1490/1638] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1491/1638] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1492/1639] Wrapping AST for ArgumentParser for debugging
[1494/1639] Compiling Crypto SymmetricKeys.swift
[1495/1639] Compiling Crypto HMAC.swift
[1496/1639] Compiling Crypto MACFunctions.swift
[1497/1639] Compiling Crypto MessageAuthenticationCode.swift
[1498/1639] Compiling Crypto AES.swift
[1499/1639] Compiling Crypto ECDSASignature_boring.swift
[1500/1639] Compiling Crypto ECDSA_boring.swift
[1501/1639] Compiling Crypto EdDSA_boring.swift
[1502/1639] Compiling Crypto ECDSA.swift
[1503/1639] Compiling Crypto Ed25519.swift
[1504/1639] Compiling AsyncProcess EOFSequence.swift
[1505/1639] Compiling AsyncProcess ChunkSequence.swift
[1506/1639] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1507/1639] Compiling AsyncHTTPClient Transaction.swift
[1516/1639] Compiling AsyncProcess ProcessExit.swift
[1517/1639] Compiling AsyncHTTPClient HTTPClient.swift
[1518/1639] Compiling AsyncHTTPClient HTTPHandler.swift
[1519/1639] Compiling AsyncHTTPClient LRUCache.swift
[1520/1639] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1521/1639] Compiling AsyncHTTPClient NWErrorHandler.swift
[1522/1639] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1523/1639] Compiling AsyncHTTPClient TLSConfiguration.swift
[1524/1639] Compiling AsyncHTTPClient RedirectState.swift
[1525/1639] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1526/1639] Compiling Crypto X25519Keys.swift
[1527/1639] Emitting module Crypto
[1528/1639] Compiling AsyncProcess NIOAsyncPipeWriter.swift
[1531/1639] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1532/1639] Compiling AsyncHTTPClient ConnectionTarget.swift
[1533/1639] Compiling AsyncHTTPClient DeconstructedURL.swift
[1534/1639] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1535/1639] Compiling AsyncHTTPClient FoundationExtensions.swift
[1536/1639] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1537/1639] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1538/1639] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1539/1639] Emitting module AsyncProcess
[1540/1639] Compiling AsyncProcess FileContentStream.swift
/host/spi-builder-workspace/Sources/AsyncProcess/FileContentStream.swift:71:9: warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
 69 |       }
 70 |       let fileHandle = NIOLoopBound(
 71 |         NIOFileHandle(descriptor: dupedFD),
    |         `- warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
 72 |         eventLoop: eventLoop
 73 |       )
/host/spi-builder-workspace/Sources/AsyncProcess/FileContentStream.swift:98:39: warning: type 'ReadIntoAsyncChannelHandler' does not conform to the 'Sendable' protocol
 96 |       _ = ClientBootstrap(group: eventLoop)
 97 |         .channelInitializer { channel in
 98 |           channel.pipeline.addHandler(ReadIntoAsyncChannelHandler(sink: asyncChannel))
    |                                       `- warning: type 'ReadIntoAsyncChannelHandler' does not conform to the 'Sendable' protocol
 99 |         }
100 |         .withConnectedSocket(dupedFD)
    :
121 | }
122 |
123 | private final class ReadIntoAsyncChannelHandler: ChannelDuplexHandler {
    |                     `- note: class 'ReadIntoAsyncChannelHandler' does not conform to the 'Sendable' protocol
124 |   typealias InboundIn = ByteBuffer
125 |   typealias OutboundIn = Never
/host/spi-builder-workspace/Sources/AsyncProcess/FileContentStream.swift:104:39: warning: type 'ReadIntoAsyncChannelHandler' does not conform to the 'Sendable' protocol
102 |       NIOPipeBootstrap(group: eventLoop)
103 |         .channelInitializer { channel in
104 |           channel.pipeline.addHandler(ReadIntoAsyncChannelHandler(sink: asyncChannel))
    |                                       `- warning: type 'ReadIntoAsyncChannelHandler' does not conform to the 'Sendable' protocol
105 |         }
106 |         .takingOwnershipOfDescriptor(
    :
121 | }
122 |
123 | private final class ReadIntoAsyncChannelHandler: ChannelDuplexHandler {
    |                     `- note: class 'ReadIntoAsyncChannelHandler' does not conform to the 'Sendable' protocol
124 |   typealias InboundIn = ByteBuffer
125 |   typealias OutboundIn = Never
[1551/1639] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1552/1639] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1553/1639] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1554/1639] Compiling AsyncHTTPClient HTTP1Connection.swift
[1555/1639] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1556/1639] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1557/1639] Compiling AsyncHTTPClient HTTP2Connection.swift
[1558/1639] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1559/1639] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1560/1639] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1561/1639] Compiling AsyncProcess ProcessExecutor+Convenience.swift
[1562/1639] Compiling AsyncProcess ProcessExecutor.swift
[1564/1640] Compiling Crypto Signature.swift
[1565/1640] Compiling Crypto CryptoKitErrors_boring.swift
[1566/1640] Compiling Crypto RNG_boring.swift
[1567/1640] Compiling Crypto SafeCompare_boring.swift
[1568/1640] Compiling Crypto Zeroization_boring.swift
[1569/1640] Compiling Crypto PrettyBytes.swift
[1570/1640] Compiling Crypto SafeCompare.swift
[1571/1640] Compiling Crypto SecureBytes.swift
[1572/1640] Compiling Crypto Zeroization.swift
[1573/1641] Wrapping AST for AsyncProcess for debugging
[1575/1641] Emitting module AsyncHTTPClient
[1591/1649] Wrapping AST for Crypto for debugging
[1636/1649] Compiling AsyncHTTPClient RequestBag.swift
[1637/1649] Compiling AsyncHTTPClient RequestValidation.swift
[1638/1649] Compiling AsyncHTTPClient SSLContextCache.swift
[1639/1649] Compiling AsyncHTTPClient Scheme.swift
[1640/1649] Compiling AsyncHTTPClient Singleton.swift
[1641/1649] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1642/1649] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1643/1649] Compiling AsyncHTTPClient Utils.swift
[1644/1650] Wrapping AST for AsyncHTTPClient for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1646/1666] Emitting module Helpers
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[1647/1668] Compiling Helpers OpenReadableFile.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[1648/1668] Compiling Helpers OpenWritableFile.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[1649/1668] Compiling Helpers MockFileSystem.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[1650/1668] Compiling Helpers OSFileSystem.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[1651/1668] Compiling Helpers ReadableFileStream.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[1652/1668] Compiling Helpers WritableStream.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[1653/1668] Compiling Helpers QueryEngine.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[1654/1668] Compiling Helpers SQLite.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[1655/1668] Compiling Helpers SQLiteBackedCache.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[1656/1668] Compiling Helpers Triple.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[1657/1668] Compiling Helpers AsyncFileSystem.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[1658/1668] Compiling Helpers ConcurrencySupport.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[1659/1668] Compiling Helpers FileLock.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[1660/1668] Compiling Helpers Query.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[1661/1668] Compiling Helpers ThrowingDefer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[1662/1668] Compiling Helpers CacheKey.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[1663/1668] Compiling Helpers FileCacheRecord.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: couldn't find pc file for sqlite3
warning: couldn't find pc file for sqlite3
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/38] Write swift-version-24593BA9C3E375BF.txt
[3/105] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[4/105] Compiling Atomics AtomicStorage.swift
[5/105] Compiling Atomics AtomicValue.swift
[6/107] Emitting module CryptoBoringWrapper
[7/107] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[8/107] Compiling CryptoBoringWrapper EllipticCurve.swift
[9/107] Compiling NIOConcurrencyHelpers NIOLock.swift
[10/107] Compiling NIOConcurrencyHelpers lock.swift
[11/107] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[12/107] Compiling Logging MetadataProvider.swift
[13/107] Compiling Atomics IntegerOperations.swift
[14/107] Compiling Atomics Unmanaged extensions.swift
[15/107] Compiling NIOConcurrencyHelpers atomics.swift
[16/107] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/108] Compiling RealModule Real.swift
[18/108] Compiling RealModule Float80+Real.swift
[19/108] Compiling Atomics AtomicInteger.swift
[20/108] Compiling Atomics AtomicOptionalWrappable.swift
[22/108] Compiling Atomics AtomicMemoryOrderings.swift
[23/109] Compiling Atomics AtomicBool.swift
[24/109] Compiling Atomics IntegerConformances.swift
[25/109] Compiling Atomics ManagedAtomic.swift
[26/109] Compiling Atomics ManagedAtomicLazyReference.swift
[27/109] Compiling Atomics UnsafeAtomic.swift
[28/109] Compiling Atomics UnsafeAtomicLazyReference.swift
[29/109] Compiling _NIODataStructures PriorityQueue.swift
[31/109] Compiling Atomics DoubleWord.swift
[32/109] Compiling RealModule Float16+Real.swift
[33/109] Compiling Atomics OptionalRawRepresentable.swift
[34/109] Compiling Atomics RawRepresentable.swift
[37/109] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[40/109] Compiling Atomics AtomicReference.swift
[41/109] Emitting module NIOConcurrencyHelpers
[42/109] Compiling RealModule RealFunctions.swift
[43/110] Compiling _NIODataStructures Heap.swift
[44/110] Compiling CryptoBoringWrapper RandomBytes.swift
[45/110] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[46/110] Compiling RealModule ElementaryFunctions.swift
[47/110] Compiling RealModule Float+Real.swift
[51/110] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[52/110] Emitting module RealModule
[53/111] Compiling _NIODataStructures _TinyArray.swift
[54/111] Emitting module ArgumentParserToolInfo
[55/111] Compiling ArgumentParserToolInfo ToolInfo.swift
[56/112] Emitting module _NIODataStructures
[61/113] Emitting module InternalCollectionsUtilities
[63/113] Compiling Atomics PointerConformances.swift
[64/113] Compiling Atomics Primitives.native.swift
[65/113] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[66/113] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[67/115] Compiling Logging LogHandler.swift
[68/115] Compiling Logging Logging.swift
[69/115] Emitting module Logging
[70/115] Compiling Logging Locks.swift
[80/116] Emitting module Atomics
[82/343] Compiling Crypto HPKE-KexKeyDerivation.swift
[83/343] Compiling Crypto HPKE-LabeledExtract.swift
[84/345] Compiling Crypto Digest_boring.swift
[85/345] Compiling Crypto Digest.swift
[86/345] Compiling Crypto PKCS8PrivateKey.swift
[87/345] Compiling Crypto SEC1PrivateKey.swift
[88/345] Compiling Crypto Digests.swift
[89/345] Compiling Crypto HashFunctions.swift
[90/345] Compiling _NIOBase64 Base64.swift
[91/345] Emitting module _NIOBase64
[92/346] Compiling DequeModule _DequeSlot.swift
[93/346] Compiling DequeModule _UnsafeWrappedBuffer.swift
[94/346] Compiling Crypto SubjectPublicKeyInfo.swift
[95/346] Compiling Crypto CryptoKitErrors.swift
[97/345] Compiling Crypto ASN1Null.swift
[98/345] Compiling Crypto ASN1OctetString.swift
[99/345] Compiling Crypto ASN1Strings.swift
[100/345] Compiling Crypto ArraySliceBigint.swift
[101/345] Compiling Crypto GeneralizedTime.swift
[102/345] Compiling Crypto ObjectIdentifier.swift
[103/345] Compiling Crypto ECDSASignature.swift
[104/345] Compiling Crypto Insecure.swift
[105/345] Compiling Crypto Insecure_HashFunctions.swift
[106/345] Compiling Crypto KEM.swift
[107/345] Compiling Crypto ECDH_boring.swift
[108/345] Compiling Crypto DH.swift
[109/345] Compiling Crypto ECDH.swift
[110/345] Compiling Crypto ASN1Identifier.swift
[111/345] Compiling Crypto ASN1Integer.swift
[112/352] Compiling Crypto ASN1Any.swift
[113/352] Compiling Crypto ASN1BitString.swift
[114/352] Compiling Crypto ASN1Boolean.swift
[115/352] Compiling Crypto SymmetricKeys.swift
[116/352] Compiling Crypto HMAC.swift
[117/352] Compiling Crypto MACFunctions.swift
[118/352] Compiling Crypto MessageAuthenticationCode.swift
[119/352] Emitting module ArgumentParser
[120/357] Compiling Crypto HPKE-KEM-Curve25519.swift
[121/357] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[122/357] Compiling Crypto HPKE-KEM.swift
[123/357] Compiling Crypto HPKE-Errors.swift
[124/357] Compiling Crypto HPKE.swift
[125/357] Compiling Crypto HPKE-Context.swift
[126/357] Compiling Crypto HPKE-KeySchedule.swift
[127/357] Compiling Crypto HPKE-Modes.swift
[128/357] Compiling Crypto HPKE-Ciphersuite.swift
[129/357] Compiling Crypto HPKE-KDF.swift
[130/357] Compiling Crypto HashFunctions_SHA2.swift
[131/357] Compiling Crypto HPKE-AEAD.swift
[146/360] Compiling Algorithms Trim.swift
[147/360] Compiling Algorithms Unique.swift
[148/360] Compiling Algorithms Windows.swift
[149/363] Compiling ArgumentParser SequenceExtensions.swift
[150/363] Compiling ArgumentParser StringExtensions.swift
[151/363] Compiling ArgumentParser Tree.swift
[152/363] Compiling Crypto ChaChaPoly_boring.swift
[153/363] Compiling Crypto ChaChaPoly.swift
[154/363] Compiling Crypto Cipher.swift
[155/363] Compiling Crypto Nonces.swift
[156/363] Compiling Crypto ASN1.swift
[181/363] Emitting module Crypto
[193/372] Emitting module DequeModule
[201/373] Compiling OrderedCollections _UnsafeBitset.swift
[202/373] Compiling Crypto AESWrap.swift
[203/373] Compiling Crypto AESWrap_boring.swift
[204/373] Compiling Crypto Ed25519_boring.swift
[205/373] Compiling Crypto NISTCurvesKeys_boring.swift
[206/373] Compiling Crypto X25519Keys_boring.swift
[207/373] Compiling Crypto Curve25519.swift
[208/373] Compiling Crypto Ed25519Keys.swift
[209/373] Compiling Crypto NISTCurvesKeys.swift
[210/373] Compiling Crypto X25519Keys.swift
[215/373] Emitting module SystemPackage
[235/372] Compiling OrderedCollections OrderedSet+Sendable.swift
[236/372] Compiling OrderedCollections OrderedSet+SubSequence.swift
[237/372] Compiling OrderedCollections OrderedSet+Testing.swift
[238/372] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[239/372] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[240/372] Compiling OrderedCollections OrderedSet.swift
[242/372] Compiling SystemPackage Util+StringArray.swift
[243/372] Compiling SystemPackage Util.swift
[244/372] Compiling SystemPackage UtilConsumers.swift
[308/372] Compiling ArgumentParser CollectionExtensions.swift
[309/372] Compiling ArgumentParser Platform.swift
[318/432] Compiling NIOCore FileHandle.swift
[319/432] Compiling NIOCore FileRegion.swift
[320/432] Compiling NIOCore GlobalSingletons.swift
[321/432] Compiling NIOCore IO.swift
[322/432] Compiling NIOCore IOData.swift
[323/432] Compiling NIOCore IPProtocol.swift
[324/432] Compiling NIOCore IntegerBitPacking.swift
[325/432] Compiling NIOCore IntegerTypes.swift
[326/432] Compiling NIOCore Interfaces.swift
[327/432] Compiling NIOCore Linux.swift
[328/432] Compiling NIOCore ChannelHandler.swift
[329/432] Compiling NIOCore ChannelHandlers.swift
[330/432] Compiling NIOCore ChannelInvoker.swift
[331/432] Compiling NIOCore ChannelOption.swift
[332/432] Compiling NIOCore ChannelPipeline.swift
[333/432] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[334/432] Compiling NIOCore EventLoopFuture+Deprecated.swift
[335/432] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[336/432] Compiling NIOCore EventLoopFuture.swift
[337/432] Compiling NIOCore FileDescriptor.swift
[338/432] Emitting module OrderedCollections
[339/433] Compiling Crypto Signature.swift
[340/433] Compiling Crypto CryptoKitErrors_boring.swift
[341/433] Compiling Crypto RNG_boring.swift
[342/433] Compiling Crypto SafeCompare_boring.swift
[343/433] Compiling Crypto Zeroization_boring.swift
[344/433] Compiling Crypto PrettyBytes.swift
[345/433] Compiling Crypto SafeCompare.swift
[346/433] Compiling Crypto SecureBytes.swift
[347/433] Compiling Crypto Zeroization.swift
[350/432] Compiling NIOCore MulticastChannel.swift
[351/432] Compiling NIOCore NIOAny.swift
[352/432] Compiling NIOCore NIOCloseOnErrorHandler.swift
[353/432] Compiling NIOCore NIOLoopBound.swift
[354/432] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[355/432] Compiling NIOCore NIOScheduledCallback.swift
[356/432] Compiling NIOCore NIOSendable.swift
[357/432] Compiling NIOCore RecvByteBufferAllocator.swift
[358/485] Emitting module Algorithms
[360/486] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[361/486] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[362/486] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[363/486] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[364/486] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[365/486] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[366/486] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[367/486] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[368/486] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[369/486] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[370/486] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[371/486] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[372/486] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[373/486] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[374/491] Emitting module AsyncAlgorithms
[375/491] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[376/491] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[377/491] Compiling AsyncAlgorithms MergeStateMachine.swift
[378/491] Compiling AsyncAlgorithms MergeStorage.swift
[379/491] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[380/491] Compiling AsyncAlgorithms Rethrow.swift
[381/491] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[382/491] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[383/491] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[384/491] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[385/491] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[386/491] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[387/491] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[388/491] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[389/491] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[390/491] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[391/491] Compiling AsyncAlgorithms AsyncChannel.swift
[392/491] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[393/491] Compiling AsyncAlgorithms Dictionary.swift
[394/491] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[395/491] Compiling AsyncAlgorithms Locking.swift
[402/491] Compiling AsyncAlgorithms SetAlgebra.swift
[403/491] Compiling AsyncAlgorithms UnsafeTransfer.swift
[404/491] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[405/491] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[406/491] Compiling AsyncAlgorithms ZipStateMachine.swift
[407/491] Compiling AsyncAlgorithms ZipStorage.swift
[408/491] Compiling NIOCore MarkedCircularBuffer.swift
[409/491] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[410/491] Compiling NIOCore SocketAddresses.swift
[411/491] Compiling NIOCore SocketOptionProvider.swift
[412/491] Compiling NIOCore SystemCallHelpers.swift
[413/491] Compiling NIOCore TimeAmount+Duration.swift
[414/491] Compiling NIOCore TypeAssistedChannelHandler.swift
[415/491] Compiling NIOCore UniversalBootstrapSupport.swift
[416/491] Compiling NIOCore Utilities.swift
[417/491] Compiling AsyncAlgorithms ChannelStateMachine.swift
[418/491] Compiling AsyncAlgorithms ChannelStorage.swift
[419/491] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[420/491] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[421/491] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[422/491] Compiling AsyncAlgorithms CombineLatestStorage.swift
[423/491] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[424/491] Compiling AsyncAlgorithms DebounceStateMachine.swift
[425/491] Compiling AsyncAlgorithms DebounceStorage.swift
[471/491] Emitting module NIOCore
[473/541] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[474/541] Compiling NIOEmbedded Embedded.swift
[475/541] Emitting module NIOEmbedded
[476/541] Compiling NIOEmbedded AsyncTestingChannel.swift
[478/541] Compiling NIOPosix SelectableChannel.swift
[479/541] Compiling NIOPosix SelectableEventLoop.swift
[480/541] Compiling NIOPosix SelectorEpoll.swift
[481/541] Compiling NIOPosix SelectorGeneric.swift
[482/541] Compiling NIOPosix SelectorKqueue.swift
[483/541] Compiling NIOPosix SelectorUring.swift
[484/547] Emitting module NIOPosix
[485/547] Compiling NIOPosix ThreadPosix.swift
[486/547] Compiling NIOPosix ThreadWindows.swift
[487/547] Compiling NIOPosix UnsafeTransfer.swift
[488/547] Compiling NIOPosix Utilities.swift
[489/547] Compiling NIOPosix VsockAddress.swift
[490/547] Compiling NIOPosix VsockChannelEvents.swift
[491/547] Compiling NIOPosix ServerSocket.swift
[492/547] Compiling NIOPosix Socket.swift
[493/547] Compiling NIOPosix SocketChannel.swift
[494/547] Compiling NIOPosix SocketProtocols.swift
[495/547] Compiling NIOPosix System.swift
[496/547] Compiling NIOPosix Thread.swift
[497/547] Compiling NIOPosix Pool.swift
[498/547] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[499/547] Compiling NIOPosix PosixSingletons.swift
[500/547] Compiling NIOPosix RawSocketBootstrap.swift
[501/547] Compiling NIOPosix Resolver.swift
[502/547] Compiling NIOPosix Selectable.swift
[503/547] Compiling NIOPosix NIOThreadPool.swift
[504/547] Compiling NIOPosix NonBlockingFileIO.swift
[505/547] Compiling NIOPosix PendingDatagramWritesManager.swift
[506/547] Compiling NIOPosix PendingWritesManager.swift
[507/547] Compiling NIOPosix PipeChannel.swift
[508/547] Compiling NIOPosix PipePair.swift
[509/547] Compiling NIOPosix BSDSocketAPICommon.swift
[510/547] Compiling NIOPosix BSDSocketAPIPosix.swift
[511/547] Compiling NIOPosix BSDSocketAPIWindows.swift
[512/547] Compiling NIOPosix BaseSocket.swift
[513/547] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[514/547] Compiling NIOPosix BaseSocketChannel.swift
[515/547] Compiling NIOPosix BaseStreamSocketChannel.swift
[516/547] Compiling NIOPosix IO.swift
[517/547] Compiling NIOPosix IntegerBitPacking.swift
[518/547] Compiling NIOPosix IntegerTypes.swift
[519/547] Compiling NIOPosix Linux.swift
[520/547] Compiling NIOPosix LinuxCPUSet.swift
[521/547] Compiling NIOPosix LinuxUring.swift
[522/547] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[523/547] Compiling NIOPosix Bootstrap.swift
[524/547] Compiling NIOPosix ControlMessage.swift
[525/547] Compiling NIOPosix DatagramVectorReadManager.swift
[526/547] Compiling NIOPosix Errors+Any.swift
[527/547] Compiling NIOPosix FileDescriptor.swift
[528/547] Compiling NIOPosix GetaddrinfoResolver.swift
[529/547] Compiling NIOPosix HappyEyeballs.swift
[531/549] Compiling NIO Exports.swift
[532/549] Emitting module NIO
[534/596] Emitting module NIOFoundationCompat
[535/596] Compiling NIOTLS SNIHandler.swift
[536/596] Compiling NIOTLS TLSEvents.swift
[537/596] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[538/596] Compiling NIOSOCKS ClientStateMachine.swift
[539/597] Compiling AsyncProcess ProcessExit.swift
[540/597] Compiling NIOSOCKS ServerStateMachine.swift
[541/597] Compiling NIOHTTP1 ByteCollectionUtils.swift
[542/597] Compiling NIOHTTP1 HTTPDecoder.swift
[543/597] Compiling NIOHTTP1 HTTPEncoder.swift
[544/597] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[545/597] Compiling AsyncProcess ProcessExecutor+Convenience.swift
[546/597] Compiling AsyncProcess ProcessExecutor.swift
[547/597] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[548/597] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[549/597] Compiling AsyncProcess FileContentStream.swift
/host/spi-builder-workspace/Sources/AsyncProcess/FileContentStream.swift:71:9: warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
 69 |       }
 70 |       let fileHandle = NIOLoopBound(
 71 |         NIOFileHandle(descriptor: dupedFD),
    |         `- warning: 'init(descriptor:)' is deprecated: Avoid using NIOFileHandle. The type is difficult to hold correctly, use NIOFileSystem as a replacement API.
 72 |         eventLoop: eventLoop
 73 |       )
/host/spi-builder-workspace/Sources/AsyncProcess/FileContentStream.swift:98:39: warning: type 'ReadIntoAsyncChannelHandler' does not conform to the 'Sendable' protocol
 96 |       _ = ClientBootstrap(group: eventLoop)
 97 |         .channelInitializer { channel in
 98 |           channel.pipeline.addHandler(ReadIntoAsyncChannelHandler(sink: asyncChannel))
    |                                       `- warning: type 'ReadIntoAsyncChannelHandler' does not conform to the 'Sendable' protocol
 99 |         }
100 |         .withConnectedSocket(dupedFD)
    :
121 | }
122 |
123 | private final class ReadIntoAsyncChannelHandler: ChannelDuplexHandler {
    |                     `- note: class 'ReadIntoAsyncChannelHandler' does not conform to the 'Sendable' protocol
124 |   typealias InboundIn = ByteBuffer
125 |   typealias OutboundIn = Never
/host/spi-builder-workspace/Sources/AsyncProcess/FileContentStream.swift:104:39: warning: type 'ReadIntoAsyncChannelHandler' does not conform to the 'Sendable' protocol
102 |       NIOPipeBootstrap(group: eventLoop)
103 |         .channelInitializer { channel in
104 |           channel.pipeline.addHandler(ReadIntoAsyncChannelHandler(sink: asyncChannel))
    |                                       `- warning: type 'ReadIntoAsyncChannelHandler' does not conform to the 'Sendable' protocol
105 |         }
106 |         .takingOwnershipOfDescriptor(
    :
121 | }
122 |
123 | private final class ReadIntoAsyncChannelHandler: ChannelDuplexHandler {
    |                     `- note: class 'ReadIntoAsyncChannelHandler' does not conform to the 'Sendable' protocol
124 |   typealias InboundIn = ByteBuffer
125 |   typealias OutboundIn = Never
[550/597] Compiling AsyncProcess EOFSequence.swift
[551/597] Compiling AsyncProcess NIOAsyncPipeWriter.swift
[552/597] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[553/597] Emitting module AsyncProcess
[554/597] Compiling AsyncProcess ChunkSequence.swift
[555/598] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[556/598] Emitting module NIOTLS
[557/598] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[558/598] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[559/598] Compiling NIOSOCKS SOCKSResponse.swift
[561/599] Emitting module NIOSOCKS
[562/599] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[565/597] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[566/597] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[567/597] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[568/597] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[570/598] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[571/598] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[572/598] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[573/598] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[574/609] Compiling NIOTransportServices StateManagedListenerChannel.swift
[575/609] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[576/609] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[577/609] Compiling NIOTransportServices StateManagedChannel.swift
[578/609] Compiling NIOTransportServices NIOTSDatagramListener.swift
[579/609] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[580/609] Compiling NIOTransportServices AcceptHandler.swift
[581/609] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[582/609] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[583/609] Emitting module NIOHTTP1
[584/609] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[585/609] Compiling NIOHTTP1 HTTPTypes.swift
[586/650] Emitting module NIOTransportServices
[587/652] Compiling NIOSSL SSLErrors.swift
[588/652] Compiling NIOSSL SSLInit.swift
[589/652] Compiling NIOSSL SSLPKCS12Bundle.swift
[590/652] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[591/652] Compiling NIOSSL NIOSSLHandler.swift
[592/652] Compiling NIOSSL SubjectAlternativeName.swift
[593/652] Compiling NIOSSL SSLCallbacks.swift
[594/652] Compiling NIOSSL LinuxCABundle.swift
[595/652] Compiling NIOSSL NIOSSLClientHandler.swift
[596/652] Compiling NIOSSL NIOSSLServerHandler.swift
[597/652] Compiling NIOSSL ObjectIdentifier.swift
[598/652] Compiling NIOSSL PosixPort.swift
[599/652] Compiling NIOSSL SSLCertificateName.swift
[600/652] Compiling NIOSSL SSLConnection.swift
[601/652] Compiling NIOSSL SSLContext.swift
[604/653] Compiling NIOSSL AndroidCABundle.swift
[605/653] Compiling NIOSSL ByteBufferBIO.swift
[606/653] Compiling NIOSSL CustomPrivateKey.swift
[607/653] Compiling NIOSSL IdentityVerification.swift
[608/653] Compiling NIOSSL SSLCertificate.swift
[609/653] Compiling NIOSSL SSLCertificateExtensions.swift
[611/653] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[612/653] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[614/670] Compiling NIOSSL SSLPrivateKey.swift
[615/670] Compiling NIOSSL SSLPublicKey.swift
[616/670] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[617/670] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[621/670] Compiling NIOSSL SafeCompare.swift
[626/674] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[627/674] Emitting module NIOHTTPCompression
[628/674] Compiling NIOHTTPCompression HTTPCompression.swift
[629/674] Compiling NIOHTTPCompression HTTPDecompression.swift
[630/674] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[631/674] Compiling NIOHPACK IndexedHeaderTable.swift
[632/674] Compiling NIOHPACK IntegerCoding.swift
[633/674] Compiling NIOHPACK HPACKHeader.swift
[634/674] Compiling NIOHPACK HeaderTables.swift
[635/675] Emitting module NIOHPACK
[636/675] Compiling NIOHPACK DynamicHeaderTable.swift
[637/675] Compiling NIOHPACK HPACKDecoder.swift
[638/675] Compiling NIOHPACK HPACKEncoder.swift
[639/675] Compiling NIOHPACK HPACKErrors.swift
[640/675] Compiling NIOHPACK HuffmanCoding.swift
[641/675] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[642/675] Compiling NIOHPACK HuffmanTables.swift
[643/675] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[656/676] Emitting module NIOSSL
[662/676] Compiling NIOHPACK StaticHeaderTable.swift
[663/677] Compiling NIOSSL Zeroization.swift
[664/677] Compiling NIOSSL TLSConfiguration.swift
[665/677] Compiling NIOSSL UniversalBootstrapSupport.swift
[666/677] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[669/733] Compiling NIOHTTP2 MaySendFrames.swift
[670/733] Compiling NIOHTTP2 SendingDataState.swift
[671/733] Compiling NIOHTTP2 SendingGoawayState.swift
[672/733] Compiling NIOHTTP2 SendingHeadersState.swift
[673/733] Compiling NIOHTTP2 SendingPushPromiseState.swift
[674/733] Compiling NIOHTTP2 SendingRstStreamState.swift
[675/733] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[676/733] Compiling NIOHTTP2 HTTP2SettingsState.swift
[677/733] Emitting module NIOHTTP2
[678/741] Compiling NIOHTTP2 ConnectionStateMachine.swift
[679/741] Compiling NIOHTTP2 ConnectionStreamsState.swift
[680/741] Compiling NIOHTTP2 MayReceiveFrames.swift
[681/741] Compiling NIOHTTP2 ReceivingDataState.swift
[682/741] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[683/741] Compiling NIOHTTP2 ReceivingHeadersState.swift
[684/741] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[685/741] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[686/741] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[687/741] Compiling NIOHTTP2 InboundWindowManager.swift
[688/741] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[689/741] Compiling NIOHTTP2 StreamChannelFlowController.swift
[690/741] Compiling NIOHTTP2 StreamChannelList.swift
[691/741] Compiling NIOHTTP2 StreamMap.swift
[692/741] Compiling NIOHTTP2 StreamStateMachine.swift
[693/741] Compiling NIOHTTP2 UnsafeTransfer.swift
[694/741] Compiling NIOHTTP2 WatermarkedFlowController.swift
[695/741] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[696/741] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[697/741] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[698/741] Compiling NIOHTTP2 HTTP2StreamID.swift
[699/741] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[700/741] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[701/741] Compiling NIOHTTP2 HTTP2UserEvents.swift
[702/741] Compiling NIOHTTP2 InboundEventBuffer.swift
[703/741] Compiling NIOHTTP2 StateMachineResult.swift
[704/741] Compiling NIOHTTP2 ContentLengthVerifier.swift
[705/741] Compiling NIOHTTP2 DOSHeuristics.swift
[706/741] Compiling NIOHTTP2 Error+Any.swift
[707/741] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[708/741] Compiling NIOHTTP2 ControlFrameBuffer.swift
[709/741] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[710/741] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[711/741] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[712/741] Compiling NIOHTTP2 HasFlowControlWindows.swift
[713/741] Compiling NIOHTTP2 HasLocalSettings.swift
[714/741] Compiling NIOHTTP2 HasRemoteSettings.swift
[715/741] Compiling NIOHTTP2 LocallyQuiescingState.swift
[716/741] Compiling NIOHTTP2 QuiescingState.swift
[717/741] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[718/741] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[719/741] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[720/741] Compiling NIOHTTP2 HTTP2Frame.swift
[721/741] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[722/741] Compiling NIOHTTP2 HTTP2FrameParser.swift
[723/741] Compiling NIOHTTP2 HTTP2PingData.swift
[724/741] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[725/741] Compiling NIOHTTP2 HTTP2Settings.swift
[726/741] Compiling NIOHTTP2 HTTP2Stream.swift
[727/741] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[728/741] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[729/741] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[730/741] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[731/741] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[732/741] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[733/741] Compiling NIOHTTP2 HTTP2Error.swift
[734/741] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[736/801] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[737/801] Compiling AsyncHTTPClient TLSEventsHandler.swift
[738/801] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[739/801] Compiling AsyncHTTPClient HTTP1Connection.swift
[740/801] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[741/801] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[742/801] Compiling AsyncHTTPClient HTTP2Connection.swift
[743/801] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[744/801] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[745/801] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[746/801] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[747/801] Compiling AsyncHTTPClient AsyncLazySequence.swift
[748/801] Compiling AsyncHTTPClient HTTPClient+execute.swift
[749/801] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[750/801] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[751/801] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[752/801] Compiling AsyncHTTPClient HTTPClientRequest.swift
[753/801] Compiling AsyncHTTPClient HTTPClientResponse.swift
[754/809] Emitting module AsyncHTTPClient
[755/809] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[756/809] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[757/809] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[758/809] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[759/809] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[760/809] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[761/809] Compiling AsyncHTTPClient RequestBodyLength.swift
[762/809] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[763/809] Compiling AsyncHTTPClient HTTPHandler.swift
[764/809] Compiling AsyncHTTPClient LRUCache.swift
[765/809] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[766/809] Compiling AsyncHTTPClient NWErrorHandler.swift
[767/809] Compiling AsyncHTTPClient NWWaitingHandler.swift
[768/809] Compiling AsyncHTTPClient TLSConfiguration.swift
[769/809] Compiling AsyncHTTPClient RedirectState.swift
[770/809] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[771/809] Compiling AsyncHTTPClient ConnectionTarget.swift
[772/809] Compiling AsyncHTTPClient DeconstructedURL.swift
[773/809] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[774/809] Compiling AsyncHTTPClient FoundationExtensions.swift
[775/809] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[776/809] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[777/809] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[778/809] Compiling AsyncHTTPClient HTTPClient.swift
[779/809] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[780/809] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[781/809] Compiling AsyncHTTPClient Transaction.swift
[782/809] Compiling AsyncHTTPClient Base64.swift
[783/809] Compiling AsyncHTTPClient BasicAuth.swift
[784/809] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[785/809] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[786/809] Compiling AsyncHTTPClient ConnectionPool.swift
[787/809] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[788/809] Compiling AsyncHTTPClient RequestOptions.swift
[789/809] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[790/809] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[791/809] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[792/809] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[793/809] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[794/809] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[795/809] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[796/809] Compiling AsyncHTTPClient RequestBag.swift
[797/809] Compiling AsyncHTTPClient RequestValidation.swift
[798/809] Compiling AsyncHTTPClient SSLContextCache.swift
[799/809] Compiling AsyncHTTPClient Scheme.swift
[800/809] Compiling AsyncHTTPClient Singleton.swift
[801/809] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[802/809] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[803/809] Compiling AsyncHTTPClient Utils.swift
[805/825] Compiling Helpers OpenReadableFile.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[806/825] Compiling Helpers OpenWritableFile.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[807/827] Compiling Helpers QueryEngine.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[808/827] Compiling Helpers SQLite.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[809/827] Compiling Helpers ThrowingDefer.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[810/827] Compiling Helpers CacheKey.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[811/827] Compiling Helpers FileCacheRecord.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[812/827] Compiling Helpers ReadableFileStream.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[813/827] Compiling Helpers WritableStream.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
error: emit-module command failed with exit code 1 (use -v to see invocation)
[814/827] Emitting module Helpers
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[815/827] Compiling Helpers MockFileSystem.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[816/827] Compiling Helpers OSFileSystem.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[817/827] Compiling Helpers AsyncFileSystem.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[818/827] Compiling Helpers ConcurrencySupport.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[819/827] Compiling Helpers SQLiteBackedCache.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[820/827] Compiling Helpers Triple.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[821/827] Compiling Helpers FileLock.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
[822/827] Compiling Helpers Query.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "sqlite.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/SystemSQLite/sqlite.h:14:10: error: 'sqlite3.h' file not found
12 |
13 | #pragma once
14 | #include <sqlite3.h>
   |          `- error: 'sqlite3.h' file not found
15 |
/host/spi-builder-workspace/Sources/Helpers/Vendor/QueryEngine/SQLite.swift:15:8: error: could not build C module 'SystemSQLite'
 13 | import struct Foundation.Data
 14 | import SystemPackage
 15 | import SystemSQLite
    |        `- error: could not build C module 'SystemSQLite'
 16 |
 17 | extension FilePath: @unchecked Sendable {}
BUILD FAILURE 6.1 android