Build Information
Successful build of TextStory, reference main (0e9110
), with Swift 5.10 for macOS (SPM) on 13 Jul 2024 21:20:18 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.46.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 0e9110d Update Package.swift (#5)
Cloned https://github.com/ChimeHQ/TextStory.git
Revision (git rev-parse @):
0e9110d717ecd1b29fc8029f971862893fa42776
SUCCESS checkout https://github.com/ChimeHQ/TextStory.git at main
Fetching https://github.com/ChimeHQ/Rearrange
[1/516] Fetching rearrange
Fetched https://github.com/ChimeHQ/Rearrange from cache (1.32s)
Computing version for https://github.com/ChimeHQ/Rearrange
Computed https://github.com/ChimeHQ/Rearrange at 1.8.1 (3.00s)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at 1.8.1
========================================
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": "1.8.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rearrange",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/ChimeHQ/TextStory.git
[1/485] Fetching textstory
Fetched https://github.com/ChimeHQ/TextStory.git from cache (0.85s)
Fetching https://github.com/ChimeHQ/Rearrange from cache
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.48s)
Computing version for https://github.com/ChimeHQ/Rearrange
Computed https://github.com/ChimeHQ/Rearrange at 1.8.1 (0.03s)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at 1.8.1
Creating working copy for https://github.com/ChimeHQ/TextStory.git
Working copy of https://github.com/ChimeHQ/TextStory.git resolved at main (0e9110d)
warning: '.resolve-product-dependencies': dependency 'textstory' is not used by any target
Found 1 product dependencies
- Rearrange
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/ChimeHQ/TextStory.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[3/5] Write swift-version-33747A42983211AE.txt
[4/15] Compiling Internal TSYTextStorage.m
[6/15] Compiling Rearrange NSRange+Shift.swift
[7/16] Compiling Rearrange UITextRange+Convenience.swift
[8/16] Compiling Rearrange NSRange+ApplyMutation.swift
[9/16] Compiling Rearrange IndexSet+ApplyMutation.swift
[10/16] Compiling Rearrange IndexSet+NSRange.swift
[11/16] Emitting module Rearrange
[12/16] Compiling Rearrange NSRange+Convenience.swift
[13/16] Compiling Rearrange NSTextLocation+Comparable.swift
[14/16] Compiling Rearrange String+NSRange.swift
[15/16] Compiling Rearrange NSTextRange+NSRange.swift
[16/16] Compiling Rearrange RangeMutation.swift
[17/27] Compiling TextStory TextStoringMonitor.swift
[18/28] Compiling TextStory TextStoring.swift
[19/28] Compiling TextStory TextMutation.swift
[20/28] Compiling TextStory TextMutationEventRouter.swift
[21/28] Compiling TextStory TextStoring+Ranges.swift
[22/28] Compiling TextStory TextView+TextStoring.swift
[23/28] Compiling TextStory LazyTextStoringMonitor.swift
[24/28] Compiling TextStory NSTextStorage+TextStoring.swift
[25/28] Compiling TextStory NSTextContentStorage+TextStoring.swift
[26/28] Emitting module TextStory
[27/28] Compiling TextStory BufferingTextStorage.swift
[28/28] Compiling TextStory CompositeTextStoringMonitor.swift
[29/31] Emitting module TextStoryTesting
[30/31] Compiling TextStoryTesting MockTextStoringMonitor.swift
[31/31] Compiling TextStoryTesting UndoSettingTextView.swift
Build complete! (10.47s)
Build complete.
Done.