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

Successful build of TextFormation, reference main (73e216), with Swift 6.1 for Android on 31 May 2025 21:22:20 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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:         android
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/ChimeHQ/Rearrange
[1/569] Fetching rearrange
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.34s)
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 NSTextRange+Bounded.swift
[5/15] Compiling Rearrange NSTextRange+NSRange.swift
[6/16] Emitting module Rearrange
[7/16] Compiling Rearrange Bounded.swift
[8/16] Compiling Rearrange IndexSet+ApplyMutation.swift
[9/16] Compiling Rearrange String+NSRange.swift
[10/16] Compiling Rearrange RangeMutation.swift
[11/16] Compiling Rearrange IndexSet+NSRange.swift
[12/16] Compiling Rearrange NSRange+ApplyMutation.swift
[13/16] Compiling Rearrange TextRangeCalculating.swift
[14/16] Compiling Rearrange NSRange+Convenience.swift
[15/16] Compiling Rearrange NSRange+Shift.swift
[16/16] Compiling Rearrange UITextRange+Convenience.swift
[18/37] Emitting module TextFormation
[19/39] Compiling TextFormation DeleteCloseFilter.swift
[20/39] Compiling TextFormation Filter+Language.swift
[21/39] Compiling TextFormation Filter.swift
[22/39] Compiling TextFormation NewlineProcessingFilter.swift
[23/39] Compiling TextFormation NewlineWithinPairFilter.swift
[24/39] Compiling TextFormation OpenPairReplacementFilter.swift
[25/39] Compiling TextFormation Indentation.swift
[26/39] Compiling TextFormation LineLeadingWhitespaceFilter.swift
[27/39] Compiling TextFormation MutableStringPartialSystem.swift
[28/39] Compiling TextFormation ClosePairFilter.swift
[29/39] Compiling TextFormation CompositeFilter.swift
[30/39] Compiling TextFormation ConsecutiveCharacterRecognizer.swift
[31/39] Compiling TextFormation TextMutation.swift
[32/39] Compiling TextFormation TextStoring+Extensions.swift
[33/39] Compiling TextFormation PatternMatcher.swift
[34/39] Compiling TextFormation SkipFilter.swift
[35/39] Compiling TextFormation StandardOpenPairFilter.swift
[36/39] Compiling TextFormation TextSystemInterface.swift
[37/39] Compiling TextFormation TextViewFilterApplier.swift
[38/39] Compiling TextFormation TextualIndenter+Language.swift
[39/39] Compiling TextFormation TextualIndenter.swift
Build complete! (19.50s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.