The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CodeEditTextView, reference main (d7ac3f), with Swift 6.3 for iOS using Xcode 26.4 on 16 Apr 2026 15:56:58 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CodeEditTextView -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CodeEditApp/CodeEditTextView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CodeEditApp/CodeEditTextView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d7ac3f1 Add `fill` Emphasis Style Option (#120)
Cloned https://github.com/CodeEditApp/CodeEditTextView.git
Revision (git rev-parse @):
d7ac3f11f22ec2e820187acce8f3a3fb7aa8ddec
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/CodeEditApp/CodeEditTextView.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/CodeEditApp/CodeEditTextView.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/apple/swift-collections.git
Fetching from https://github.com/ChimeHQ/TextStory
Fetching from https://github.com/lukepistrol/SwiftLintPlugin
Fetching from https://github.com/ChimeHQ/Rearrange
Creating working copy of package ‘Rearrange’
Checking out 2.0.0 of package ‘Rearrange’
Creating working copy of package ‘SwiftLintPlugin’
Checking out 0.63.1 of package ‘SwiftLintPlugin’
Creating working copy of package ‘swift-collections’
Checking out 1.4.1 of package ‘swift-collections’
Creating working copy of package ‘TextStory’
Checking out 0.9.1 of package ‘TextStory’
Resolve Package Graph
Resolved source packages:
  Rearrange: https://github.com/ChimeHQ/Rearrange @ 2.0.0
  CodeEditTextView: /Users/admin/builder/spi-builder-workspace
  SwiftLintPlugin: https://github.com/lukepistrol/SwiftLintPlugin @ 0.63.1
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  TextStory: https://github.com/ChimeHQ/TextStory @ 0.9.1
resolved source packages: Rearrange, CodeEditTextView, SwiftLintPlugin, swift-collections, TextStory
2026-04-16 11:56:28.593 xcodebuild[528:3072] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "textstory",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/TextStory"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swiftlintplugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.52.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lukepistrol/SwiftLintPlugin"
    }
  ],
  "manifest_display_name" : "CodeEditTextView",
  "name" : "CodeEditTextView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CodeEditTextView",
      "targets" : [
        "CodeEditTextView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CodeEditTextViewTests",
      "module_type" : "SwiftTarget",
      "name" : "CodeEditTextViewTests",
      "path" : "Tests/CodeEditTextViewTests",
      "product_dependencies" : [
        "SwiftLint"
      ],
      "sources" : [
        "AccessibilityTests.swift",
        "EmphasisManagerTests.swift",
        "KillRingTests.swift",
        "LayoutManager/OverridingLayoutManagerRenderingTests.swift",
        "LayoutManager/TextLayoutManagerAttachmentsTests.swift",
        "LayoutManager/TextLayoutManagerTests.swift",
        "LineEndingTests.swift",
        "MarkedTextTests.swift",
        "TextLayoutLineStorageTests.swift",
        "TextSelectionManagerTests.swift",
        "TextViewTests.swift",
        "TypesetterTests.swift"
      ],
      "target_dependencies" : [
        "CodeEditTextView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodeEditTextViewObjC",
      "module_type" : "ClangTarget",
      "name" : "CodeEditTextViewObjC",
      "path" : "Sources/CodeEditTextViewObjC",
      "product_memberships" : [
        "CodeEditTextView"
      ],
      "sources" : [
        "CGContextHidden.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CodeEditTextView",
      "module_type" : "SwiftTarget",
      "name" : "CodeEditTextView",
      "path" : "Sources/CodeEditTextView",
      "product_dependencies" : [
        "TextStory",
        "Collections",
        "SwiftLint"
      ],
      "product_memberships" : [
        "CodeEditTextView"
      ],
      "sources" : [
        "CodeEditTextView.swift",
        "Cursors/CursorSelectionMode.swift",
        "Cursors/CursorTimer.swift",
        "Cursors/CursorView.swift",
        "EmphasisManager/Emphasis.swift",
        "EmphasisManager/EmphasisManager.swift",
        "EmphasisManager/EmphasisStyle.swift",
        "Extensions/CGRectArray+BoundingRect.swift",
        "Extensions/CTTypesetter+SuggestLineBreak.swift",
        "Extensions/CharacterSet.swift",
        "Extensions/GC+ApproximateEqual.swift",
        "Extensions/NSBezierPath+CGPathFallback.swift",
        "Extensions/NSBezierPath+SmoothPath.swift",
        "Extensions/NSColor+Greyscale.swift",
        "Extensions/NSColor+Hex.swift",
        "Extensions/NSRange+/NSRange+init.swift",
        "Extensions/NSRange+/NSRange+isEmpty.swift",
        "Extensions/NSRange+/NSRange+translate.swift",
        "Extensions/NSTextStorage+getLine.swift",
        "Extensions/PixelAligned.swift",
        "InvisibleCharacters/InvisibleCharactersDelegate.swift",
        "MarkedTextManager/MarkedRanges.swift",
        "MarkedTextManager/MarkedTextManager.swift",
        "TextLayoutManager/TextAttachments/TextAttachment.swift",
        "TextLayoutManager/TextAttachments/TextAttachmentManager.swift",
        "TextLayoutManager/TextAttachments/TextAttachmentManagerDelegate.swift",
        "TextLayoutManager/TextLayoutManager+Edits.swift",
        "TextLayoutManager/TextLayoutManager+Invalidation.swift",
        "TextLayoutManager/TextLayoutManager+Iterator.swift",
        "TextLayoutManager/TextLayoutManager+Layout.swift",
        "TextLayoutManager/TextLayoutManager+Public.swift",
        "TextLayoutManager/TextLayoutManager.swift",
        "TextLayoutManager/TextLayoutManagerDelegate.swift",
        "TextLayoutManager/TextLayoutManagerRenderDelegate.swift",
        "TextLine/LineBreakStrategy.swift",
        "TextLine/LineFragment.swift",
        "TextLine/LineFragmentRenderer.swift",
        "TextLine/LineFragmentView.swift",
        "TextLine/TextLine.swift",
        "TextLine/Typesetter/CTLineTypesetData.swift",
        "TextLine/Typesetter/LineFragmentTypesetContext.swift",
        "TextLine/Typesetter/TypesetContext.swift",
        "TextLine/Typesetter/Typesetter.swift",
        "TextLineStorage/TextLineStorage+Iterator.swift",
        "TextLineStorage/TextLineStorage+NSTextStorage.swift",
        "TextLineStorage/TextLineStorage+Node.swift",
        "TextLineStorage/TextLineStorage+Structs.swift",
        "TextLineStorage/TextLineStorage.swift",
        "TextSelectionManager/Destination.swift",
        "TextSelectionManager/Direction.swift",
        "TextSelectionManager/SelectionManipulation/SelectionManipulation+Horizontal.swift",
        "TextSelectionManager/SelectionManipulation/SelectionManipulation+Vertical.swift",
        "TextSelectionManager/SelectionManipulation/TextSelectionManager+SelectionManipulation.swift",
        "TextSelectionManager/TextSelection.swift",
        "TextSelectionManager/TextSelectionManager+Draw.swift",
        "TextSelectionManager/TextSelectionManager+FillRects.swift",
        "TextSelectionManager/TextSelectionManager+Move.swift",
        "TextSelectionManager/TextSelectionManager+Update.swift",
        "TextSelectionManager/TextSelectionManager.swift",
        "TextView/DraggingTextRenderer.swift",
        "TextView/TextView+Accessibility.swift",
        "TextView/TextView+ColumnSelection.swift",
        "TextView/TextView+CopyPaste.swift",
        "TextView/TextView+Delete.swift",
        "TextView/TextView+Drag.swift",
        "TextView/TextView+FirstResponder.swift",
        "TextView/TextView+Insert.swift",
        "TextView/TextView+KeyDown.swift",
        "TextView/TextView+Layout.swift",
        "TextView/TextView+Lifecycle.swift",
        "TextView/TextView+Menu.swift",
        "TextView/TextView+Mouse.swift",
        "TextView/TextView+Move.swift",
        "TextView/TextView+NSTextInput.swift",
        "TextView/TextView+ReplaceCharacters.swift",
        "TextView/TextView+ScrollToVisible.swift",
        "TextView/TextView+Select.swift",
        "TextView/TextView+SetText.swift",
        "TextView/TextView+Setup.swift",
        "TextView/TextView+StorageDelegate.swift",
        "TextView/TextView+TextLayoutManagerDelegate.swift",
        "TextView/TextView+TextSelectionManagerDelegate.swift",
        "TextView/TextView+UndoRedo.swift",
        "TextView/TextView.swift",
        "TextView/TextViewDelegate.swift",
        "Utils/CEUndoManager.swift",
        "Utils/HorizontalEdgeInsets.swift",
        "Utils/KillRing.swift",
        "Utils/LineEnding.swift",
        "Utils/Logger.swift",
        "Utils/MultiStorageDelegate.swift",
        "Utils/ViewReuseQueue.swift"
      ],
      "target_dependencies" : [
        "CodeEditTextViewObjC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CodeEditTextView",
      "TextStory",
      "TextStory-Package",
      "TextStoryTesting"
    ]
  }
}
2026-04-16 11:56:38.399 xcodebuild[885:4863] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CodeEditTextView",
      "TextStory",
      "TextStory-Package",
      "TextStoryTesting"
    ]
  }
}
2026-04-16 11:56:40.172 xcodebuild[895:4961] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CodeEditTextView -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CodeEditTextView -destination generic/platform=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SwiftLintPlugin: https://github.com/lukepistrol/SwiftLintPlugin @ 0.63.1
  Rearrange: https://github.com/ChimeHQ/Rearrange @ 2.0.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  CodeEditTextView: /Users/admin/builder/spi-builder-workspace
  TextStory: https://github.com/ChimeHQ/TextStory @ 0.9.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “SwiftLint” in package “swiftlintplugin”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SwiftLint
