Build Information
Successful build of Ligature, reference main (c94079
), with Swift 6.0 for macOS (SPM) on 24 Feb 2025 23:20:43 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
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/554] Fetching rearrange
[173/754] Fetching rearrange, glyph
Fetched https://github.com/ChimeHQ/Glyph from cache (0.81s)
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.82s)
Creating working copy for https://github.com/ChimeHQ/Glyph
Working copy of https://github.com/ChimeHQ/Glyph resolved at main (1ad0458)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at main (8e3b902)
========================================
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
[3/218] Fetching ligature
Fetched https://github.com/ChimeHQ/Ligature.git from cache (0.80s)
Fetching https://github.com/ChimeHQ/Glyph from cache
Fetched https://github.com/ChimeHQ/Glyph from cache (0.49s)
Fetching https://github.com/ChimeHQ/Rearrange from cache
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.45s)
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/Glyph
Working copy of https://github.com/ChimeHQ/Glyph resolved at main (25ffb29)
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.0
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.2.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-5BDAB9E9C0126B9D.txt
[5/23] Compiling Rearrange TextRangeCalculating.swift
[6/24] Compiling Rearrange RangeMutation.swift
[7/24] Compiling Rearrange String+NSRange.swift
[8/24] Compiling Rearrange UITextRange+Convenience.swift
[9/24] Compiling Rearrange NSTextRange+NSRange.swift
[10/24] Compiling Glyph NSTextLayoutManager+Additions.swift
[11/24] Compiling Glyph NSTextRange+NSRange.swift
[12/24] Compiling Glyph NSTextLayoutFragment+Additions.swift
[13/24] Compiling Glyph NSTextContainer+Additions.swift
[14/24] Compiling Glyph NSLayoutManager+Additions.swift
[15/24] Compiling Glyph NSTextView+Additions.swift
[16/24] Emitting module Glyph
[17/24] Compiling Rearrange NSRange+Convenience.swift
[18/24] Compiling Rearrange Bounded.swift
[19/24] Compiling Rearrange IndexSet+ApplyMutation.swift
[20/24] Compiling Rearrange NSRange+Shift.swift
[21/24] Compiling Rearrange NSTextRange+Bounded.swift
[22/24] Emitting module Rearrange
[23/24] Compiling Rearrange IndexSet+NSRange.swift
[24/24] Compiling Rearrange NSRange+ApplyMutation.swift
[25/34] Compiling Ligature TextInputStringTokenizer.swift
[26/34] Compiling Ligature TextRange+Bounded.swift
[27/34] Compiling Ligature TextView+TextRangeCalculating.swift
[28/34] Compiling Ligature SourceTokenizer.swift
[29/34] Compiling Ligature TextDirection+Extensions.swift
[30/34] Compiling Ligature TextTokenizer.swift
[31/34] Compiling Ligature NSTextSelection+Extensions.swift
[32/35] Emitting module Ligature
[33/35] Compiling Ligature MockTextTokenizer.swift
[34/35] Compiling Ligature Platform.swift
[35/35] Compiling Ligature UTF16CodePointTextViewTextTokenizer.swift
Build complete! (28.87s)
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.