Build Information
Successful build of TextFormation, reference main (73e216
), with Swift 6.1 for Linux on 31 May 2025 21:22:27 UTC.
Swift 6 data race errors: 0
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 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/TextFormation.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/TextFormation
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 73e216f Expose and fix re-triggering in ClosePairFilter
Cloned https://github.com/ChimeHQ/TextFormation.git
Revision (git rev-parse @):
73e216f9cff493c27f14e184438eb94add034a91
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/TextFormation.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/ChimeHQ/TextFormation.git
https://github.com/ChimeHQ/TextFormation.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "rearrange",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/Rearrange"
}
],
"manifest_display_name" : "TextFormation",
"name" : "TextFormation",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "TextFormation",
"targets" : [
"TextFormation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TextFormationTests",
"module_type" : "SwiftTarget",
"name" : "TextFormationTests",
"path" : "Tests/TextFormationTests",
"sources" : [
"ClosePairFilterTests.swift",
"ConsecutiveCharacterRecognizerTests.swift",
"DeleteCloseFilterTests.swift",
"IndentationTests.swift",
"LineLeadingWhitespaceFilterTests.swift",
"MockSystem.swift",
"NewlineProcessingFilterTests.swift",
"NewlineWithinPairFilterTests.swift",
"OpenPairReplacementFilterTests.swift",
"PythonIndentationTests.swift",
"RubyIndentationTests.swift",
"SkipFilterTests.swift",
"StandardOpenPairFilterTests.swift",
"TextStoringTests.swift",
"TextSystemInterface+Helpers.swift",
"TextualIndenterTests.swift"
],
"target_dependencies" : [
"TextFormation"
],
"type" : "test"
},
{
"c99name" : "TextFormation",
"module_type" : "SwiftTarget",
"name" : "TextFormation",
"path" : "Sources/TextFormation",
"product_dependencies" : [
"Rearrange"
],
"product_memberships" : [
"TextFormation"
],
"sources" : [
"ClosePairFilter.swift",
"CompositeFilter.swift",
"ConsecutiveCharacterRecognizer.swift",
"DeleteCloseFilter.swift",
"Filter+Language.swift",
"Filter.swift",
"Indentation.swift",
"LineLeadingWhitespaceFilter.swift",
"MutableStringPartialSystem.swift",
"NewlineProcessingFilter.swift",
"NewlineWithinPairFilter.swift",
"OpenPairReplacementFilter.swift",
"PatternMatcher.swift",
"SkipFilter.swift",
"StandardOpenPairFilter.swift",
"TextMutation.swift",
"TextStoring+Extensions.swift",
"TextSystemInterface.swift",
"TextViewFilterApplier.swift",
"TextualIndenter+Language.swift",
"TextualIndenter.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/ChimeHQ/Rearrange
[1/569] Fetching rearrange
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.23s)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at main (e22fe9d)
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/15] Compiling Rearrange NSRange+Convenience.swift
[5/15] Compiling Rearrange NSRange+Shift.swift
[6/16] Compiling Rearrange NSTextRange+Bounded.swift
[7/16] Compiling Rearrange NSTextRange+NSRange.swift
[8/16] Compiling Rearrange TextRangeCalculating.swift
[9/16] Compiling Rearrange IndexSet+NSRange.swift
[10/16] Compiling Rearrange NSRange+ApplyMutation.swift
[11/16] Compiling Rearrange Bounded.swift
[12/16] Compiling Rearrange IndexSet+ApplyMutation.swift
[13/16] Emitting module Rearrange
[14/16] Compiling Rearrange RangeMutation.swift
[15/16] Compiling Rearrange String+NSRange.swift
[16/16] Compiling Rearrange UITextRange+Convenience.swift
[18/37] Compiling TextFormation TextMutation.swift
[19/37] Compiling TextFormation TextStoring+Extensions.swift
[20/39] Compiling TextFormation TextSystemInterface.swift
[21/39] Compiling TextFormation TextViewFilterApplier.swift
[22/39] Compiling TextFormation Indentation.swift
[23/39] Compiling TextFormation LineLeadingWhitespaceFilter.swift
[24/39] Compiling TextFormation MutableStringPartialSystem.swift
[25/39] Compiling TextFormation DeleteCloseFilter.swift
[26/39] Compiling TextFormation Filter+Language.swift
[27/39] Compiling TextFormation Filter.swift
[28/39] Emitting module TextFormation
[29/39] Compiling TextFormation PatternMatcher.swift
[30/39] Compiling TextFormation SkipFilter.swift
[31/39] Compiling TextFormation StandardOpenPairFilter.swift
[32/39] Compiling TextFormation NewlineProcessingFilter.swift
[33/39] Compiling TextFormation NewlineWithinPairFilter.swift
[34/39] Compiling TextFormation OpenPairReplacementFilter.swift
[35/39] Compiling TextFormation ClosePairFilter.swift
[36/39] Compiling TextFormation CompositeFilter.swift
[37/39] Compiling TextFormation ConsecutiveCharacterRecognizer.swift
[38/39] Compiling TextFormation TextualIndenter+Language.swift
[39/39] Compiling TextFormation TextualIndenter.swift
Build complete! (11.00s)
Build complete.
{
"dependencies" : [
{
"identity" : "rearrange",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/Rearrange"
}
],
"manifest_display_name" : "TextFormation",
"name" : "TextFormation",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "TextFormation",
"targets" : [
"TextFormation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TextFormationTests",
"module_type" : "SwiftTarget",
"name" : "TextFormationTests",
"path" : "Tests/TextFormationTests",
"sources" : [
"ClosePairFilterTests.swift",
"ConsecutiveCharacterRecognizerTests.swift",
"DeleteCloseFilterTests.swift",
"IndentationTests.swift",
"LineLeadingWhitespaceFilterTests.swift",
"MockSystem.swift",
"NewlineProcessingFilterTests.swift",
"NewlineWithinPairFilterTests.swift",
"OpenPairReplacementFilterTests.swift",
"PythonIndentationTests.swift",
"RubyIndentationTests.swift",
"SkipFilterTests.swift",
"StandardOpenPairFilterTests.swift",
"TextStoringTests.swift",
"TextSystemInterface+Helpers.swift",
"TextualIndenterTests.swift"
],
"target_dependencies" : [
"TextFormation"
],
"type" : "test"
},
{
"c99name" : "TextFormation",
"module_type" : "SwiftTarget",
"name" : "TextFormation",
"path" : "Sources/TextFormation",
"product_dependencies" : [
"Rearrange"
],
"product_memberships" : [
"TextFormation"
],
"sources" : [
"ClosePairFilter.swift",
"CompositeFilter.swift",
"ConsecutiveCharacterRecognizer.swift",
"DeleteCloseFilter.swift",
"Filter+Language.swift",
"Filter.swift",
"Indentation.swift",
"LineLeadingWhitespaceFilter.swift",
"MutableStringPartialSystem.swift",
"NewlineProcessingFilter.swift",
"NewlineWithinPairFilter.swift",
"OpenPairReplacementFilter.swift",
"PatternMatcher.swift",
"SkipFilter.swift",
"StandardOpenPairFilter.swift",
"TextMutation.swift",
"TextStoring+Extensions.swift",
"TextSystemInterface.swift",
"TextViewFilterApplier.swift",
"TextualIndenter+Language.swift",
"TextualIndenter.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.