Build Information
Successful build of EventBus, reference main (e4050c), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 13:46:06 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SSBun/EventBus.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SSBun/EventBus
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/SSBun/EventBus.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/4] Emitting module EventBus
[4/4] Compiling EventBus EventBus.swift
/Users/admin/builder/spi-builder-workspace/Sources/EventBus/EventBus.swift:57:29: warning: capture of non-sendable type 'Topic.Type' in an isolated closure
55 | if let queue {
56 | queue.async {
57 | receiveMessageHandler(event)
| `- warning: capture of non-sendable type 'Topic.Type' in an isolated closure
58 | }
59 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/EventBus/EventBus.swift:45:9: warning: capture of non-sendable type 'Topic.Type' in an isolated closure
43 | client: AnyHashable,
44 | on queue: DispatchQueue? = .main,
45 | receiveMessageHandler: @escaping (Topic) -> Void
| `- warning: capture of non-sendable type 'Topic.Type' in an isolated closure
46 | ) {
47 | lock.lock()
/Users/admin/builder/spi-builder-workspace/Sources/EventBus/EventBus.swift:71:33: warning: capture of non-sendable type 'Topic.Type' in an isolated closure
69 | if let queue {
70 | queue.async {
71 | receiveMessageHandler(event)
| `- warning: capture of non-sendable type 'Topic.Type' in an isolated closure
72 | }
73 | } else {
/Users/admin/builder/spi-builder-workspace/Sources/EventBus/EventBus.swift:45:9: warning: capture of non-sendable type 'Topic.Type' in an isolated closure
43 | client: AnyHashable,
44 | on queue: DispatchQueue? = .main,
45 | receiveMessageHandler: @escaping (Topic) -> Void
| `- warning: capture of non-sendable type 'Topic.Type' in an isolated closure
46 | ) {
47 | lock.lock()
Build complete! (2.93s)
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.