The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ExpandableText, reference 2.1.0 (26ae08), with Swift 6.0 for macOS (SPM) on 11 Feb 2026 21:21:01 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ivan-magda/swiftui-expandable-text.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ivan-magda/swiftui-expandable-text
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at 26ae081 Improve test suite with @Suite organization and expanded coverage
Cloned https://github.com/ivan-magda/swiftui-expandable-text.git
Revision (git rev-parse @):
26ae08181f6e5026ad4a04222db545f88c2efbf6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ivan-magda/swiftui-expandable-text.git at 2.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ivan-magda/swiftui-expandable-text.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/9] Compiling ExpandableText TruncationTextMask.swift
[6/9] Compiling ExpandableText ViewSizeReader.swift
/Users/admin/builder/spi-builder-workspace/Sources/ExpandableText/ViewSizeReader.swift:16:62: warning: passing non-sendable parameter 'onChange' to function expecting a @Sendable closure
 7 |
 8 | internal extension View {
 9 |     func readSize(onChange: @escaping (CGSize) -> Void) -> some View {
   |                   `- note: parameter 'onChange' is implicitly non-sendable
10 |         background(
11 |             GeometryReader { geometryProxy in
   :
14 |             }
15 |         )
16 |         .onPreferenceChange(SizePreferenceKey.self, perform: onChange)
   |                                                              `- warning: passing non-sendable parameter 'onChange' to function expecting a @Sendable closure
17 |     }
18 | }
[7/9] Compiling ExpandableText ExpandableText+Modifiers.swift
[8/9] Emitting module ExpandableText
[9/9] Compiling ExpandableText ExpandableText.swift
Build complete! (26.37s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.19s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.20s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3655] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.19s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.63s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "ExpandableText",
  "name" : "ExpandableText",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "ExpandableText",
      "targets" : [
        "ExpandableText"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ExpandableTextTests",
      "module_type" : "SwiftTarget",
      "name" : "ExpandableTextTests",
      "path" : "Tests/ExpandableTextTests",
      "sources" : [
        "ExpandableTextTests.swift"
      ],
      "target_dependencies" : [
        "ExpandableText"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ExpandableText",
      "module_type" : "SwiftTarget",
      "name" : "ExpandableText",
      "path" : "Sources/ExpandableText",
      "product_memberships" : [
        "ExpandableText"
      ],
      "sources" : [
        "ExpandableText+Modifiers.swift",
        "ExpandableText.swift",
        "TruncationTextMask.swift",
        "ViewSizeReader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.