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

Failed to build STTextView, reference 2.1.1 (31b5e3), with Swift 6.0 for visionOS using Xcode 16.2 on 6 Jul 2025 02:19:52 UTC.

Build Command

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

Build Log

          }
        ]
      },
      "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"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "STTextView"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme STTextView -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-16.2.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 STTextView -destination generic/platform=xrOS
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  STTextView: /Users/admin/builder/spi-builder-workspace
  CoreTextSwift: https://github.com/krzyzanowskim/CoreTextSwift @ 0.2.0
  STTextKitPlus: https://github.com/krzyzanowskim/STTextKitPlus @ 0.1.9
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
    Target 'STTextView' in project 'STTextView'
        ➜ Explicit dependency on target 'STTextView' in project 'STTextView'
        ➜ Explicit dependency on target 'STTextViewSwiftUI' in project 'STTextView'
        ➜ Explicit dependency on target 'STTextViewCommon' in project 'STTextView'
        ➜ Explicit dependency on target 'STTextKitPlus' in project 'STTextKitPlus'
        ➜ Explicit dependency on target 'CoreTextSwift' in project 'CoreTextSwift'
    Target 'STTextViewSwiftUI' in project 'STTextView'
        ➜ Explicit dependency on target 'STTextViewCommon' in project 'STTextView'
        ➜ Explicit dependency on target 'STTextView' in project 'STTextView'
        ➜ Explicit dependency on target 'STTextKitPlus' in project 'STTextKitPlus'
        ➜ Explicit dependency on target 'CoreTextSwift' in project 'CoreTextSwift'
    Target 'STTextView' in project 'STTextView'
        ➜ Explicit dependency on target 'STTextViewCommon' in project 'STTextView'
        ➜ Explicit dependency on target 'STTextKitPlus' in project 'STTextKitPlus'
        ➜ Explicit dependency on target 'CoreTextSwift' in project 'CoreTextSwift'
    Target 'CoreTextSwift' in project 'CoreTextSwift'
        ➜ Explicit dependency on target 'CoreTextSwift' in project 'CoreTextSwift'
    Target 'CoreTextSwift' in project 'CoreTextSwift' (no dependencies)
    Target 'STTextViewCommon' in project 'STTextView'
        ➜ Explicit dependency on target 'STTextKitPlus' in project 'STTextKitPlus'
    Target 'STTextKitPlus' in project 'STTextKitPlus'
        ➜ Explicit dependency on target 'STTextKitPlus' in project 'STTextKitPlus'
    Target 'STTextKitPlus' in project 'STTextKitPlus' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache
SwiftDriver STTextView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'STTextView' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name STTextView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver STTextViewCommon normal arm64 com.apple.xcode.tools.swift.compiler (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name STTextViewCommon -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ STTextView (in target 'STTextView' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/STTextView/module.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView.abi.json
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/STTextView/module.swift (in target 'STTextView' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/STTextView/module.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView.abi.json
SwiftCompile normal arm64 Compiling\ module.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextView/module.swift (in target 'STTextView' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextView/module.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/module.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/module.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/module.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/module.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/module.o -index-unit-output-path /STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/module.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/STTextView/module.swift (in target 'STTextView' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextView/module.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/module.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/module.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/module.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/module.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/STTextView_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextView -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/module.o -index-unit-output-path /STTextView.build/Debug-xros/STTextView.build/Objects-normal/arm64/module.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ STTextViewCommon (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon.abi.json
EmitSwiftModule normal arm64 (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon.abi.json
SwiftCompile normal arm64 Compiling\ STTextLayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextLayoutManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextLayoutManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextLayoutManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextLayoutManager.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextLayoutManager.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextLayoutManager.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextLayoutManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextLayoutManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextLayoutManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextLayoutManager.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextLayoutManager.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextLayoutManager.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STMarkedText.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STMarkedText.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STMarkedText.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STMarkedText.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STMarkedText.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STMarkedText.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STMarkedText.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STMarkedText.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STMarkedText.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STMarkedText.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STMarkedText.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STMarkedText.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/PixelAlign.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/PixelAlign.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/PixelAlign.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/PixelAlign.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/PixelAlign.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/PixelAlign.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/PixelAlign.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/PixelAlign.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/PixelAlign.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/PixelAlign.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/PixelAlign.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/PixelAlign.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift:17:5: error: missing return in getter expected to return 'CGRect'
    }
    ^
SwiftCompile normal arm64 Compiling\ NSAttributedString+Helpers.swift,\ NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSAttributedString+Helpers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSAttributedString+Helpers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSAttributedString+Helpers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSAttributedString+Helpers.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSParagraphStyle+Helpers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSParagraphStyle+Helpers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSParagraphStyle+Helpers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSParagraphStyle+Helpers.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSAttributedString+Helpers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSParagraphStyle+Helpers.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSAttributedString+Helpers.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSParagraphStyle+Helpers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSAttributedString+Helpers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSAttributedString+Helpers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSAttributedString+Helpers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSAttributedString+Helpers.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSParagraphStyle+Helpers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSParagraphStyle+Helpers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSParagraphStyle+Helpers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSParagraphStyle+Helpers.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSAttributedString+Helpers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSParagraphStyle+Helpers.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSAttributedString+Helpers.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSParagraphStyle+Helpers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSAttributedString+Helpers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSAttributedString+Helpers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSAttributedString+Helpers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSAttributedString+Helpers.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSParagraphStyle+Helpers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSParagraphStyle+Helpers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSParagraphStyle+Helpers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSParagraphStyle+Helpers.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSAttributedString+Helpers.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSParagraphStyle+Helpers.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSAttributedString+Helpers.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSParagraphStyle+Helpers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSTextLayoutManager+Selection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSTextLayoutManager+Selection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSTextLayoutManager+Selection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSTextLayoutManager+Selection.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSTextLayoutManager+Selection.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSTextLayoutManager+Selection.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSTextLayoutManager+Selection.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSTextLayoutManager+Selection.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSTextLayoutManager+Selection.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSTextLayoutManager+Selection.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSTextLayoutManager+Selection.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSTextLayoutManager+Selection.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ LineHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/LineHeight.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/LineHeight.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/LineHeight.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/LineHeight.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/LineHeight.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/LineHeight.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/LineHeight.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/LineHeight.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/LineHeight.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/LineHeight.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/LineHeight.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/LineHeight.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewProtocol.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewProtocol.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewProtocol.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewProtocol.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewProtocol.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewProtocol.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewProtocol.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewProtocol.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewProtocol.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewProtocol.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewProtocol.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewProtocol.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSRange+Helpers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSRange+Helpers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSRange+Helpers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSRange+Helpers.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSRange+Helpers.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/NSRange+Helpers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
SwiftCompile normal arm64 Compiling\ CoalescingUndoManager.swift,\ Geometric+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/CoalescingUndoManager.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/CoalescingUndoManager.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/CoalescingUndoManager.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/CoalescingUndoManager.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/Geometric+Helpers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/Geometric+Helpers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/Geometric+Helpers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/Geometric+Helpers.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/CoalescingUndoManager.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/Geometric+Helpers.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/CoalescingUndoManager.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/Geometric+Helpers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
SwiftCompile normal arm64 Compiling\ STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift (in target 'STTextViewCommon' from project 'STTextView')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSAttributedString+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSParagraphStyle+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSTextLayoutManager+Selection.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NStextLayoutFragment+isExtraLineFragment.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STAttributedTextElement.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STMarkedText.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextLayoutManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/ApproximateEquality.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/LineHeight.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/STRulerInsets.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextContentStorage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextContentStorage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextContentStorage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextContentStorage.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextViewCommon_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -empty-abi-descriptor -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.2-22N799-d0266d555a0767c993cd16a70a4738cb.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name STTextViewCommon -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.2 -target-sdk-name xros2.2 -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextContentStorage.o -index-unit-output-path /STTextView.build/Debug-xros/STTextViewCommon.build/Objects-normal/arm64/STTextContentStorage.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ PixelAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift (in target 'STTextViewCommon' from project 'STTextView')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Utilities/PixelAlign.swift (in target 'STTextViewCommon' from project 'STTextView')
	SwiftCompile normal arm64 Compiling\ NSRange+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/NSRange+Helpers.swift (in target 'STTextViewCommon' from project 'STTextView')
	SwiftCompile normal arm64 Compiling\ CoalescingUndoManager.swift,\ Geometric+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/CoalescingUndoManager.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/Extensions/Geometric+Helpers.swift (in target 'STTextViewCommon' from project 'STTextView')
	SwiftCompile normal arm64 Compiling\ STTextContentStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/STTextViewCommon/STTextContentStorage.swift (in target 'STTextViewCommon' from project 'STTextView')
	Building workspace spi-builder-workspace with scheme STTextView
(6 failures)
BUILD FAILURE 6.0 visionOS