[debug]: Using compiler /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: f35224d728e6f8d52231ab10a653e1f2b63eb87e0b1cead4e86671a5b164024d
Apply build tool plug-in “SwiftLint” to target “CodeEditTextView” in package “spi-builder-workspace”
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow mach-lookup (global-name \"com.apple.mobileassetd.v2\"))
(allow file-write*
    (subpath \"/private/tmp\")
    (subpath \"/private/var/tmp\")
    (subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T\")
    (subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/C\")
)
(deny file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/CodeEditTextView/SwiftLint\")
    (subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T/TemporaryItems\")
)
" /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/macos/swiftlint lint --config /Users/admin/builder/spi-builder-workspace/.swiftlint.yml --cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/CodeEditTextView/SwiftLint /Users/admin/builder/spi-builder-workspace/Sources/CodeEditTextView
Linting Swift files at paths /Users/admin/builder/spi-builder-workspace/Sources/CodeEditTextView
Linting 'CodeEditTextView.swift' (1/92)
Linting 'TextView+StorageDelegate.swift' (2/92)
Linting 'TextView+Lifecycle.swift' (3/92)
Linting 'TextView+ReplaceCharacters.swift' (4/92)
Linting 'TextView+FirstResponder.swift' (5/92)
Linting 'TextView+TextLayoutManagerDelegate.swift' (6/92)
Linting 'TextView+Mouse.swift' (8/92)
Linting 'TextView+NSTextInput.swift' (7/92)
Linting 'TextView+CopyPaste.swift' (9/92)
Linting 'TextView+KeyDown.swift' (10/92)
Linting 'DraggingTextRenderer.swift' (11/92)
Linting 'TextView+Delete.swift' (12/92)
Linting 'TextView+Menu.swift' (13/92)
Linting 'TextView+ScrollToVisible.swift' (14/92)
Linting 'TextView+UndoRedo.swift' (15/92)
Linting 'TextView+Drag.swift' (16/92)
Linting 'TextView+Select.swift' (17/92)
Linting 'TextView+Move.swift' (18/92)
Linting 'TextView+ColumnSelection.swift' (19/92)
Linting 'TextView.swift' (20/92)
Linting 'TextView+Layout.swift' (21/92)
Linting 'TextView+Setup.swift' (22/92)
Linting 'TextView+Accessibility.swift' (23/92)
Linting 'TextView+TextSelectionManagerDelegate.swift' (24/92)
Linting 'TextView+SetText.swift' (25/92)
Linting 'TextView+Insert.swift' (26/92)
Linting 'TextViewDelegate.swift' (27/92)
Linting 'MarkedTextManager.swift' (28/92)
Linting 'MarkedRanges.swift' (29/92)
Linting 'TextLine.swift' (30/92)
Linting 'LineFragmentView.swift' (31/92)
Linting 'LineFragmentRenderer.swift' (32/92)
Linting 'LineBreakStrategy.swift' (33/92)
Linting 'LineFragment.swift' (34/92)
Linting 'Typesetter.swift' (35/92)
Linting 'CTLineTypesetData.swift' (36/92)
Linting 'TypesetContext.swift' (37/92)
Linting 'LineFragmentTypesetContext.swift' (38/92)
Linting 'TextLayoutManager+Layout.swift' (39/92)
Linting 'TextLayoutManager+Edits.swift' (40/92)
Linting 'TextLayoutManager+Public.swift' (41/92)
Linting 'TextLayoutManagerRenderDelegate.swift' (42/92)
Linting 'TextLayoutManager+Iterator.swift' (43/92)
Linting 'TextLayoutManagerDelegate.swift' (44/92)
Linting 'TextLayoutManager.swift' (45/92)
Linting 'TextLayoutManager+Invalidation.swift' (46/92)
Linting 'TextAttachmentManager.swift' (47/92)
Linting 'TextAttachment.swift' (48/92)
Linting 'TextAttachmentManagerDelegate.swift' (49/92)
Linting 'Emphasis.swift' (50/92)
Linting 'EmphasisStyle.swift' (51/92)
Linting 'EmphasisManager.swift' (52/92)
Linting 'KillRing.swift' (54/92)
Linting 'Logger.swift' (53/92)
Linting 'ViewReuseQueue.swift' (55/92)
Linting 'MultiStorageDelegate.swift' (56/92)
Linting 'HorizontalEdgeInsets.swift' (57/92)
Linting 'LineEnding.swift' (58/92)
Linting 'CEUndoManager.swift' (59/92)
Linting 'NSBezierPath+SmoothPath.swift' (60/92)
Linting 'CharacterSet.swift' (61/92)
Linting 'NSColor+Greyscale.swift' (62/92)
Linting 'PixelAligned.swift' (63/92)
Linting 'CTTypesetter+SuggestLineBreak.swift' (64/92)
Linting 'NSTextStorage+getLine.swift' (65/92)
Linting 'NSColor+Hex.swift' (66/92)
Linting 'GC+ApproximateEqual.swift' (68/92)
Linting 'NSBezierPath+CGPathFallback.swift' (67/92)
Linting 'CGRectArray+BoundingRect.swift' (69/92)
Linting 'NSRange+isEmpty.swift' (70/92)
Linting 'NSRange+init.swift' (71/92)
Linting 'NSRange+translate.swift' (72/92)
Linting 'TextSelection.swift' (73/92)
Linting 'TextSelectionManager+Update.swift' (74/92)
Linting 'TextSelectionManager+FillRects.swift' (75/92)
Linting 'TextSelectionManager+Draw.swift' (76/92)
Linting 'Destination.swift' (77/92)
Linting 'TextSelectionManager.swift' (78/92)
Linting 'Direction.swift' (79/92)
Linting 'SelectionManipulation+Horizontal.swift' (80/92)
Linting 'TextSelectionManager+SelectionManipulation.swift' (81/92)
Linting 'SelectionManipulation+Vertical.swift' (82/92)
Linting 'TextSelectionManager+Move.swift' (83/92)
Linting 'TextLineStorage+Node.swift' (84/92)
Linting 'TextLineStorage.swift' (85/92)
Linting 'TextLineStorage+Structs.swift' (86/92)
Linting 'TextLineStorage+Iterator.swift' (87/92)
Linting 'CursorSelectionMode.swift' (88/92)
Linting 'CursorView.swift' (89/92)
Linting 'CursorTimer.swift' (90/92)
Linting 'InvisibleCharactersDelegate.swift' (91/92)
Linting 'TextLineStorage+NSTextStorage.swift' (92/92)
Done linting! Found 0 violations, 0 serious in 92 files.
The folder “Output” doesn’t exist.
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x8f46e9800 path:'/Users/admin/builder/spi-builder-workspace'>
    target: CodeEditTextView
        prebuildCommandOutputPaths: []
        buildCommands: []
        allDerivedOutputPaths: []
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (20 targets)
    Target 'CodeEditTextView' in project 'CodeEditTextView'
        ➜ Explicit dependency on target 'CodeEditTextView' in project 'CodeEditTextView'
        ➜ Explicit dependency on target 'CodeEditTextViewObjC' in project 'CodeEditTextView'
        ➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
        ➜ Explicit dependency on target 'TextStory' in project 'TextStory'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
    Target 'CodeEditTextView' in project 'CodeEditTextView'
        ➜ Explicit dependency on target 'CodeEditTextViewObjC' in project 'CodeEditTextView'
        ➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
        ➜ Explicit dependency on target 'TextStory' in project 'TextStory'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target '_RopeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'TextStory' in project 'TextStory'
        ➜ Explicit dependency on target 'TextStory' in project 'TextStory'
        ➜ Explicit dependency on target 'Internal' in project 'TextStory'
        ➜ Explicit dependency on target 'Rearrange' in project 'Rearrange'
    Target 'TextStory' in project 'TextStory'
        ➜ Explicit dependency on target 'Internal' in project 'TextStory'
        ➜ Explicit dependency on target 'Rearrange' in project 'Rearrange'
    Target 'Rearrange' in project 'Rearrange'
        ➜ Explicit dependency on target 'Rearrange' in project 'Rearrange'
    Target 'Rearrange' in project 'Rearrange' (no dependencies)
    Target 'Internal' in project 'TextStory' (no dependencies)
    Target 'SwiftLint' in project 'SwiftLintPlugin'
        ➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
    Target 'SwiftLint' in project 'SwiftLintPlugin' (no dependencies)
    Target 'CodeEditTextViewObjC' in project 'CodeEditTextView' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 396189338682005e266441e93b298508
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/396189338682005e266441e93b298508.xcbuilddata
error: The package product 'SwiftLint' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'CodeEditTextView' from project 'CodeEditTextView')
error: The package product 'TextStory' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'CodeEditTextView' from project 'CodeEditTextView')
2026-04-16 11:56:44.070 xcodebuild[900:5008] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Running SwiftLint for CodeEditTextView
	Building workspace spi-builder-workspace with scheme CodeEditTextView
(2 failures)
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SwiftLintPlugin: https://github.com/lukepistrol/SwiftLintPlugin @ 0.63.1
  Rearrange: https://github.com/ChimeHQ/Rearrange @ 2.0.0
  CodeEditTextView: /Users/admin/builder/spi-builder-workspace
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
  TextStory: https://github.com/ChimeHQ/TextStory @ 0.9.1
resolved source packages: SwiftLintPlugin, Rearrange, CodeEditTextView, swift-collections, TextStory
2026-04-16 11:56:53.164 xcodebuild[970:5544] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "textstory",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/TextStory"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swiftlintplugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.52.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lukepistrol/SwiftLintPlugin"
    }
  ],
  "manifest_display_name" : "CodeEditTextView",
  "name" : "CodeEditTextView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CodeEditTextView",
      "targets" : [
        "CodeEditTextView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CodeEditTextViewTests",
      "module_type" : "SwiftTarget",
      "name" : "CodeEditTextViewTests",
      "path" : "Tests/CodeEditTextViewTests",
      "product_dependencies" : [
        "SwiftLint"
      ],
      "sources" : [
        "AccessibilityTests.swift",
        "EmphasisManagerTests.swift",
        "KillRingTests.swift",
        "LayoutManager/OverridingLayoutManagerRenderingTests.swift",
        "LayoutManager/TextLayoutManagerAttachmentsTests.swift",
        "LayoutManager/TextLayoutManagerTests.swift",
        "LineEndingTests.swift",
        "MarkedTextTests.swift",
        "TextLayoutLineStorageTests.swift",
        "TextSelectionManagerTests.swift",
        "TextViewTests.swift",
        "TypesetterTests.swift"
      ],
      "target_dependencies" : [
        "CodeEditTextView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodeEditTextViewObjC",
      "module_type" : "ClangTarget",
      "name" : "CodeEditTextViewObjC",
      "path" : "Sources/CodeEditTextViewObjC",
      "product_memberships" : [
        "CodeEditTextView"
      ],
      "sources" : [
        "CGContextHidden.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CodeEditTextView",
      "module_type" : "SwiftTarget",
      "name" : "CodeEditTextView",
      "path" : "Sources/CodeEditTextView",
      "product_dependencies" : [
        "TextStory",
        "Collections",
        "SwiftLint"
      ],
      "product_memberships" : [
        "CodeEditTextView"
      ],
      "sources" : [
        "CodeEditTextView.swift",
        "Cursors/CursorSelectionMode.swift",
        "Cursors/CursorTimer.swift",
        "Cursors/CursorView.swift",
        "EmphasisManager/Emphasis.swift",
        "EmphasisManager/EmphasisManager.swift",
        "EmphasisManager/EmphasisStyle.swift",
        "Extensions/CGRectArray+BoundingRect.swift",
        "Extensions/CTTypesetter+SuggestLineBreak.swift",
        "Extensions/CharacterSet.swift",
        "Extensions/GC+ApproximateEqual.swift",
        "Extensions/NSBezierPath+CGPathFallback.swift",
        "Extensions/NSBezierPath+SmoothPath.swift",
        "Extensions/NSColor+Greyscale.swift",
        "Extensions/NSColor+Hex.swift",
        "Extensions/NSRange+/NSRange+init.swift",
        "Extensions/NSRange+/NSRange+isEmpty.swift",
        "Extensions/NSRange+/NSRange+translate.swift",
        "Extensions/NSTextStorage+getLine.swift",
        "Extensions/PixelAligned.swift",
        "InvisibleCharacters/InvisibleCharactersDelegate.swift",
        "MarkedTextManager/MarkedRanges.swift",
        "MarkedTextManager/MarkedTextManager.swift",
        "TextLayoutManager/TextAttachments/TextAttachment.swift",
        "TextLayoutManager/TextAttachments/TextAttachmentManager.swift",
        "TextLayoutManager/TextAttachments/TextAttachmentManagerDelegate.swift",
        "TextLayoutManager/TextLayoutManager+Edits.swift",
        "TextLayoutManager/TextLayoutManager+Invalidation.swift",
        "TextLayoutManager/TextLayoutManager+Iterator.swift",
        "TextLayoutManager/TextLayoutManager+Layout.swift",
        "TextLayoutManager/TextLayoutManager+Public.swift",
        "TextLayoutManager/TextLayoutManager.swift",
        "TextLayoutManager/TextLayoutManagerDelegate.swift",
        "TextLayoutManager/TextLayoutManagerRenderDelegate.swift",
        "TextLine/LineBreakStrategy.swift",
        "TextLine/LineFragment.swift",
        "TextLine/LineFragmentRenderer.swift",
        "TextLine/LineFragmentView.swift",
        "TextLine/TextLine.swift",
        "TextLine/Typesetter/CTLineTypesetData.swift",
        "TextLine/Typesetter/LineFragmentTypesetContext.swift",
        "TextLine/Typesetter/TypesetContext.swift",
        "TextLine/Typesetter/Typesetter.swift",
        "TextLineStorage/TextLineStorage+Iterator.swift",
        "TextLineStorage/TextLineStorage+NSTextStorage.swift",
        "TextLineStorage/TextLineStorage+Node.swift",
        "TextLineStorage/TextLineStorage+Structs.swift",
        "TextLineStorage/TextLineStorage.swift",
        "TextSelectionManager/Destination.swift",
        "TextSelectionManager/Direction.swift",
        "TextSelectionManager/SelectionManipulation/SelectionManipulation+Horizontal.swift",
        "TextSelectionManager/SelectionManipulation/SelectionManipulation+Vertical.swift",
        "TextSelectionManager/SelectionManipulation/TextSelectionManager+SelectionManipulation.swift",
        "TextSelectionManager/TextSelection.swift",
        "TextSelectionManager/TextSelectionManager+Draw.swift",
        "TextSelectionManager/TextSelectionManager+FillRects.swift",
        "TextSelectionManager/TextSelectionManager+Move.swift",
        "TextSelectionManager/TextSelectionManager+Update.swift",
        "TextSelectionManager/TextSelectionManager.swift",
        "TextView/DraggingTextRenderer.swift",
        "TextView/TextView+Accessibility.swift",
        "TextView/TextView+ColumnSelection.swift",
        "TextView/TextView+CopyPaste.swift",
        "TextView/TextView+Delete.swift",
        "TextView/TextView+Drag.swift",
        "TextView/TextView+FirstResponder.swift",
        "TextView/TextView+Insert.swift",
        "TextView/TextView+KeyDown.swift",
        "TextView/TextView+Layout.swift",
        "TextView/TextView+Lifecycle.swift",
        "TextView/TextView+Menu.swift",
        "TextView/TextView+Mouse.swift",
        "TextView/TextView+Move.swift",
        "TextView/TextView+NSTextInput.swift",
        "TextView/TextView+ReplaceCharacters.swift",
        "TextView/TextView+ScrollToVisible.swift",
        "TextView/TextView+Select.swift",
        "TextView/TextView+SetText.swift",
        "TextView/TextView+Setup.swift",
        "TextView/TextView+StorageDelegate.swift",
        "TextView/TextView+TextLayoutManagerDelegate.swift",
        "TextView/TextView+TextSelectionManagerDelegate.swift",
        "TextView/TextView+UndoRedo.swift",
        "TextView/TextView.swift",
        "TextView/TextViewDelegate.swift",
        "Utils/CEUndoManager.swift",
        "Utils/HorizontalEdgeInsets.swift",
        "Utils/KillRing.swift",
        "Utils/LineEnding.swift",
        "Utils/Logger.swift",
        "Utils/MultiStorageDelegate.swift",
        "Utils/ViewReuseQueue.swift"
      ],
      "target_dependencies" : [
        "CodeEditTextViewObjC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CodeEditTextView",
      "TextStory",
      "TextStory-Package",
      "TextStoryTesting"
    ]
  }
}
2026-04-16 11:56:54.735 xcodebuild[982:5642] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CodeEditTextView",
      "TextStory",
      "TextStory-Package",
      "TextStoryTesting"
    ]
  }
}
2026-04-16 11:56:56.058 xcodebuild[988:5697] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CodeEditTextView -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme CodeEditTextView -destination generic/platform=iOS
Resolve Package Graph
Resolved source packages:
  SwiftLintPlugin: https://github.com/lukepistrol/SwiftLintPlugin @ 0.63.1
  Rearrange: https://github.com/ChimeHQ/Rearrange @ 2.0.0
  TextStory: https://github.com/ChimeHQ/TextStory @ 0.9.1
  CodeEditTextView: /Users/admin/builder/spi-builder-workspace
  swift-collections: https://github.com/apple/swift-collections.git @ 1.4.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “SwiftLint” in package “swiftlintplugin”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SwiftLint
