Build Information
Successful build of EventHub, reference 1.0.0 (764e6a), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 01:04:01 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/imbue11235/EventHub.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/imbue11235/EventHub
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 764e6a1 Updated PodSpec
Cloned https://github.com/imbue11235/EventHub.git
Revision (git rev-parse @):
764e6a1caf8d084aba2111a64318b4f1c889cc0c
SUCCESS checkout https://github.com/imbue11235/EventHub.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": "eventhub",
"name": "EventHub",
"url": "https://github.com/imbue11235/EventHub.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EventHub",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/imbue11235/EventHub.git
[1/41] Fetching eventhub
Fetched https://github.com/imbue11235/EventHub.git from cache (0.56s)
Creating working copy for https://github.com/imbue11235/EventHub.git
Working copy of https://github.com/imbue11235/EventHub.git resolved at 1.0.0 (764e6a1)
warning: '.resolve-product-dependencies': dependency 'eventhub' 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/imbue11235/EventHub.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/8] Compiling EventHub Event.swift
[4/8] Compiling EventHub Listener.swift
[5/8] Compiling EventHub EventHub.swift
[6/8] Compiling EventHub EventHub+Subscriber.swift
[7/8] Emitting module EventHub
[8/8] Compiling EventHub EventHub+SubscriptionType.swift
Build complete! (3.51s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "EventHub",
"name" : "EventHub",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "EventHub",
"targets" : [
"EventHub"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EventHubTests",
"module_type" : "SwiftTarget",
"name" : "EventHubTests",
"path" : "Tests/EventHubTests",
"sources" : [
"EventHubTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"EventHub"
],
"type" : "test"
},
{
"c99name" : "EventHub",
"module_type" : "SwiftTarget",
"name" : "EventHub",
"path" : "Sources/EventHub",
"product_memberships" : [
"EventHub"
],
"sources" : [
"Event.swift",
"EventHub+Subscriber.swift",
"EventHub+SubscriptionType.swift",
"EventHub.swift",
"Listener.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.