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.1 for macOS (SPM) on 30 Apr 2025 17:18:22 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.61.2
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
Fetching https://github.com/ChimeHQ/Rearrange
Fetching https://github.com/ChimeHQ/Glyph
[1/213] Fetching glyph
[214/767] Fetching glyph, rearrange
Fetched https://github.com/ChimeHQ/Glyph from cache (1.83s)
Fetched https://github.com/ChimeHQ/Rearrange from cache (1.83s)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at main (8e3b902)
Creating working copy for https://github.com/ChimeHQ/Glyph
Working copy of https://github.com/ChimeHQ/Glyph resolved at main (1ad0458)
========================================
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": "ligature",
      "name": "Ligature",
      "url": "https://github.com/ChimeHQ/Ligature.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Ligature",
      "dependencies": [
        {
          "identity": "glyph",
          "name": "Glyph",
          "url": "https://github.com/ChimeHQ/Glyph",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Glyph",
          "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/Ligature.git
[1/218] Fetching ligature
Fetched https://github.com/ChimeHQ/Ligature.git from cache (0.71s)
Fetching https://github.com/ChimeHQ/Glyph from cache
Fetched https://github.com/ChimeHQ/Glyph from cache (0.42s)
Fetching https://github.com/ChimeHQ/Rearrange from cache
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.80s)
Creating working copy for https://github.com/ChimeHQ/Glyph
Working copy of https://github.com/ChimeHQ/Glyph resolved at main (639ec58)
Creating working copy for https://github.com/ChimeHQ/Ligature.git
Working copy of https://github.com/ChimeHQ/Ligature.git resolved at main (c940798)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at main (eae3879)
warning: '.resolve-product-dependencies': dependency 'ligature' is not used by any target
Found 2 product dependencies
  - Glyph
  - Rearrange
========================================
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" : {
        "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"
}
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 TextRangeCalculating.swift
[6/23] Compiling Rearrange String+NSRange.swift
[7/24] Compiling Rearrange UITextRange+Convenience.swift
[8/24] Compiling Rearrange NSTextRange+Bounded.swift
[9/24] Compiling Rearrange RangeMutation.swift
[10/24] Compiling Rearrange NSRange+Shift.swift
[11/24] Compiling Glyph NSTextRange+NSRange.swift
[12/24] Compiling Rearrange NSRange+Convenience.swift
[13/24] Compiling Glyph NSTextLayoutManager+Additions.swift
[14/24] Emitting module Rearrange
[15/24] Compiling Glyph NSTextLayoutFragment+Additions.swift
[16/24] Compiling Rearrange Bounded.swift
[17/24] Compiling Rearrange IndexSet+ApplyMutation.swift
[18/24] Compiling Rearrange NSTextRange+NSRange.swift
[19/24] Compiling Glyph NSLayoutManager+Additions.swift
[20/24] Compiling Glyph NSTextContainer+Additions.swift
[21/24] Compiling Rearrange IndexSet+NSRange.swift
[22/24] Compiling Rearrange NSRange+ApplyMutation.swift
[23/24] Emitting module Glyph
[24/24] Compiling Glyph NSTextView+Additions.swift
[25/34] Compiling Ligature TextDirection+Extensions.swift
[26/35] Compiling Ligature TextTokenizer.swift
[27/35] Compiling Ligature TextRange+Bounded.swift
[28/35] Compiling Ligature TextInputStringTokenizer.swift
[29/35] Compiling Ligature TextView+TextRangeCalculating.swift
[30/35] Compiling Ligature SourceTokenizer.swift
[31/35] Compiling Ligature Platform.swift
[32/35] Compiling Ligature NSTextSelection+Extensions.swift
[33/35] Emitting module Ligature
[34/35] Compiling Ligature MockTextTokenizer.swift
[35/35] Compiling Ligature UTF16CodePointTextViewTextTokenizer.swift
Build complete! (13.82s)
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.