Build Information
Failed to build chime-swift, reference main (cc854a
), with Swift 6.1 for Linux on 28 Apr 2025 09:21:05 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/chime-swift.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/chime-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cc854a4 Using some for future ChimeKit compatibility
Cloned https://github.com/ChimeHQ/chime-swift.git
Revision (git rev-parse @):
cc854a4ada8ac2d3f23a3fff9562b914ce7dc608
SUCCESS checkout https://github.com/ChimeHQ/chime-swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/ChimeHQ/chime-swift.git
https://github.com/ChimeHQ/chime-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "chimekit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/ChimeKit"
}
],
"manifest_display_name" : "chime-swift",
"name" : "chime-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "ChimeSwift",
"targets" : [
"ChimeSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ChimeSwiftTests",
"module_type" : "SwiftTarget",
"name" : "ChimeSwiftTests",
"path" : "Tests/ChimeSwiftTests",
"sources" : [
"ChimeSwiftTests.swift"
],
"target_dependencies" : [
"ChimeSwift"
],
"type" : "test"
},
{
"c99name" : "ChimeSwift",
"module_type" : "SwiftTarget",
"name" : "ChimeSwift",
"path" : "Sources/ChimeSwift",
"product_dependencies" : [
"ChimeKit"
],
"product_memberships" : [
"ChimeSwift"
],
"sources" : [
"SwiftExtension.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/ChimeKit
[1/2123] Fetching chimekit
Fetched https://github.com/ChimeHQ/ChimeKit from cache (15.28s)
Computing version for https://github.com/ChimeHQ/ChimeKit
Computed https://github.com/ChimeHQ/ChimeKit at 0.4.2 (15.78s)
Fetching https://github.com/ChimeHQ/LanguageClient
Fetching https://github.com/ChimeHQ/ProcessEnv
Fetching https://github.com/ChimeHQ/Extendable
Fetching https://github.com/ChimeHQ/JSONRPC
Fetching https://github.com/ChimeHQ/LanguageServerProtocol
Fetching https://github.com/mattmassicotte/Queue
[1/1815] Fetching languageserverprotocol
[2/2015] Fetching languageserverprotocol, processenv
[188/2618] Fetching languageserverprotocol, processenv, languageclient
[1199/3248] Fetching languageserverprotocol, processenv, languageclient, jsonrpc
[3086/3539] Fetching languageserverprotocol, processenv, languageclient, jsonrpc, queue
[3316/3750] Fetching languageserverprotocol, processenv, languageclient, jsonrpc, queue, extendable
Fetched https://github.com/ChimeHQ/ProcessEnv from cache (0.35s)
Fetching https://github.com/ChimeHQ/AsyncXPCConnection
Fetched https://github.com/mattmassicotte/Queue from cache (0.36s)
Fetched https://github.com/ChimeHQ/JSONRPC from cache (0.36s)
Fetched https://github.com/ChimeHQ/Extendable from cache (0.36s)
Fetched https://github.com/ChimeHQ/LanguageClient from cache (0.36s)
Fetched https://github.com/ChimeHQ/LanguageServerProtocol from cache (0.36s)
[1/176] Fetching asyncxpcconnection
Fetched https://github.com/ChimeHQ/AsyncXPCConnection from cache (0.24s)
Computing version for https://github.com/ChimeHQ/LanguageClient
Computed https://github.com/ChimeHQ/LanguageClient at 0.8.0 (1.16s)
Fetching https://github.com/Frizlab/FSEventsWrapper
Fetching https://github.com/groue/Semaphore
Fetching https://github.com/ChimeHQ/GlobPattern
[1/293] Fetching semaphore
[294/549] Fetching semaphore, fseventswrapper
[550/610] Fetching semaphore, fseventswrapper, globpattern
Fetched https://github.com/groue/Semaphore from cache (0.21s)
Fetched https://github.com/ChimeHQ/GlobPattern from cache (0.21s)
Fetched https://github.com/Frizlab/FSEventsWrapper from cache (0.21s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 1.0.0 (0.71s)
Computing version for https://github.com/ChimeHQ/GlobPattern
Computed https://github.com/ChimeHQ/GlobPattern at 0.1.1 (0.51s)
Computing version for https://github.com/Frizlab/FSEventsWrapper
Computed https://github.com/Frizlab/FSEventsWrapper at 2.1.0 (0.46s)
Computing version for https://github.com/ChimeHQ/JSONRPC
Computed https://github.com/ChimeHQ/JSONRPC at 0.9.1 (0.44s)
Computing version for https://github.com/ChimeHQ/Extendable
Computed https://github.com/ChimeHQ/Extendable at 0.4.0 (0.43s)
Computing version for https://github.com/groue/Semaphore
Computed https://github.com/groue/Semaphore at 0.1.0 (0.44s)
Computing version for https://github.com/mattmassicotte/Queue
Computed https://github.com/mattmassicotte/Queue at 0.2.1 (0.48s)
Computing version for https://github.com/ChimeHQ/AsyncXPCConnection
Computed https://github.com/ChimeHQ/AsyncXPCConnection at 1.3.0 (0.42s)
Computing version for https://github.com/ChimeHQ/LanguageServerProtocol
Computed https://github.com/ChimeHQ/LanguageServerProtocol at 0.13.4 (0.42s)
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/AsyncXPCConnection
Working copy of https://github.com/ChimeHQ/AsyncXPCConnection resolved at 1.3.0
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/JSONRPC
Working copy of https://github.com/ChimeHQ/JSONRPC resolved at 0.9.1
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/Extendable
Working copy of https://github.com/ChimeHQ/Extendable resolved at 0.4.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/ChimeKit
Working copy of https://github.com/ChimeHQ/ChimeKit resolved at 0.4.2
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/mattmassicotte/Queue
Working copy of https://github.com/mattmassicotte/Queue resolved at 0.2.1
Building for debugging...
[0/13] Write sources
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/45] Compiling Queue AsyncSerialQueue.swift
[15/45] Compiling JSONRPC JSONValue.swift
[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 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.
[18/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.
[19/46] 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.
[20/46] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/46] 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.
[22/46] 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.
[23/46] Compiling ProcessEnv ProcessInfo+UserEnvironment.swift
[24/46] Emitting module Queue
[25/46] Emitting module ProcessEnv
[26/46] Emitting module Semaphore
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/31] 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 |
[3/31] 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.
[4/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/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.
[6/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/33] 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 |
[8/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.
[9/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.
[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] Emitting module Semaphore
[12/33] Emitting module ProcessEnv
BUILD FAILURE 6.1 linux