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 2.1.1 (31b5e3), with Swift 5.10 for macOS (SPM) on 6 Jul 2025 02:18:47 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/krzyzanowskim/STTextView.git
Reference: 2.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/krzyzanowskim/STTextView
 * tag               2.1.1      -> FETCH_HEAD
HEAD is now at 31b5e3c Ensure gutterView is added as a floating subview of the enclosing scrollView
Cloned https://github.com/krzyzanowskim/STTextView.git
Revision (git rev-parse @):
31b5e3c656de3fab29a86f1ab0c3f30f68f4314b
SUCCESS checkout https://github.com/krzyzanowskim/STTextView.git at 2.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/krzyzanowskim/STTextView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[7/9] Write swift-version-33747A42983211AE.txt
[8/28] Compiling STObjCLandShim STObjCLandShim.m
[10/28] Emitting module CoreTextSwift
[11/29] Compiling CoreTextSwift CTStringAttribute.swift
[12/29] Compiling CoreTextSwift FontManager+Swift.swift
[13/29] Compiling CoreTextSwift CTLine+Swift.swift
[14/29] Compiling CoreTextSwift CTGlyphInfo+Swift.swift
[15/29] Compiling CoreTextSwift CTFramesetter+Swift.swift
[16/29] Compiling CoreTextSwift CTRun+Swift.swift
[17/29] Compiling CoreTextSwift CTFrame+Swift.swift
[18/29] Compiling CoreTextSwift NSRange+Helpers.swift
[19/29] Compiling STTextKitPlus NSTextRange.swift
[20/29] Compiling CoreTextSwift Array+CGGlyph.swift
[21/29] Compiling CoreTextSwift CFAttributedString+CoreText.swift
[22/29] Compiling CoreTextSwift CTFont+Swift.swift
[23/29] Compiling STTextKitPlus NSTextLocation+Equatable.swift
[24/29] Compiling STTextKitPlus NSTextLineFragment.swift
[25/29] Compiling STTextKitPlus NSTextLayoutFragment.swift
[26/29] Compiling STTextKitPlus NSTextContentManager.swift
[27/29] Compiling STTextKitPlus NSRange.swift
[28/29] Emitting module STTextKitPlus
[29/29] Compiling STTextKitPlus NSTextLayoutManager.swift
[30/45] Compiling STTextViewCommon PixelAlign.swift
[31/46] Compiling STTextViewCommon ApproximateEquality.swift
[32/46] Compiling STTextViewCommon STTextLayoutManager.swift
[33/46] Compiling STTextViewCommon STTextViewProtocol.swift
[34/46] Compiling STTextViewCommon LineHeight.swift
[35/46] Compiling STTextViewCommon STMarkedText.swift
[36/46] Compiling STTextViewCommon STTextContentStorage.swift
[37/46] Compiling STTextViewCommon NStextLayoutFragment+isExtraLineFragment.swift
[38/46] Compiling STTextViewCommon STAttributedTextElement.swift
[39/46] Compiling STTextViewCommon NSAttributedString+Helpers.swift
[40/46] Compiling STTextViewCommon NSParagraphStyle+Helpers.swift
[41/46] Compiling STTextViewCommon CoalescingUndoManager.swift
[42/46] Compiling STTextViewCommon Geometric+Helpers.swift
[43/46] Emitting module STTextViewCommon
[44/46] Compiling STTextViewCommon NSRange+Helpers.swift
[45/46] Compiling STTextViewCommon NSTextLayoutManager+Selection.swift
[46/46] Compiling STTextViewCommon STRulerInsets.swift
[47/112] Compiling STTextViewAppKit STSelectionHighlightView.swift
[48/112] Compiling STTextViewAppKit STSelectionView.swift
[49/112] Compiling STTextViewAppKit Plugin.swift
[50/112] Compiling STTextViewAppKit STPlugin.swift
[51/112] Compiling STTextViewAppKit STPluginContext.swift
[52/112] Compiling STTextViewAppKit STPluginEvents.swift
[53/112] Compiling STTextViewAppKit STCompletionItem.swift
[54/119] 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 {
           ^
[55/119] Compiling STTextViewAppKit DragSelectedTextGestureRecognizer.swift
[56/119] Compiling STTextViewAppKit NSEdgeInsets+orientation.swift
[57/119] Compiling STTextViewAppKit NSResponder+debug.swift
[58/119] Compiling STTextViewAppKit NSTextContentManager+Helpers.swift
[59/119] Compiling STTextViewAppKit NSTextLayoutManager+Helpers.swift
[60/119] Compiling STTextViewAppKit NSTextLayoutManager+InsertionPoint.swift
[61/119] Compiling STTextViewAppKit NSView+Image.swift
[62/119] Compiling STTextViewAppKit STGutterContainerView.swift
[63/119] 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 {
           ^
[64/119] 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 {
           ^
[65/119] 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 {
           ^
[66/119] 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 {
           ^
[67/119] 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 {
           ^
[68/119] 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 {
           ^
[69/119] 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 {
           ^
[70/119] 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 {
           ^
[71/119] Compiling STTextViewAppKit STTextView+Find.swift
[72/119] Compiling STTextViewAppKit STTextView+FontPanel.swift
[73/119] Compiling STTextViewAppKit STTextView+Format.swift
[74/119] Compiling STTextViewAppKit STTextView+Gutter.swift
[75/119] Compiling STTextViewAppKit STTextView+Insert.swift
[76/119] Compiling STTextViewAppKit STTextView+InsertionPoint.swift
[77/119] Compiling STTextViewAppKit STTextView+Key.swift
[78/119] Compiling STTextViewAppKit STTextAttachmentViewInteraction.swift
[79/119] Compiling STTextViewAppKit STTextContainer.swift
[80/119] Compiling STTextViewAppKit STTextFinderBarContainer.swift
[81/119] Compiling STTextViewAppKit STTextFinderClient.swift
[82/119] Compiling STTextViewAppKit STTextLayoutFragment.swift
[83/119] Compiling STTextViewAppKit STTextLayoutFragmentView.swift
[84/119] Compiling STTextViewAppKit STTextRenderView.swift
[85/119] Compiling STTextViewAppKit STTextView+Mouse.swift
[86/119] Compiling STTextViewAppKit STTextView+NSColorChanging.swift
[87/119] Compiling STTextViewAppKit STTextView+NSDraggingDestination.swift
[88/119] Compiling STTextViewAppKit STTextView+NSDraggingSource.swift
[89/119] Compiling STTextViewAppKit STTextView+NSServicesMenuRequestor.swift
[90/119] Compiling STTextViewAppKit STTextView+NSTextCheckingClient.swift
[91/119] Compiling STTextViewAppKit STTextView+NSTextInputClient.swift
[92/119] Compiling STTextViewAppKit STTextView+Accessibility.swift
[93/119] Compiling STTextViewAppKit STTextView+Attachment.swift
[94/119] Compiling STTextViewAppKit STTextView+Capitalization.swift
[95/119] Compiling STTextViewAppKit STTextView+Complete.swift
[96/119] Compiling STTextViewAppKit STTextView+CopyPaste.swift
[97/119] Compiling STTextViewAppKit STTextView+Delete.swift
[98/119] Compiling STTextViewAppKit STTextView+DragGestureRecognizer.swift
[99/119] Compiling STTextViewAppKit STCompletionViewController.swift
[100/119] Compiling STTextViewAppKit STCompletionViewControllerDelegate.swift
[101/119] Compiling STTextViewAppKit STCompletionViewControllerProtocol.swift
[102/119] Compiling STTextViewAppKit STCompletionWindow.swift
[103/119] Compiling STTextViewAppKit STCompletionWindowController.swift
[104/119] Compiling STTextViewAppKit STInsertionPointIndicatorProtocol.swift
[105/119] Compiling STTextViewAppKit STInsertionPointView.swift
[106/119] Compiling STTextViewAppKit STTextView+NSTextLayoutManagerDelegate.swift
[107/119] Compiling STTextViewAppKit STTextView+NSTextLayoutOrientationProvider.swift
[108/119] Compiling STTextViewAppKit STTextView+NSTextViewportLayoutControllerDelegate.swift
[109/119] Compiling STTextViewAppKit STTextView+NSUserInterfaceValidations.swift
[110/119] Compiling STTextViewAppKit STTextView+Scrolling.swift
[111/119] Compiling STTextViewAppKit STTextView+Select.swift
[112/119] Compiling STTextViewAppKit STTextView+Speech.swift
[113/119] Compiling STTextViewAppKit STTextView+Undo.swift
[114/119] Compiling STTextViewAppKit STTextView+Yank.swift
[115/119] Compiling STTextViewAppKit STTextView.swift
[116/119] Compiling STTextViewAppKit STTextViewDelegate.swift
[117/119] Compiling STTextViewAppKit STTextViewDelegateProxy.swift
[118/119] Compiling STTextViewAppKit NSColor+TextInsertionPoint.swift
[119/119] Compiling STTextViewAppKit YankingManager.swift
[120/121] Compiling STTextView module.swift
[121/121] Emitting module STTextView
[122/124] Emitting module STTextViewSwiftUIAppKit
[123/124] Compiling STTextViewSwiftUIAppKit TextViewModifier.swift
[124/124] Compiling STTextViewSwiftUIAppKit TextView.swift
[125/126] Compiling STTextViewSwiftUI module.swift
[126/126] Emitting module STTextViewSwiftUI
Build complete! (18.29s)
Fetching https://github.com/krzyzanowskim/STTextKitPlus
Fetching https://github.com/krzyzanowskim/CoreTextSwift
[1/139] Fetching sttextkitplus
[140/237] Fetching sttextkitplus, coretextswift
Fetched https://github.com/krzyzanowskim/STTextKitPlus from cache (1.06s)
Fetched https://github.com/krzyzanowskim/CoreTextSwift from cache (1.06s)
Computing version for https://github.com/krzyzanowskim/CoreTextSwift
Computed https://github.com/krzyzanowskim/CoreTextSwift at 0.2.0 (2.25s)
Computing version for https://github.com/krzyzanowskim/STTextKitPlus
Computed https://github.com/krzyzanowskim/STTextKitPlus at 0.1.9 (0.47s)
Creating working copy for https://github.com/krzyzanowskim/CoreTextSwift
Working copy of https://github.com/krzyzanowskim/CoreTextSwift resolved at 0.2.0
Creating working copy for https://github.com/krzyzanowskim/STTextKitPlus
Working copy of https://github.com/krzyzanowskim/STTextKitPlus resolved at 0.1.9
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"
      ],
      "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.