Build Information
Failed to build SFSymbolKit, reference main (05816d), with Swift 6.1 for Linux on 15 Nov 2025 20:19:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/LiYanan2004/SFSymbolKit.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/LiYanan2004/SFSymbolKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 05816df Update package
Cloned https://github.com/LiYanan2004/SFSymbolKit.git
Revision (git rev-parse @):
05816df53537270d0ef6bc673f7033d6c3575594
SUCCESS checkout https://github.com/LiYanan2004/SFSymbolKit.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/LiYanan2004/SFSymbolKit.git
https://github.com/LiYanan2004/SFSymbolKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "602.0.0-latest",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "SFSymbolKit",
"name" : "SFSymbolKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SFSymbolKit",
"targets" : [
"SFSymbolKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SFSymbolMemberGenTool",
"targets" : [
"SFSymbolMemberGenTool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SFSymbolMemberGenTool",
"module_type" : "SwiftTarget",
"name" : "SFSymbolMemberGenTool",
"path" : "Sources/SFSymbolMemberGenTool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"SFSymbolMemberGenTool"
],
"sources" : [
"SFSymbolMemberGenTool.swift"
],
"target_dependencies" : [
"SFSymbolMemberGen"
],
"type" : "executable"
},
{
"c99name" : "SFSymbolMemberGen",
"module_type" : "SwiftTarget",
"name" : "SFSymbolMemberGen",
"path" : "Sources/SFSymbolMemberGen",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"SFSymbolMemberGenTool"
],
"sources" : [
"Helpers/FileManager++.swift",
"Internal/SFSymbolDescriptor.swift",
"Internal/SFSymbols.swift",
"Internal/_clockAndPrintTimeElapsed.swift",
"SFSymbolMembersGenerator.swift"
],
"type" : "library"
},
{
"c99name" : "SFSymbolKit",
"module_type" : "SwiftTarget",
"name" : "SFSymbolKit",
"path" : "Sources/SFSymbolKit",
"product_memberships" : [
"SFSymbolKit"
],
"sources" : [
"SF Symbols/SFSymbols.2019.1.swift",
"SF Symbols/SFSymbols.2019.swift",
"SF Symbols/SFSymbols.2020.1.swift",
"SF Symbols/SFSymbols.2020.2.swift",
"SF Symbols/SFSymbols.2020.swift",
"SF Symbols/SFSymbols.2021.1.swift",
"SF Symbols/SFSymbols.2021.2.swift",
"SF Symbols/SFSymbols.2021.3.swift",
"SF Symbols/SFSymbols.2021.swift",
"SF Symbols/SFSymbols.2022.1.swift",
"SF Symbols/SFSymbols.2022.2.swift",
"SF Symbols/SFSymbols.2022.swift",
"SF Symbols/SFSymbols.2023.1.swift",
"SF Symbols/SFSymbols.2023.2.swift",
"SF Symbols/SFSymbols.2023.3.swift",
"SF Symbols/SFSymbols.2023.4.swift",
"SF Symbols/SFSymbols.2023.swift",
"SF Symbols/SFSymbols.2024.1.swift",
"SF Symbols/SFSymbols.2024.2.swift",
"SF Symbols/SFSymbols.2024.3.swift",
"SF Symbols/SFSymbols.2024.4.swift",
"SF Symbols/SFSymbols.2024.swift",
"SF Symbols/SFSymbols.2025.1.swift",
"SF Symbols/SFSymbols.2025.swift",
"SFSymbol+Swift.swift",
"SFSymbol.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
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-3":/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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
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