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 (a9cdec), with Swift 5.10 for macOS (SPM) on 25 Oct 2024 01:43:12 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.55.3
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 a9cdece chore: lint
Cloned https://github.com/mesqueeb/Debouncify.git
Revision (git rev-parse @):
a9cdece1f5fa6306383c835377ce64cec4faa145
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/Debouncify.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/mesqueeb/Debouncify.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/5] Compiling Debouncify OnChangeDebounced.swift
[4/5] Compiling Debouncify Debouncify.swift
/Users/admin/builder/spi-builder-workspace/Sources/Debouncify.swift:70:16: warning: passing argument of non-sendable type 'repeat each Parameter' outside of actor-isolated context may introduce data races
      await fn(repeat each parameter)
               ^
[5/5] Emitting module Debouncify
Build complete! (7.19s)
Build complete.
Done.