The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ExpandableText, reference main (9e3edd), with Swift 6.0 for macOS (SPM) on 22 Apr 2026 02:29:37 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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ivan-magda/swiftui-expandable-text.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ivan-magda/swiftui-expandable-text
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9e3eddf Bump actions/upload-pages-artifact from 4 to 5 (#6)
Cloned https://github.com/ivan-magda/swiftui-expandable-text.git
Revision (git rev-parse @):
9e3eddf451b693f2d44eddac4caac4904baa1ef3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ivan-magda/swiftui-expandable-text.git at main
========================================
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] Emitting module ExpandableText
[8/9] Compiling ExpandableText ExpandableText.swift
[9/9] Compiling ExpandableText ExpandableText+Modifiers.swift
Build complete! (26.75s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.54s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3673] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.04s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.60s)
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.