Build Information
Successful build of TextStory, reference main (a52db1), with Swift 6.1 for macOS (SPM) on 23 Apr 2026 12:55:30 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/TextStory.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/TextStory
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a52db1a update readme style
Cloned https://github.com/ChimeHQ/TextStory.git
Revision (git rev-parse @):
a52db1a2eca74d37c8c19bf3165416941632ed45
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/TextStory.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ChimeHQ/TextStory.git
https://github.com/ChimeHQ/TextStory.git
{
"dependencies" : [
{
"identity" : "rearrange",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/Rearrange"
}
],
"manifest_display_name" : "TextStory",
"name" : "TextStory",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "TextStory",
"targets" : [
"TextStory"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TextStoryTesting",
"targets" : [
"TextStoryTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TextStoryTests",
"module_type" : "SwiftTarget",
"name" : "TextStoryTests",
"path" : "Tests/TextStoryTests",
"sources" : [
"BufferingTextStorageTests.swift",
"LazyTextStoringMonitorTests.swift",
"TSYTextStorageTests.swift",
"TextEventMutationRouterTests.swift",
"TextStoringRangeTests.swift",
"TextStoringTests.swift",
"TextViewTests.swift"
],
"target_dependencies" : [
"TextStory",
"TextStoryTesting"
],
"type" : "test"
},
{
"c99name" : "TextStoryTesting",
"module_type" : "SwiftTarget",
"name" : "TextStoryTesting",
"path" : "Sources/TextStoryTesting",
"product_memberships" : [
"TextStoryTesting"
],
"sources" : [
"MockTextStoringMonitor.swift",
"UndoSettingTextView.swift"
],
"target_dependencies" : [
"TextStory"
],
"type" : "library"
},
{
"c99name" : "TextStory",
"module_type" : "SwiftTarget",
"name" : "TextStory",
"path" : "Sources/TextStory",
"product_dependencies" : [
"Rearrange"
],
"product_memberships" : [
"TextStory",
"TextStoryTesting"
],
"sources" : [
"BufferingTextStorage.swift",
"CompositeTextStoringMonitor.swift",
"LazyTextStoringMonitor.swift",
"NSTextContentStorage+TextStoring.swift",
"NSTextStorage+TextStoring.swift",
"TextMutation.swift",
"TextMutationEventRouter.swift",
"TextStoring+Ranges.swift",
"TextStoring.swift",
"TextStoringMonitor.swift",
"TextView+TextStoring.swift"
],
"target_dependencies" : [
"Internal"
],
"type" : "library"
},
{
"c99name" : "Internal",
"module_type" : "ClangTarget",
"name" : "Internal",
"path" : "Sources/Internal",
"product_memberships" : [
"TextStory",
"TextStoryTesting"
],
"sources" : [
"TSYTextStorage.m"
],
"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/5] Write sources
[3/5] Write swift-version-2F0A5646E1D333AE.txt
[4/17] Compiling Internal TSYTextStorage.m
[6/17] Emitting module Rearrange
[7/17] Compiling Rearrange NSRange+Shift.swift
[8/17] Compiling Rearrange IndexSet+NSRange.swift
[9/17] Compiling Rearrange NSRange+ApplyMutation.swift
[10/17] Compiling Rearrange Bounded.swift
[11/17] Compiling Rearrange IndexSet+ApplyMutation.swift
[12/18] Compiling Rearrange UITextRange+Convenience.swift
[13/18] Compiling Rearrange RangeMutation.swift
[14/18] Compiling Rearrange TextRangeCalculating.swift
[15/18] Compiling Rearrange NSRange+Convenience.swift
[16/18] Compiling Rearrange String+NSRange.swift
[17/18] Compiling Rearrange NSTextRange+NSRange.swift
[18/18] Compiling Rearrange NSTextRange+Bounded.swift
[19/29] Compiling TextStory TextStoringMonitor.swift
[20/30] Compiling TextStory TextStoring.swift
[21/30] Compiling TextStory TextMutation.swift
[22/30] Compiling TextStory TextStoring+Ranges.swift
[23/30] Compiling TextStory NSTextContentStorage+TextStoring.swift
[24/30] Compiling TextStory NSTextStorage+TextStoring.swift
[25/30] Compiling TextStory LazyTextStoringMonitor.swift
[26/30] Compiling TextStory TextMutationEventRouter.swift
[27/30] Compiling TextStory TextView+TextStoring.swift
[28/30] Compiling TextStory BufferingTextStorage.swift
[29/30] Compiling TextStory CompositeTextStoringMonitor.swift
[30/30] Emitting module TextStory
[31/33] Compiling TextStoryTesting MockTextStoringMonitor.swift
[32/33] Compiling TextStoryTesting UndoSettingTextView.swift
[33/33] Emitting module TextStoryTesting
Build complete! (13.30s)
Fetching https://github.com/ChimeHQ/Rearrange
[1/592] Fetching rearrange
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.83s)
Computing version for https://github.com/ChimeHQ/Rearrange
Computed https://github.com/ChimeHQ/Rearrange at 2.1.0 (1.32s)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at 2.1.0
Build complete.
{
"dependencies" : [
{
"identity" : "rearrange",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ChimeHQ/Rearrange"
}
],
"manifest_display_name" : "TextStory",
"name" : "TextStory",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "TextStory",
"targets" : [
"TextStory"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TextStoryTesting",
"targets" : [
"TextStoryTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TextStoryTests",
"module_type" : "SwiftTarget",
"name" : "TextStoryTests",
"path" : "Tests/TextStoryTests",
"sources" : [
"BufferingTextStorageTests.swift",
"LazyTextStoringMonitorTests.swift",
"TSYTextStorageTests.swift",
"TextEventMutationRouterTests.swift",
"TextStoringRangeTests.swift",
"TextStoringTests.swift",
"TextViewTests.swift"
],
"target_dependencies" : [
"TextStory",
"TextStoryTesting"
],
"type" : "test"
},
{
"c99name" : "TextStoryTesting",
"module_type" : "SwiftTarget",
"name" : "TextStoryTesting",
"path" : "Sources/TextStoryTesting",
"product_memberships" : [
"TextStoryTesting"
],
"sources" : [
"MockTextStoringMonitor.swift",
"UndoSettingTextView.swift"
],
"target_dependencies" : [
"TextStory"
],
"type" : "library"
},
{
"c99name" : "TextStory",
"module_type" : "SwiftTarget",
"name" : "TextStory",
"path" : "Sources/TextStory",
"product_dependencies" : [
"Rearrange"
],
"product_memberships" : [
"TextStory",
"TextStoryTesting"
],
"sources" : [
"BufferingTextStorage.swift",
"CompositeTextStoringMonitor.swift",
"LazyTextStoringMonitor.swift",
"NSTextContentStorage+TextStoring.swift",
"NSTextStorage+TextStoring.swift",
"TextMutation.swift",
"TextMutationEventRouter.swift",
"TextStoring+Ranges.swift",
"TextStoring.swift",
"TextStoringMonitor.swift",
"TextView+TextStoring.swift"
],
"target_dependencies" : [
"Internal"
],
"type" : "library"
},
{
"c99name" : "Internal",
"module_type" : "ClangTarget",
"name" : "Internal",
"path" : "Sources/Internal",
"product_memberships" : [
"TextStory",
"TextStoryTesting"
],
"sources" : [
"TSYTextStorage.m"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.