The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ResizingTextView, reference 4.0.0 (e00c35), with Swift 5.10 for macOS (SPM) on 7 Apr 2025 13:00:10 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mshibanami/ResizingTextView.git
Reference: 4.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mshibanami/ResizingTextView
 * tag               4.0.0      -> FETCH_HEAD
HEAD is now at e00c35d Support tvOS
Cloned https://github.com/mshibanami/ResizingTextView.git
Revision (git rev-parse @):
e00c35d288218092715a06f40aa24ef942d6386a
SUCCESS checkout https://github.com/mshibanami/ResizingTextView.git at 4.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/mshibanami/ResizingTextView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/8] Compiling ResizingTextView TextView (UIKit).swift
[4/8] Compiling ResizingTextView View+Extensions.swift
[5/8] Emitting module ResizingTextView
/Users/admin/builder/spi-builder-workspace/Sources/ResizingTextView/ResizingTextView.swift:247:24: warning: main actor-isolated operator function '==' cannot be used to satisfy nonisolated protocol requirement
    public static func == (lhs: ResizingTextView, rhs: ResizingTextView) -> Bool {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ResizingTextView/ResizingTextView.swift:247:24: note: add 'nonisolated' to '==' to make this operator function not isolated to the actor
    public static func == (lhs: ResizingTextView, rhs: ResizingTextView) -> Bool {
                       ^
    nonisolated
Swift.Equatable:2:17: note: '==' declared here
    static func == (lhs: Self, rhs: Self) -> Bool
                ^
[6/8] Compiling ResizingTextView ResizingTextView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ResizingTextView/ResizingTextView.swift:247:24: warning: main actor-isolated operator function '==' cannot be used to satisfy nonisolated protocol requirement
    public static func == (lhs: ResizingTextView, rhs: ResizingTextView) -> Bool {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ResizingTextView/ResizingTextView.swift:247:24: note: add 'nonisolated' to '==' to make this operator function not isolated to the actor
    public static func == (lhs: ResizingTextView, rhs: ResizingTextView) -> Bool {
                       ^
    nonisolated
Swift.Equatable:2:17: note: '==' declared here
    static func == (lhs: Self, rhs: Self) -> Bool
                ^
[7/8] Compiling ResizingTextView TextView (AppKit).swift
[8/8] Compiling ResizingTextView CrossPlatformAliases.swift
Build complete! (8.54s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ResizingTextView",
  "name" : "ResizingTextView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "ResizingTextView",
      "targets" : [
        "ResizingTextView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ResizingTextViewTests",
      "module_type" : "SwiftTarget",
      "name" : "ResizingTextViewTests",
      "path" : "Tests/ResizingTextViewTests",
      "sources" : [
        "ResizingTextViewTests.swift"
      ],
      "target_dependencies" : [
        "ResizingTextView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ResizingTextView",
      "module_type" : "SwiftTarget",
      "name" : "ResizingTextView",
      "path" : "Sources/ResizingTextView",
      "product_memberships" : [
        "ResizingTextView"
      ],
      "sources" : [
        "CrossPlatformAliases.swift",
        "ResizingTextView.swift",
        "TextView (AppKit).swift",
        "TextView (UIKit).swift",
        "View+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.