This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

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

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/TextViewPlus.git
Reference: main
Initialized empty Git repository in /Users/admin/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/ChimeHQ/TextViewPlus.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-6F35C1178C84523A.txt
[5/15] Compiling Rearrange String+NSRange.swift
[6/15] Compiling Rearrange NSRange+ApplyMutation.swift
[7/15] Compiling Rearrange RangeMutation.swift
[8/15] Compiling Rearrange UITextRange+Convenience.swift
[9/15] Compiling Rearrange NSRange+Shift.swift
[10/15] Compiling Rearrange IndexSet+NSRange.swift
[11/15] Compiling Rearrange NSRange+Convenience.swift
[12/15] Emitting module Rearrange
[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/25] Compiling TextViewPlus NSTextView+Selection.swift
[18/25] Compiling TextViewPlus NSTextView+Style.swift
[19/26] Compiling TextViewPlus NSTextView+Geometry.swift
[20/26] Compiling TextViewPlus NSTextView+Ranges.swift
[21/26] Compiling TextViewPlus NSLayoutManager+Geometry.swift
[22/26] Compiling TextViewPlus NSTextView+Bounding.swift
[23/26] Emitting module TextViewPlus
[24/26] Compiling TextViewPlus NSTextView+AttributedString.swift
[25/26] Compiling TextViewPlus NSTextView+Behavior.swift
[26/26] Compiling TextViewPlus ParagraphRenderingAttributeTextLayoutFragment.swift
Build complete! (29.25s)
Fetching https://github.com/ChimeHQ/Rearrange
[6/516] Fetching rearrange
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.97s)
Computing version for https://github.com/ChimeHQ/Rearrange
Computed https://github.com/ChimeHQ/Rearrange at 1.6.0 (0.95s)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at 1.6.0
warning: 'rearrange': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/Rearrange.xcconfig
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Rearrange/Sources/Rearrange/Info.plist
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rearrange",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/Rearrange"
    }
  ],
  "manifest_display_name" : "TextViewPlus",
  "name" : "TextViewPlus",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "TextViewPlus",
      "targets" : [
        "TextViewPlus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BaseTextView",
      "targets" : [
        "BaseTextView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TextViewPlusTests",
      "module_type" : "SwiftTarget",
      "name" : "TextViewPlusTests",
      "path" : "Tests/TextViewPlusTests",
      "sources" : [
        "TestableTextView.swift",
        "TextViewPlusTests.swift"
      ],
      "target_dependencies" : [
        "TextViewPlus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TextViewPlus",
      "module_type" : "SwiftTarget",
      "name" : "TextViewPlus",
      "path" : "Sources/TextViewPlus",
      "product_dependencies" : [
        "Rearrange"
      ],
      "product_memberships" : [
        "TextViewPlus"
      ],
      "sources" : [
        "NSLayoutManager+Geometry.swift",
        "NSTextView+AttributedString.swift",
        "NSTextView+Behavior.swift",
        "NSTextView+Bounding.swift",
        "NSTextView+Geometry.swift",
        "NSTextView+Ranges.swift",
        "NSTextView+Selection.swift",
        "NSTextView+Style.swift",
        "NSTextView+Workarounds.swift",
        "ParagraphRenderingAttributeTextLayoutFragment.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BaseTextViewTests",
      "module_type" : "SwiftTarget",
      "name" : "BaseTextViewTests",
      "path" : "Tests/BaseTextViewTests",
      "sources" : [
        "BaseTextViewTests.swift"
      ],
      "target_dependencies" : [
        "BaseTextView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BaseTextView",
      "module_type" : "SwiftTarget",
      "name" : "BaseTextView",
      "path" : "Sources/BaseTextView",
      "product_memberships" : [
        "BaseTextView"
      ],
      "sources" : [
        "BaseTextView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.