The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SlideButton, reference v1.3.0 (5eaceb), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 20:43:19 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/no-comment/SlideButton.git
Reference: v1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/no-comment/SlideButton
 * tag               v1.3.0     -> FETCH_HEAD
HEAD is now at 5eacebb Fixes RTL support (#5)
Cloned https://github.com/no-comment/SlideButton.git
Revision (git rev-parse @):
5eacebba4d7deeb693592bc9a62ab2d2181e133b
SUCCESS checkout https://github.com/no-comment/SlideButton.git at v1.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/no-comment/SlideButton.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Compiling SlideButton SlideButtonStyling.swift
[5/7] Compiling SlideButton SlideButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/SlideButton/SlideButton.swift:158:47: warning: capture of non-sendable type 'Label.Type' in an isolated closure
156 |                                         #endif
157 |
158 |                                         await callback()
    |                                               `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
159 |                                         swipeState = .start
160 |                                     }
/Users/admin/builder/spi-builder-workspace/Sources/SlideButton/SlideButton.swift:65:32: warning: capture of non-sendable type 'Label.Type' in an isolated closure
 63 |     }
 64 |
 65 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
 66 |         GeometryReader { reading in
 67 |             let calculatedOffset: CGFloat = swipeState == .swiping ? offset : (swipeState == .start ? styling.indicatorSpacing : (reading.size.width - styling.indicatorSize + styling.indicatorSpacing))
/Users/admin/builder/spi-builder-workspace/Sources/SlideButton/SlideButton.swift:179:27: warning: capture of non-sendable type 'Label.Type' in an isolated closure
177 |
178 |                 Task {
179 |                     await callback()
    |                           `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
180 |                     swipeState = .start
181 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/SlideButton/SlideButton.swift:65:32: warning: capture of non-sendable type 'Label.Type' in an isolated closure
 63 |     }
 64 |
 65 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Label.Type' in an isolated closure
 66 |         GeometryReader { reading in
 67 |             let calculatedOffset: CGFloat = swipeState == .swiping ? offset : (swipeState == .start ? styling.indicatorSpacing : (reading.size.width - styling.indicatorSize + styling.indicatorSpacing))
[6/7] Compiling SlideButton ShimmerEffect.swift
[7/7] Emitting module SlideButton
Build complete! (82.44s)
Fetching https://github.com/nicklockwood/SwiftFormat
[1/48941] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (68.51s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.56.4 (71.88s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.56.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.50.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "SlideButton",
  "name" : "SlideButton",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SlideButton",
      "targets" : [
        "SlideButton"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SlideButton",
      "module_type" : "SwiftTarget",
      "name" : "SlideButton",
      "path" : "Sources/SlideButton",
      "product_memberships" : [
        "SlideButton"
      ],
      "sources" : [
        "ShimmerEffect.swift",
        "SlideButton.swift",
        "SlideButtonStyling.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.