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 Ligature, reference main (c94079), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 04:12:41 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/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 c940798 move position(...) def into extension
Cloned https://github.com/ChimeHQ/Ligature.git
Revision (git rev-parse @):
c9407984c5e9185098cfef6b2bc8dd03a4bbd5bb
SUCCESS checkout https://github.com/ChimeHQ/Ligature.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ChimeHQ/Ligature.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/23] Emitting module Rearrange
[6/24] Compiling Rearrange RangeMutation.swift
[7/24] Compiling Rearrange String+NSRange.swift
[8/24] Compiling Rearrange TextRangeCalculating.swift
[9/24] Compiling Rearrange UITextRange+Convenience.swift
[10/24] Compiling Rearrange NSTextRange+NSRange.swift
[11/24] Compiling Rearrange NSRange+Shift.swift
[12/24] Compiling Rearrange NSRange+Convenience.swift
[13/24] Compiling Rearrange IndexSet+NSRange.swift
[14/24] Compiling Rearrange NSRange+ApplyMutation.swift
[15/24] Compiling Rearrange Bounded.swift
[16/24] Compiling Rearrange IndexSet+ApplyMutation.swift
[17/24] Compiling Rearrange NSTextRange+Bounded.swift
[18/24] Compiling Glyph NSTextRange+NSRange.swift
[19/24] Compiling Glyph NSTextView+Additions.swift
[20/24] Compiling Glyph NSTextLayoutFragment+Additions.swift
[21/24] Compiling Glyph NSTextContainer+Additions.swift
[22/24] Compiling Glyph NSLayoutManager+Additions.swift
[23/24] Compiling Glyph NSTextLayoutManager+Additions.swift
[24/24] Emitting module Glyph
[25/34] Compiling Ligature TextDirection+Extensions.swift
[26/35] Compiling Ligature TextTokenizer.swift
[27/35] Compiling Ligature TextInputStringTokenizer.swift
[28/35] Compiling Ligature TextView+TextRangeCalculating.swift
[29/35] Compiling Ligature TextRange+Bounded.swift
[30/35] Compiling Ligature Platform.swift
[31/35] Compiling Ligature SourceTokenizer.swift
[32/35] Compiling Ligature NSTextSelection+Extensions.swift
[33/35] Compiling Ligature MockTextTokenizer.swift
[34/35] Emitting module Ligature
[35/35] Compiling Ligature UTF16CodePointTextViewTextTokenizer.swift
Build complete! (17.34s)
Fetching https://github.com/ChimeHQ/Glyph
[3/213] Fetching glyph
Fetched https://github.com/ChimeHQ/Glyph from cache (0.75s)
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 (e22fe9d)
Creating working copy for https://github.com/ChimeHQ/Glyph
Working copy of https://github.com/ChimeHQ/Glyph resolved at main (639ec58)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "glyph",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/Glyph"
    },
    {
      "identity" : "rearrange",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "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" : [
        "PlatformTests.swift",
        "TextTokenizerTests.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.