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 ButtonKit, reference 0.6.1 (5d049d), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 23:03:31 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/Dean151/ButtonKit.git
Reference: 0.6.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Dean151/ButtonKit
 * tag               0.6.1      -> FETCH_HEAD
HEAD is now at 5d049de fix(readme): fix a few typos
Cloned https://github.com/Dean151/ButtonKit.git
Revision (git rev-parse @):
5d049dec3ec474ea2ad79eb4acd066edeacb9953
SUCCESS checkout https://github.com/Dean151/ButtonKit.git at 0.6.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Dean151/ButtonKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/24] Emitting module ButtonKit
[4/26] Compiling ButtonKit ThrowableStyle+Shake.swift
[5/26] Compiling ButtonKit Trigger+Environment.swift
[6/26] Compiling ButtonKit Button+AsyncError.swift
[7/26] Compiling ButtonKit Button+AsyncTask.swift
[8/26] Compiling ButtonKit Progress+Discrete.swift
[9/26] Compiling ButtonKit Progress+NSProgress.swift
[10/26] Compiling ButtonKit Progress.swift
[11/26] Compiling ButtonKit AsyncStyle+Overlay.swift
[12/26] Compiling ButtonKit AsyncStyle+Pulse.swift
[13/26] Compiling ButtonKit Progress+Estimated.swift
[14/26] Compiling ButtonKit Progress+Indeterminate.swift
[15/26] Compiling ButtonKit CircularProgressView.swift
[16/26] Compiling ButtonKit IndeterminateProgressView.swift
[17/26] Compiling ButtonKit Button+AsyncDisabled.swift
[18/26] Compiling ButtonKit AsyncStyle+Trailing.swift
[19/26] Compiling ButtonKit Button+AsyncStyle.swift
[20/26] Compiling ButtonKit Button+ThrowableStyle.swift
[21/26] Compiling ButtonKit ThrowableStyle+None.swift
[22/26] Compiling ButtonKit AsyncStyle+Leading.swift
[23/26] Compiling ButtonKit AsyncStyle+None.swift
[24/26] Compiling ButtonKit Button+AppIntent.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Button+Async.swift:156:13: warning: capture of non-sendable type 'S.Type' in an isolated closure
154 |         state = .started(Task {
155 |             // Initialize progress
156 |             progress.reset()
    |             `- warning: capture of non-sendable type 'S.Type' in an isolated closure
157 |             await progress.started()
158 |             do {
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Button+Async.swift:150:18: warning: capture of non-sendable type 'S.Type' in an isolated closure
148 |     }
149 |
150 |     private func perform() {
    |                  `- warning: capture of non-sendable type 'S.Type' in an isolated closure
151 |         guard !state.isLoading, !isDisabled else {
152 |             return
[25/26] Compiling ButtonKit Button+Async.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Button+Async.swift:156:13: warning: capture of non-sendable type 'S.Type' in an isolated closure
154 |         state = .started(Task {
155 |             // Initialize progress
156 |             progress.reset()
    |             `- warning: capture of non-sendable type 'S.Type' in an isolated closure
157 |             await progress.started()
158 |             do {
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Button+Async.swift:150:18: warning: capture of non-sendable type 'S.Type' in an isolated closure
148 |     }
149 |
150 |     private func perform() {
    |                  `- warning: capture of non-sendable type 'S.Type' in an isolated closure
151 |         guard !state.isLoading, !isDisabled else {
152 |             return
[26/26] Compiling ButtonKit BarProgressView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Button+Async.swift:156:13: warning: capture of non-sendable type 'S.Type' in an isolated closure
154 |         state = .started(Task {
155 |             // Initialize progress
156 |             progress.reset()
    |             `- warning: capture of non-sendable type 'S.Type' in an isolated closure
157 |             await progress.started()
158 |             do {
/Users/admin/builder/spi-builder-workspace/Sources/ButtonKit/Button+Async.swift:150:18: warning: capture of non-sendable type 'S.Type' in an isolated closure
148 |     }
149 |
150 |     private func perform() {
    |                  `- warning: capture of non-sendable type 'S.Type' in an isolated closure
151 |         guard !state.isLoading, !isDisabled else {
152 |             return
Build complete! (11.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ButtonKit",
  "name" : "ButtonKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ButtonKit",
      "targets" : [
        "ButtonKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "ButtonKit",
      "module_type" : "SwiftTarget",
      "name" : "ButtonKit",
      "path" : "Sources/ButtonKit",
      "product_memberships" : [
        "ButtonKit"
      ],
      "sources" : [
        "Button+AppIntent.swift",
        "Button+Async.swift",
        "Internal/BarProgressView.swift",
        "Internal/CircularProgressView.swift",
        "Internal/IndeterminateProgressView.swift",
        "Modifiers/Button+AsyncDisabled.swift",
        "Modifiers/Button+AsyncError.swift",
        "Modifiers/Button+AsyncTask.swift",
        "Progress/Progress+Discrete.swift",
        "Progress/Progress+Estimated.swift",
        "Progress/Progress+Indeterminate.swift",
        "Progress/Progress+NSProgress.swift",
        "Progress/Progress.swift",
        "Style/Async/AsyncStyle+Leading.swift",
        "Style/Async/AsyncStyle+None.swift",
        "Style/Async/AsyncStyle+Overlay.swift",
        "Style/Async/AsyncStyle+Pulse.swift",
        "Style/Async/AsyncStyle+Trailing.swift",
        "Style/Button+AsyncStyle.swift",
        "Style/Button+ThrowableStyle.swift",
        "Style/Throwable/ThrowableStyle+None.swift",
        "Style/Throwable/ThrowableStyle+Shake.swift",
        "Trigger/Trigger+Environment.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.