Build Information
Failed to build monocle, reference main (31dd65), with Swift 6.1 for Linux on 29 Jan 2026 08:15:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/SwiftedMind/monocle.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/SwiftedMind/monocle
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 31dd650 docs(changelog): add 1.6.0 Tuist support
Cloned https://github.com/SwiftedMind/monocle.git
Revision (git rev-parse @):
31dd6500c3b26e7e698e910072af5662b955711f
SUCCESS checkout https://github.com/SwiftedMind/monocle.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/SwiftedMind/monocle.git
https://github.com/SwiftedMind/monocle.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "languageserverprotocol",
"requirement" : {
"range" : [
{
"lower_bound" : "0.14.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/LanguageServerProtocol.git"
},
{
"identity" : "languageclient",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/LanguageClient.git"
}
],
"manifest_display_name" : "monocle",
"name" : "monocle",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MonocleCore",
"targets" : [
"MonocleCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "monocle",
"targets" : [
"MonocleCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "MonocleCoreTests",
"module_type" : "SwiftTarget",
"name" : "MonocleCoreTests",
"path" : "Tests/MonocleCoreTests",
"sources" : [
"FileDescriptorIOTests.swift",
"PackageCheckoutLocatorTests.swift",
"SourceKitServiceTests.swift",
"SymbolSearchRankingTests.swift",
"WorkspaceLocatorTests.swift"
],
"target_dependencies" : [
"MonocleCore"
],
"type" : "test"
},
{
"c99name" : "MonocleCore",
"module_type" : "SwiftTarget",
"name" : "MonocleCore",
"path" : "Sources/MonocleCore",
"product_dependencies" : [
"LanguageServerProtocol",
"LanguageClient"
],
"product_memberships" : [
"MonocleCore",
"monocle"
],
"sources" : [
"Daemon/DaemonClient.swift",
"Daemon/DaemonModels.swift",
"Daemon/DaemonRequestHandler.swift",
"Daemon/DaemonServer.swift",
"Daemon/DaemonSessionManager.swift",
"Daemon/FileDescriptorIO.swift",
"Daemon/UnixDomainSocket.swift",
"FilePathResolver.swift",
"LspSession+Helpers.swift",
"LspSession.swift",
"MonocleError.swift",
"PackageCheckoutLocator.swift",
"SourceKitService.swift",
"SymbolInfo.swift",
"SymbolSearchRanking.swift",
"ToolchainConfiguration.swift",
"Version.generated.swift",
"Workspace.swift",
"WorkspaceLocator.swift",
"XcodeSwiftPackageDependencyLocator.swift"
],
"type" : "library"
},
{
"c99name" : "MonocleCLI",
"module_type" : "SwiftTarget",
"name" : "MonocleCLI",
"path" : "Sources/MonocleCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"monocle"
],
"sources" : [
"Commands/DefinitionCommand.swift",
"Commands/HoverCommand.swift",
"Commands/InspectCommand.swift",
"Commands/PackagesCommand.swift",
"Commands/ServeCommand.swift",
"Commands/StatusCommand.swift",
"Commands/StopCommand.swift",
"Commands/SymbolCommand+Search.swift",
"Commands/SymbolCommand.swift",
"HumanReadablePrinter.swift",
"MonocleCommand.swift",
"MonocleMain.swift",
"SymbolCommandRunner.swift",
"SymbolSearchArguments.swift"
],
"target_dependencies" : [
"MonocleCore"
],
"type" : "executable"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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-2":/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