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 SparkConnect, reference 0.3.0 (60fa9c), with Swift 6.1 for Wasm on 4 Jun 2025 15:49:13 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/apache/spark-connect-swift.git
Reference: 0.3.0
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/apache/spark-connect-swift
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at 60fa9c4 [SPARK-52376] Support `addArtifact(s)?` in `SparkSession`
Cloned https://github.com/apache/spark-connect-swift.git
Revision (git rev-parse @):
60fa9c40174c134c07b1eec8678b7ed4c588e22a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apache/spark-connect-swift.git at 0.3.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/apache/spark-connect-swift.git
https://github.com/apache/spark-connect-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "exact" : [
          "2.2.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    },
    {
      "identity" : "grpc-swift-protobuf",
      "requirement" : {
        "exact" : [
          "1.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift-protobuf.git"
    },
    {
      "identity" : "grpc-swift-nio-transport",
      "requirement" : {
        "exact" : [
          "1.2.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift-nio-transport.git"
    },
    {
      "identity" : "flatbuffers",
      "requirement" : {
        "branch" : [
          "v25.2.10"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/flatbuffers.git"
    }
  ],
  "manifest_display_name" : "SparkConnect",
  "name" : "SparkConnect",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    }
  ],
  "products" : [
    {
      "name" : "SparkConnect",
      "targets" : [
        "SparkConnect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SparkConnectTests",
      "module_type" : "SwiftTarget",
      "name" : "SparkConnectTests",
      "path" : "Tests/SparkConnectTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/SparkConnectTests/Resources/queries",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BuilderTests.swift",
        "CRC32Tests.swift",
        "CaseInsensitiveDictionaryTests.swift",
        "CatalogTests.swift",
        "DataFrameInternalTests.swift",
        "DataFrameReaderTests.swift",
        "DataFrameTests.swift",
        "DataFrameWriterTests.swift",
        "DataFrameWriterV2Tests.swift",
        "DataStreamTests.swift",
        "IcebergTests.swift",
        "MergeIntoWriterTests.swift",
        "RowTests.swift",
        "RuntimeConfTests.swift",
        "SQLHelper.swift",
        "SQLTests.swift",
        "SparkConnectClientTests.swift",
        "SparkFileUtilsTests.swift",
        "SparkSessionTests.swift",
        "StreamingQueryManagerTests.swift",
        "StreamingQueryTests.swift"
      ],
      "target_dependencies" : [
        "SparkConnect"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SparkConnect",
      "module_type" : "SwiftTarget",
      "name" : "SparkConnect",
      "path" : "Sources/SparkConnect",
      "product_dependencies" : [
        "GRPCCore",
        "GRPCProtobuf",
        "GRPCNIOTransportHTTP2",
        "FlatBuffers"
      ],
      "product_memberships" : [
        "SparkConnect"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SparkConnect/Documentation.docc",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ArrowArray.swift",
        "ArrowArrayBuilder.swift",
        "ArrowBuffer.swift",
        "ArrowBufferBuilder.swift",
        "ArrowData.swift",
        "ArrowDecoder.swift",
        "ArrowEncoder.swift",
        "ArrowReader.swift",
        "ArrowReaderHelper.swift",
        "ArrowSchema.swift",
        "ArrowTable.swift",
        "ArrowType.swift",
        "ArrowWriter.swift",
        "ArrowWriterHelper.swift",
        "BearerTokenInterceptor.swift",
        "BitUtility.swift",
        "CRC32.swift",
        "CaseInsensitiveDictionary.swift",
        "Catalog.swift",
        "ChunkedArray.swift",
        "DataFrame.swift",
        "DataFrameReader.swift",
        "DataFrameWriter.swift",
        "DataFrameWriterV2.swift",
        "DataStreamReader.swift",
        "DataStreamWriter.swift",
        "ErrorUtils.swift",
        "Extension.swift",
        "File_generated.swift",
        "Flight.pb.swift",
        "FlightData.swift",
        "FlightDescriptor.swift",
        "GroupedData.swift",
        "MemoryAllocator.swift",
        "MergeIntoWriter.swift",
        "Message_generated.swift",
        "ProtoUtil.swift",
        "ProtoUtils.swift",
        "Row.swift",
        "RuntimeConf.swift",
        "Schema_generated.swift",
        "SparkConnectClient.swift",
        "SparkConnectError.swift",
        "SparkFileUtils.swift",
        "SparkSession.swift",
        "SparseTensor_generated.swift",
        "StorageLevel.swift",
        "StreamingQuery.swift",
        "StreamingQueryManager.swift",
        "Tensor_generated.swift",
        "TypeAliases.swift",
        "base.grpc.swift",
        "base.pb.swift",
        "catalog.pb.swift",
        "commands.pb.swift",
        "common.pb.swift",
        "example_plugins.pb.swift",
        "expressions.pb.swift",
        "ml.pb.swift",
        "ml_common.pb.swift",
        "relations.pb.swift",
        "types.pb.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/google/flatbuffers.git
[1/87325] Fetching flatbuffers
Fetched https://github.com/google/flatbuffers.git from cache (6.67s)
warning: 'flatbuffers': /Package.swift:23:11: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
21 |   name: "FlatBuffers",
22 |   platforms: [
23 |     .iOS(.v11),
   |           `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
24 |     .macOS(.v10_14),
25 |   ],
Fetching https://github.com/grpc/grpc-swift-protobuf.git
Fetching https://github.com/grpc/grpc-swift-nio-transport.git
Fetching https://github.com/grpc/grpc-swift.git
[1/2166] Fetching grpc-swift-protobuf
[2167/6563] Fetching grpc-swift-protobuf, grpc-swift-nio-transport
[5289/57669] Fetching grpc-swift-protobuf, grpc-swift-nio-transport, grpc-swift
Fetched https://github.com/grpc/grpc-swift-protobuf.git from cache (0.53s)
Fetched https://github.com/grpc/grpc-swift-nio-transport.git from cache (0.53s)
[4089/51106] Fetching grpc-swift
Fetched https://github.com/grpc/grpc-swift.git from cache (4.94s)
Computing version for https://github.com/grpc/grpc-swift-nio-transport.git
Computed https://github.com/grpc/grpc-swift-nio-transport.git at 1.2.2 (5.60s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
[1591/7745] Fetching swift-asn1, swift-certificates
[1592/13668] Fetching swift-asn1, swift-certificates, swift-nio-extras
[13669/28511] Fetching swift-asn1, swift-certificates, swift-nio-extras, swift-nio-ssl
[15599/31178] Fetching swift-asn1, swift-certificates, swift-nio-extras, swift-nio-ssl, swift-nio-transport-services
Fetched https://github.com/apple/swift-asn1.git from cache (1.29s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.30s)
Fetching https://github.com/apple/swift-nio.git
[15418/23433] Fetching swift-nio-extras, swift-nio-ssl, swift-nio-transport-services
[15865/34960] Fetching swift-nio-extras, swift-nio-ssl, swift-nio-transport-services, swift-nio-http2
[34961/111124] Fetching swift-nio-extras, swift-nio-ssl, swift-nio-transport-services, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.91s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.91s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.94s)
[19413/91007] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.06s)
[9902/76164] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.33s)
Computing version for https://github.com/grpc/grpc-swift-protobuf.git
Computed https://github.com/grpc/grpc-swift-protobuf.git at 1.3.0 (8.47s)
Fetching https://github.com/apple/swift-protobuf.git
[1/39322] Fetching swift-protobuf
Fetched https://github.com/apple/swift-protobuf.git from cache (8.88s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 2.2.2 (9.88s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.48s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (4.80s)
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.67s)
Fetching https://github.com/apple/swift-atomics.git
[1/1762] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.54s)
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.44s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[354/2045] Fetching swift-http-types, swift-http-structured-headers
[1318/8004] Fetching swift-http-types, swift-http-structured-headers, swift-algorithms
[2523/10430] Fetching swift-http-types, swift-http-structured-headers, swift-algorithms, swift-service-lifecycle
[3100/15415] Fetching swift-http-types, swift-http-structured-headers, swift-algorithms, swift-service-lifecycle, swift-async-algorithms
[3694/19251] Fetching swift-http-types, swift-http-structured-headers, swift-algorithms, swift-service-lifecycle, swift-async-algorithms, swift-log
Fetched https://github.com/apple/swift-http-types.git from cache (0.58s)
[15287/18347] Fetching swift-http-structured-headers, swift-algorithms, swift-service-lifecycle, swift-async-algorithms, swift-log
Fetched https://github.com/apple/swift-algorithms.git from cache (0.78s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.89s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.89s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.89s)
Fetched https://github.com/apple/swift-log.git from cache (0.95s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.87s)
Fetching https://github.com/apple/swift-crypto.git
[1/14671] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.87s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.90s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.16s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.54s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.62s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.07s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.79s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.77s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.76s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.13s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.24s)
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.59s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.58s)
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.57s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.17s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.50s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.62s)
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.28.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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.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/grpc/grpc-swift-protobuf.git
Working copy of https://github.com/grpc/grpc-swift-protobuf.git resolved at 1.3.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.2.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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/grpc/grpc-swift-nio-transport.git
Working copy of https://github.com/grpc/grpc-swift-nio-transport.git resolved at 1.2.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/google/flatbuffers.git
Working copy of https://github.com/google/flatbuffers.git resolved at v25.2.10 (1c51462)
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-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 2.2.2
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-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.30.0
warning: 'flatbuffers': /host/spi-builder-workspace/.build/checkouts/flatbuffers/Package.swift:23:11: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
21 |   name: "FlatBuffers",
22 |   platforms: [
23 |     .iOS(.v11),
   |           `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
24 |     .macOS(.v10_14),
25 |   ],
[1/1] Compiling plugin generate-grpc-code-from-protos
[2/2] Compiling plugin GRPCProtobufGenerator
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/819] Write sources
[3/819] Copying PrivacyInfo.xcprivacy
[3/819] Write sources
[26/819] Compiling CNIOWindows shim.c
[27/819] Write sources
[30/819] Compiling CNIOLinux shim.c
[31/819] Write sources
[32/819] Copying Documentation.docc
[33/819] Write sources
[45/819] Compiling CNIOWindows WSAStartup.c
[46/819] Compiling CNIOLinux liburing_shims.c
[47/819] Compiling CNIODarwin shim.c
[48/819] Compiling CNIOWASI CNIOWASI.c
[49/819] Compiling _AtomicsShims.c
[50/819] Compiling CNIOLLHTTP c_nio_http.c
[51/819] Compiling CNIOLLHTTP c_nio_api.c
[52/819] Compiling fiat_p256_adx_sqr.S
[53/819] Compiling fiat_curve25519_adx_mul.S
[54/819] Compiling fiat_p256_adx_mul.S
[55/819] Compiling fiat_curve25519_adx_square.S
[56/819] Write swift-version-24593BA9C3E375BF.txt
[57/819] Compiling CNIOBoringSSLShims shims.c
[58/819] Compiling getentropy.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/x509/v3_lib.cc:21:
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/x509/internal.h:18:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/x509/../internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[59/825] Compiling v3_lib.cc
[59/825] Compiling tls13_server.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>
      |          ^~~~~~~~~~~
[59/825] Compiling tls13_enc.cc
[59/825] Compiling CNIOLLHTTP c_nio_llhttp.c
[59/825] Compiling tls_record.cc
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>
      |          ^~~~~~~~~~~
[59/825] Compiling tls_method.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: 'flatbuffers': /host/spi-builder-workspace/.build/checkouts/flatbuffers/Package.swift:23:11: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
21 |   name: "FlatBuffers",
22 |   platforms: [
23 |     .iOS(.v11),
   |           `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
24 |     .macOS(.v10_14),
25 |   ],
[0/1] Planning build
[1/1] Compiling plugin generate-grpc-code-from-protos
[2/2] Compiling plugin GRPCProtobufGenerator
[3/3] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[3/764] Compiling fiat_p256_adx_mul.S
[4/764] Compiling fiat_curve25519_adx_square.S
[5/764] Compiling fiat_p256_adx_sqr.S
[6/764] Write swift-version-24593BA9C3E375BF.txt
[7/764] Compiling CCryptoBoringSSLShims 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.
[8/768] Compiling tls_method.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>
      |          ^~~~~~~~~~~
[8/768] Compiling tls13_enc.cc
[8/768] Compiling CNIOLLHTTP c_nio_llhttp.c
[8/768] Compiling tls13_both.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>
      |          ^~~~~~~~~~~
[8/768] Compiling tls_record.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>
      |          ^~~~~~~~~~~
[8/768] Compiling tls13_server.cc
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>
      |          ^~~~~~~~~~~
[8/768] Compiling tls13_client.cc
BUILD FAILURE 6.1 wasm