The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TextViewPlus with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.33.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/TextViewPlus.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/TextViewPlus
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 43f7923 Merge pull request #3 from kaunteya/char-modification
Cloned https://github.com/ChimeHQ/TextViewPlus.git
Revision (git rev-parse @):
43f79236f140426d297936a15f2e2feba61442bb
SUCCESS checkout https://github.com/ChimeHQ/TextViewPlus.git at main
Fetching https://github.com/ChimeHQ/Rearrange from cache
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.29s)
Computing version for https://github.com/ChimeHQ/Rearrange
Computed https://github.com/ChimeHQ/Rearrange at 1.6.0 (0.03s)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at 1.6.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "textviewplus",
      "name": "TextViewPlus",
      "url": "https://github.com/ChimeHQ/TextViewPlus.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TextViewPlus",
      "dependencies": [
        {
          "identity": "rearrange",
          "name": "Rearrange",
          "url": "https://github.com/ChimeHQ/Rearrange",
          "version": "1.8.1",
          "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rearrange",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ChimeHQ/TextViewPlus.git
[3/272] Fetching textviewplus
Fetched https://github.com/ChimeHQ/TextViewPlus.git from cache (0.23s)
Fetching https://github.com/ChimeHQ/Rearrange from cache
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.17s)
Computing version for https://github.com/ChimeHQ/Rearrange
Computed https://github.com/ChimeHQ/Rearrange at 1.8.1 (0.40s)
Creating working copy for https://github.com/ChimeHQ/TextViewPlus.git
Working copy of https://github.com/ChimeHQ/TextViewPlus.git resolved at main (43f7923)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at 1.8.1
warning: '.resolve-product-dependencies': dependency 'textviewplus' is not used by any target
Found 1 product dependencies
  - Rearrange
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/ChimeHQ/TextViewPlus.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-6044DDE57671499D.txt
[5/14] Emitting module Rearrange
[6/14] Compiling Rearrange NSRange+Shift.swift
[7/15] Compiling Rearrange String+NSRange.swift
[8/15] Compiling Rearrange NSRange+ApplyMutation.swift
[9/15] Compiling Rearrange IndexSet+NSRange.swift
[10/15] Compiling Rearrange NSRange+Convenience.swift
[11/15] Compiling Rearrange RangeMutation.swift
[12/15] Compiling Rearrange UITextRange+Convenience.swift
[13/15] Compiling Rearrange NSTextRange+NSRange.swift
[14/15] Emitting module BaseTextView
[15/15] Compiling BaseTextView BaseTextView.swift
[16/25] Compiling TextViewPlus NSTextView+Workarounds.swift
[17/26] Compiling TextViewPlus NSTextView+Style.swift
[18/26] Compiling TextViewPlus NSTextView+Selection.swift
[19/26] Emitting module TextViewPlus
[20/26] Compiling TextViewPlus NSTextView+Geometry.swift
[21/26] Compiling TextViewPlus NSTextView+Ranges.swift
[22/26] Compiling TextViewPlus NSTextView+Behavior.swift
[23/26] Compiling TextViewPlus NSTextView+Bounding.swift
[24/26] Compiling TextViewPlus NSLayoutManager+Geometry.swift
[25/26] Compiling TextViewPlus NSTextView+AttributedString.swift
[26/26] Compiling TextViewPlus ParagraphRenderingAttributeTextLayoutFragment.swift
Build complete! (9.18s)
Build complete.
Done.