Build Information
Successful build of EventBus, reference 1.0.0 (e4050c), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 22:25:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SSBun/EventBus.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SSBun/EventBus
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at e4050cf initialize EventBus
Cloned https://github.com/SSBun/EventBus.git
Revision (git rev-parse @):
e4050cf903a0a088ef92feb888e7ffd5ce42d484
SUCCESS checkout https://github.com/SSBun/EventBus.git at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "eventbus",
"name": "EventBus",
"url": "https://github.com/SSBun/EventBus.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EventBus",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/SSBun/EventBus.git
[1/11] Fetching eventbus
Fetched https://github.com/SSBun/EventBus.git from cache (0.58s)
Creating working copy for https://github.com/SSBun/EventBus.git
Working copy of https://github.com/SSBun/EventBus.git resolved at 1.0.0 (e4050cf)
warning: '.resolve-product-dependencies': dependency 'eventbus' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/SSBun/EventBus.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Compiling EventBus EventBus.swift
[4/4] Emitting module EventBus
Build complete! (3.59s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "EventBus",
"name" : "EventBus",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "EventBus",
"targets" : [
"EventBus"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EventBusTests",
"module_type" : "SwiftTarget",
"name" : "EventBusTests",
"path" : "Tests/EventBusTests",
"sources" : [
"EventBusTests.swift"
],
"target_dependencies" : [
"EventBus"
],
"type" : "test"
},
{
"c99name" : "EventBus",
"module_type" : "SwiftTarget",
"name" : "EventBus",
"path" : "Sources/EventBus",
"product_memberships" : [
"EventBus"
],
"sources" : [
"EventBus.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.