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 debounced-closure, reference 1.2.0 (407647), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 16:29:38 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/aleksproger/debounced-closure.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aleksproger/debounced-closure
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at 4076476 Merge pull request #2 from aleksproger/update-readme
Cloned https://github.com/aleksproger/debounced-closure.git
Revision (git rev-parse @):
40764766645311b3b69d59448fe3af951ab53671
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/aleksproger/debounced-closure.git at 1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/aleksproger/debounced-closure.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/7] Compiling DebouncedClosure Scheduler.swift
[4/7] Emitting module DebouncedClosure
[5/7] Compiling DebouncedClosure Examples.swift
[6/7] Compiling DebouncedClosure debounced.swift
[7/7] Compiling DebouncedClosure DebouncedClosure.swift
Build complete! (7.96s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "debounced-closure",
  "name" : "debounced-closure",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "DebouncedClosure",
      "targets" : [
        "DebouncedClosure"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UnitTests",
      "module_type" : "SwiftTarget",
      "name" : "UnitTests",
      "path" : "Tests/UnitTests",
      "sources" : [
        "DebouncedClosureUnitTests.swift"
      ],
      "target_dependencies" : [
        "DebouncedClosure"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "IntegrationTests",
      "path" : "Tests/IntegrationTests",
      "sources" : [
        "DebouncedClosureIntegrationTests.swift"
      ],
      "target_dependencies" : [
        "DebouncedClosure"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DebouncedClosure",
      "module_type" : "SwiftTarget",
      "name" : "DebouncedClosure",
      "path" : "Sources",
      "product_memberships" : [
        "DebouncedClosure"
      ],
      "sources" : [
        "DebouncedClosure.swift",
        "Examples.swift",
        "Scheduler.swift",
        "debounced.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.