The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of STTextView, reference main (267c78), with Swift 5.9 for macOS (SPM) on 8 Jun 2025 23:00:03 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/krzyzanowskim/STTextView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/krzyzanowskim/STTextView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 267c783 Accept dragged text from within and outside the text view (#89)
Cloned https://github.com/krzyzanowskim/STTextView.git
Revision (git rev-parse @):
267c783764fd70b0ebd19eff0e111c0079b605b7
SUCCESS checkout https://github.com/krzyzanowskim/STTextView.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/krzyzanowskim/STTextView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/20] Compiling STObjCLandShim STObjCLandShim.m
[2/20] Compiling CoreTextSwift CTStringAttribute.swift
[3/20] Compiling CoreTextSwift FontManager+Swift.swift
[4/21] Compiling CoreTextSwift CTLine+Swift.swift
[5/21] Compiling CoreTextSwift CTFrame+Swift.swift
[6/21] Compiling CoreTextSwift CTGlyphInfo+Swift.swift
[7/21] Compiling CoreTextSwift CTFramesetter+Swift.swift
[8/21] Compiling CoreTextSwift CTRun+Swift.swift
[9/21] Compiling CoreTextSwift NSRange+Helpers.swift
[10/21] Emitting module CoreTextSwift
[11/21] Compiling CoreTextSwift CTFont+Swift.swift
[12/21] Compiling CoreTextSwift Array+CGGlyph.swift
[13/21] Compiling CoreTextSwift CFAttributedString+CoreText.swift
[14/21] Compiling STTextKitPlus NSTextRange.swift
[15/21] Compiling STTextKitPlus NSTextLocation+Equatable.swift
[16/21] Compiling STTextKitPlus NSTextLineFragment.swift
[17/21] Compiling STTextKitPlus NSTextLayoutFragment.swift
[18/21] Compiling STTextKitPlus NSTextContentManager.swift
[19/21] Compiling STTextKitPlus NSRange.swift
[20/21] Emitting module STTextKitPlus
[21/21] Compiling STTextKitPlus NSTextLayoutManager.swift
[22/40] Compiling STTextViewCommon Throttler.swift
[23/40] Compiling STTextViewCommon debounce.swift
[24/40] Emitting module STTextViewCommon
[25/40] Compiling STTextViewCommon CoalescingUndoManager.swift
[26/40] Compiling STTextViewCommon Geometric+Helpers.swift
[27/40] Compiling STTextViewCommon ApproximateEquality.swift
[28/40] Compiling STTextViewCommon LineHeight.swift
[29/40] Compiling STTextViewCommon PixelAlign.swift
[30/40] Compiling STTextViewCommon STRulerInsets.swift
[31/40] Compiling STTextViewCommon NSRange+Helpers.swift
[32/40] Compiling STTextViewCommon NSTextLayoutManager+Selection.swift
[33/40] Compiling STTextViewCommon NSAttributedString+Helpers.swift
[34/40] Compiling STTextViewCommon NSParagraphStyle+Helpers.swift
[35/40] Compiling STTextViewCommon STTextLayoutManager.swift
[36/40] Compiling STTextViewCommon STTextViewProtocol.swift
[37/40] Compiling STTextViewCommon NStextLayoutFragment+isExtraLineFragment.swift
[38/40] Compiling STTextViewCommon STAttributedTextElement.swift
[39/40] Compiling STTextViewCommon STMarkedText.swift
[40/40] Compiling STTextViewCommon STTextContentStorage.swift
[41/42] Compiling STTextViewCommon delay.swift
[42/42] Compiling STTextViewCommon throttle.swift
[43/108] Compiling STTextViewAppKit STSelectionHighlightView.swift
[44/108] Compiling STTextViewAppKit STSelectionView.swift
[45/108] Compiling STTextViewAppKit Plugin.swift
[46/108] Compiling STTextViewAppKit STPlugin.swift
[47/108] Compiling STTextViewAppKit STPluginContext.swift
[48/108] Compiling STTextViewAppKit STPluginEvents.swift
[49/108] Compiling STTextViewAppKit STCompletionItem.swift
[50/115] Compiling STTextViewAppKit DragSelectedTextGestureRecognizer.swift
[51/115] Compiling STTextViewAppKit NSEdgeInsets+orientation.swift
[52/115] Compiling STTextViewAppKit NSResponder+debug.swift
[53/115] Compiling STTextViewAppKit NSTextContentManager+Helpers.swift
[54/115] Compiling STTextViewAppKit NSTextLayoutManager+Helpers.swift
[55/115] Compiling STTextViewAppKit NSTextLayoutManager+InsertionPoint.swift
[56/115] Compiling STTextViewAppKit NSView+Image.swift
[57/115] Compiling STTextViewAppKit STGutterContainerView.swift
[58/115] Compiling STTextViewAppKit STGutterLineNumberCell.swift
/Users/admin/builder/spi-builder-workspace/Sources/STTextViewAppKit/Gutter/STGutterMarker.swift:10:22: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
    public let view: NSView
                     ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/STTextViewAppKit/Gutter/STGutterMarker.swift:12:40: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
    public init(lineNumber: Int, view: NSView) {
                                       ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
[59/115] Compiling STTextViewAppKit STGutterMarker.swift
/Users/admin/builder/spi-builder-workspace/Sources/STTextViewAppKit/Gutter/STGutterMarker.swift:10:22: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
    public let view: NSView
                     ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/STTextViewAppKit/Gutter/STGutterMarker.swift:12:40: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
    public init(lineNumber: Int, view: NSView) {
                                       ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
[60/115] Compiling STTextViewAppKit STGutterMarkerContainerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/STTextViewAppKit/Gutter/STGutterMarker.swift:10:22: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
    public let view: NSView
                     ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/STTextViewAppKit/Gutter/STGutterMarker.swift:12:40: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
    public init(lineNumber: Int, view: NSView) {
                                       ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
[61/115] Compiling STTextViewAppKit STGutterSeparatorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/STTextViewAppKit/Gutter/STGutterMarker.swift:10:22: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
    public let view: NSView
                     ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/STTextViewAppKit/Gutter/STGutterMarker.swift:12:40: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
    public init(lineNumber: Int, view: NSView) {
                                       ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
[62/115] Compiling STTextViewAppKit STGutterView.swift
/Users/admin/builder/spi-builder-workspace/Sources/STTextViewAppKit/Gutter/STGutterMarker.swift:10:22: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
    public let view: NSView
                     ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/STTextViewAppKit/Gutter/STGutterMarker.swift:12:40: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
    public init(lineNumber: Int, view: NSView) {
                                       ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
[63/115] Compiling STTextViewAppKit Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/STTextViewAppKit/Gutter/STGutterMarker.swift:10:22: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
    public let view: NSView
                     ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/STTextViewAppKit/Gutter/STGutterMarker.swift:12:40: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
    public init(lineNumber: Int, view: NSView) {
                                       ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
[64/115] Compiling STTextViewAppKit STContentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/STTextViewAppKit/Gutter/STGutterMarker.swift:10:22: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
    public let view: NSView
                     ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/STTextViewAppKit/Gutter/STGutterMarker.swift:12:40: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
    public init(lineNumber: Int, view: NSView) {
                                       ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
[65/115] Compiling STTextViewAppKit STLineHighlightView.swift
/Users/admin/builder/spi-builder-workspace/Sources/STTextViewAppKit/Gutter/STGutterMarker.swift:10:22: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
    public let view: NSView
                     ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/STTextViewAppKit/Gutter/STGutterMarker.swift:12:40: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
    public init(lineNumber: Int, view: NSView) {
                                       ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
[66/115] Compiling STTextViewAppKit STTextView+Accessibility.swift
[67/115] Compiling STTextViewAppKit STTextView+Attachment.swift
[68/115] Compiling STTextViewAppKit STTextView+Capitalization.swift
[69/115] Compiling STTextViewAppKit STTextView+Complete.swift
[70/115] Compiling STTextViewAppKit STTextView+CopyPaste.swift
[71/115] Compiling STTextViewAppKit STTextView+Delete.swift
[72/115] Compiling STTextViewAppKit STTextView+DragGestureRecognizer.swift
[73/115] Emitting module STTextViewAppKit
/Users/admin/builder/spi-builder-workspace/Sources/STTextViewAppKit/Gutter/STGutterMarker.swift:10:22: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
    public let view: NSView
                     ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/STTextViewAppKit/Gutter/STGutterMarker.swift:12:40: warning: cannot use class 'NSView' here; 'AppKit' was not imported by this file
    public init(lineNumber: Int, view: NSView) {
                                       ^
AppKit.NSView:1:12: note: type declared here
open class NSView : NSResponder, NSAnimatablePropertyContainer, NSUserInterfaceItemIdentification, NSDraggingDestination, NSAppearanceCustomization, NSAccessibilityElementProtocol, NSAccessibilityProtocol {
           ^
[74/115] Compiling STTextViewAppKit STTextAttachmentViewInteraction.swift
[75/115] Compiling STTextViewAppKit STTextContainer.swift
[76/115] Compiling STTextViewAppKit STTextFinderBarContainer.swift
[77/115] Compiling STTextViewAppKit STTextFinderClient.swift
[78/115] Compiling STTextViewAppKit STTextLayoutFragment.swift
[79/115] Compiling STTextViewAppKit STTextLayoutFragmentView.swift
[80/115] Compiling STTextViewAppKit STTextRenderView.swift
[81/115] Compiling STTextViewAppKit STTextView+Find.swift
[82/115] Compiling STTextViewAppKit STTextView+FontPanel.swift
[83/115] Compiling STTextViewAppKit STTextView+Format.swift
[84/115] Compiling STTextViewAppKit STTextView+Gutter.swift
[85/115] Compiling STTextViewAppKit STTextView+Insert.swift
[86/115] Compiling STTextViewAppKit STTextView+InsertionPoint.swift
[87/115] Compiling STTextViewAppKit STTextView+Key.swift
[88/115] Compiling STTextViewAppKit STCompletionViewController.swift
[89/115] Compiling STTextViewAppKit STCompletionViewControllerDelegate.swift
[90/115] Compiling STTextViewAppKit STCompletionViewControllerProtocol.swift
[91/115] Compiling STTextViewAppKit STCompletionWindow.swift
[92/115] Compiling STTextViewAppKit STCompletionWindowController.swift
[93/115] Compiling STTextViewAppKit STInsertionPointIndicatorProtocol.swift
[94/115] Compiling STTextViewAppKit STInsertionPointView.swift
[95/115] Compiling STTextViewAppKit STTextView+Mouse.swift
[96/115] Compiling STTextViewAppKit STTextView+NSColorChanging.swift
[97/115] Compiling STTextViewAppKit STTextView+NSDraggingDestination.swift
[98/115] Compiling STTextViewAppKit STTextView+NSDraggingSource.swift
[99/115] Compiling STTextViewAppKit STTextView+NSServicesMenuRequestor.swift
[100/115] Compiling STTextViewAppKit STTextView+NSTextCheckingClient.swift
[101/115] Compiling STTextViewAppKit STTextView+NSTextInputClient.swift
[102/115] Compiling STTextViewAppKit STTextView+NSTextLayoutManagerDelegate.swift
[103/115] Compiling STTextViewAppKit STTextView+NSTextLayoutOrientationProvider.swift
[104/115] Compiling STTextViewAppKit STTextView+NSTextViewportLayoutControllerDelegate.swift
[105/115] Compiling STTextViewAppKit STTextView+NSUserInterfaceValidations.swift
[106/115] Compiling STTextViewAppKit STTextView+Scrolling.swift
[107/115] Compiling STTextViewAppKit STTextView+Select.swift
[108/115] Compiling STTextViewAppKit STTextView+Speech.swift
[109/115] Compiling STTextViewAppKit STTextView+Undo.swift
[110/115] Compiling STTextViewAppKit STTextView+Yank.swift
[111/115] Compiling STTextViewAppKit STTextView.swift
[112/115] Compiling STTextViewAppKit STTextViewDelegate.swift
[113/115] Compiling STTextViewAppKit STTextViewDelegateProxy.swift
[114/115] Compiling STTextViewAppKit NSColor+TextInsertionPoint.swift
[115/115] Compiling STTextViewAppKit YankingManager.swift
[116/117] Compiling STTextView module.swift
[117/117] Emitting module STTextView
[118/120] Compiling STTextViewSwiftUIAppKit TextView.swift
[119/120] Emitting module STTextViewSwiftUIAppKit
[120/120] Compiling STTextViewSwiftUIAppKit TextViewModifier.swift
[121/122] Compiling STTextViewSwiftUI module.swift
[122/122] Emitting module STTextViewSwiftUI
Build complete! (21.12s)
Fetching https://github.com/krzyzanowskim/CoreTextSwift
Fetching https://github.com/krzyzanowskim/STTextKitPlus
[1/139] Fetching sttextkitplus
[134/237] Fetching sttextkitplus, coretextswift
Fetched https://github.com/krzyzanowskim/STTextKitPlus (1.19s)
Fetched https://github.com/krzyzanowskim/CoreTextSwift (1.19s)
Computing version for https://github.com/krzyzanowskim/CoreTextSwift
Computed https://github.com/krzyzanowskim/CoreTextSwift at 0.2.0 (2.94s)
Computing version for https://github.com/krzyzanowskim/STTextKitPlus
Computed https://github.com/krzyzanowskim/STTextKitPlus at 0.1.9 (0.48s)
Creating working copy for https://github.com/krzyzanowskim/STTextKitPlus
Working copy of https://github.com/krzyzanowskim/STTextKitPlus resolved at 0.1.9
Creating working copy for https://github.com/krzyzanowskim/CoreTextSwift
Working copy of https://github.com/krzyzanowskim/CoreTextSwift resolved at 0.2.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/Throttler/LICENSE
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sttextkitplus",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/STTextKitPlus"
    },
    {
      "identity" : "coretextswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CoreTextSwift"
    }
  ],
  "manifest_display_name" : "STTextView",
  "name" : "STTextView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "STTextView",
      "targets" : [
        "STTextView",
        "STTextViewSwiftUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "STTextViewUIKitTests",
      "module_type" : "SwiftTarget",
      "name" : "STTextViewUIKitTests",
      "path" : "Tests/STTextViewUIKitTests",
      "sources" : [
        "TextViewTests.swift"
      ],
      "target_dependencies" : [
        "STTextViewUIKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "STTextViewUIKit",
      "module_type" : "SwiftTarget",
      "name" : "STTextViewUIKit",
      "path" : "Sources/STTextViewUIKit",
      "product_dependencies" : [
        "STTextKitPlus",
        "CoreTextSwift"
      ],
      "product_memberships" : [
        "STTextView"
      ],
      "sources" : [
        "Gutter/STGutterLineNumberCell.swift",
        "Gutter/STGutterMarker.swift",
        "Gutter/STGutterView.swift",
        "Logger.swift",
        "Overlays/STContentView.swift",
        "Overlays/STLineHighlightView.swift",
        "Plugin/Plugin.swift",
        "Plugin/STPlugin.swift",
        "Plugin/STPluginContext.swift",
        "Plugin/STPluginEvents.swift",
        "STTextInputTokenizer.swift",
        "STTextLayoutFragment.swift",
        "STTextLayoutFragmentView.swift",
        "STTextLocation.swift",
        "STTextLocationRange.swift",
        "STTextSelectionRect.swift",
        "STTextView+Gutter.swift",
        "STTextView+NSTextLayoutManagerDelegate.swift",
        "STTextView+NSTextViewportLayoutControllerDelegate.swift",
        "STTextView+UIKeyInput.swift",
        "STTextView+UIResponderStandardEditActions.swift",
        "STTextView+UITextInput.swift",
        "STTextView+UITextInputTraits.swift",
        "STTextView+UITextInteractionDelegate.swift",
        "STTextView+Undo.swift",
        "STTextView.swift",
        "STTextViewDelegate.swift",
        "STTextViewDelegateProxy.swift",
        "UITextDirection+Conversion.swift"
      ],
      "target_dependencies" : [
        "STTextViewCommon",
        "STObjCLandShim"
      ],
      "type" : "library"
    },
    {
      "c99name" : "STTextViewSwiftUIUIKit",
      "module_type" : "SwiftTarget",
      "name" : "STTextViewSwiftUIUIKit",
      "path" : "Sources/STTextViewSwiftUIUIKit",
      "product_memberships" : [
        "STTextView"
      ],
      "sources" : [
        "TextView.swift",
        "TextViewModifier.swift"
      ],
      "target_dependencies" : [
        "STTextView"
      ],
      "type" : "library"
    },
    {
      "c99name" : "STTextViewSwiftUIAppKit",
      "module_type" : "SwiftTarget",
      "name" : "STTextViewSwiftUIAppKit",
      "path" : "Sources/STTextViewSwiftUIAppKit",
      "product_memberships" : [
        "STTextView"
      ],
      "sources" : [
        "TextView.swift",
        "TextViewModifier.swift"
      ],
      "target_dependencies" : [
        "STTextView"
      ],
      "type" : "library"
    },
    {
      "c99name" : "STTextViewSwiftUI",
      "module_type" : "SwiftTarget",
      "name" : "STTextViewSwiftUI",
      "path" : "Sources/STTextViewSwiftUI",
      "product_memberships" : [
        "STTextView"
      ],
      "sources" : [
        "module.swift"
      ],
      "target_dependencies" : [
        "STTextViewSwiftUIAppKit",
        "STTextViewSwiftUIUIKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "STTextViewCommon",
      "module_type" : "SwiftTarget",
      "name" : "STTextViewCommon",
      "path" : "Sources/STTextViewCommon",
      "product_dependencies" : [
        "STTextKitPlus"
      ],
      "product_memberships" : [
        "STTextView"
      ],
      "sources" : [
        "CoalescingUndoManager.swift",
        "Extensions/Geometric+Helpers.swift",
        "Extensions/NSAttributedString+Helpers.swift",
        "Extensions/NSParagraphStyle+Helpers.swift",
        "Extensions/NSRange+Helpers.swift",
        "Extensions/NSTextLayoutManager+Selection.swift",
        "Extensions/NStextLayoutFragment+isExtraLineFragment.swift",
        "STAttributedTextElement.swift",
        "STMarkedText.swift",
        "STTextContentStorage.swift",
        "STTextLayoutManager.swift",
        "STTextViewProtocol.swift",
        "Utilities/ApproximateEquality.swift",
        "Utilities/LineHeight.swift",
        "Utilities/PixelAlign.swift",
        "Utilities/STRulerInsets.swift",
        "Utilities/Throttler/Actor/Throttler.swift",
        "Utilities/Throttler/debounce.swift",
        "Utilities/Throttler/delay.swift",
        "Utilities/Throttler/throttle.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "STTextViewAppKitTests",
      "module_type" : "SwiftTarget",
      "name" : "STTextViewAppKitTests",
      "path" : "Tests/STTextViewAppKitTests",
      "sources" : [
        "ContentTests.swift",
        "Helpers/NSEvent+Create.swift",
        "TextSelectionNavigationTests.swift",
        "TextViewTests.swift",
        "TypingAttributesTests.swift",
        "UndoTests.swift"
      ],
      "target_dependencies" : [
        "STTextViewAppKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "STTextViewAppKit",
      "module_type" : "SwiftTarget",
      "name" : "STTextViewAppKit",
      "path" : "Sources/STTextViewAppKit",
      "product_dependencies" : [
        "STTextKitPlus",
        "CoreTextSwift"
      ],
      "product_memberships" : [
        "STTextView"
      ],
      "sources" : [
        "DragSelectedTextGestureRecognizer.swift",
        "Extensions/NSEdgeInsets+orientation.swift",
        "Extensions/NSResponder+debug.swift",
        "Extensions/NSTextContentManager+Helpers.swift",
        "Extensions/NSTextLayoutManager+Helpers.swift",
        "Extensions/NSTextLayoutManager+InsertionPoint.swift",
        "Extensions/NSView+Image.swift",
        "Gutter/STGutterContainerView.swift",
        "Gutter/STGutterLineNumberCell.swift",
        "Gutter/STGutterMarker.swift",
        "Gutter/STGutterMarkerContainerView.swift",
        "Gutter/STGutterSeparatorView.swift",
        "Gutter/STGutterView.swift",
        "Logger.swift",
        "Overlays/STContentView.swift",
        "Overlays/STLineHighlightView.swift",
        "Overlays/STSelectionHighlightView.swift",
        "Overlays/STSelectionView.swift",
        "Plugin/Plugin.swift",
        "Plugin/STPlugin.swift",
        "Plugin/STPluginContext.swift",
        "Plugin/STPluginEvents.swift",
        "STCompletion/STCompletionItem.swift",
        "STCompletion/STCompletionViewController.swift",
        "STCompletion/STCompletionViewControllerDelegate.swift",
        "STCompletion/STCompletionViewControllerProtocol.swift",
        "STCompletion/Window/STCompletionWindow.swift",
        "STCompletion/Window/STCompletionWindowController.swift",
        "STInsertionPointIndicatorProtocol.swift",
        "STInsertionPointView.swift",
        "STTextAttachmentViewInteraction.swift",
        "STTextContainer.swift",
        "STTextFinderBarContainer.swift",
        "STTextFinderClient.swift",
        "STTextLayoutFragment.swift",
        "STTextLayoutFragmentView.swift",
        "STTextRenderView.swift",
        "STTextView+Accessibility.swift",
        "STTextView+Attachment.swift",
        "STTextView+Capitalization.swift",
        "STTextView+Complete.swift",
        "STTextView+CopyPaste.swift",
        "STTextView+Delete.swift",
        "STTextView+DragGestureRecognizer.swift",
        "STTextView+Find.swift",
        "STTextView+FontPanel.swift",
        "STTextView+Format.swift",
        "STTextView+Gutter.swift",
        "STTextView+Insert.swift",
        "STTextView+InsertionPoint.swift",
        "STTextView+Key.swift",
        "STTextView+Mouse.swift",
        "STTextView+NSColorChanging.swift",
        "STTextView+NSDraggingDestination.swift",
        "STTextView+NSDraggingSource.swift",
        "STTextView+NSServicesMenuRequestor.swift",
        "STTextView+NSTextCheckingClient.swift",
        "STTextView+NSTextInputClient.swift",
        "STTextView+NSTextLayoutManagerDelegate.swift",
        "STTextView+NSTextLayoutOrientationProvider.swift",
        "STTextView+NSTextViewportLayoutControllerDelegate.swift",
        "STTextView+NSUserInterfaceValidations.swift",
        "STTextView+Scrolling.swift",
        "STTextView+Select.swift",
        "STTextView+Speech.swift",
        "STTextView+Undo.swift",
        "STTextView+Yank.swift",
        "STTextView.swift",
        "STTextViewDelegate.swift",
        "STTextViewDelegateProxy.swift",
        "Utility/NSColor+TextInsertionPoint.swift",
        "YankingManager.swift"
      ],
      "target_dependencies" : [
        "STTextViewCommon",
        "STObjCLandShim"
      ],
      "type" : "library"
    },
    {
      "c99name" : "STTextView",
      "module_type" : "SwiftTarget",
      "name" : "STTextView",
      "path" : "Sources/STTextView",
      "product_memberships" : [
        "STTextView"
      ],
      "sources" : [
        "module.swift"
      ],
      "target_dependencies" : [
        "STTextViewAppKit",
        "STTextViewUIKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "STObjCLandShim",
      "module_type" : "ClangTarget",
      "name" : "STObjCLandShim",
      "path" : "Sources/STObjCLandShim",
      "product_memberships" : [
        "STTextView"
      ],
      "sources" : [
        "STObjCLandShim.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.