Build Information
Failed to build Proton, reference 0.8.35 (2fa41f
), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 14:41:33 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rajdeep/proton.git
Reference: 0.8.35
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rajdeep/proton
* tag 0.8.35 -> FETCH_HEAD
HEAD is now at 2fa41f7 Added clamping to textstorage.attributedSubstring to avoid out-of-bounds crashes (#305)
Cloned https://github.com/rajdeep/proton.git
Revision (git rev-parse @):
2fa41f78731461c40a1dd12bee7de1845c310c31
SUCCESS checkout https://github.com/rajdeep/proton.git at 0.8.35
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:31:10: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
29 | ],
30 | dependencies: [
31 | .package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .branch("master"))
| `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
32 | ],
33 | targets: [
/Users/admin/builder/spi-builder-workspace/Package.swift:31:110: warning: 'branch' is deprecated
29 | ],
30 | dependencies: [
31 | .package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .branch("master"))
| `- warning: 'branch' is deprecated
32 | ],
33 | targets: [
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git from cache
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (0.49s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at master (4579af4)
========================================
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": "proton",
"name": "Proton",
"url": "https://github.com/rajdeep/proton.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/proton",
"dependencies": [
]
}
]
}
Fetching https://github.com/rajdeep/proton.git
[1/17232] Fetching proton
Fetched https://github.com/rajdeep/proton.git from cache (3.42s)
warning: 'proton': /Package.swift:31:10: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
29 | ],
30 | dependencies: [
31 | .package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .branch("master"))
| `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
32 | ],
33 | targets: [
/Package.swift:31:110: warning: 'branch' is deprecated
29 | ],
30 | dependencies: [
31 | .package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .branch("master"))
| `- warning: 'branch' is deprecated
32 | ],
33 | targets: [
Creating working copy for https://github.com/rajdeep/proton.git
Working copy of https://github.com/rajdeep/proton.git resolved at 0.8.35 (2fa41f7)
warning: 'proton': /Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/proton/Package.swift:31:10: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
29 | ],
30 | dependencies: [
31 | .package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .branch("master"))
| `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
32 | ],
33 | targets: [
/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/proton/Package.swift:31:110: warning: 'branch' is deprecated
29 | ],
30 | dependencies: [
31 | .package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .branch("master"))
| `- warning: 'branch' is deprecated
32 | ],
33 | targets: [
warning: '.resolve-product-dependencies': dependency 'proton' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/rajdeep/proton.git
https://github.com/rajdeep/proton.git
{
"dependencies" : [
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "Proton",
"name" : "Proton",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Proton",
"targets" : [
"Proton"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ProtonCore",
"targets" : [
"ProtonCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ProtonTests",
"module_type" : "SwiftTarget",
"name" : "ProtonTests",
"path" : "Proton/Tests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"AsyncTextResolver/AsyncTextResolverSnapshotTests.swift",
"Attachments/AttachmentUpdateSnapshotTests.swift",
"Attachments/GridViewAttachment.swift",
"Attachments/Mocks/RichTextAttachmentView.swift",
"Attachments/ViewAttachmentSnapshotTests.swift",
"Base/AutogrowingTextViewSnapshotTests.swift",
"Base/AutogrowingTextViewTests.swift",
"Base/Mocks/MockAutogrowingTextViewDelegate.swift",
"Core/EditorKeyTests.swift",
"Core/ListParserTests.swift",
"Core/ListsSnapshotTests.swift",
"Core/Mocks/MockDefaultTextFormattingProvider.swift",
"Core/Mocks/MockKeyboardPress.swift",
"Core/Mocks/MockListFormattingProvider.swift",
"Core/Mocks/MockRichTextViewDelegate.swift",
"Core/Mocks/MockRichTextViewListDelegate.swift",
"Core/RichTextViewContextTests.swift",
"Core/RichTextViewSnapshotTests.swift",
"Core/RichTextViewTests.swift",
"Core/TextBlockAttributeTests.swift",
"Core/TextStorageTests.swift",
"Editor/EditorContentTransformerTests.swift",
"Editor/EditorContextDelegateTests.swift",
"Editor/EditorListsSnapshotTests.swift",
"Editor/EditorSnapshotTests.swift",
"Editor/EditorViewContextSnapshotTests.swift",
"Editor/EditorViewContextTests.swift",
"Editor/EditorViewDelegateTests.swift",
"Editor/EditorViewMenuTests.swift",
"Editor/EditorViewTests.swift",
"Editor/EditorViewportSnapshotTests.swift",
"Editor/Mocks/MockAsyncAttachmentRenderingDelegate.swift",
"Editor/Mocks/MockAttachment.swift",
"Editor/Mocks/MockAttachmentOffsetProvider.swift",
"Editor/Mocks/MockEditorViewDelegate.swift",
"Editor/Mocks/MockLineNumberProvider.swift",
"EditorCommands/AttributesCommandTests.swift",
"EditorCommands/EditorCommandExecutorTests.swift",
"EditorCommands/EditorCommandSnapshotTests.swift",
"EditorCommands/FontTraitToggleCommandTests.swift",
"EditorCommands/ListCommandTests.swift",
"EditorCommands/Mocks/MockEditorCommand.swift",
"EditorCommands/Mocks/MockEditorCommandExecutorDelegate.swift",
"Encoding/EditorContentEncoderTests.swift",
"ExtensionTests/NSAttributedStringExtensionTests.swift",
"Grid/GridCellTests.swift",
"Grid/GridTests.swift",
"Grid/GridViewAttachmentSnapshotTests.swift",
"Grid/GridViewSnapshotTests.swift",
"Grid/GridViewTests.swift",
"Grid/Mocks/MockGridCellDelegate.swift",
"Grid/Mocks/MockGridViewDelegate.swift",
"Helpers/EditorTestViewController.swift",
"Helpers/GenericViewTestViewController.swift",
"Helpers/RichTextViewTestViewController.swift",
"Helpers/SnapshotTestCase.swift",
"Helpers/SnapshotTestViewController.swift",
"Helpers/TextTransformer.swift",
"Helpers/UIView+Render.swift",
"Helpers/Views/AutogrowingTextField.swift",
"Helpers/Views/InlineEditorView.swift",
"Helpers/Views/PanelView.swift",
"Helpers/XCTestHelpers.swift",
"TextProcessors/Mocks/MockTextProcessor.swift",
"TextProcessors/Processors/TestTextProcessor.swift",
"TextProcessors/TextProcessorTests.swift"
],
"target_dependencies" : [
"Proton"
],
"type" : "test"
},
{
"c99name" : "ProtonCore",
"module_type" : "ClangTarget",
"name" : "ProtonCore",
"path" : "Proton/Sources/ObjC",
"product_memberships" : [
"Proton",
"ProtonCore"
],
"sources" : [
"PREditorContentName.m",
"PRTextStorage.m"
],
"type" : "library"
},
{
"c99name" : "Proton",
"module_type" : "SwiftTarget",
"name" : "Proton",
"path" : "Proton/Sources/Swift",
"product_memberships" : [
"Proton"
],
"sources" : [
"AsyncTextResolver/AsyncTextResolver.swift",
"Attachment/Attachment.swift",
"Attachment/AttachmentContent.swift",
"Attachment/AttachmentSize.swift",
"Attachment/Focusable.swift",
"Attachment/SelectionView.swift",
"Base/AutogrowingTextView.swift",
"Base/BackgroundStyle.swift",
"Base/NSAttributedString+ContentTypes.swift",
"Base/NSParagraphStyleExtensions.swift",
"Base/Types.swift",
"Core/AsyncTaskScheduler.swift",
"Core/CommandName.swift",
"Core/EditorLineNumberProvider.swift",
"Core/GestureRegognizerDelegateOverride.swift",
"Core/LayoutManager.swift",
"Core/LineNumberFormatting.swift",
"Core/ListFormattingProvider.swift",
"Core/ListParser.swift",
"Core/NullRichTextEditorContext.swift",
"Core/RichTextEditorContext.swift",
"Core/RichTextRendererContext.swift",
"Core/RichTextView.swift",
"Core/RichTextViewContext.swift",
"Core/RichTextViewDelegate.swift",
"Core/SequenceGenerator.swift",
"Core/TextContainer.swift",
"Decoding/AttributesDecoding.swift",
"Decoding/EditorContentDecoding.swift",
"Editor/AggregateEditorViewDelegate.swift",
"Editor/EditorContent.swift",
"Editor/EditorContentIdentifying.swift",
"Editor/EditorContentView.swift",
"Editor/EditorView.swift",
"Editor/EditorViewContext.swift",
"Editor/EditorViewDelegate.swift",
"EditorCommand/Commands/AttributesToggleCommand.swift",
"EditorCommand/Commands/BoldCommand.swift",
"EditorCommand/Commands/FontTraitToggleCommand.swift",
"EditorCommand/Commands/ItalicsCommand.swift",
"EditorCommand/Commands/List/ListCommand.swift",
"EditorCommand/Commands/List/ListIndentCommand.swift",
"EditorCommand/Commands/List/ListOutdentCommand.swift",
"EditorCommand/Commands/StrikethroughCommand.swift",
"EditorCommand/Commands/UnderlineCommand.swift",
"EditorCommand/EditorCommand.swift",
"EditorCommand/EditorCommandExecutor.swift",
"Encoding/AttributesEncoding.swift",
"Encoding/EditorContentEncoding.swift",
"Grid/Core/Grid.swift",
"Grid/Core/GridCellStore.swift",
"Grid/Core/GridConfiguration.swift",
"Grid/View/GridCell.swift",
"Grid/View/GridContentView.swift",
"Grid/View/GridView.swift",
"Helpers/GradientView.swift",
"Helpers/Logger.swift",
"Helpers/NSAttributedString+Content.swift",
"Helpers/NSAttributedString+Range.swift",
"Helpers/NSRangeExtensions.swift",
"Helpers/String+NSRange.swift",
"Helpers/SynchronizedArray.swift",
"Helpers/Text/FontExtensions.swift",
"Helpers/UIColor+Image.swift",
"Helpers/UITextRangeExtensions.swift",
"TextProcessors/TextProcessing.swift",
"TextProcessors/TextProcessor.swift",
"TextProcessors/TextProcessors/ListTextProcessor.swift"
],
"target_dependencies" : [
"ProtonCore"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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/4] Write sources
[1/4] Write swift-version-2F0A5646E1D333AE.txt
[2/4] Compiling ProtonCore PREditorContentName.m
In file included from /Users/admin/builder/spi-builder-workspace/Proton/Sources/ObjC/PRTextStorage.m:21:
/Users/admin/builder/spi-builder-workspace/Proton/Sources/ObjC/include/PRTextStorage.h:24:9: fatal error: 'UIKit/UIKit.h' file not found
24 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[3/4] Compiling ProtonCore PRTextStorage.m
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:31:10: warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
29 | ],
30 | dependencies: [
31 | .package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .branch("master"))
| `- warning: 'package(name:url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
32 | ],
33 | targets: [
/Users/admin/builder/spi-builder-workspace/Package.swift:31:110: warning: 'branch' is deprecated
29 | ],
30 | dependencies: [
31 | .package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", .branch("master"))
| `- warning: 'branch' is deprecated
32 | ],
33 | targets: [
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
In file included from /Users/admin/builder/spi-builder-workspace/Proton/Sources/ObjC/PRTextStorage.m:21:
/Users/admin/builder/spi-builder-workspace/Proton/Sources/ObjC/include/PRTextStorage.h:24:9: fatal error: 'UIKit/UIKit.h' file not found
24 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[0/2] Compiling ProtonCore PRTextStorage.m
[0/2] Write swift-version-2F0A5646E1D333AE.txt
warning: 'spi-builder-workspace': found 242 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Attachments/__Snapshots__/AttachmentUpdateSnapshotTests/testRenderUpdatedImageInViewAttachment.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewSnapshotTests/testRendersGridViewAsSelected.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Attachments/__Snapshots__/AttachmentUpdateSnapshotTests/testRenderUpdatedImageInViewAttachment.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Core/__Snapshots__/ListsSnapshotTests/testMultiLevelList.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testSkipNumberingForMultilineText.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testOutdentsToZerothLevel.7.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testFreezesRows.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testInsertsColumnInMixedMergedCells.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorViewportSnapshotTests/testRendersViewport.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testLineNumbersEnableDisable.3.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testBackgroundStyleWithOverlappingLineExactTextHeight.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewWithCollapsedRows.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testGetsRectsForGivenRangeSpanningAcrossMultipleLines.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testBackgroundStyleWithOverlappingLineNoBorder.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewSnapshotTests/testRendersGridView.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/AsyncTextResolver/__Snapshots__/AsyncTextResolverSnapshotTests/testIgnoresTextAsyncAttributeUntilInvoked.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testContinuesNumberingWhenTwoListsAreCombined.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testCreatesListBetweenTwoParagraphs.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testAppliesStyleToNewRow.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testUpdatesCellSizeBasedOnContent.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersNestedGridViewAttachmentWithViewportConstraints.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testIndentsAndOutdentsListWithoutSelectedRangeInMiddle.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testRendersWidthRangeAttachment.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testGetsCaretRectForPositionOutsideBounds.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testInsertColumnInGridViewAttachmentWithMergedColumns.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testGetsCaretRectForValidPositionWithScrollableContent.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testScrollsCellToVisible.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testInsertsRowAtIndexInMiddle.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testContinuesNumberingWhenTwoListsAreCombined.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testBackgroundStyleWithCapsuleStyle.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithSplitRowsAndColumns.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewWithMergedRowsFromCells.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testMaintainsRowHeightBasedOnContent.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testMaintainsRowHeightBasedOnContent.4.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testCreatesListFromSelectedText.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testSkipsListMarkerOnShiftReturnKeyInMiddleOfList.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithViewportConstraints.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testBackgroundStyleWithIncreasedFontSize.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/AsyncTextResolver/__Snapshots__/AsyncTextResolverSnapshotTests/testResolvesAsyncAttributeInOrder.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/EditorCommands/__Snapshots__/EditorCommandSnapshotTests/testExecutesCommandOnNestedEditors.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testBackgroundStyleWithInsets.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithFractionalWidthMin.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testAppliesStyleToNewRow.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithFractionalWidthMax.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testDeletesMergedColumn.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testExitsNewListItemOnSecondReturnKeyWithTrailingNonListText.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithMergedColumns.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/AsyncTextResolver/__Snapshots__/AsyncTextResolverSnapshotTests/testResolvesAsyncAttributeInOrder.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testInsertsRowInMixedMergedCells.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewWithCollapsedColumns.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Base/__Snapshots__/AutogrowingTextViewSnapshotTests/testRendersMultilineTextViewBasedOnContent.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testInsertsColumnAtIndexInMiddle.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Attachments/__Snapshots__/ViewAttachmentSnapshotTests/testMatchContainerRendering.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewWithCollapsedColumns.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testInsertsColumnAtBeginning.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Attachments/__Snapshots__/AttachmentUpdateSnapshotTests/testRendersUpdatedViewInImageAttachment.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testGetsRectsForGivenRangeSpanningAcrossSingleLine.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testIndentsNestedItems.3.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testBackgroundStyleWithIncreasedParagraphSpacing.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewWithCollapsedRows.3.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Attachments/__Snapshots__/ViewAttachmentSnapshotTests/testPercentBasedRendering.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testLineNumbersEnableDisable.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testBackgroundStyleTwoLinesOverlap.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Base/__Snapshots__/AutogrowingTextViewSnapshotTests/testRendersTextViewBasedOnContent.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testCursorCaretRect.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testAppliesStyleToNewColumn.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testGetsCurrentLineRange.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testInsertsColumnAtEnd.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testInsertsRowAtBottom.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewWithMixedMergedColumnsAndRowsFromCells.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testFreezesRows.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Core/__Snapshots__/ListsSnapshotTests/testSingleLevelList.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testOutdentsToZerothLevel.5.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testBackgroundStyleWithOverlappingLine.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testDeletesMergedRow.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testInsertsColumnInMixedMergedCells.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Attachments/__Snapshots__/ViewAttachmentSnapshotTests/testFallsToNextLineForLongContent.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testOutdentsNestedItems.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testInsertColumnInGridViewAttachmentWithMergedColumns.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testLineRanges.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testRendersAsyncAttachments.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testAppliesAndRemovesListStyleToEntireLineOnPartialSelection.3.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testSelectOnTapInNonEditableEditor.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testSuccessiveSimilarBackgroundStyles.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithSplitRowsAndColumns.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testDeletesColumn.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testIndentsAndOutdentsListWithMultipleSelectedLines.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testOutdentsNestedItems.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithConstrainedFixedWidth.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testRendersFullWidthAttachment.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testIndentsAndOutdentsListWithMultipleSelectedLines.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Core/__Snapshots__/RichTextViewSnapshotTests/testRendersPlaceholderInTextView.4.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Core/__Snapshots__/ListsSnapshotTests/testMultiLevelRepeatingText.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithMixedMergedRowsAndColumns.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Attachments/__Snapshots__/AttachmentUpdateSnapshotTests/testRendersUpdatedViewInImageAttachment.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testDeletesAttachments.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Attachments/__Snapshots__/ViewAttachmentSnapshotTests/testMatchContentRendering.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testLineNumbersBlank.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testRegeneratesNumbersOnChangesToNonListTextInMiddleOfLists.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorViewportSnapshotTests/testRendersViewport.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Attachments/__Snapshots__/AttachmentUpdateSnapshotTests/testRendersUpdatedViewInAttachment.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testOutdentsNestedItems.3.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testBackgroundStyleTwoLinesNoOverlap.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Core/__Snapshots__/RichTextViewSnapshotTests/testRendersPlaceholderInTextView.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testRendersAttachmentWithContentInset.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewFromCells.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testBackgroundStyleWithHeightMatchingText.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testRendersFullWidthAttachmentWithParaIndent.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Core/__Snapshots__/RichTextViewSnapshotTests/testRendersTextInTextView.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testBackgroundStyleWithBorders.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testLineNumbersWithLineSpacing.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testInsertColumnInGridViewAttachmentWithMergedColumns.3.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testRendersFixedWidthAttachment.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachment.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Attachments/__Snapshots__/ViewAttachmentSnapshotTests/testFixedWidthRendering.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testCreatesListWithoutSelectionUsingCommandInTheMiddle.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testUpdatesPlaceholderWithInsets.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testScrollsCellToVisible.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testMergesMultipleCells.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testInsertsRowAtTop.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testBackgroundStyleWithWidthModeAsText.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testBackgroundStyleThreeLines.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testRendersAttachmentWithTextContainerInset.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testSelectionRects.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testAppliesAndRemovesListStyleToEntireLineOnPartialSelection.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testCreatesListWithoutSelectionUsingCommandAtEnd.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testExitsNewListItemOnSecondReturnKeyWithTrailingNonListText.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithMixedStyles.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testRendersPercentWidthAttachment.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testIndentsAndOutdentsListWithoutSelectedRangeInBeginning.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testBackgroundStyleTwoLinesMinorOverlap.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testBackgroundStyleWithTextContainerInsets.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testIndentsNestedItems.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testFullWidthAttachmentInLists.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithMergedColumns.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorViewportSnapshotTests/testRendersSuccessiveViewports.3.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testMaintainsRowHeightBasedOnContent.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewSnapshotTests/testRendersGridViewAsSelectedWithRedColor.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testIndentsAndOutdentsListWithoutSelectedRangeInBeginning.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testInsertRowInGridViewAttachmentWithMergedRows.3.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testInsertRowInGridViewAttachmentWithMergedRows.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testCreatesNewListItemOnSecondReturnKeyWhenInMiddleOfAList.3.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Core/__Snapshots__/ListsSnapshotTests/testSequenceGeneratorsRepetition.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/AsyncTextResolver/__Snapshots__/AsyncTextResolverSnapshotTests/testDiscardsAsyncAttributeInOrder.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testLineNumbersEnableDisable.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testGetsRangeForRect.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testLineNumbersWithWrappedText.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testLineNumbersWithParagraphSpacing.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithViewportConstraints.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testRegeneratesNumbersOnChangesToNonListTextInMiddleOfLists.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithStyledRow.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testCreatesNewListItemOnSecondReturnKeyWhenInMiddleOfAList.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/AsyncTextResolver/__Snapshots__/AsyncTextResolverSnapshotTests/testDiscardsAsyncAttributeInOrder.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Attachments/__Snapshots__/ViewAttachmentSnapshotTests/testWidthRangeRendering.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testRemoveListAttributeFromRange.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testBackgroundStyleWithContinuity.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testLineNumbersWithFormatting.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithMixedMergedRowsAndColumns.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithFractionalWidthMinViewport.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Core/__Snapshots__/RichTextViewSnapshotTests/testRendersMultilineTextViewBasedOnContent.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testInsertsRowAtIndexInMiddle.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testOutdentsToZerothLevel.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithFractionalWidthMaxViewport.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testFullWidthAttachmentInLists.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testIndentsAndOutdentsListWithoutSelectedRangeInEnd.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testAddsMultipleLevelOfLists.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testQueriesDelegateForListLineMarker.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithContainerBackgroundColor.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithContainerBackgroundColor.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testInitiatesCreationOfList.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testBackgroundStyleWithParagraphAndLineSpacing.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Attachments/__Snapshots__/AttachmentUpdateSnapshotTests/testRendersUpdatedImageInAttachment.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testIndentsNestedItems.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testFreezesColumns.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testInsertRowInGridViewAttachmentWithMergedRows.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testRemoveListAttributeFromRange.3.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testExitsNewListItemOnSecondReturnKey.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testOutdentsToZerothLevel.6.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testRendersMatchContentAttachment.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testLineNumbersDefault.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testGridShadows.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithMergedRows.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testEditorWithArabicText.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testWrappedBackgroundInNestedEditor.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithStyledColumn.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewWithMergedColumnsFromCells.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testParagraphStyling.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testDeletesMergedRow.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testDeletesMergedColumn.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewSnapshotTests/testRendersGridViewWithFractionalColumns.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testRendersListInArrowFormat.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorViewportSnapshotTests/testRendersSuccessiveViewports.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Attachments/__Snapshots__/AttachmentUpdateSnapshotTests/testRendersUpdatedViewInAttachment.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testCreatesListWithoutSelectionUsingCommandInBeginning.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Attachments/__Snapshots__/AttachmentUpdateSnapshotTests/testRendersImageBasedBlockAttachment.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testOutdentsToZerothLevel.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testRendersPlaceholder.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testSkipListMarkerForSkipAttribute.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Info.plist
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testDefaultBackground.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Attachments/__Snapshots__/AttachmentUpdateSnapshotTests/testRendersImageBasedInlineAttachment.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testIndentsAndOutdentsListWithoutSelectedRangeInMiddle.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testCustomLineNumbersWithWrappedText.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testRendersListWithDifferentAttributeValues.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Core/__Snapshots__/RichTextViewSnapshotTests/testRendersPlaceholderInTextView.3.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testDeletesColumn.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testDeletesRow.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testGridCellLayoutCompletion.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testResetsParagraphStyleOnExitingList.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testCreatesNewListItemOnReturnKey.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testInsertsColumnAtIndexInMiddle.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testInsertsRowInMixedMergedCells.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testOutdentsToZerothLevel.3.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testResetsParagraphStyleOnExitingList.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testSkipsListMarkerOnShiftReturnKeyAtEndOfTheList.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testExitsNewListItemOnSecondReturnKey.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testGetsVisibleContentRange.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testDeletesRow.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testIndentsAndOutdentsListWithoutSelectedRangeInEnd.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewWithCollapsedColumns.3.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/AsyncTextResolver/__Snapshots__/AsyncTextResolverSnapshotTests/testIgnoresTextAsyncAttributeUntilInvoked.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testCreatesListBetweenTwoParagraphs.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testGetsCaretRectForPositionInEmptyEditor.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testMaintainsRowHeightBasedOnContent.3.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testOutdentsToZerothLevel.4.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testAppliesAndRemovesListStyleToEntireLineOnPartialSelection.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorViewportSnapshotTests/testNotifiesViewportRenderingWhenNoAttachments.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorViewportSnapshotTests/testRendersSuccessiveViewports.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Core/__Snapshots__/RichTextViewSnapshotTests/testRendersPlaceholderInTextView.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithFractionalWidth.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Attachments/__Snapshots__/AttachmentUpdateSnapshotTests/testRendersUpdatedImageInAttachment.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testRendersListInAttributedString.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testGetsCaretRectForValidPosition.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testCreatesNewListItemOnSecondReturnKeyWhenInMiddleOfAList.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewAttachmentWithMergedRows.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testFreezesColumns.2.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorListsSnapshotTests/testRemoveListAttributeFromRange.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testBackgroundStyleWithVariedFontSizes.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testRendersGridViewWithCollapsedRows.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Grid/__Snapshots__/GridViewAttachmentSnapshotTests/testAppliesStyleToNewColumn.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorSnapshotTests/testSelectOnTap.1.png
/Users/admin/builder/spi-builder-workspace/Proton/Tests/Editor/__Snapshots__/EditorViewContextSnapshotTests/testSelectsBeforeDeletingImageBasedAttachment.1.png
BUILD FAILURE 6.1 macosSpm