Build Information
Failed to build ChimeKit, reference main (97be09
), with Swift 6.1 for Linux on 28 Apr 2025 07:26:06 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 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/ChimeHQ/ChimeKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 97be09c Add ocaml interface UTI
Cloned https://github.com/ChimeHQ/ChimeKit.git
Revision (git rev-parse @):
97be09c0e424226e4a50d73a5dd1ce1ca698d258
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/ChimeKit.git at main
========================================
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" : {
"revision" : [
"f1610f7074b74ca3c1d6abd586014626842f09c5"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/LanguageClient"
},
{
"identity" : "languageserverprotocol",
"requirement" : {
"range" : [
{
"lower_bound" : "0.13.2",
"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"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "visionos",
"version" : "1.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",
"ExecutionParameters.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",
"ServicePlaceholders.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.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/LanguageClient
[1/603] Fetching languageclient
Fetched https://github.com/ChimeHQ/LanguageClient from cache (0.20s)
Fetching https://github.com/ChimeHQ/JSONRPC
Fetching https://github.com/ChimeHQ/GlobPattern
Fetching https://github.com/mattmassicotte/Queue
Fetching https://github.com/Frizlab/FSEventsWrapper
Fetching https://github.com/groue/Semaphore
Fetching https://github.com/ChimeHQ/ProcessEnv
[1/630] Fetching jsonrpc
[46/691] Fetching jsonrpc, globpattern
[314/984] Fetching jsonrpc, globpattern, semaphore
[985/1184] Fetching jsonrpc, globpattern, semaphore, processenv
[1185/1440] Fetching jsonrpc, globpattern, semaphore, processenv, fseventswrapper
Fetched https://github.com/ChimeHQ/GlobPattern from cache (0.25s)
Fetching https://github.com/ChimeHQ/LanguageServerProtocol
[1/1815] Fetching languageserverprotocol
Fetched https://github.com/ChimeHQ/LanguageServerProtocol from cache (0.23s)
Fetching https://github.com/ChimeHQ/Extendable
[1/211] Fetching extendable
Fetched https://github.com/ChimeHQ/Extendable from cache (0.17s)
Fetching https://github.com/ChimeHQ/AsyncXPCConnection
[1/176] Fetching asyncxpcconnection
Fetched https://github.com/ChimeHQ/AsyncXPCConnection from cache (0.23s)
[1/291] Fetching queue
Fetched https://github.com/groue/Semaphore from cache (1.93s)
Fetched https://github.com/mattmassicotte/Queue from cache (1.93s)
Fetched https://github.com/ChimeHQ/JSONRPC from cache (1.93s)
Fetched https://github.com/ChimeHQ/ProcessEnv from cache (1.93s)
Fetched https://github.com/Frizlab/FSEventsWrapper from cache (1.93s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 1.0.0 (3.72s)
Computing version for https://github.com/ChimeHQ/GlobPattern
Computed https://github.com/ChimeHQ/GlobPattern at 0.1.1 (0.45s)
Computing version for https://github.com/Frizlab/FSEventsWrapper
Computed https://github.com/Frizlab/FSEventsWrapper at 2.1.0 (0.45s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.1.0 (0.42s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.1 (0.40s)
Computing version for https://github.com/ChimeHQ/Extendable
Computed https://github.com/ChimeHQ/Extendable at 0.4.0 (0.40s)
Computing version for https://github.com/mattmassicotte/Queue
Computed https://github.com/mattmassicotte/Queue at 0.2.1 (0.43s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.13.4 (0.42s)
Computing version for https://github.com/ChimeHQ/AsyncXPCConnection
Computed https://github.com/ChimeHQ/AsyncXPCConnection at 1.3.0 (0.41s)
Creating working copy for https://github.com/ChimeHQ/AsyncXPCConnection
Working copy of https://github.com/ChimeHQ/AsyncXPCConnection resolved at 1.3.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/mattmassicotte/Queue
Working copy of https://github.com/mattmassicotte/Queue resolved at 0.2.1
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/Frizlab/FSEventsWrapper
Working copy of https://github.com/Frizlab/FSEventsWrapper resolved at 2.1.0
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/ChimeHQ/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.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/ChimeHQ/LanguageClient
Working copy of https://github.com/ChimeHQ/LanguageClient resolved at f1610f7074b74ca3c1d6abd586014626842f09c5
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/39] Compiling Queue AsyncSerialQueue.swift
[13/39] Emitting module Queue
[14/39] Compiling Queue AsyncQueue.swift
[15/39] 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.
[16/39] 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.
[17/39] 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.
[18/40] 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.
[19/40] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/40] 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.
[21/40] 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.
[22/40] Emitting module Semaphore
[23/40] Compiling Semaphore AsyncSemaphore.swift
[24/41] Compiling JSONRPC DataChannel+WebSocket.swift
[25/41] Compiling JSONRPC DataChannel.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/42] 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 |
[27/42] Compiling AsyncXPCConnection NSXPCConnection+Continuations.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 |
[28/42] Compiling AsyncXPCConnection QueuedRemoteXPCService.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 |
[29/42] Compiling JSONRPC AsyncStreamPolyfill.swift
[30/42] Compiling JSONRPC DataChannel+Actor.swift
[31/42] Emitting module JSONRPC
[32/42] Compiling JSONRPC DataChannel+PredefinedMessages.swift
[33/42] Compiling JSONRPC DataChannel+StdioPipe.swift
[34/42] Compiling AsyncXPCConnection RemoteXPCService.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 |
[36/42] Compiling JSONRPC JSONValueDecoder.swift
[37/42] Compiling JSONRPC JSONRPCSession.swift
[38/42] Compiling JSONRPC JSONId.swift
[39/42] Compiling JSONRPC JSONRPCError.swift
[40/42] Compiling JSONRPC JSONValue.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/29] Compiling Queue AsyncSerialQueue.swift
[3/29] Emitting module JSONRPC
[4/29] 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.
[5/29] 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.
[6/29] 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.
[7/29] 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.
[8/29] 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.
[9/29] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/30] Compiling AsyncXPCConnection QueuedRemoteXPCService.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 |
[11/30] Compiling AsyncXPCConnection RemoteXPCService.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 |
[12/30] Compiling AsyncXPCConnection NSXPCConnection+Continuations.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 |
[13/30] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/30] 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.
[15/30] Emitting module Semaphore
[16/30] Compiling Semaphore AsyncSemaphore.swift
[17/31] Emitting module Queue
BUILD FAILURE 6.1 linux