Build Information
Failed to build SparkConnect, reference main (7d6c0a), with Swift 6.1 for Linux on 11 Dec 2025 10:00:04 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apache/spark-connect-swift.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/apache/spark-connect-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7d6c0ad [SPARK-54681] Upgrade `actions/checkout` to v6
Cloned https://github.com/apache/spark-connect-swift.git
Revision (git rev-parse @):
7d6c0ad7fb5223f4953a599f3f08a5a659ab230d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apache/spark-connect-swift.git at main
========================================
Build
========================================
Selected platform: linux
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-2",
"requirement" : {
"exact" : [
"2.2.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift-2.git"
},
{
"identity" : "grpc-swift-protobuf",
"requirement" : {
"exact" : [
"2.1.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift-protobuf.git"
},
{
"identity" : "grpc-swift-nio-transport",
"requirement" : {
"exact" : [
"2.3.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/grpc/grpc-swift-nio-transport.git"
},
{
"identity" : "flatbuffers",
"requirement" : {
"branch" : [
"v25.9.23"
]
},
"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",
"ConstraintTests.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",
"pipelines.pb.swift",
"relations.pb.swift",
"types.pb.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.1
BUILD FAILURE 6.1 linux