Build Information
Successful build of Glyph, reference main (639ec5
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 05:01:10 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/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 639ec58 Pretty serious bug in enumerateLineFragments(in:options:block:)
Cloned https://github.com/ChimeHQ/Glyph.git
Revision (git rev-parse @):
639ec587d8cfd14eacacf7cf1b649e096db2b137
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.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling Glyph NSTextView+Additions.swift
[4/9] Compiling Glyph NSTextRange+NSRange.swift
[5/9] Compiling Glyph NSTextLayoutFragment+Additions.swift
[6/9] Compiling Glyph NSTextContainer+Additions.swift
[7/9] Compiling Glyph NSLayoutManager+Additions.swift
[8/9] Emitting module Glyph
[9/9] Compiling Glyph NSTextLayoutManager+Additions.swift
Build complete! (8.09s)
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" : [
"GlyphTests.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.