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 0.9.0 (b1ce9a), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 18:13:27 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/TextFormation.git
Reference: 0.9.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/TextFormation
 * tag               0.9.0      -> FETCH_HEAD
HEAD is now at b1ce9a1 Disable visionOS CI for right now
Cloned https://github.com/ChimeHQ/TextFormation.git
Revision (git rev-parse @):
b1ce9a14bd86042bba4de62236028dc4ce9db6a1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/TextFormation.git at 0.9.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ChimeHQ/TextFormation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[3/5] Write swift-version-1EA4D86E10B52AF.txt
[4/15] Compiling Internal TSYTextStorage.m
[6/15] Compiling Rearrange String+NSRange.swift
[7/15] Compiling Rearrange NSTextLocation+Comparable.swift
[8/15] Compiling Rearrange RangeMutation.swift
[9/15] Compiling Rearrange NSRange+Shift.swift
[10/15] Compiling Rearrange NSRange+ApplyMutation.swift
[11/15] Compiling Rearrange NSRange+Convenience.swift
[12/15] Compiling Rearrange IndexSet+ApplyMutation.swift
[13/15] Emitting module Rearrange
[14/15] Compiling Rearrange NSTextRange+NSRange.swift
[15/15] Compiling Rearrange IndexSet+NSRange.swift
[16/16] Compiling Rearrange UITextRange+Convenience.swift
[17/27] Compiling TextStory TextStoringMonitor.swift
[18/28] Compiling TextStory TextStoring.swift
[19/28] Compiling TextStory TextMutationEventRouter.swift
[20/28] Compiling TextStory NSTextContentStorage+TextStoring.swift
[21/28] Compiling TextStory TextMutation.swift
[22/28] Compiling TextStory TextStoring+Ranges.swift
[23/28] Compiling TextStory NSTextStorage+TextStoring.swift
[24/28] Compiling TextStory TextView+TextStoring.swift
[25/28] Compiling TextStory LazyTextStoringMonitor.swift
[26/28] Emitting module TextStory
[27/28] Compiling TextStory BufferingTextStorage.swift
[28/28] Compiling TextStory CompositeTextStoringMonitor.swift
[29/47] Emitting module TextFormation
[30/47] Compiling TextFormation CompositeFilter.swift
[31/47] Compiling TextFormation ConsecutiveCharacterRecognizer.swift
[32/47] Compiling TextFormation TextViewFilterApplier.swift
[33/47] Compiling TextFormation TextualIndenter+Language.swift
[34/47] Compiling TextFormation NewlineProcessingFilter.swift
[35/47] Compiling TextFormation NewlineWithinPairFilter.swift
[36/47] Compiling TextFormation Indentation.swift
[37/47] Compiling TextFormation LineLeadingWhitespaceFilter.swift
[38/47] Compiling TextFormation AfterConsecutiveCharacterFilter.swift
[39/47] Compiling TextFormation ClosePairFilter.swift
[40/49] Compiling TextFormation OpenPairReplacementFilter.swift
[41/49] Compiling TextFormation PatternMatcher.swift
[42/49] Compiling TextFormation DeleteCloseFilter.swift
[43/49] Compiling TextFormation Filter.swift
[44/49] Compiling TextFormation TextInterface.swift
[45/49] Compiling TextFormation TextStoring+Extensions.swift
[46/49] Compiling TextFormation SkipFilter.swift
[47/49] Compiling TextFormation StandardOpenPairFilter.swift
[48/49] Compiling TextFormation TextualIndenter.swift
[49/49] Compiling TextFormation WhitespaceProviders.swift
Build complete! (18.33s)
Fetching https://github.com/ChimeHQ/TextStory
[1/495] Fetching textstory
Fetched https://github.com/ChimeHQ/TextStory from cache (0.85s)
Computing version for https://github.com/ChimeHQ/TextStory
Computed https://github.com/ChimeHQ/TextStory at 0.9.0 (1.30s)
Fetching https://github.com/ChimeHQ/Rearrange
[1/569] Fetching rearrange
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.70s)
Computing version for https://github.com/ChimeHQ/Rearrange
Computed https://github.com/ChimeHQ/Rearrange at 1.8.1 (3.22s)
Creating working copy for https://github.com/ChimeHQ/TextStory
Working copy of https://github.com/ChimeHQ/TextStory resolved at 0.9.0
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at 1.8.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "textstory",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/TextStory"
    }
  ],
  "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",
        "LineLeadingWhitespaceFilterTests.swift",
        "NewlineProcessingFilterTests.swift",
        "NewlineWithinPairFilterTests.swift",
        "OpenPairReplacementFilterTests.swift",
        "PythonIndentationTests.swift",
        "RubyIndentationTests.swift",
        "SkipFilterTests.swift",
        "StandardOpenPairFilterTests.swift",
        "TextInterface+RunFilter.swift",
        "TextStoringTests.swift",
        "TextualIndenterTests.swift"
      ],
      "target_dependencies" : [
        "TextFormation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TextFormation",
      "module_type" : "SwiftTarget",
      "name" : "TextFormation",
      "path" : "Sources/TextFormation",
      "product_dependencies" : [
        "TextStory"
      ],
      "product_memberships" : [
        "TextFormation"
      ],
      "sources" : [
        "AfterConsecutiveCharacterFilter.swift",
        "ClosePairFilter.swift",
        "CompositeFilter.swift",
        "ConsecutiveCharacterRecognizer.swift",
        "DeleteCloseFilter.swift",
        "Filter.swift",
        "Indentation.swift",
        "LineLeadingWhitespaceFilter.swift",
        "NewlineProcessingFilter.swift",
        "NewlineWithinPairFilter.swift",
        "OpenPairReplacementFilter.swift",
        "PatternMatcher.swift",
        "SkipFilter.swift",
        "StandardOpenPairFilter.swift",
        "TextInterface.swift",
        "TextStoring+Extensions.swift",
        "TextViewFilterApplier.swift",
        "TextualIndenter+Language.swift",
        "TextualIndenter.swift",
        "WhitespaceProviders.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.