Build Information
Successful build of TextViewPlus, reference main (43f792
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 05:50:22 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/TextViewPlus.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/TextViewPlus
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 43f7923 Merge pull request #3 from kaunteya/char-modification
Cloned https://github.com/ChimeHQ/TextViewPlus.git
Revision (git rev-parse @):
43f79236f140426d297936a15f2e2feba61442bb
SUCCESS checkout https://github.com/ChimeHQ/TextViewPlus.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ChimeHQ/TextViewPlus.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/16] Compiling Rearrange String+NSRange.swift
[6/17] Compiling Rearrange IndexSet+ApplyMutation.swift
[7/17] Emitting module Rearrange
[8/17] Compiling Rearrange UITextRange+Convenience.swift
[9/17] Compiling Rearrange NSRange+Convenience.swift
[10/17] Compiling Rearrange IndexSet+NSRange.swift
[11/17] Compiling Rearrange NSTextLocation+Comparable.swift
[12/17] Compiling Rearrange NSRange+ApplyMutation.swift
[13/17] Compiling Rearrange RangeMutation.swift
[14/17] Compiling Rearrange NSTextRange+NSRange.swift
[15/17] Compiling Rearrange NSRange+Shift.swift
[16/17] Compiling BaseTextView BaseTextView.swift
[17/17] Emitting module BaseTextView
[18/27] Compiling TextViewPlus NSTextView+Workarounds.swift
[19/27] Compiling TextViewPlus NSTextView+Ranges.swift
[20/27] Compiling TextViewPlus NSTextView+Style.swift
[21/28] Compiling TextViewPlus NSTextView+Bounding.swift
[22/28] Compiling TextViewPlus NSTextView+Geometry.swift
[23/28] Compiling TextViewPlus NSTextView+AttributedString.swift
[24/28] Emitting module TextViewPlus
[25/28] Compiling TextViewPlus NSLayoutManager+Geometry.swift
[26/28] Compiling TextViewPlus NSTextView+Selection.swift
[27/28] Compiling TextViewPlus NSTextView+Behavior.swift
[28/28] Compiling TextViewPlus ParagraphRenderingAttributeTextLayoutFragment.swift
Build complete! (13.34s)
Fetching https://github.com/ChimeHQ/Rearrange
[6/569] Fetching rearrange
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.76s)
Computing version for https://github.com/ChimeHQ/Rearrange
Computed https://github.com/ChimeHQ/Rearrange at 1.8.1 (3.48s)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at 1.8.1
Build complete.
{
"dependencies" : [
{
"identity" : "rearrange",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/Rearrange"
}
],
"manifest_display_name" : "TextViewPlus",
"name" : "TextViewPlus",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "TextViewPlus",
"targets" : [
"TextViewPlus"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BaseTextView",
"targets" : [
"BaseTextView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TextViewPlusTests",
"module_type" : "SwiftTarget",
"name" : "TextViewPlusTests",
"path" : "Tests/TextViewPlusTests",
"sources" : [
"TestableTextView.swift",
"TextViewPlusTests.swift"
],
"target_dependencies" : [
"TextViewPlus"
],
"type" : "test"
},
{
"c99name" : "TextViewPlus",
"module_type" : "SwiftTarget",
"name" : "TextViewPlus",
"path" : "Sources/TextViewPlus",
"product_dependencies" : [
"Rearrange"
],
"product_memberships" : [
"TextViewPlus"
],
"sources" : [
"NSLayoutManager+Geometry.swift",
"NSTextView+AttributedString.swift",
"NSTextView+Behavior.swift",
"NSTextView+Bounding.swift",
"NSTextView+Geometry.swift",
"NSTextView+Ranges.swift",
"NSTextView+Selection.swift",
"NSTextView+Style.swift",
"NSTextView+Workarounds.swift",
"ParagraphRenderingAttributeTextLayoutFragment.swift"
],
"type" : "library"
},
{
"c99name" : "BaseTextViewTests",
"module_type" : "SwiftTarget",
"name" : "BaseTextViewTests",
"path" : "Tests/BaseTextViewTests",
"sources" : [
"BaseTextViewTests.swift"
],
"target_dependencies" : [
"BaseTextView"
],
"type" : "test"
},
{
"c99name" : "BaseTextView",
"module_type" : "SwiftTarget",
"name" : "BaseTextView",
"path" : "Sources/BaseTextView",
"product_memberships" : [
"BaseTextView"
],
"sources" : [
"BaseTextView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.