The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Glyph, reference main (85aa0b), with Swift 6.2 for macOS (SPM) on 22 Apr 2026 21:10:38 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/Glyph.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/Glyph
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 85aa0ba Expose and fix bugs with lineFragment(for:offset:)
Cloned https://github.com/ChimeHQ/Glyph.git
Revision (git rev-parse @):
85aa0bab83180d60265689e649e1a61b5489342c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/Glyph.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ChimeHQ/Glyph.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/9] Compiling Glyph NSTextView+Additions.swift
[4/9] Emitting module Glyph
[5/9] Compiling Glyph NSTextRange+NSRange.swift
[6/9] Compiling Glyph NSTextContainer+Additions.swift
[7/9] Compiling Glyph NSLayoutManager+Additions.swift
[8/9] Compiling Glyph NSTextLayoutFragment+Additions.swift
[9/9] Compiling Glyph NSTextLayoutManager+Additions.swift
Build complete! (9.33s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Glyph",
  "name" : "Glyph",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Glyph",
      "targets" : [
        "Glyph"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GlyphTests",
      "module_type" : "SwiftTarget",
      "name" : "GlyphTests",
      "path" : "Tests/GlyphTests",
      "sources" : [
        "Platform.swift",
        "TextContainerTests.swift",
        "TextLayoutManagerTests.swift"
      ],
      "target_dependencies" : [
        "Glyph"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Glyph",
      "module_type" : "SwiftTarget",
      "name" : "Glyph",
      "path" : "Sources/Glyph",
      "product_memberships" : [
        "Glyph"
      ],
      "sources" : [
        "NSLayoutManager+Additions.swift",
        "NSTextContainer+Additions.swift",
        "NSTextLayoutFragment+Additions.swift",
        "NSTextLayoutManager+Additions.swift",
        "NSTextRange+NSRange.swift",
        "NSTextView+Additions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.