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.2.8 (a31cc0), with Swift 6.2 for macOS (SPM) on 12 Nov 2025 05:16:11 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/krzyzanowskim/STTextView.git
Reference: 2.2.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/krzyzanowskim/STTextView
 * tag               2.2.8      -> FETCH_HEAD
HEAD is now at a31cc0d Adjust gutter width dynamically to fit line number text when viewport is visible
Cloned https://github.com/krzyzanowskim/STTextView.git
Revision (git rev-parse @):
a31cc0d96ede3ac465b0fce2eab1ad887570e95c
SUCCESS checkout https://github.com/krzyzanowskim/STTextView.git at 2.2.8
Fetching https://github.com/krzyzanowskim/STTextKitPlus
Fetching https://github.com/krzyzanowskim/CoreTextSwift
[1/98] Fetching coretextswift
[60/263] Fetching coretextswift, sttextkitplus
Fetched https://github.com/krzyzanowskim/STTextKitPlus from cache (0.71s)
Fetched https://github.com/krzyzanowskim/CoreTextSwift from cache (0.71s)
Computing version for https://github.com/krzyzanowskim/CoreTextSwift
Computed https://github.com/krzyzanowskim/CoreTextSwift at 0.2.0 (3.37s)
Computing version for https://github.com/krzyzanowskim/STTextKitPlus
Computed https://github.com/krzyzanowskim/STTextKitPlus at 0.2.0 (0.59s)
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.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "sttextview",
      "name": "STTextView",
      "url": "https://github.com/krzyzanowskim/STTextView.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/STTextView",
      "dependencies": [
        {
          "identity": "sttextkitplus",
          "name": "STTextKitPlus",
          "url": "https://github.com/krzyzanowskim/STTextKitPlus",
          "version": "0.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/STTextKitPlus",
          "dependencies": [
          ]
        },
        {
          "identity": "coretextswift",
          "name": "CoreTextSwift",
          "url": "https://github.com/krzyzanowskim/CoreTextSwift",
          "version": "0.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoreTextSwift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/krzyzanowskim/STTextView.git
[1/7773] Fetching sttextview
Fetched https://github.com/krzyzanowskim/STTextView.git from cache (1.24s)
Fetching https://github.com/krzyzanowskim/CoreTextSwift from cache
Fetching https://github.com/krzyzanowskim/STTextKitPlus from cache
Fetched https://github.com/krzyzanowskim/STTextKitPlus from cache (0.46s)
Fetched https://github.com/krzyzanowskim/CoreTextSwift from cache (0.46s)
Computing version for https://github.com/krzyzanowskim/CoreTextSwift
Computed https://github.com/krzyzanowskim/CoreTextSwift at 0.2.0 (0.51s)
Computing version for https://github.com/krzyzanowskim/STTextKitPlus
Computed https://github.com/krzyzanowskim/STTextKitPlus at 0.2.0 (0.03s)
Creating working copy for https://github.com/krzyzanowskim/STTextView.git
Working copy of https://github.com/krzyzanowskim/STTextView.git resolved at 2.2.8 (a31cc0d)
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.2.0
warning: '.resolve-product-dependencies': dependency 'sttextview' is not used by any target
Found 2 product dependencies
  - STTextKitPlus
  - CoreTextSwift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/krzyzanowskim/STTextView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[7/9] Write swift-version-49B95AFC49DCD68C.txt
[8/28] Compiling STObjCLandShim STObjCLandShim.m
[10/28] Compiling CoreTextSwift CTStringAttribute.swift
[11/28] Compiling CoreTextSwift FontManager+Swift.swift
[12/28] Compiling CoreTextSwift CTLine+Swift.swift
[13/28] Compiling CoreTextSwift CTFramesetter+Swift.swift
[14/28] Compiling CoreTextSwift CTGlyphInfo+Swift.swift
[15/28] Compiling CoreTextSwift CTFrame+Swift.swift
[16/28] Compiling CoreTextSwift CTRun+Swift.swift
[17/29] Compiling CoreTextSwift CTFont+Swift.swift
[18/29] Compiling CoreTextSwift NSRange+Helpers.swift
[19/29] Emitting module CoreTextSwift
[20/29] Compiling CoreTextSwift Array+CGGlyph.swift
[21/29] Compiling CoreTextSwift CFAttributedString+CoreText.swift
[22/29] Compiling STTextKitPlus NSTextLocation+Equatable.swift
[23/29] Compiling STTextKitPlus NSTextRange.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 STTextViewProtocol.swift
[31/45] Compiling STTextViewCommon ApproximateEquality.swift
[32/45] Compiling STTextViewCommon STGutterCalculations.swift
[33/45] Compiling STTextViewCommon PixelAlign.swift
[34/45] Compiling STTextViewCommon LineHeight.swift
[35/46] Compiling STTextViewCommon STAttributedTextElement.swift
[36/46] Compiling STTextViewCommon STMarkedText.swift
[37/46] Compiling STTextViewCommon STTextContentStorage.swift
[38/46] Compiling STTextViewCommon STTextLayoutManager.swift
[39/46] Compiling STTextViewCommon CoalescingUndoManager.swift
[40/46] Compiling STTextViewCommon Geometric+Helpers.swift
[41/46] Compiling STTextViewCommon NSAttributedString+Helpers.swift
[42/46] Compiling STTextViewCommon NSParagraphStyle+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/113] Compiling STTextViewAppKit STLineHighlightView.swift
[48/113] Compiling STTextViewAppKit STSelectionHighlightView.swift
[49/113] Compiling STTextViewAppKit STSelectionView.swift
[50/113] Compiling STTextViewAppKit Plugin.swift
[51/113] Compiling STTextViewAppKit STPlugin.swift
[52/113] Compiling STTextViewAppKit STPluginContext.swift
[53/113] Compiling STTextViewAppKit STPluginEvents.swift
[54/113] Compiling STTextViewAppKit STCompletionItem.swift
[55/113] Compiling STTextViewAppKit DragSelectedTextGestureRecognizer.swift
[56/113] Compiling STTextViewAppKit NSEdgeInsets+orientation.swift
[57/113] Compiling STTextViewAppKit NSResponder+debug.swift
[58/113] Compiling STTextViewAppKit NSTextContentManager+Helpers.swift
[59/113] Compiling STTextViewAppKit NSTextLayoutManager+Helpers.swift
[60/113] Compiling STTextViewAppKit NSTextLayoutManager+InsertionPoint.swift
[61/113] Compiling STTextViewAppKit NSView+Image.swift
[62/113] Compiling STTextViewAppKit STGutterContainerView.swift
[63/120] Emitting module STTextViewAppKit
[64/120] Compiling STTextViewAppKit STTextView+Accessibility.swift
[65/120] Compiling STTextViewAppKit STTextView+Attachment.swift
[66/120] Compiling STTextViewAppKit STTextView+Capitalization.swift
[67/120] Compiling STTextViewAppKit STTextView+Complete.swift
[68/120] Compiling STTextViewAppKit STTextView+CopyPaste.swift
[69/120] Compiling STTextViewAppKit STTextView+Delete.swift
[70/120] Compiling STTextViewAppKit STTextView+DragGestureRecognizer.swift
[71/120] Compiling STTextViewAppKit STGutterLineNumberCell.swift
[72/120] Compiling STTextViewAppKit STGutterMarker.swift
[73/120] Compiling STTextViewAppKit STGutterMarkerContainerView.swift
[74/120] Compiling STTextViewAppKit STGutterSeparatorView.swift
[75/120] Compiling STTextViewAppKit STGutterView.swift
[76/120] Compiling STTextViewAppKit Logger.swift
[77/120] Compiling STTextViewAppKit STContentView.swift
[78/120] Compiling STTextViewAppKit STContentViewportView.swift
[79/120] Compiling STTextViewAppKit STTextView+Find.swift
[80/120] Compiling STTextViewAppKit STTextView+FontPanel.swift
[81/120] Compiling STTextViewAppKit STTextView+Format.swift
[82/120] Compiling STTextViewAppKit STTextView+Gutter.swift
[83/120] Compiling STTextViewAppKit STTextView+Insert.swift
[84/120] Compiling STTextViewAppKit STTextView+InsertionPoint.swift
[85/120] Compiling STTextViewAppKit STTextView+Key.swift
[86/120] Compiling STTextViewAppKit STTextAttachmentViewInteraction.swift
[87/120] Compiling STTextViewAppKit STTextContainer.swift
[88/120] Compiling STTextViewAppKit STTextFinderBarContainer.swift
[89/120] Compiling STTextViewAppKit STTextFinderClient.swift
[90/120] Compiling STTextViewAppKit STTextLayoutFragment.swift
[91/120] Compiling STTextViewAppKit STTextLayoutFragmentView.swift
[92/120] Compiling STTextViewAppKit STTextRenderView.swift
[93/120] Compiling STTextViewAppKit STTextView+Mouse.swift
[94/120] Compiling STTextViewAppKit STTextView+NSColorChanging.swift
[95/120] Compiling STTextViewAppKit STTextView+NSDraggingDestination.swift
[96/120] Compiling STTextViewAppKit STTextView+NSDraggingSource.swift
[97/120] Compiling STTextViewAppKit STTextView+NSServicesMenuRequestor.swift
[98/120] Compiling STTextViewAppKit STTextView+NSTextCheckingClient.swift
[99/120] Compiling STTextViewAppKit STTextView+NSTextInputClient.swift
[100/120] Compiling STTextViewAppKit STCompletionViewController.swift
[101/120] Compiling STTextViewAppKit STCompletionViewControllerDelegate.swift
[102/120] Compiling STTextViewAppKit STCompletionViewControllerProtocol.swift
[103/120] Compiling STTextViewAppKit STCompletionWindow.swift
[104/120] Compiling STTextViewAppKit STCompletionWindowController.swift
[105/120] Compiling STTextViewAppKit STInsertionPointIndicatorProtocol.swift
[106/120] Compiling STTextViewAppKit STInsertionPointView.swift
[107/120] Compiling STTextViewAppKit STTextView+NSTextLayoutManagerDelegate.swift
[108/120] Compiling STTextViewAppKit STTextView+NSTextLayoutOrientationProvider.swift
[109/120] Compiling STTextViewAppKit STTextView+NSTextViewportLayoutControllerDelegate.swift
[110/120] Compiling STTextViewAppKit STTextView+NSUserInterfaceValidations.swift
[111/120] Compiling STTextViewAppKit STTextView+Scrolling.swift
[112/120] Compiling STTextViewAppKit STTextView+Select.swift
[113/120] Compiling STTextViewAppKit STTextView+Speech.swift
[114/120] Compiling STTextViewAppKit STTextView+Undo.swift
[115/120] Compiling STTextViewAppKit STTextView+Yank.swift
[116/120] Compiling STTextViewAppKit STTextView.swift
[117/120] Compiling STTextViewAppKit STTextViewDelegate.swift
[118/120] Compiling STTextViewAppKit STTextViewDelegateProxy.swift
[119/120] Compiling STTextViewAppKit NSColor+TextInsertionPoint.swift
[120/120] Compiling STTextViewAppKit YankingManager.swift
[121/122] Compiling STTextView module.swift
[122/122] Emitting module STTextView
[123/125] Emitting module STTextViewSwiftUIAppKit
[124/125] Compiling STTextViewSwiftUIAppKit TextView.swift
[125/125] Compiling STTextViewSwiftUIAppKit TextViewModifier.swift
[126/127] Emitting module STTextViewSwiftUI
[127/127] Compiling STTextViewSwiftUI module.swift
Build complete! (13.60s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sttextkitplus",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "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/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",
        "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",
        "STAttributedTextElement.swift",
        "STMarkedText.swift",
        "STTextContentStorage.swift",
        "STTextLayoutManager.swift",
        "STTextViewProtocol.swift",
        "Utilities/ApproximateEquality.swift",
        "Utilities/LineHeight.swift",
        "Utilities/PixelAlign.swift",
        "Utilities/STGutterCalculations.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/STContentViewportView.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.