Build Information
Successful build of Debouncify, reference main (a9cdec
), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 19:26:27 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/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: 6.2
Building package at path: $PWD
https://github.com/mesqueeb/Debouncify.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/5] Compiling Debouncify Debouncify.swift
[4/5] Compiling Debouncify OnChangeDebounced.swift
/Users/admin/builder/spi-builder-workspace/Sources/OnChangeDebounced.swift:127:36: warning: capture of non-sendable type 'Value.Type' in an isolated closure
125 | // Create a new task that executes the function after the debounce interval
126 | currentTask.wrappedValue = Task {
127 | try? await Task.sleep(for: delay)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
128 | guard !Task.isCancelled else { return }
129 | action(lhs, rhs)
/Users/admin/builder/spi-builder-workspace/Sources/OnChangeDebounced.swift:122:8: warning: capture of non-sendable type 'Value.Type' in an isolated closure
120 | }
121 |
122 | func body(content: Content) -> some View {
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
123 | content.onChange(of: trigger, initial: initial) { lhs, rhs in
124 | currentTask.wrappedValue?.cancel()
[5/5] Emitting module Debouncify
Build complete! (7.63s)
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",
"sources" : [
"DebouncifyTests.swift"
],
"target_dependencies" : [
"Debouncify"
],
"type" : "test"
},
{
"c99name" : "Debouncify",
"module_type" : "SwiftTarget",
"name" : "Debouncify",
"path" : "Sources",
"product_memberships" : [
"Debouncify"
],
"sources" : [
"Debouncify.swift",
"OnChangeDebounced.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.