The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Ligature, reference main (677abb), with Swift 6.1 for macOS (SPM) on 24 Apr 2026 07:17:21 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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/Ligature.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/Ligature
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 677abb3 Support for forward/backward by word and a bunch of testing improvements
Cloned https://github.com/ChimeHQ/Ligature.git
Revision (git rev-parse @):
677abb3ad29e0979248f062dc969c16160951217
SUCCESS checkout https://github.com/ChimeHQ/Ligature.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ChimeHQ/Ligature.git
https://github.com/ChimeHQ/Ligature.git
{
  "dependencies" : [
    {
      "identity" : "glyph",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/Glyph"
    },
    {
      "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" : "Ligature",
  "name" : "Ligature",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Ligature",
      "targets" : [
        "Ligature"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LigatureTests",
      "module_type" : "SwiftTarget",
      "name" : "LigatureTests",
      "path" : "Tests/LigatureTests",
      "sources" : [
        "Platform.swift",
        "PlatformTests.swift",
        "TextTokenizerTests.swift",
        "UTF16CodePointTextViewTextTokenizerTests.swift"
      ],
      "target_dependencies" : [
        "Ligature"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ligature",
      "module_type" : "SwiftTarget",
      "name" : "Ligature",
      "path" : "Sources/Ligature",
      "product_dependencies" : [
        "Glyph",
        "Rearrange"
      ],
      "product_memberships" : [
        "Ligature"
      ],
      "sources" : [
        "MockTextTokenizer.swift",
        "NSTextSelection+Extensions.swift",
        "Platform.swift",
        "SourceTokenizer.swift",
        "TextDirection+Extensions.swift",
        "TextInputStringTokenizer.swift",
        "TextRange+Bounded.swift",
        "TextTokenizer.swift",
        "TextView+TextRangeCalculating.swift",
        "UTF16CodePointTextViewTextTokenizer.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/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/23] Compiling Rearrange String+NSRange.swift
[6/23] Compiling Rearrange TextRangeCalculating.swift
[7/24] Compiling Rearrange Bounded.swift
[8/24] Compiling Rearrange IndexSet+ApplyMutation.swift
[9/24] Compiling Rearrange IndexSet+NSRange.swift
[10/24] Compiling Rearrange NSRange+ApplyMutation.swift
[11/24] Compiling Rearrange UITextRange+Convenience.swift
[12/24] Emitting module Rearrange
[13/24] Compiling Rearrange NSRange+Shift.swift
[14/24] Compiling Rearrange RangeMutation.swift
[15/24] Compiling Rearrange NSTextRange+NSRange.swift
[16/24] Compiling Rearrange NSRange+Convenience.swift
[17/24] Compiling Rearrange NSTextRange+Bounded.swift
[18/24] Compiling Glyph NSTextView+Additions.swift
[19/24] Compiling Glyph NSTextRange+NSRange.swift
[20/24] Compiling Glyph NSTextLayoutManager+Additions.swift
[21/24] Compiling Glyph NSTextContainer+Additions.swift
[22/24] Compiling Glyph NSTextLayoutFragment+Additions.swift
[23/24] Compiling Glyph NSLayoutManager+Additions.swift
[24/24] Emitting module Glyph
[25/34] Compiling Ligature TextView+TextRangeCalculating.swift
[26/35] Emitting module Ligature
[27/35] Compiling Ligature Platform.swift
[28/35] Compiling Ligature TextTokenizer.swift
[29/35] Compiling Ligature TextDirection+Extensions.swift
[30/35] Compiling Ligature NSTextSelection+Extensions.swift
[31/35] Compiling Ligature TextRange+Bounded.swift
[32/35] Compiling Ligature MockTextTokenizer.swift
[33/35] Compiling Ligature TextInputStringTokenizer.swift
[34/35] Compiling Ligature SourceTokenizer.swift
[35/35] Compiling Ligature UTF16CodePointTextViewTextTokenizer.swift
Build complete! (16.45s)
Fetching https://github.com/ChimeHQ/Rearrange
Fetching https://github.com/ChimeHQ/Glyph
[1/592] Fetching rearrange
[25/882] Fetching rearrange, glyph
Fetched https://github.com/ChimeHQ/Glyph from cache (0.74s)
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.74s)
Computing version for https://github.com/ChimeHQ/Rearrange
Computed https://github.com/ChimeHQ/Rearrange at 2.1.0 (1.26s)
Computing version for https://github.com/ChimeHQ/Glyph
Computed https://github.com/ChimeHQ/Glyph at 0.1.1 (0.47s)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at 2.1.0
Creating working copy for https://github.com/ChimeHQ/Glyph
Working copy of https://github.com/ChimeHQ/Glyph resolved at 0.1.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "glyph",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/Glyph"
    },
    {
      "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" : "Ligature",
  "name" : "Ligature",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Ligature",
      "targets" : [
        "Ligature"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LigatureTests",
      "module_type" : "SwiftTarget",
      "name" : "LigatureTests",
      "path" : "Tests/LigatureTests",
      "sources" : [
        "Platform.swift",
        "PlatformTests.swift",
        "TextTokenizerTests.swift",
        "UTF16CodePointTextViewTextTokenizerTests.swift"
      ],
      "target_dependencies" : [
        "Ligature"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ligature",
      "module_type" : "SwiftTarget",
      "name" : "Ligature",
      "path" : "Sources/Ligature",
      "product_dependencies" : [
        "Glyph",
        "Rearrange"
      ],
      "product_memberships" : [
        "Ligature"
      ],
      "sources" : [
        "MockTextTokenizer.swift",
        "NSTextSelection+Extensions.swift",
        "Platform.swift",
        "SourceTokenizer.swift",
        "TextDirection+Extensions.swift",
        "TextInputStringTokenizer.swift",
        "TextRange+Bounded.swift",
        "TextTokenizer.swift",
        "TextView+TextRangeCalculating.swift",
        "UTF16CodePointTextViewTextTokenizer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.