The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TextFormation, reference main (0335bb), with Swift 6.0 for macOS (SPM) on 28 Apr 2026 20:49:06 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/TextFormation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/TextFormation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0335bbf Remove optional from interface
Cloned https://github.com/ChimeHQ/TextFormation.git
Revision (git rev-parse @):
0335bbfdebdd887384b12076daa91ae081427139
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/TextFormation.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ChimeHQ/TextFormation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/15] Compiling Rearrange String+NSRange.swift
[5/16] Compiling Rearrange Bounded.swift
[6/16] Compiling Rearrange IndexSet+ApplyMutation.swift
[7/16] Compiling Rearrange RangeMutation.swift
[8/16] Compiling Rearrange TextRangeCalculating.swift
[9/16] Compiling Rearrange UITextRange+Convenience.swift
[10/16] Compiling Rearrange NSTextRange+Bounded.swift
[11/16] Compiling Rearrange NSRange+Shift.swift
[12/16] Compiling Rearrange NSRange+Convenience.swift
[13/16] Compiling Rearrange IndexSet+NSRange.swift
[14/16] Compiling Rearrange NSRange+ApplyMutation.swift
[15/16] Compiling Rearrange NSTextRange+NSRange.swift
[16/16] Emitting module Rearrange
[17/36] Emitting module TextFormation
[18/38] Compiling TextFormation ClosePairFilter.swift
[19/38] Compiling TextFormation CompositeFilter.swift
[20/38] Compiling TextFormation ConsecutiveCharacterRecognizer.swift
[21/38] Compiling TextFormation TextMutation.swift
[22/38] Compiling TextFormation TextStoring+Extensions.swift
[23/38] Compiling TextFormation DeleteCloseFilter.swift
[24/38] Compiling TextFormation Filter+Language.swift
[25/38] Compiling TextFormation TextSystemInterface.swift
[26/38] Compiling TextFormation TextViewFilterApplier.swift
[27/38] Compiling TextFormation TextualIndenter+Language.swift
[28/38] Compiling TextFormation TextualIndenter.swift
[29/38] Compiling TextFormation Filter.swift
[30/38] Compiling TextFormation Indentation.swift
[31/38] Compiling TextFormation NewlineProcessingFilter.swift
[32/38] Compiling TextFormation NewlineWithinPairFilter.swift
[33/38] Compiling TextFormation OpenPairReplacementFilter.swift
[34/38] Compiling TextFormation PatternMatcher.swift
[35/38] Compiling TextFormation SkipFilter.swift
[36/38] Compiling TextFormation StandardOpenPairFilter.swift
[37/38] Compiling TextFormation LineLeadingWhitespaceFilter.swift
[38/38] Compiling TextFormation MutableStringPartialSystem.swift
Build complete! (13.48s)
Fetching https://github.com/ChimeHQ/Rearrange
[1/602] Fetching rearrange
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.76s)
Computing version for https://github.com/ChimeHQ/Rearrange
Computed https://github.com/ChimeHQ/Rearrange at 2.1.1 (0.46s)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at 2.1.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rearrange",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/Rearrange"
    }
  ],
  "manifest_display_name" : "TextFormation",
  "name" : "TextFormation",
  "path" : "/Users/admin/builder/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"
}
Done.