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 (af1bea), with Swift 6.1 for Wasm on 4 Jun 2025 18:17:35 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-sdk-generator.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/swiftlang/swift-sdk-generator
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at af1bea6 Fix compatibility with Swift 6.1 for Linux Swift SDKs (#218)
Cloned https://github.com/swiftlang/swift-sdk-generator.git
Revision (git rev-parse @):
af1bea6204fbd43ebd14ad62a6e05233b8ba2d30
SUCCESS checkout https://github.com/swiftlang/swift-sdk-generator.git at main
========================================
Build
========================================
Selected platform:         wasm
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/3836] Fetching swift-log
[193/5598] Fetching swift-log, swift-atomics
[1374/10583] Fetching swift-log, swift-atomics, swift-async-algorithms
[7682/27174] Fetching swift-log, swift-atomics, swift-async-algorithms, swift-collections
[12410/103344] Fetching swift-log, swift-atomics, swift-async-algorithms, swift-collections, swift-nio
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.56s)
[9181/98359] Fetching swift-log, swift-atomics, swift-collections, swift-nio
Fetching https://github.com/apple/swift-argument-parser
[12033/113030] Fetching swift-log, swift-atomics, swift-collections, swift-nio, swift-crypto
[54041/128410] Fetching swift-log, swift-atomics, swift-collections, swift-nio, swift-crypto, swift-argument-parser
Fetched https://github.com/apple/swift-log.git from cache (2.42s)
Fetching https://github.com/apple/swift-system
Fetched https://github.com/apple/swift-collections.git from cache (2.45s)
Fetching https://github.com/swift-server/async-http-client.git
[88941/107983] Fetching swift-atomics, swift-nio, swift-crypto, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.98s)
[75846/92603] Fetching swift-atomics, swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.72s)
[62698/77932] Fetching swift-atomics, swift-nio
[77933/82323] Fetching swift-atomics, swift-nio, swift-system
[82324/96337] Fetching swift-atomics, swift-nio, swift-system, async-http-client
Fetched https://github.com/apple/swift-system from cache (0.76s)
[81716/91946] Fetching swift-atomics, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.49s)
Fetched https://github.com/apple/swift-atomics.git from cache (5.70s)
Fetched https://github.com/apple/swift-nio.git from cache (5.84s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (6.63s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.1 (0.94s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.72s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.06s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.75s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.79s)
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.90s)
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
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/5923] Fetching swift-nio-extras
[416/8590] Fetching swift-nio-extras, swift-nio-transport-services
[4531/20117] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2
[11127/34960] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.49s)
[9795/32293] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.54s)
[4169/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-algorithms.git
[26371/32329] Fetching swift-nio-http2, swift-nio-ssl, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.46s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.20s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.21s)
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 (2.87s)
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.70s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (3.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.11s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.72s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.62s)
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.39s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/1141] Fetching swift-http-structured-headers
[1142/2731] Fetching swift-http-structured-headers, swift-asn1
[1715/5157] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle
[2583/6061] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-http-types
[6014/12216] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.34s)
[6635/11312] Fetching swift-http-structured-headers, swift-asn1, swift-service-lifecycle, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.34s)
[5414/9722] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.37s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.37s)
[4494/6155] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.49s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.00s)
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.1 (0.00s)
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.00s)
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.00s)
Computed https://github.com/apple/swift-system at 1.5.0 (0.00s)
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.00s)
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.00s)
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.00s)
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.00s)
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.00s)
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.78s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.56s)
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.64s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.69s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.27s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.60s)
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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.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-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-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-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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
[10/848] Compiling sha1-armv4-large-linux.S
[11/848] Compiling _NumericsShims _NumericsShims.c
[11/848] Write sources
[14/848] Compiling _AtomicsShims.c
[15/848] Write sources
[31/848] Compiling CSystem shims.c
[32/848] Compiling CNIOWindows shim.c
[33/848] Compiling CNIOWindows WSAStartup.c
[34/848] Compiling CNIOWASI CNIOWASI.c
[35/848] Compiling CNIOLinux shim.c
[36/848] Compiling CNIOLinux liburing_shims.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/evp_ctx.cc:18:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/evp/../internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[37/848] Compiling evp_ctx.cc
[37/848] Compiling obj_xref.cc
[37/848] Compiling v3_ncons.cc
[37/848] Compiling CNIOLLHTTP c_nio_llhttp.c
[37/848] Write swift-version-24593BA9C3E375BF.txt
[37/848] Compiling v3_lib.cc
[37/848] Compiling evp_asn1.cc
[37/848] Compiling obj.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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/812] Write sources
[7/812] Compiling CNIOExtrasZlib empty.c
[8/812] Compiling CNIODarwin shim.c
[9/812] Compiling CNIOLLHTTP c_nio_http.c
[10/812] Compiling fiat_p256_adx_sqr.S
[11/812] Compiling fiat_p256_adx_mul.S
[12/812] Compiling CNIOLLHTTP c_nio_api.c
[13/812] Compiling fiat_curve25519_adx_square.S
[14/812] Compiling fiat_curve25519_adx_mul.S
[15/812] Write swift-version-24593BA9C3E375BF.txt
[16/812] Compiling CNIOBoringSSLShims shims.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[17/816] Compiling tls_method.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[17/816] Compiling tls_record.cc
[17/816] Compiling tls13_both.cc
[17/816] Compiling CNIOLLHTTP c_nio_llhttp.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[17/816] Compiling tls13_client.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[17/816] Compiling tls13_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc:32:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[17/816] Compiling tls13_server.cc
BUILD FAILURE 6.1 wasm