Build Information
Failed to build ChimeKit, reference 0.4.2 (27a1c3
), with Swift 6.1 for Linux on 28 Apr 2025 07:29:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/ChimeKit.git
Reference: 0.4.2
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/ChimeHQ/ChimeKit
* tag 0.4.2 -> FETCH_HEAD
HEAD is now at 27a1c3a Update to latest Extendable, LanguageClient; concurrency warnings
Cloned https://github.com/ChimeHQ/ChimeKit.git
Revision (git rev-parse @):
27a1c3a3fe3afe40b5fa2384c9a70fe0edef49fe
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/ChimeKit.git at 0.4.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/ChimeHQ/ChimeKit.git
https://github.com/ChimeHQ/ChimeKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "asyncxpcconnection",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/AsyncXPCConnection"
},
{
"identity" : "extendable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/Extendable"
},
{
"identity" : "processenv",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/ProcessEnv"
},
{
"identity" : "languageclient",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/LanguageClient"
},
{
"identity" : "languageserverprotocol",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/LanguageServerProtocol"
},
{
"identity" : "queue",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattmassicotte/Queue"
},
{
"identity" : "jsonrpc",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/JSONRPC"
}
],
"manifest_display_name" : "ChimeKit",
"name" : "ChimeKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "ChimeExtensionInterface",
"targets" : [
"ChimeExtensionInterface"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ChimeLSPAdapter",
"targets" : [
"ChimeLSPAdapter"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ChimeKit",
"targets" : [
"ChimeKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ChimeLSPAdapterTests",
"module_type" : "SwiftTarget",
"name" : "ChimeLSPAdapterTests",
"path" : "Tests/ChimeLSPAdapterTests",
"sources" : [
"LSPTransformersTests.swift"
],
"target_dependencies" : [
"ChimeLSPAdapter"
],
"type" : "test"
},
{
"c99name" : "ChimeLSPAdapter",
"module_type" : "SwiftTarget",
"name" : "ChimeLSPAdapter",
"path" : "Sources/ChimeLSPAdapter",
"product_dependencies" : [
"LanguageClient",
"LanguageServerProtocol",
"ProcessEnv",
"Queue",
"JSONRPC"
],
"product_memberships" : [
"ChimeLSPAdapter",
"ChimeKit"
],
"sources" : [
"DataChannel+HostedProcess.swift",
"DocumentContext+LSP.swift",
"LSPDocumentService.swift",
"LSPHostServerInterface.swift",
"LSPProjectService.swift",
"LSPService+ClientConfiguration.swift",
"LSPService.swift",
"LSPTransformers.swift",
"LSPTypeTranslations.swift"
],
"target_dependencies" : [
"ChimeExtensionInterface"
],
"type" : "library"
},
{
"c99name" : "ChimeKit",
"module_type" : "SwiftTarget",
"name" : "ChimeKit",
"path" : "Sources/ChimeKit",
"product_memberships" : [
"ChimeKit"
],
"sources" : [
"ChimeKit.swift"
],
"target_dependencies" : [
"ChimeExtensionInterface",
"ChimeLSPAdapter"
],
"type" : "library"
},
{
"c99name" : "ChimeExtensionInterfaceTests",
"module_type" : "SwiftTarget",
"name" : "ChimeExtensionInterfaceTests",
"path" : "Tests/ChimeExtensionInterfaceTests",
"product_dependencies" : [
"ProcessEnv"
],
"sources" : [
"ChimeExtensionTests.swift",
"ExtensionConfigurationTests.swift"
],
"target_dependencies" : [
"ChimeExtensionInterface"
],
"type" : "test"
},
{
"c99name" : "ChimeExtensionInterface",
"module_type" : "SwiftTarget",
"name" : "ChimeExtensionInterface",
"path" : "Sources/ChimeExtensionInterface",
"product_dependencies" : [
"AsyncXPCConnection",
"Extendable",
"Queue"
],
"product_memberships" : [
"ChimeExtensionInterface",
"ChimeLSPAdapter",
"ChimeKit"
],
"sources" : [
"ChimeExtension.swift",
"ExtensionProtocol.swift",
"HostProtocol.swift",
"MainActor+runUnsafely.swift",
"Models/CombinedTextPosition.swift",
"Models/CombinedTextRange.swift",
"Models/DocumentConfiguration.swift",
"Models/DocumentContext.swift",
"Models/ExtensionConfiguration.swift",
"Models/LaunchedProcess.swift",
"Models/LineRelativeTextPosition.swift",
"Models/LineRelativeTextRange.swift",
"Models/ProjectContext.swift",
"Models/ServiceConfiguration.swift",
"Models/TextChange.swift",
"Models/TextRange.swift",
"Models/TextTarget.swift",
"SceneContextView.swift",
"Scenes.swift",
"Services/CompletionService.swift",
"Services/DefinitionService.swift",
"Services/DiagnosticService.swift",
"Services/FormattingService.swift",
"Services/SemanticDetailsService.swift",
"Services/SymbolQueryService.swift",
"Services/TokenService.swift",
"StandaloneExtension.swift",
"UTType+Filename.swift",
"UTType+Languages.swift",
"XPC/ExportedExtension.swift",
"XPC/ExportedHost.swift",
"XPC/ExportedScene.swift",
"XPC/ExportedSceneHost.swift",
"XPC/ExtensionSceneProtocol.swift",
"XPC/Protocol+Exporting.swift",
"XPC/QueuedRelay.swift",
"XPC/RemoteDocumentService.swift",
"XPC/RemoteExtension.swift",
"XPC/RemoteHost.swift",
"XPC/RemoteProjectService.swift",
"XPC/RemoteScene.swift",
"XPC/XPCProtocols.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/ChimeHQ/JSONRPC
Fetching https://github.com/ChimeHQ/LanguageServerProtocol
Fetching https://github.com/mattmassicotte/Queue
Fetching https://github.com/ChimeHQ/ProcessEnv
Fetching https://github.com/ChimeHQ/LanguageClient
Fetching https://github.com/ChimeHQ/Extendable
[1/211] Fetching extendable
[212/502] Fetching extendable, queue
[285/702] Fetching extendable, queue, processenv
[353/2517] Fetching extendable, queue, processenv, languageserverprotocol
[422/3120] Fetching extendable, queue, processenv, languageserverprotocol, languageclient
[1876/3750] Fetching extendable, queue, processenv, languageserverprotocol, languageclient, jsonrpc
Fetched https://github.com/ChimeHQ/Extendable from cache (0.40s)
Fetched https://github.com/ChimeHQ/LanguageServerProtocol from cache (0.40s)
Fetched https://github.com/ChimeHQ/LanguageClient from cache (0.40s)
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.40s)
Fetching https://github.com/ChimeHQ/AsyncXPCConnection
Fetched https://github.com/ChimeHQ/ProcessEnv from cache (0.40s)
Fetched https://github.com/mattmassicotte/Queue from cache (0.40s)
[1/176] Fetching asyncxpcconnection
Fetched https://github.com/ChimeHQ/AsyncXPCConnection from cache (0.31s)
Computing version for https://github.com/ChimeHQ/LanguageClient
Computed https://github.com/ChimeHQ/LanguageClient at 0.8.0 (2.09s)
Fetching https://github.com/Frizlab/FSEventsWrapper
Fetching https://github.com/groue/Semaphore
Fetching https://github.com/ChimeHQ/GlobPattern
[1/256] Fetching fseventswrapper
[257/317] Fetching fseventswrapper, globpattern
[318/610] Fetching fseventswrapper, globpattern, semaphore
Fetched https://github.com/ChimeHQ/GlobPattern from cache (0.26s)
Fetched https://github.com/Frizlab/FSEventsWrapper from cache (0.26s)
Fetched https://github.com/groue/Semaphore from cache (0.27s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 1.0.0 (2.79s)
Computing version for https://github.com/ChimeHQ/GlobPattern
Computed https://github.com/ChimeHQ/GlobPattern at 0.1.1 (1.66s)
Computing version for https://github.com/Frizlab/FSEventsWrapper
Computed https://github.com/Frizlab/FSEventsWrapper at 2.1.0 (0.72s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.1 (0.86s)
Computing version for https://github.com/ChimeHQ/Extendable
Computed https://github.com/ChimeHQ/Extendable at 0.4.0 (0.99s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.1.0 (0.88s)
Computing version for https://github.com/mattmassicotte/Queue
Computed https://github.com/mattmassicotte/Queue at 0.2.1 (0.66s)
Computing version for https://github.com/ChimeHQ/AsyncXPCConnection
Computed https://github.com/ChimeHQ/AsyncXPCConnection at 1.3.0 (0.56s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.13.4 (1.01s)
Creating working copy for https://github.com/ChimeHQ/LanguageServerProtocol
Working copy of https://github.com/ChimeHQ/LanguageServerProtocol resolved at 0.13.4
Creating working copy for https://github.com/groue/Semaphore
Working copy of https://github.com/groue/Semaphore resolved at 0.1.0
Creating working copy for https://github.com/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.1
Creating working copy for https://github.com/mattmassicotte/Queue
Working copy of https://github.com/mattmassicotte/Queue resolved at 0.2.1
Creating working copy for https://github.com/ChimeHQ/Extendable
Working copy of https://github.com/ChimeHQ/Extendable resolved at 0.4.0
Creating working copy for https://github.com/ChimeHQ/ProcessEnv
Working copy of https://github.com/ChimeHQ/ProcessEnv resolved at 1.0.0
Creating working copy for https://github.com/Frizlab/FSEventsWrapper
Working copy of https://github.com/Frizlab/FSEventsWrapper resolved at 2.1.0
Creating working copy for https://github.com/ChimeHQ/GlobPattern
Working copy of https://github.com/ChimeHQ/GlobPattern resolved at 0.1.1
Creating working copy for https://github.com/ChimeHQ/LanguageClient
Working copy of https://github.com/ChimeHQ/LanguageClient resolved at 0.8.0
Creating working copy for https://github.com/ChimeHQ/AsyncXPCConnection
Working copy of https://github.com/ChimeHQ/AsyncXPCConnection resolved at 1.3.0
Building for debugging...
[0/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/44] Emitting module JSONRPC
[14/45] Compiling Queue AsyncSerialQueue.swift
[15/45] Compiling Extendable ConnectableSceneExtension.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
1 | import ExtensionKit
| `- error: no such module 'ExtensionKit'
2 |
3 | /// Can be used to group multiple `AppExtensionScene` views.
[16/45] Compiling Extendable ConnectingAppExtensionScene.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
1 | import ExtensionKit
| `- error: no such module 'ExtensionKit'
2 |
3 | /// Can be used to group multiple `AppExtensionScene` views.
[17/45] Compiling Extendable ConnectionAccepter.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
1 | import ExtensionKit
| `- error: no such module 'ExtensionKit'
2 |
3 | /// Can be used to group multiple `AppExtensionScene` views.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/45] Emitting module Extendable
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
1 | import ExtensionKit
| `- error: no such module 'ExtensionKit'
2 |
3 | /// Can be used to group multiple `AppExtensionScene` views.
[19/45] Compiling JSONRPC Protocol.swift
[20/45] Compiling ProcessEnv Process+Parameters.swift
[21/45] Emitting module Queue
[22/45] Compiling Queue AsyncQueue.swift
[23/45] Compiling Extendable AppExtensionSceneGroup.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
1 | import ExtensionKit
| `- error: no such module 'ExtensionKit'
2 |
3 | /// Can be used to group multiple `AppExtensionScene` views.
[24/45] Compiling Extendable AppExtension+Init.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
1 | import ExtensionKit
| `- error: no such module 'ExtensionKit'
2 |
3 | /// Can be used to group multiple `AppExtensionScene` views.
[25/45] Compiling Extendable ConnectableExtension.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
1 | import ExtensionKit
| `- error: no such module 'ExtensionKit'
2 |
3 | /// Can be used to group multiple `AppExtensionScene` views.
[26/46] Compiling JSONRPC JSONValue.swift
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import Foundation
3 |
[27/46] Emitting module Semaphore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/33] Compiling Extendable ConnectingAppExtensionScene.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
1 | import ExtensionKit
| `- error: no such module 'ExtensionKit'
2 |
3 | /// Can be used to group multiple `AppExtensionScene` views.
[3/33] Emitting module ProcessEnv
[4/33] Compiling Extendable ConnectionAccepter.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
1 | import ExtensionKit
| `- error: no such module 'ExtensionKit'
2 |
3 | /// Can be used to group multiple `AppExtensionScene` views.
[5/33] Compiling Extendable ConnectableSceneExtension.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
1 | import ExtensionKit
| `- error: no such module 'ExtensionKit'
2 |
3 | /// Can be used to group multiple `AppExtensionScene` views.
[6/33] Emitting module Semaphore
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/33] Emitting module Extendable
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
1 | import ExtensionKit
| `- error: no such module 'ExtensionKit'
2 |
3 | /// Can be used to group multiple `AppExtensionScene` views.
[8/33] Compiling Extendable AppExtension+Init.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
1 | import ExtensionKit
| `- error: no such module 'ExtensionKit'
2 |
3 | /// Can be used to group multiple `AppExtensionScene` views.
[9/33] Compiling Extendable AppExtensionSceneGroup.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
1 | import ExtensionKit
| `- error: no such module 'ExtensionKit'
2 |
3 | /// Can be used to group multiple `AppExtensionScene` views.
[10/33] Compiling Extendable ConnectableExtension.swift
/host/spi-builder-workspace/.build/checkouts/Extendable/Sources/Extendable/AppExtensionSceneGroup.swift:1:8: error: no such module 'ExtensionKit'
1 | import ExtensionKit
| `- error: no such module 'ExtensionKit'
2 |
3 | /// Can be used to group multiple `AppExtensionScene` views.
[11/33] Compiling Semaphore AsyncSemaphore.swift
[12/34] Compiling JSONRPC DataChannel+WebSocket.swift
[13/34] Compiling JSONRPC DataChannel.swift
[14/34] Emitting module Queue
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/34] Emitting module AsyncXPCConnection
/host/spi-builder-workspace/.build/checkouts/AsyncXPCConnection/Sources/AsyncXPCConnection/NSXPCConnection+Continuations.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import Foundation
3 |
BUILD FAILURE 6.1 linux