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 macOS (SPM) on 31 May 2025 21:33:49 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

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 /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 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
Fetching https://github.com/ChimeHQ/Rearrange
[1/569] Fetching rearrange
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.76s)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at main (2bfff9a)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "textformation",
      "name": "TextFormation",
      "url": "https://github.com/ChimeHQ/TextFormation.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TextFormation",
      "dependencies": [
        {
          "identity": "rearrange",
          "name": "Rearrange",
          "url": "https://github.com/ChimeHQ/Rearrange",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rearrange",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ChimeHQ/TextFormation.git
[1/1197] Fetching textformation
Fetched https://github.com/ChimeHQ/TextFormation.git from cache (0.86s)
Fetching https://github.com/ChimeHQ/Rearrange from cache
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.41s)
Creating working copy for https://github.com/ChimeHQ/TextFormation.git
Working copy of https://github.com/ChimeHQ/TextFormation.git resolved at main (73e216f)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at main (e22fe9d)
warning: '.resolve-product-dependencies': dependency 'textformation' is not used by any target
Found 1 product dependencies
  - Rearrange
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ChimeHQ/TextFormation.git
https://github.com/ChimeHQ/TextFormation.git
{
  "dependencies" : [
    {
      "identity" : "rearrange",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/15] Compiling Rearrange String+NSRange.swift
[5/16] Compiling Rearrange UITextRange+Convenience.swift
[6/16] Compiling Rearrange NSRange+Shift.swift
[7/16] Compiling Rearrange IndexSet+NSRange.swift
[8/16] Compiling Rearrange NSRange+ApplyMutation.swift
[9/16] Compiling Rearrange Bounded.swift
[10/16] Compiling Rearrange IndexSet+ApplyMutation.swift
[11/16] Emitting module Rearrange
[12/16] Compiling Rearrange RangeMutation.swift
[13/16] Compiling Rearrange NSTextRange+Bounded.swift
[14/16] Compiling Rearrange NSRange+Convenience.swift
[15/16] Compiling Rearrange NSTextRange+NSRange.swift
[16/16] Compiling Rearrange TextRangeCalculating.swift
[17/36] Emitting module TextFormation
[18/38] Compiling TextFormation OpenPairReplacementFilter.swift
[19/38] Compiling TextFormation PatternMatcher.swift
[20/38] Compiling TextFormation NewlineProcessingFilter.swift
[21/38] Compiling TextFormation NewlineWithinPairFilter.swift
[22/38] Compiling TextFormation SkipFilter.swift
[23/38] Compiling TextFormation StandardOpenPairFilter.swift
[24/38] Compiling TextFormation DeleteCloseFilter.swift
[25/38] Compiling TextFormation Filter+Language.swift
[26/38] Compiling TextFormation TextualIndenter+Language.swift
[27/38] Compiling TextFormation TextualIndenter.swift
[28/38] Compiling TextFormation TextMutation.swift
[29/38] Compiling TextFormation TextStoring+Extensions.swift
[30/38] Compiling TextFormation LineLeadingWhitespaceFilter.swift
[31/38] Compiling TextFormation MutableStringPartialSystem.swift
[32/38] Compiling TextFormation Filter.swift
[33/38] Compiling TextFormation Indentation.swift
[34/38] Compiling TextFormation TextSystemInterface.swift
[35/38] Compiling TextFormation TextViewFilterApplier.swift
[36/38] Compiling TextFormation ClosePairFilter.swift
[37/38] Compiling TextFormation CompositeFilter.swift
[38/38] Compiling TextFormation ConsecutiveCharacterRecognizer.swift
Build complete! (12.40s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rearrange",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/chimehq/textformation/main
Repository:               ChimeHQ/TextFormation
Swift version used:       6.1
Target:                   TextFormation
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'TextFormation'...
Finished extracting symbol information for 'TextFormation'. (5.19s)
Building documentation for 'TextFormation'...
Finished building documentation for 'TextFormation' (0.16s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/chimehq/textformation/main
Updating https://github.com/ChimeHQ/Rearrange
Updated https://github.com/ChimeHQ/Rearrange (0.46s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.47s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.85s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.80s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.45s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling SymbolKit Mixin+Equals.swift
[11/57] Compiling SymbolKit Mixin+Hash.swift
[12/57] Compiling SymbolKit Mixin.swift
[13/57] Compiling SymbolKit LineList.swift
[14/57] Compiling SymbolKit Position.swift
[15/57] Compiling SymbolKit Identifier.swift
[16/57] Compiling SymbolKit KindIdentifier.swift
[17/57] Compiling SymbolKit Location.swift
[18/57] Compiling SymbolKit Mutability.swift
[19/57] Compiling SymbolKit DeclarationFragments.swift
[20/57] Compiling SymbolKit Fragment.swift
[21/57] Compiling SymbolKit FragmentKind.swift
[22/57] Compiling SymbolKit FunctionParameter.swift
[23/57] Compiling SymbolKit FunctionSignature.swift
[24/57] Compiling SymbolKit SemanticVersion.swift
[25/57] Compiling SymbolKit AccessControl.swift
[26/57] Compiling SymbolKit Availability.swift
[27/57] Compiling SymbolKit AvailabilityItem.swift
[28/57] Compiling SymbolKit Domain.swift
[29/57] Emitting module SymbolKit
[30/57] Compiling SymbolKit Names.swift
[31/57] Compiling SymbolKit SPI.swift
[32/57] Compiling SymbolKit Snippet.swift
[33/57] Compiling SymbolKit Extension.swift
[34/57] Compiling SymbolKit SourceRange.swift
[35/57] Compiling SymbolKit Metadata.swift
[36/57] Compiling SymbolKit Module.swift
[37/57] Compiling SymbolKit OperatingSystem.swift
[38/57] Compiling SymbolKit Platform.swift
[39/57] Compiling SymbolKit Relationship.swift
[40/57] Compiling SymbolKit RelationshipKind.swift
[41/57] Compiling SymbolKit SourceOrigin.swift
[42/57] Compiling SymbolKit GenericConstraints.swift
[43/57] Compiling SymbolKit Swift.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Emitting module Snippets
[53/57] Compiling Snippets Snippet.swift
[54/57] Compiling Snippets SnippetParser.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.72s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/13] Compiling Rearrange IndexSet+NSRange.swift
[3/13] Compiling Rearrange NSRange+ApplyMutation.swift
[4/13] Compiling Rearrange Bounded.swift
[5/13] Compiling Rearrange IndexSet+ApplyMutation.swift
[6/13] Emitting module Rearrange
[7/14] Compiling Rearrange RangeMutation.swift
[8/14] Compiling Rearrange NSTextRange+Bounded.swift
[9/14] Compiling Rearrange NSTextRange+NSRange.swift
[10/14] Compiling Rearrange String+NSRange.swift
[11/14] Compiling Rearrange NSRange+Convenience.swift
[12/14] Compiling Rearrange NSRange+Shift.swift
[13/14] Compiling Rearrange TextRangeCalculating.swift
[14/14] Compiling Rearrange UITextRange+Convenience.swift
[15/34] Emitting module TextFormation
[16/36] Compiling TextFormation TextMutation.swift
[17/36] Compiling TextFormation TextStoring+Extensions.swift
[18/36] Compiling TextFormation OpenPairReplacementFilter.swift
[19/36] Compiling TextFormation PatternMatcher.swift
[20/36] Compiling TextFormation Filter.swift
[21/36] Compiling TextFormation Indentation.swift
[22/36] Compiling TextFormation LineLeadingWhitespaceFilter.swift
[23/36] Compiling TextFormation MutableStringPartialSystem.swift
[24/36] Compiling TextFormation TextSystemInterface.swift
[25/36] Compiling TextFormation TextViewFilterApplier.swift
[26/36] Compiling TextFormation SkipFilter.swift
[27/36] Compiling TextFormation StandardOpenPairFilter.swift
[28/36] Compiling TextFormation NewlineProcessingFilter.swift
[29/36] Compiling TextFormation NewlineWithinPairFilter.swift
[30/36] Compiling TextFormation ClosePairFilter.swift
[31/36] Compiling TextFormation CompositeFilter.swift
[32/36] Compiling TextFormation ConsecutiveCharacterRecognizer.swift
[33/36] Compiling TextFormation DeleteCloseFilter.swift
[34/36] Compiling TextFormation Filter+Language.swift
[35/36] Compiling TextFormation TextualIndenter+Language.swift
[36/36] Compiling TextFormation TextualIndenter.swift
Build of target: 'TextFormation' complete! (1.83s)
     380
3	/Users/admin/builder/spi-builder-workspace/.docs/chimehq/textformation/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/chimehq/textformation/main
File count: 380
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-chimehq-textformation-main-cbe2c03c.zip to s3://spi-docs-inbox/prod-chimehq-textformation-main-cbe2c03c.zip
Copying... [18%]
Copying... [28%]
Copying... [37%]
Copying... [46%]
Copying... [55%]
Copying... [65%]
Copying... [74%]
Copying... [83%]
Copying... [92%]
Copying... [100%]
Done.