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 Debouncify, reference main (6e91bd), with Swift 6.0 for macOS (SPM) on 8 Jul 2025 22:25:42 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mesqueeb/Debouncify.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mesqueeb/Debouncify
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6e91bdd chore: bump
Cloned https://github.com/mesqueeb/Debouncify.git
Revision (git rev-parse @):
6e91bdda139a80e65be3cc168d4c410acd8b76fa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/Debouncify.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mesqueeb/Debouncify.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/5] Emitting module Debouncify
[4/5] Compiling Debouncify OnChangeDebounced.swift
[5/5] Compiling Debouncify Debouncify.swift
Build complete! (7.77s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Debouncify",
  "name" : "Debouncify",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "Debouncify",
      "targets" : [
        "Debouncify"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DebouncifyTests",
      "module_type" : "SwiftTarget",
      "name" : "DebouncifyTests",
      "path" : "Tests/DebouncifyTests",
      "sources" : [
        "DebouncifyTests.swift"
      ],
      "target_dependencies" : [
        "Debouncify"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Debouncify",
      "module_type" : "SwiftTarget",
      "name" : "Debouncify",
      "path" : "Sources/Debouncify",
      "product_memberships" : [
        "Debouncify"
      ],
      "sources" : [
        "Debouncify.swift",
        "OnChangeDebounced.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.