Build Information
Successful build of EventLimiter, reference 2.0.0 (7d7360), with Swift 6.0 for macOS (SPM) on 4 Oct 2025 07:36:33 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/baekteun/EventLimiter.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/baekteun/EventLimiter
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 7d73607 :recycle: :: action 클로저에 throws를 제거해서 throws동작은 do catch로 에러처리하도록 유도
Cloned https://github.com/baekteun/EventLimiter.git
Revision (git rev-parse @):
7d736079df813f84bb4c218f5efe665664041194
SUCCESS checkout https://github.com/baekteun/EventLimiter.git at 2.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/baekteun/EventLimiter.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 EventLimiter
[4/5] Compiling EventLimiter Throttler.swift
[5/5] Compiling EventLimiter Debouncer.swift
Build complete! (3.78s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "EventLimiter",
"name" : "EventLimiter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "EventLimiter",
"targets" : [
"EventLimiter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EventLimiterTests",
"module_type" : "SwiftTarget",
"name" : "EventLimiterTests",
"path" : "Tests/EventLimiterTests",
"sources" : [
"DebouncerTests.swift",
"ThrottlerTests.swift"
],
"target_dependencies" : [
"EventLimiter"
],
"type" : "test"
},
{
"c99name" : "EventLimiter",
"module_type" : "SwiftTarget",
"name" : "EventLimiter",
"path" : "Sources/EventLimiter",
"product_memberships" : [
"EventLimiter"
],
"sources" : [
"Debouncer.swift",
"Throttler.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.