Build Information
Failed to build swift-tools-protocols, reference main (a3357c), with Swift 6.1 for Linux on 12 Dec 2025 00:16:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/swiftlang/swift-tools-protocols.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/swiftlang/swift-tools-protocols
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a3357c8 Merge pull request #30 from bnbarham/so-long-and-thanks-for-all-the-fish
Cloned https://github.com/swiftlang/swift-tools-protocols.git
Revision (git rev-parse @):
a3357c805672a12a0b4479b4bf902225366a7ff7
SUCCESS checkout https://github.com/swiftlang/swift-tools-protocols.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/swiftlang/swift-tools-protocols.git
https://github.com/swiftlang/swift-tools-protocols.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-format",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-format.git"
}
],
"manifest_display_name" : "swift-tools-protocols",
"name" : "swift-tools-protocols",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "BuildServerProtocol",
"targets" : [
"BuildServerProtocol"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LanguageServerProtocol",
"targets" : [
"LanguageServerProtocol"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "LanguageServerProtocolTransport",
"targets" : [
"LanguageServerProtocolTransport"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SKLogging",
"targets" : [
"SKLogging"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "_SKLoggingForPlugin",
"targets" : [
"_SKLoggingForPlugin"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ToolsProtocolsSwiftExtensions",
"targets" : [
"ToolsProtocolsSwiftExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "_ToolsProtocolsSwiftExtensionsForPlugin",
"targets" : [
"_ToolsProtocolsSwiftExtensionsForPlugin"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "cmake_smoke_test",
"module_type" : "PluginTarget",
"name" : "cmake-smoke-test",
"path" : "Plugins/cmake-smoke-test",
"plugin_capability" : {
"intent" : {
"description" : "Build Swift Build using CMake for validation purposes",
"type" : "custom",
"verb" : "cmake-smoke-test"
},
"permissions" : [
],
"type" : "command"
},
"sources" : [
"cmake-smoke-test.swift"
],
"type" : "plugin"
},
{
"c99name" : "_ToolsProtocolsSwiftExtensionsForPlugin",
"module_type" : "SwiftTarget",
"name" : "_ToolsProtocolsSwiftExtensionsForPlugin",
"path" : "Sources/_ToolsProtocolsSwiftExtensionsForPlugin",
"product_memberships" : [
"_SKLoggingForPlugin",
"_ToolsProtocolsSwiftExtensionsForPlugin"
],
"sources" : [
"AsyncQueue.swift",
"AsyncUtils.swift",
"Atomics.swift",
"Collection+Only.swift",
"Duration+Seconds.swift",
"FileManagerExtensions.swift",
"NSLock+WithLock.swift",
"PipeAsStringHandler.swift",
"Task+WithPriorityChangedHandler.swift",
"ThreadSafeBox.swift",
"URLExtensions.swift"
],
"target_dependencies" : [
"ToolsProtocolsCAtomics"
],
"type" : "library"
},
{
"c99name" : "_SKLoggingForPlugin",
"module_type" : "SwiftTarget",
"name" : "_SKLoggingForPlugin",
"path" : "Sources/_SKLoggingForPlugin",
"product_memberships" : [
"_SKLoggingForPlugin"
],
"sources" : [
"CustomLogStringConvertible.swift",
"Error+ForLogging.swift",
"Logging.swift",
"LoggingScope.swift",
"NonDarwinLogging.swift",
"OrLog.swift",
"SetGlobalLogFileHandler.swift",
"SplitLogMessage.swift"
],
"target_dependencies" : [
"_ToolsProtocolsSwiftExtensionsForPlugin"
],
"type" : "library"
},
{
"c99name" : "ToolsProtocolsTestSupport",
"module_type" : "SwiftTarget",
"name" : "ToolsProtocolsTestSupport",
"path" : "Sources/ToolsProtocolsTestSupport",
"sources" : [
"Assertions.swift",
"CheckCoding.swift",
"PerfTestCase.swift",
"RepeatUntilExpectedResult.swift",
"String+TrimTrailingWhitespace.swift",
"TestJSONRPCConnection.swift",
"Timeouts.swift"
],
"target_dependencies" : [
"LanguageServerProtocol",
"LanguageServerProtocolTransport",
"SKLogging",
"ToolsProtocolsSwiftExtensions"
],
"type" : "library"
},
{
"c99name" : "ToolsProtocolsSwiftExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "ToolsProtocolsSwiftExtensionsTests",
"path" : "Tests/ToolsProtocolsSwiftExtensionsTests",
"sources" : [
"AsyncUtilsTests.swift"
],
"target_dependencies" : [
"SKLogging",
"ToolsProtocolsTestSupport",
"ToolsProtocolsSwiftExtensions"
],
"type" : "test"
},
{
"c99name" : "ToolsProtocolsSwiftExtensions",
"module_type" : "SwiftTarget",
"name" : "ToolsProtocolsSwiftExtensions",
"path" : "Sources/ToolsProtocolsSwiftExtensions",
"product_memberships" : [
"LanguageServerProtocolTransport",
"SKLogging",
"ToolsProtocolsSwiftExtensions"
],
"sources" : [
"AsyncQueue.swift",
"AsyncUtils.swift",
"Atomics.swift",
"Collection+Only.swift",
"Duration+Seconds.swift",
"FileManagerExtensions.swift",
"NSLock+WithLock.swift",
"PipeAsStringHandler.swift",
"Task+WithPriorityChangedHandler.swift",
"ThreadSafeBox.swift",
"URLExtensions.swift"
],
"target_dependencies" : [
"ToolsProtocolsCAtomics"
],
"type" : "library"
},
{
"c99name" : "ToolsProtocolsCAtomics",
"module_type" : "ClangTarget",
"name" : "ToolsProtocolsCAtomics",
"path" : "Sources/ToolsProtocolsCAtomics",
"product_memberships" : [
"LanguageServerProtocolTransport",
"SKLogging",
"_SKLoggingForPlugin",
"ToolsProtocolsSwiftExtensions",
"_ToolsProtocolsSwiftExtensionsForPlugin"
],
"sources" : [
"CAtomics.c"
],
"type" : "library"
},
{
"c99name" : "SKLoggingTests",
"module_type" : "SwiftTarget",
"name" : "SKLoggingTests",
"path" : "Tests/SKLoggingTests",
"sources" : [
"LoggingTests.swift",
"PrettyPrintedRedactedJSONTests.swift"
],
"target_dependencies" : [
"SKLogging",
"ToolsProtocolsTestSupport"
],
"type" : "test"
},
{
"c99name" : "SKLogging",
"module_type" : "SwiftTarget",
"name" : "SKLogging",
"path" : "Sources/SKLogging",
"product_memberships" : [
"LanguageServerProtocolTransport",
"SKLogging"
],
"sources" : [
"CustomLogStringConvertible.swift",
"Error+ForLogging.swift",
"Logging.swift",
"LoggingScope.swift",
"NonDarwinLogging.swift",
"OrLog.swift",
"SetGlobalLogFileHandler.swift",
"SplitLogMessage.swift"
],
"target_dependencies" : [
"ToolsProtocolsSwiftExtensions"
],
"type" : "library"
},
{
"c99name" : "LanguageServerProtocolTransportTests",
"module_type" : "SwiftTarget",
"name" : "LanguageServerProtocolTransportTests",
"path" : "Tests/LanguageServerProtocolTransportTests",
"sources" : [
"CodingTests.swift",
"ConnectionPerfTests.swift",
"ConnectionTests.swift",
"MessageParsingTests.swift"
],
"target_dependencies" : [
"LanguageServerProtocolTransport",
"SKLogging",
"ToolsProtocolsTestSupport"
],
"type" : "test"
},
{
"c99name" : "LanguageServerProtocolTransport",
"module_type" : "SwiftTarget",
"name" : "LanguageServerProtocolTransport",
"path" : "Sources/LanguageServerProtocolTransport",
"product_memberships" : [
"LanguageServerProtocolTransport"
],
"sources" : [
"BuildServerMessageDependencyTracker.swift",
"Connection+Send.swift",
"DisableSigpipe.swift",
"DocumentURI+CustomLogStringConvertible.swift",
"JSONRPCConnection.swift",
"LocalConnection.swift",
"LoggableMessageTypes.swift",
"MessageCoding.swift",
"MessageSplitting.swift",
"QueueBasedMessageHandler.swift",
"RequestAndReply.swift",
"ResponseError+Init.swift"
],
"target_dependencies" : [
"BuildServerProtocol",
"LanguageServerProtocol",
"SKLogging",
"ToolsProtocolsSwiftExtensions"
],
"type" : "library"
},
{
"c99name" : "LanguageServerProtocolTests",
"module_type" : "SwiftTarget",
"name" : "LanguageServerProtocolTests",
"path" : "Tests/LanguageServerProtocolTests",
"sources" : [
"CodingTests.swift",
"ConnectionTests.swift",
"LanguageServerProtocolTests.swift"
],
"target_dependencies" : [
"LanguageServerProtocol",
"SKLogging",
"ToolsProtocolsTestSupport"
],
"type" : "test"
},
{
"c99name" : "LanguageServerProtocol",
"module_type" : "SwiftTarget",
"name" : "LanguageServerProtocol",
"path" : "Sources/LanguageServerProtocol",
"product_memberships" : [
"BuildServerProtocol",
"LanguageServerProtocol",
"LanguageServerProtocolTransport"
],
"sources" : [
"Connection.swift",
"CustomCodable.swift",
"Error.swift",
"Message.swift",
"MessageRegistry.swift",
"Messages.swift",
"Notifications/CancelRequestNotification.swift",
"Notifications/CancelWorkDoneProgressNotification.swift",
"Notifications/ConfigurationNotification.swift",
"Notifications/DidChangeActiveDocumentNotification.swift",
"Notifications/DidChangeFileNotifications.swift",
"Notifications/DidChangeWatchedFilesNotification.swift",
"Notifications/DidChangeWorkspaceFoldersNotification.swift",
"Notifications/ExitNotification.swift",
"Notifications/InitializedNotification.swift",
"Notifications/LogMessageNotification.swift",
"Notifications/LogTraceNotification.swift",
"Notifications/PublishDiagnosticsNotification.swift",
"Notifications/ReopenTextDocumentNotifications.swift",
"Notifications/SetTraceNotification.swift",
"Notifications/ShowMessageNotification.swift",
"Notifications/TextSynchronizationNotifications.swift",
"Notifications/WorkDoneProgress.swift",
"PositionRange.swift",
"RequestID.swift",
"Requests/ApplyEditRequest.swift",
"Requests/CallHierarchyIncomingCallsRequest.swift",
"Requests/CallHierarchyOutgoingCallsRequest.swift",
"Requests/CallHierarchyPrepareRequest.swift",
"Requests/CodeActionRequest.swift",
"Requests/CodeActionResolveRequest.swift",
"Requests/CodeLensRefreshRequest.swift",
"Requests/CodeLensRequest.swift",
"Requests/CodeLensResolveRequest.swift",
"Requests/ColorPresentationRequest.swift",
"Requests/CompletionItemResolveRequest.swift",
"Requests/CompletionRequest.swift",
"Requests/CreateWorkDoneProgressRequest.swift",
"Requests/DeclarationRequest.swift",
"Requests/DefinitionRequest.swift",
"Requests/DiagnosticsRefreshRequest.swift",
"Requests/DoccDocumentationRequest.swift",
"Requests/DocumentColorRequest.swift",
"Requests/DocumentDiagnosticsRequest.swift",
"Requests/DocumentHighlightRequest.swift",
"Requests/DocumentLinkRequest.swift",
"Requests/DocumentLinkResolveRequest.swift",
"Requests/DocumentSemanticTokensDeltaRequest.swift",
"Requests/DocumentSemanticTokensRangeRequest.swift",
"Requests/DocumentSemanticTokensRequest.swift",
"Requests/DocumentSymbolRequest.swift",
"Requests/DocumentTestsRequest.swift",
"Requests/ExecuteCommandRequest.swift",
"Requests/FoldingRangeRequest.swift",
"Requests/FormattingRequests.swift",
"Requests/GetReferenceDocumentRequest.swift",
"Requests/HoverRequest.swift",
"Requests/ImplementationRequest.swift",
"Requests/IndexedRenameRequest.swift",
"Requests/InitializeRequest.swift",
"Requests/InlayHintRefreshRequest.swift",
"Requests/InlayHintRequest.swift",
"Requests/InlayHintResolveRequest.swift",
"Requests/InlineValueRefreshRequest.swift",
"Requests/InlineValueRequest.swift",
"Requests/IsIndexingRequest.swift",
"Requests/LinkedEditingRangeRequest.swift",
"Requests/MonikersRequest.swift",
"Requests/OutputPathsRequest.swift",
"Requests/PeekDocumentsRequest.swift",
"Requests/PrepareRenameRequest.swift",
"Requests/ReferencesRequest.swift",
"Requests/RegisterCapabilityRequest.swift",
"Requests/RenameRequest.swift",
"Requests/SelectionRangeRequest.swift",
"Requests/SetOptionsRequest.swift",
"Requests/ShowDocumentRequest.swift",
"Requests/ShowMessageRequest.swift",
"Requests/ShutdownRequest.swift",
"Requests/SignatureHelpRequest.swift",
"Requests/SourceKitOptionsRequest.swift",
"Requests/SymbolInfoRequest.swift",
"Requests/SynchronizeRequest.swift",
"Requests/TriggerReindexRequest.swift",
"Requests/TypeDefinitionRequest.swift",
"Requests/TypeHierarchyPrepareRequest.swift",
"Requests/TypeHierarchySubtypesRequest.swift",
"Requests/TypeHierarchySupertypesRequest.swift",
"Requests/UnregisterCapabilityRequest.swift",
"Requests/WillChangeFilesRequests.swift",
"Requests/WillSaveWaitUntilTextDocumentRequest.swift",
"Requests/WorkspaceDiagnosticsRequest.swift",
"Requests/WorkspaceFoldersRequest.swift",
"Requests/WorkspacePlaygroundsRequest.swift",
"Requests/WorkspaceSemanticTokensRefreshRequest.swift",
"Requests/WorkspaceSymbolResolveRequest.swift",
"Requests/WorkspaceSymbolsRequest.swift",
"Requests/WorkspaceTestsRequest.swift",
"SupportTypes/CallHierarchyItem.swift",
"SupportTypes/ClientCapabilities.swift",
"SupportTypes/CodeActionKind.swift",
"SupportTypes/Command.swift",
"SupportTypes/CompletionItem.swift",
"SupportTypes/CompletionItemKind.swift",
"SupportTypes/Diagnostic.swift",
"SupportTypes/DocumentURI.swift",
"SupportTypes/FileEvent.swift",
"SupportTypes/FileSystemWatcher.swift",
"SupportTypes/FoldingRangeKind.swift",
"SupportTypes/InlayHint.swift",
"SupportTypes/InsertReplaceEdit.swift",
"SupportTypes/LSPAny.swift",
"SupportTypes/Language.swift",
"SupportTypes/Location.swift",
"SupportTypes/LocationLink.swift",
"SupportTypes/LocationsOrLocationLinksResponse.swift",
"SupportTypes/MarkupContent.swift",
"SupportTypes/NotebookCellTextDocumentFilter.swift",
"SupportTypes/NotebookDocument.swift",
"SupportTypes/NotebookDocumentChangeEvent.swift",
"SupportTypes/NotebookDocumentIdentifier.swift",
"SupportTypes/Playground.swift",
"SupportTypes/Position.swift",
"SupportTypes/PositionEncoding.swift",
"SupportTypes/ProgressToken.swift",
"SupportTypes/RegistrationOptions.swift",
"SupportTypes/SemanticTokenModifiers.swift",
"SupportTypes/SemanticTokenTypes.swift",
"SupportTypes/SemanticTokens.swift",
"SupportTypes/ServerCapabilities.swift",
"SupportTypes/StringOrMarkupContent.swift",
"SupportTypes/SupportedCodeLensCommand.swift",
"SupportTypes/SymbolKind.swift",
"SupportTypes/TestItem.swift",
"SupportTypes/TextDocumentContentChangeEvent.swift",
"SupportTypes/TextDocumentEdit.swift",
"SupportTypes/TextDocumentIdentifier.swift",
"SupportTypes/TextDocumentItem.swift",
"SupportTypes/TextDocumentPlayground.swift",
"SupportTypes/TextDocumentSaveReason.swift",
"SupportTypes/TextEdit.swift",
"SupportTypes/Tracing.swift",
"SupportTypes/TypeHierarchyItem.swift",
"SupportTypes/VersionedNotebookDocumentIdentifier.swift",
"SupportTypes/VersionedTextDocumentIdentifier.swift",
"SupportTypes/WindowMessageType.swift",
"SupportTypes/WorkspaceEdit.swift",
"SupportTypes/WorkspaceFolder.swift",
"SupportTypes/WorkspaceSettings.swift"
],
"type" : "library"
},
{
"c99name" : "BuildServerProtocolTests",
"module_type" : "SwiftTarget",
"name" : "BuildServerProtocolTests",
"path" : "Tests/BuildServerProtocolTests",
"sources" : [
"CodingTests.swift"
],
"target_dependencies" : [
"BuildServerProtocol",
"LanguageServerProtocol",
"ToolsProtocolsTestSupport"
],
"type" : "test"
},
{
"c99name" : "BuildServerProtocol",
"module_type" : "SwiftTarget",
"name" : "BuildServerProtocol",
"path" : "Sources/BuildServerProtocol",
"product_memberships" : [
"BuildServerProtocol",
"LanguageServerProtocolTransport"
],
"sources" : [
"Messages.swift",
"Messages/BuildShutdownRequest.swift",
"Messages/BuildTargetPrepareRequest.swift",
"Messages/BuildTargetSourcesRequest.swift",
"Messages/CancelRequestNotification.swift",
"Messages/InitializeBuildRequest.swift",
"Messages/OnBuildExitNotification.swift",
"Messages/OnBuildInitializedNotification.swift",
"Messages/OnBuildLogMessageNotification.swift",
"Messages/OnBuildTargetDidChangeNotification.swift",
"Messages/OnWatchedFilesDidChangeNotification.swift",
"Messages/RegisterForChangeNotifications.swift",
"Messages/TaskFinishNotification.swift",
"Messages/TaskProgressNotification.swift",
"Messages/TaskStartNotification.swift",
"Messages/TextDocumentSourceKitOptionsRequest.swift",
"Messages/WorkspaceBuildTargetsRequest.swift",
"Messages/WorkspaceWaitForBuildSystemUpdates.swift",
"SupportTypes/BuildTarget.swift",
"SupportTypes/MessageType.swift",
"SupportTypes/MillisecondsSince1970Date.swift",
"SupportTypes/StatusCode.swift",
"SupportTypes/TaskId.swift",
"SupportTypes/TextDocumentIdentifier.swift"
],
"target_dependencies" : [
"LanguageServerProtocol"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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 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-4609320-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