Build Information
Failed to build TextBuffer, reference main (5885a5), with Swift 6.1 for Linux on 23 Mar 2026 10:55:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CleanCocoa/TextBuffer.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/CleanCocoa/TextBuffer
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5885a59 docs: add comprehensive DocC documentation for all three library products
Cloned https://github.com/CleanCocoa/TextBuffer.git
Revision (git rev-parse @):
5885a592be26325a332d49365751c2083fe665d4
SUCCESS checkout https://github.com/CleanCocoa/TextBuffer.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/CleanCocoa/TextBuffer.git
https://github.com/CleanCocoa/TextBuffer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "TextBuffer",
"name" : "TextBuffer",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "TextBuffer",
"targets" : [
"TextBuffer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TextBufferTesting",
"targets" : [
"TextBufferTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TextRope",
"targets" : [
"TextRope"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TextRopeTests",
"module_type" : "SwiftTarget",
"name" : "TextRopeTests",
"path" : "Tests/TextRopeTests",
"sources" : [
"NodeTests.swift",
"SummaryTests.swift",
"TextRopeCOWTests.swift",
"TextRopeConstructionTests.swift",
"TextRopeDeleteTests.swift",
"TextRopeInsertTests.swift",
"TextRopeNavigationTests.swift",
"TextRopeReplaceTests.swift",
"TextRopeStressTests.swift",
"TextRopeTests.swift",
"TreeInvariantValidation.swift"
],
"target_dependencies" : [
"TextRope"
],
"type" : "test"
},
{
"c99name" : "TextRope",
"module_type" : "SwiftTarget",
"name" : "TextRope",
"path" : "Sources/TextRope",
"product_memberships" : [
"TextBuffer",
"TextBufferTesting",
"TextRope"
],
"sources" : [
"Node.swift",
"Summary.swift",
"TextRope+COW.swift",
"TextRope+Construction.swift",
"TextRope+Delete.swift",
"TextRope+Insert.swift",
"TextRope+Navigation.swift",
"TextRope+Replace.swift",
"TextRope.swift"
],
"type" : "library"
},
{
"c99name" : "TextBufferTests",
"module_type" : "SwiftTarget",
"name" : "TextBufferTests",
"path" : "Tests/TextBufferTests",
"sources" : [
"BufferAccessFailureTests.swift",
"BufferBehaviorDriftTests.swift",
"BufferRangeDefaultTests.swift",
"BufferWordRangeTests.swift",
"Helpers.swift",
"MakeBufferWithSelectionFromStringTests.swift",
"MutableStringBufferTests.swift",
"NSRange+ContainsTests.swift",
"NSRange+ExpandedTests.swift",
"NSRange+OrderTests.swift",
"NSRange+PrefixTests.swift",
"NSRange+ResizedTests.swift",
"NSRange+ShiftedTests.swift",
"NSRange+SubtractingTests.swift",
"NSRange+SuffixTests.swift",
"NSTextViewBufferTests.swift",
"OperationLogTests.swift",
"PuppetUndoManagerTests.swift",
"RopeBufferDriftTests.swift",
"RopeBufferTests.swift",
"RopeTransferIntegrationTests.swift",
"SendableRopeBufferConcurrencyTests.swift",
"SendableRopeBufferConversionTests.swift",
"SendableRopeBufferTests.swift",
"SendableRopeBufferUndoEquivalenceTests.swift",
"TestRange.swift",
"TransferAPITests.swift",
"TransferIntegrationTests.swift",
"TransferableUndoableTests.swift",
"UndoEquivalenceDriftTests.swift"
],
"target_dependencies" : [
"TextBuffer",
"TextBufferTesting"
],
"type" : "test"
},
{
"c99name" : "TextBufferTesting",
"module_type" : "SwiftTarget",
"name" : "TextBufferTesting",
"path" : "Sources/TextBufferTesting",
"product_memberships" : [
"TextBufferTesting"
],
"sources" : [
"AssertUndoEquivalence.swift",
"BufferStep.swift",
"MakeBufferWithSelectionFromString.swift",
"assertBufferState.swift"
],
"target_dependencies" : [
"TextBuffer"
],
"type" : "library"
},
{
"c99name" : "TextBuffer",
"module_type" : "SwiftTarget",
"name" : "TextBuffer",
"path" : "Sources/TextBuffer",
"product_memberships" : [
"TextBuffer",
"TextBufferTesting"
],
"sources" : [
"Bool+inverted.swift",
"Buffer/AsyncBuffer.swift",
"Buffer/Buffer+contains.swift",
"Buffer/Buffer+wordRange.swift",
"Buffer/Buffer.swift",
"Buffer/BufferAccessFailure.swift",
"Buffer/BufferContent.swift",
"Buffer/BufferRange.swift",
"Buffer/MutableStringBuffer.swift",
"Buffer/NSMutableString+BufferCompatibility.swift",
"Buffer/NSTextViewBuffer.swift",
"Buffer/PuppetUndoManager.swift",
"Buffer/RopeBuffer.swift",
"Buffer/SendableRopeBuffer+Conversion.swift",
"Buffer/SendableRopeBuffer.swift",
"Buffer/TextAnalysisCapable.swift",
"Buffer/TextBuffer.swift",
"Buffer/TransferableUndoable.swift",
"Buffer/UTF16.swift",
"Buffer/Undoable+NSTextViewBuffer.swift",
"Buffer/Undoable.swift",
"Exports.swift",
"NSRange+Order.swift",
"NSRange+Resized.swift",
"NSRange+Shifted.swift",
"NSRange+Subtracting.swift",
"NSRange+containsRange.swift",
"NSRange+expandedToOther.swift",
"NSRange+notFound.swift",
"NSRange+prefix.swift",
"NSRange+suffix.swift",
"NSString+locationUpToCharacter.swift",
"OperationLog/BufferOperation.swift",
"OperationLog/OperationLog.swift",
"OperationLog/UndoGroup.swift"
],
"target_dependencies" : [
"TextRope"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/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