Build Information
Successful build of TextStory, reference main (e23226
), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 10:48:44 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 .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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 e23226d Update to Rearrange 2.0.0
Cloned https://github.com/ChimeHQ/TextStory.git
Revision (git rev-parse @):
e23226da4a29a606b532d3f4d7d04102cd7826c5
SUCCESS checkout https://github.com/ChimeHQ/TextStory.git at main
Fetching https://github.com/ChimeHQ/Rearrange
[1/554] Fetching rearrange
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.79s)
Computing version for https://github.com/ChimeHQ/Rearrange
Computed https://github.com/ChimeHQ/Rearrange at 2.0.0 (1.30s)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at 2.0.0
========================================
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": "textstory",
"name": "TextStory",
"url": "https://github.com/ChimeHQ/TextStory.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TextStory",
"dependencies": [
{
"identity": "rearrange",
"name": "Rearrange",
"url": "https://github.com/ChimeHQ/Rearrange",
"version": "2.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rearrange",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/ChimeHQ/TextStory.git
[1/489] Fetching textstory
Fetched https://github.com/ChimeHQ/TextStory.git from cache (0.72s)
Fetching https://github.com/ChimeHQ/Rearrange from cache
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.40s)
Computing version for https://github.com/ChimeHQ/Rearrange
Computed https://github.com/ChimeHQ/Rearrange at 2.0.0 (0.45s)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at 2.0.0
Creating working copy for https://github.com/ChimeHQ/TextStory.git
Working copy of https://github.com/ChimeHQ/TextStory.git resolved at main (e23226d)
warning: '.resolve-product-dependencies': dependency 'textstory' is not used by any target
Found 1 product dependencies
- Rearrange
========================================
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"
}
],
"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",
"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" : "5.8"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/5] Write sources
[3/5] Write swift-version-2F0A5646E1D333AE.txt
[4/15] Compiling Internal TSYTextStorage.m
[6/15] Compiling Rearrange UITextRange+Convenience.swift
[7/15] Compiling Rearrange NSRange+Convenience.swift
[8/15] Compiling Rearrange IndexSet+NSRange.swift
[9/15] Compiling Rearrange IndexSet+ApplyMutation.swift
[10/15] Compiling Rearrange RangeMutation.swift
[11/15] Emitting module Rearrange
[12/15] Compiling Rearrange NSRange+ApplyMutation.swift
[13/15] Compiling Rearrange NSRange+Shift.swift
[14/15] Compiling Rearrange NSTextRange+NSRange.swift
[15/15] Compiling Rearrange String+NSRange.swift
[16/26] Compiling TextStory TextStoring+Ranges.swift
[17/26] Compiling TextStory TextMutationEventRouter.swift
[18/27] Compiling TextStory TextMutation.swift
[19/27] Compiling TextStory NSTextStorage+TextStoring.swift
[20/27] Compiling TextStory TextStoringMonitor.swift
[21/27] Compiling TextStory NSTextContentStorage+TextStoring.swift
[22/27] Compiling TextStory LazyTextStoringMonitor.swift
[23/27] Compiling TextStory TextStoring.swift
[24/27] Compiling TextStory TextView+TextStoring.swift
[25/27] Compiling TextStory BufferingTextStorage.swift
[26/27] Compiling TextStory CompositeTextStoringMonitor.swift
[27/27] Emitting module TextStory
[28/30] Compiling TextStoryTesting MockTextStoringMonitor.swift
[29/30] Emitting module TextStoryTesting
[30/30] Compiling TextStoryTesting UndoSettingTextView.swift
Build complete! (11.33s)
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"
}
],
"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",
"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" : "5.8"
}
Done.