Build Information
Failed to build warc-swift, reference main (c890b0), with Swift 6.1 for Linux on 12 Mar 2026 02:30:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/jaredhowland/warc-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/jaredhowland/warc-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c890b0a chore: update README with Swift Package Index badges
Cloned https://github.com/jaredhowland/warc-swift.git
Revision (git rev-parse @):
c890b0aa95afdbfe847134af6456b1090d04cfaa
SUCCESS checkout https://github.com/jaredhowland/warc-swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/jaredhowland/warc-swift.git
https://github.com/jaredhowland/warc-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "warc-swift",
"name" : "warc-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "warc-swift",
"targets" : [
"warc-swift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WriteWARCManually",
"targets" : [
"WriteWARCManually"
],
"type" : {
"executable" : null
}
},
{
"name" : "SinglePageArchive",
"targets" : [
"SinglePageArchive"
],
"type" : {
"executable" : null
}
},
{
"name" : "RecursiveCrawl",
"targets" : [
"RecursiveCrawl"
],
"type" : {
"executable" : null
}
},
{
"name" : "ReadWARC",
"targets" : [
"ReadWARC"
],
"type" : {
"executable" : null
}
},
{
"name" : "ErrorHandling",
"targets" : [
"ErrorHandling"
],
"type" : {
"executable" : null
}
},
{
"name" : "CustomBinaryAndLua",
"targets" : [
"CustomBinaryAndLua"
],
"type" : {
"executable" : null
}
},
{
"name" : "AuthAndHeaders",
"targets" : [
"AuthAndHeaders"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "warc_swiftTests",
"module_type" : "SwiftTarget",
"name" : "warc-swiftTests",
"path" : "Tests/warc-swiftTests",
"sources" : [
"ArchiveOptionsTests.swift",
"BinaryLocatorTests.swift",
"DigestTests.swift",
"GzipTests.swift",
"IntegrationTests.swift",
"QAConformanceTests.swift",
"QAEdgeCaseTests.swift",
"WARCArchiverTests.swift",
"WARCModelTests.swift",
"WARCReaderTests.swift",
"WARCRecordTests.swift",
"WARCWriterTests.swift",
"WgetAtOptionsTests.swift",
"WgetAtRunnerTests.swift",
"warc_swiftTests.swift"
],
"target_dependencies" : [
"warc-swift"
],
"type" : "test"
},
{
"c99name" : "warc_swift",
"module_type" : "SwiftTarget",
"name" : "warc-swift",
"path" : "Sources/warc-swift",
"product_memberships" : [
"warc-swift",
"WriteWARCManually",
"SinglePageArchive",
"RecursiveCrawl",
"ReadWARC",
"ErrorHandling",
"CustomBinaryAndLua",
"AuthAndHeaders"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/warc-swift/Resources/Binaries",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ArchiveOptions.swift",
"IO/Gzip.swift",
"IO/WARCReader.swift",
"IO/WARCWriter.swift",
"Model/Digest.swift",
"Model/WARCDate.swift",
"Model/WARCRecord.swift",
"Model/WARCRecordType.swift",
"Model/WARCTruncatedReason.swift",
"WARCArchiver.swift",
"WARCArchiverError.swift",
"WgetAt/BinaryLocator.swift",
"WgetAt/WgetAtOptions.swift",
"WgetAt/WgetAtRunner.swift"
],
"target_dependencies" : [
"CZlib"
],
"type" : "library"
},
{
"c99name" : "WriteWARCManually",
"module_type" : "SwiftTarget",
"name" : "WriteWARCManually",
"path" : "Examples/06-WriteWARCManually",
"product_memberships" : [
"WriteWARCManually"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"warc-swift"
],
"type" : "executable"
},
{
"c99name" : "SinglePageArchive",
"module_type" : "SwiftTarget",
"name" : "SinglePageArchive",
"path" : "Examples/01-SinglePageArchive",
"product_memberships" : [
"SinglePageArchive"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"warc-swift"
],
"type" : "executable"
},
{
"c99name" : "RecursiveCrawl",
"module_type" : "SwiftTarget",
"name" : "RecursiveCrawl",
"path" : "Examples/02-RecursiveCrawl",
"product_memberships" : [
"RecursiveCrawl"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"warc-swift"
],
"type" : "executable"
},
{
"c99name" : "ReadWARC",
"module_type" : "SwiftTarget",
"name" : "ReadWARC",
"path" : "Examples/05-ReadWARC",
"product_memberships" : [
"ReadWARC"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"warc-swift"
],
"type" : "executable"
},
{
"c99name" : "ErrorHandling",
"module_type" : "SwiftTarget",
"name" : "ErrorHandling",
"path" : "Examples/07-ErrorHandling",
"product_memberships" : [
"ErrorHandling"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"warc-swift"
],
"type" : "executable"
},
{
"c99name" : "CustomBinaryAndLua",
"module_type" : "SwiftTarget",
"name" : "CustomBinaryAndLua",
"path" : "Examples/04-CustomBinaryAndLua",
"product_memberships" : [
"CustomBinaryAndLua"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"warc-swift"
],
"type" : "executable"
},
{
"c99name" : "CZlib",
"module_type" : "SystemLibraryTarget",
"name" : "CZlib",
"path" : "Sources/CZlib",
"product_memberships" : [
"warc-swift",
"WriteWARCManually",
"SinglePageArchive",
"RecursiveCrawl",
"ReadWARC",
"ErrorHandling",
"CustomBinaryAndLua",
"AuthAndHeaders"
],
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "AuthAndHeaders",
"module_type" : "SwiftTarget",
"name" : "AuthAndHeaders",
"path" : "Examples/03-AuthAndHeaders",
"product_memberships" : [
"AuthAndHeaders"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"warc-swift"
],
"type" : "executable"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
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-4609320-0":/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:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
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