[debug]: Using compiler /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: f35224d728e6f8d52231ab10a653e1f2b63eb87e0b1cead4e86671a5b164024d
Apply build tool plug-in “SwiftLint” to target “CodeEditTextView” in package “spi-builder-workspace”
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow mach-lookup (global-name \"com.apple.mobileassetd.v2\"))
(allow file-write*
    (subpath \"/private/tmp\")
    (subpath \"/private/var/tmp\")
    (subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T\")
    (subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/C\")
)
(deny file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/CodeEditTextView/SwiftLint\")
    (subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T/TemporaryItems\")
)
" /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugin/SwiftLintBinary/SwiftLintBinary.artifactbundle/macos/swiftlint lint --config /Users/admin/builder/spi-builder-workspace/.swiftlint.yml --cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/CodeEditTextView/SwiftLint /Users/admin/builder/spi-builder-workspace/Sources/CodeEditTextView
Linting Swift files at paths /Users/admin/builder/spi-builder-workspace/Sources/CodeEditTextView
Linting 'CodeEditTextView.swift' (1/92)
Linting 'TextView+StorageDelegate.swift' (2/92)
Linting 'TextView+Lifecycle.swift' (3/92)
Linting 'TextView+ReplaceCharacters.swift' (5/92)
Linting 'TextView+ColumnSelection.swift' (4/92)
Linting 'TextView+FirstResponder.swift' (6/92)
Linting 'TextView+TextLayoutManagerDelegate.swift' (7/92)
Linting 'TextView+NSTextInput.swift' (8/92)
Linting 'TextView+Mouse.swift' (9/92)
Linting 'TextView+CopyPaste.swift' (10/92)
Linting 'TextView+KeyDown.swift' (11/92)
Linting 'TextView+Delete.swift' (13/92)
Linting 'DraggingTextRenderer.swift' (12/92)
Linting 'TextView+Menu.swift' (14/92)
Linting 'TextView+ScrollToVisible.swift' (15/92)
Linting 'TextView+UndoRedo.swift' (16/92)
Linting 'TextView+Drag.swift' (17/92)
Linting 'TextView+Move.swift' (19/92)
Linting 'TextView+Select.swift' (18/92)
Linting 'TextView.swift' (20/92)
Linting 'TextView+Layout.swift' (21/92)
Linting 'TextView+TextSelectionManagerDelegate.swift' (22/92)
Linting 'TextView+Accessibility.swift' (23/92)
Linting 'TextView+Insert.swift' (24/92)
Linting 'TextView+Setup.swift' (25/92)
Linting 'TextView+SetText.swift' (26/92)
Linting 'TextViewDelegate.swift' (27/92)
Linting 'MarkedTextManager.swift' (28/92)
Linting 'MarkedRanges.swift' (29/92)
Linting 'LineFragmentView.swift' (30/92)
Linting 'LineFragmentRenderer.swift' (31/92)
Linting 'LineBreakStrategy.swift' (32/92)
Linting 'LineFragment.swift' (33/92)
Linting 'Typesetter.swift' (34/92)
Linting 'CTLineTypesetData.swift' (35/92)
Linting 'TypesetContext.swift' (36/92)
Linting 'LineFragmentTypesetContext.swift' (37/92)
Linting 'TextLayoutManager+Layout.swift' (38/92)
Linting 'TextLayoutManager+Edits.swift' (39/92)
Linting 'TextLayoutManagerDelegate.swift' (40/92)
Linting 'TextLayoutManagerRenderDelegate.swift' (41/92)
Linting 'TextLayoutManager+Invalidation.swift' (42/92)
Linting 'TextLayoutManager+Iterator.swift' (43/92)
Linting 'TextLayoutManager.swift' (44/92)
Linting 'TextAttachment.swift' (45/92)
Linting 'TextAttachmentManager.swift' (46/92)
Linting 'TextLine.swift' (47/92)
Linting 'TextLayoutManager+Public.swift' (48/92)
Linting 'TextAttachmentManagerDelegate.swift' (49/92)
Linting 'Emphasis.swift' (50/92)
Linting 'KillRing.swift' (51/92)
Linting 'EmphasisStyle.swift' (52/92)
Linting 'EmphasisManager.swift' (53/92)
Linting 'Logger.swift' (54/92)
Linting 'HorizontalEdgeInsets.swift' (55/92)
Linting 'ViewReuseQueue.swift' (56/92)
Linting 'MultiStorageDelegate.swift' (57/92)
Linting 'LineEnding.swift' (58/92)
Linting 'CharacterSet.swift' (59/92)
Linting 'NSBezierPath+SmoothPath.swift' (60/92)
Linting 'CEUndoManager.swift' (61/92)
Linting 'NSColor+Greyscale.swift' (62/92)
Linting 'PixelAligned.swift' (63/92)
Linting 'NSTextStorage+getLine.swift' (64/92)
Linting 'CTTypesetter+SuggestLineBreak.swift' (65/92)
Linting 'NSColor+Hex.swift' (66/92)
Linting 'GC+ApproximateEqual.swift' (67/92)
Linting 'NSRange+isEmpty.swift' (68/92)
Linting 'NSBezierPath+CGPathFallback.swift' (69/92)
Linting 'CGRectArray+BoundingRect.swift' (70/92)
Linting 'NSRange+translate.swift' (71/92)
Linting 'NSRange+init.swift' (72/92)
Linting 'TextSelection.swift' (73/92)
Linting 'TextSelectionManager+Move.swift' (74/92)
Linting 'TextSelectionManager+Update.swift' (75/92)
Linting 'TextSelectionManager+FillRects.swift' (76/92)
Linting 'Destination.swift' (77/92)
Linting 'TextSelectionManager+Draw.swift' (78/92)
Linting 'TextSelectionManager.swift' (79/92)
Linting 'Direction.swift' (80/92)
Linting 'SelectionManipulation+Horizontal.swift' (81/92)
Linting 'TextSelectionManager+SelectionManipulation.swift' (82/92)
Linting 'TextLineStorage+Node.swift' (83/92)
Linting 'TextLineStorage.swift' (84/92)
Linting 'TextLineStorage+Structs.swift' (85/92)
Linting 'TextLineStorage+Iterator.swift' (86/92)
Linting 'TextLineStorage+NSTextStorage.swift' (87/92)
Linting 'SelectionManipulation+Vertical.swift' (88/92)
Linting 'CursorView.swift' (89/92)
Linting 'CursorTimer.swift' (90/92)
Linting 'InvisibleCharactersDelegate.swift' (91/92)
Linting 'CursorSelectionMode.swift' (92/92)
Done linting! Found 0 violations, 0 serious in 92 files.
The folder “Output” doesn’t exist.
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0xb2e709800 path:'/Users/admin/builder/spi-builder-workspace'>
    target: CodeEditTextView
        prebuildCommandOutputPaths: []
        buildCommands: []
        allDerivedOutputPaths: []
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (20 targets)
    Target 'CodeEditTextView' in project 'CodeEditTextView'
        ➜ Explicit dependency on target 'CodeEditTextView' in project 'CodeEditTextView'
        ➜ Explicit dependency on target 'CodeEditTextViewObjC' in project 'CodeEditTextView'
        ➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
        ➜ Explicit dependency on target 'TextStory' in project 'TextStory'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
    Target 'CodeEditTextView' in project 'CodeEditTextView'
        ➜ Explicit dependency on target 'CodeEditTextViewObjC' in project 'CodeEditTextView'
        ➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
        ➜ Explicit dependency on target 'TextStory' in project 'TextStory'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target 'Collections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target '_RopeModule' in project 'swift-collections'
    Target '_RopeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HeapModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'HashTreeCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
        ➜ Explicit dependency on target 'ContainersPreview' in project 'swift-collections'
    Target 'ContainersPreview' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'BitCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'TextStory' in project 'TextStory'
        ➜ Explicit dependency on target 'TextStory' in project 'TextStory'
        ➜ Explicit dependency on target 'Internal' in project 'TextStory'
        ➜ Explicit dependency on target 'Rearrange' in project 'Rearrange'
    Target 'TextStory' in project 'TextStory'
        ➜ Explicit dependency on target 'Internal' in project 'TextStory'
        ➜ Explicit dependency on target 'Rearrange' in project 'Rearrange'
    Target 'Rearrange' in project 'Rearrange'
        ➜ Explicit dependency on target 'Rearrange' in project 'Rearrange'
    Target 'Rearrange' in project 'Rearrange' (no dependencies)
    Target 'Internal' in project 'TextStory' (no dependencies)
    Target 'SwiftLint' in project 'SwiftLintPlugin'
        ➜ Explicit dependency on target 'SwiftLint' in project 'SwiftLintPlugin'
    Target 'SwiftLint' in project 'SwiftLintPlugin' (no dependencies)
    Target 'CodeEditTextViewObjC' in project 'CodeEditTextView' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 396189338682005e266441e93b298508
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/396189338682005e266441e93b298508.xcbuilddata
error: The package product 'SwiftLint' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'CodeEditTextView' from project 'CodeEditTextView')
error: The package product 'TextStory' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'CodeEditTextView' from project 'CodeEditTextView')
2026-04-16 11:56:57.346 xcodebuild[993:5743] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
	Running SwiftLint for CodeEditTextView
	Building workspace spi-builder-workspace with scheme CodeEditTextView
(2 failures)
BUILD FAILURE 6.3 iOS