Build Information
Failed to build Arrow, reference v21.0.0 (fb3f3d
), with Swift 6.1 for Wasm on 7 Jul 2025 07:04:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apache/arrow-swift.git
Reference: v21.0.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/arrow-swift
* tag v21.0.0 -> FETCH_HEAD
HEAD is now at fb3f3d9 chore: Update supported Swift versions (#64)
Cloned https://github.com/apache/arrow-swift.git
Revision (git rev-parse @):
fb3f3d91be5acd511b7289c7820becc1a68e455d
SUCCESS checkout https://github.com/apache/arrow-swift.git at v21.0.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/apache/arrow-swift.git
https://github.com/apache/arrow-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "flatbuffers",
"requirement" : {
"range" : [
{
"lower_bound" : "25.2.10",
"upper_bound" : "26.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/google/flatbuffers.git"
},
{
"identity" : "grpc-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.25.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.29.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "Arrow",
"name" : "Arrow",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Arrow",
"targets" : [
"Arrow"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ArrowTests",
"module_type" : "SwiftTarget",
"name" : "ArrowTests",
"path" : "Arrow/Tests",
"sources" : [
"ArrowTests/ArrayBuilderTest.swift",
"ArrowTests/ArrayTests.swift",
"ArrowTests/CDataTests.swift",
"ArrowTests/CodableTests.swift",
"ArrowTests/IPCTests.swift",
"ArrowTests/RecordBatchTests.swift",
"ArrowTests/TableTests.swift"
],
"target_dependencies" : [
"Arrow",
"ArrowC"
],
"type" : "test"
},
{
"c99name" : "ArrowFlightTests",
"module_type" : "SwiftTarget",
"name" : "ArrowFlightTests",
"path" : "ArrowFlight/Tests",
"sources" : [
"ArrowFlightTests/FlightTest.swift"
],
"target_dependencies" : [
"ArrowFlight"
],
"type" : "test"
},
{
"c99name" : "ArrowFlight",
"module_type" : "SwiftTarget",
"name" : "ArrowFlight",
"path" : "ArrowFlight/Sources/ArrowFlight",
"product_dependencies" : [
"GRPC",
"SwiftProtobuf"
],
"sources" : [
"Flight.grpc.swift",
"Flight.pb.swift",
"FlightAction.swift",
"FlightActionType.swift",
"FlightClient.swift",
"FlightCriteria.swift",
"FlightData.swift",
"FlightDescriptor.swift",
"FlightEndpoint.swift",
"FlightInfo.swift",
"FlightLocation.swift",
"FlightPutResult.swift",
"FlightResult.swift",
"FlightSchemaResult.swift",
"FlightServer.swift",
"FlightSql.pb.swift",
"FlightTicket.swift",
"RecordBatchStreamReader.swift",
"RecordBatchStreamWriter.swift"
],
"target_dependencies" : [
"Arrow"
],
"type" : "library"
},
{
"c99name" : "ArrowC",
"module_type" : "ClangTarget",
"name" : "ArrowC",
"path" : "Arrow/Sources/ArrowC",
"product_memberships" : [
"Arrow"
],
"sources" : [
"ArrowCData.c"
],
"type" : "library"
},
{
"c99name" : "Arrow",
"module_type" : "SwiftTarget",
"name" : "Arrow",
"path" : "Arrow/Sources/Arrow",
"product_dependencies" : [
"FlatBuffers",
"Atomics"
],
"product_memberships" : [
"Arrow"
],
"sources" : [
"ArrowArray.swift",
"ArrowArrayBuilder.swift",
"ArrowBuffer.swift",
"ArrowBufferBuilder.swift",
"ArrowCExporter.swift",
"ArrowCImporter.swift",
"ArrowData.swift",
"ArrowDecoder.swift",
"ArrowEncoder.swift",
"ArrowReader.swift",
"ArrowReaderHelper.swift",
"ArrowSchema.swift",
"ArrowTable.swift",
"ArrowType.swift",
"ArrowWriter.swift",
"ArrowWriterHelper.swift",
"BitUtility.swift",
"ChunkedArray.swift",
"File_generated.swift",
"MemoryAllocator.swift",
"Message_generated.swift",
"ProtoUtil.swift",
"Schema_generated.swift",
"SparseTensor_generated.swift",
"Tensor_generated.swift"
],
"target_dependencies" : [
"ArrowC"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/grpc/grpc-swift.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/google/flatbuffers.git
[1/1807] Fetching swift-atomics
[1808/53077] Fetching swift-atomics, grpc-swift
[26931/140771] Fetching swift-atomics, grpc-swift, flatbuffers
[115341/180574] Fetching swift-atomics, grpc-swift, flatbuffers, swift-protobuf
Fetched https://github.com/apple/swift-atomics.git from cache (12.13s)
Fetched https://github.com/grpc/grpc-swift.git from cache (12.20s)
Fetched https://github.com/google/flatbuffers.git from cache (12.25s)
Fetched https://github.com/apple/swift-protobuf.git from cache (12.26s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (12.83s)
Computing version for https://github.com/google/flatbuffers.git
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 | ],
Computed https://github.com/google/flatbuffers.git at 25.2.10 (0.48s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.30.0 (0.52s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.26.1 (4.58s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
[1/2673] Fetching swift-nio-transport-services
[563/6506] Fetching swift-nio-transport-services, swift-log
[6507/18100] Fetching swift-nio-transport-services, swift-log, swift-nio-http2
[6855/34840] Fetching swift-nio-transport-services, swift-log, swift-nio-http2, swift-collections
[8221/40872] Fetching swift-nio-transport-services, swift-log, swift-nio-http2, swift-collections, swift-nio-extras
[19275/55798] Fetching swift-nio-transport-services, swift-log, swift-nio-http2, swift-collections, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.92s)
Fetched https://github.com/apple/swift-log.git from cache (2.92s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.92s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.93s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.94s)
Fetched https://github.com/apple/swift-collections.git from cache (2.94s)
[1/76417] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (16.07s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.0 (19.52s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.37.0 (1.73s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.84.0 (0.78s)
Fetching https://github.com/apple/swift-system.git
[1/4495] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.74s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.31s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.18s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (2.59s)
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-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5959] Fetching swift-algorithms
[2445/7575] Fetching swift-algorithms, swift-asn1
[5040/8744] Fetching swift-algorithms, swift-asn1, swift-http-structured-headers
[5172/14988] Fetching swift-algorithms, swift-asn1, swift-http-structured-headers, swift-certificates
[8187/17414] Fetching swift-algorithms, swift-asn1, swift-http-structured-headers, swift-certificates, swift-service-lifecycle
[8524/22404] Fetching swift-algorithms, swift-asn1, swift-http-structured-headers, swift-certificates, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.52s)
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.53s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.55s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.55s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.55s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.58s)
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.27s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.34s)
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.49s)
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.80s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.81s)
Fetching https://github.com/apple/swift-crypto.git
[1/15679] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.39s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (16.29s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.56s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.66s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (2.26s)
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.47s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.59s)
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.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.34s)
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-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.37.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.25.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
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
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.26.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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.84.0
Creating working copy for https://github.com/google/flatbuffers.git
Working copy of https://github.com/google/flatbuffers.git resolved at 25.2.10
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/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.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-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-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.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 SwiftProtobufPlugin
[2/2] Compiling plugin GRPCSwiftPlugin
Building for debugging...
[2/442] Write sources
[26/442] Compiling _AtomicsShims.c
[26/442] Copying PrivacyInfo.xcprivacy
[28/442] Compiling ArrowC ArrowCData.c
[29/442] Compiling CNIOWASI CNIOWASI.c
[30/442] Compiling CNIOWindows WSAStartup.c
[30/442] Compiling CNIOLinux shim.c
[32/442] Compiling CGRPCZlib empty.c
[33/442] Compiling CNIOWindows shim.c
[34/442] Compiling CNIOLinux liburing_shims.c
[35/442] Compiling CNIODarwin shim.c
[36/442] Write swift-version-24593BA9C3E375BF.txt
[37/442] Compiling CNIOLLHTTP c_nio_http.c
[38/442] Compiling fiat_p256_adx_sqr.S
[39/442] Compiling CNIOLLHTTP c_nio_api.c
[40/442] Compiling fiat_p256_adx_mul.S
[41/442] Compiling fiat_curve25519_adx_square.S
[42/442] Compiling fiat_curve25519_adx_mul.S
[43/569] Compiling CNIOBoringSSLShims shims.c
[44/587] Compiling CNIOLLHTTP c_nio_llhttp.c
[46/587] Compiling Atomics IntegerConformances.swift
[47/587] Compiling Atomics PointerConformances.swift
[48/587] Emitting module InternalCollectionsUtilities
[49/588] Compiling Atomics AtomicReference.swift
[50/588] Compiling Atomics ManagedAtomic.swift
[51/588] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[52/588] Compiling Atomics ManagedAtomicLazyReference.swift
[53/588] Compiling Atomics AtomicMemoryOrderings.swift
[54/588] Compiling Atomics AtomicInteger.swift
[55/588] Compiling Atomics AtomicOptionalWrappable.swift
[56/588] Compiling Atomics Primitives.native.swift
[57/588] Compiling Atomics OptionalRawRepresentable.swift
[58/588] Compiling Atomics RawRepresentable.swift
[59/588] Compiling Atomics AtomicBool.swift
[60/588] Emitting module _NIOBase64
[61/588] Compiling Atomics UnsafeAtomic.swift
[62/588] Compiling Atomics UnsafeAtomicLazyReference.swift
[65/588] Compiling _NIOBase64 Base64.swift
[67/591] Compiling Atomics DoubleWord.swift
[68/591] Compiling _NIODataStructures _TinyArray.swift
[69/591] Compiling _NIODataStructures PriorityQueue.swift
[73/591] Compiling Atomics AtomicStorage.swift
[74/591] Compiling Atomics AtomicValue.swift
[82/591] Emitting module Atomics
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.
[82/591] Compiling tls_record.cc
[82/591] Compiling tls_method.cc
[83/591] Emitting module _NIODataStructures
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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 SwiftProtobufPlugin
[2/2] Compiling plugin GRPCSwiftPlugin
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc:29:
/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.
[2/400] Compiling tls13_both.cc
[2/400] Compiling tls13_server.cc
[2/400] Compiling tls13_enc.cc
[2/400] Compiling tls_record.cc
[2/400] Compiling tls13_client.cc
[2/400] Compiling ssl_x509.cc
[2/400] Compiling tls_method.cc
[2/400] Compiling t1_enc.cc
BUILD FAILURE 6.1 wasm