The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build CodeEditLanguages, reference main (32a1dd), with Swift 5.10 for Linux on 11 Jun 2025 20:51:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CodeEditApp/CodeEditLanguages.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/CodeEditApp/CodeEditLanguages
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 32a1ddc Increase Git's HTTP Post Buffer Size (fix Docs CI)
Cloned https://github.com/CodeEditApp/CodeEditLanguages.git
Revision (git rev-parse @):
32a1ddcb44d0bcf9bdb41ae426fa1bb7198e62fe
SUCCESS checkout https://github.com/CodeEditApp/CodeEditLanguages.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/CodeEditApp/CodeEditLanguages.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:aa1999fda62728f989ec9f885e6a69f8a206ad63b6efcfc03397a00c96f5855b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/ChimeHQ/SwiftTreeSitter.git
[1/1642] Fetching swifttreesitter
Fetched https://github.com/ChimeHQ/SwiftTreeSitter.git from cache (0.37s)
Computing version for https://github.com/ChimeHQ/SwiftTreeSitter.git
Computed https://github.com/ChimeHQ/SwiftTreeSitter.git at 0.25.0 (0.71s)
Fetching https://github.com/tree-sitter/tree-sitter
[1/57800] Fetching tree-sitter
Fetched https://github.com/tree-sitter/tree-sitter from cache (4.15s)
Computing version for https://github.com/tree-sitter/tree-sitter
Computed https://github.com/tree-sitter/tree-sitter at 0.25.6 (0.53s)
Creating working copy for https://github.com/ChimeHQ/SwiftTreeSitter.git
Working copy of https://github.com/ChimeHQ/SwiftTreeSitter.git resolved at 0.25.0
Creating working copy for https://github.com/tree-sitter/tree-sitter
Working copy of https://github.com/tree-sitter/tree-sitter resolved at 0.25.6
Building for debugging...
[0/17] Compiling language.c
[1/17] Compiling stdlib.c
[2/17] Compiling wasm_store.c
[3/17] Compiling tree_cursor.c
[4/17] Compiling node.c
[5/17] Compiling get_changed_ranges.c
[6/17] Compiling tree.c
[7/17] Write sources
[8/17] Copying Resources
[9/17] Write sources
[10/17] Compiling alloc.c
[10/17] Write swift-version-24593BA9C3E375BF.txt
[12/17] Compiling lexer.c
[13/17] Compiling stack.c
[14/17] Compiling subtree.c
[15/17] Compiling parser.c
[16/17] Compiling query.c
[18/36] Emitting module SwiftTreeSitter
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/LanguageConfiguration.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Parser.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Predicate.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[19/38] Compiling SwiftTreeSitter Tree.swift
[20/38] Compiling SwiftTreeSitter TreeCursor.swift
[21/38] Compiling SwiftTreeSitter ResolvingQueryCursor.swift
[22/38] Compiling SwiftTreeSitter ResolvingQueryMatchSequence.swift
[23/38] Compiling SwiftTreeSitter Predicate.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Predicate.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[24/38] Compiling SwiftTreeSitter Query.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Predicate.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[25/38] Compiling SwiftTreeSitter QueryDefinitions.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Predicate.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[26/38] Compiling SwiftTreeSitter Node.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Parser.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[27/38] Compiling SwiftTreeSitter Parser.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Parser.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[28/38] Compiling SwiftTreeSitter Point.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/Parser.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[29/38] Compiling SwiftTreeSitter Bundle+Extensions.swift
[30/38] Compiling SwiftTreeSitter Encoding+Helpers.swift
[31/38] Compiling SwiftTreeSitter Input.swift
[32/38] Compiling SwiftTreeSitter InputEdit.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/LanguageConfiguration.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[33/38] Compiling SwiftTreeSitter Language.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/LanguageConfiguration.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[34/38] Compiling SwiftTreeSitter LanguageConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/SwiftTreeSitter/Sources/SwiftTreeSitter/LanguageConfiguration.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[35/38] Compiling SwiftTreeSitter SendableTypes.swift
[36/38] Compiling SwiftTreeSitter String+Data.swift
[37/38] Compiling SwiftTreeSitter String+TextProvider.swift
[38/38] Compiling SwiftTreeSitter TSRange.swift
[40/46] Compiling CodeEditLanguages resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/CodeEditLanguages/CodeLanguage.swift:11:8: error: no such module 'CodeLanguages_Container'
import CodeLanguages_Container
       ^
[41/46] Compiling CodeEditLanguages TreeSitterLanguage.swift
/host/spi-builder-workspace/Sources/CodeEditLanguages/CodeLanguage.swift:11:8: error: no such module 'CodeLanguages_Container'
import CodeLanguages_Container
       ^
[42/46] Compiling CodeEditLanguages TreeSitterModel.swift
/host/spi-builder-workspace/Sources/CodeEditLanguages/CodeLanguage.swift:11:8: error: no such module 'CodeLanguages_Container'
import CodeLanguages_Container
       ^
[43/46] Compiling CodeEditLanguages CodeLanguage.swift
/host/spi-builder-workspace/Sources/CodeEditLanguages/CodeLanguage.swift:11:8: error: no such module 'CodeLanguages_Container'
import CodeLanguages_Container
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/46] Emitting module CodeEditLanguages
/host/spi-builder-workspace/Sources/CodeEditLanguages/CodeLanguage.swift:11:8: error: no such module 'CodeLanguages_Container'
import CodeLanguages_Container
       ^
[45/46] Compiling CodeEditLanguages CodeLanguage+Definitions.swift
/host/spi-builder-workspace/Sources/CodeEditLanguages/CodeLanguage.swift:11:8: error: no such module 'CodeLanguages_Container'
import CodeLanguages_Container
       ^
[46/46] Compiling CodeEditLanguages CodeLanguage+DetectLanguage.swift
/host/spi-builder-workspace/Sources/CodeEditLanguages/CodeLanguage.swift:11:8: error: no such module 'CodeLanguages_Container'
import CodeLanguages_Container
       ^
error: fatalError
BUILD FAILURE 5.10 linux