Build Information
Successful build of Eventitic, reference master (d24808), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 18:08:50 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/hironytic/Eventitic.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hironytic/Eventitic
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at d24808b Merge pull request #6 from hironytic/swift-5.1
Cloned https://github.com/hironytic/Eventitic.git
Revision (git rev-parse @):
d24808bd747b3bb22f4eb0a76e98b5eef052afd3
SUCCESS checkout https://github.com/hironytic/Eventitic.git at master
========================================
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": "eventitic",
"name": "Eventitic",
"url": "https://github.com/hironytic/Eventitic.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Eventitic",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/hironytic/Eventitic.git
[1/794] Fetching eventitic
Fetched https://github.com/hironytic/Eventitic.git from cache (0.77s)
Creating working copy for https://github.com/hironytic/Eventitic.git
Working copy of https://github.com/hironytic/Eventitic.git resolved at master (d24808b)
warning: '.resolve-product-dependencies': dependency 'eventitic' 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/hironytic/Eventitic.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/6] Compiling Eventitic ListenerStore.swift
[4/6] Compiling Eventitic EventSource.swift
[5/6] Emitting module Eventitic
[6/6] Compiling Eventitic Listener.swift
Build complete! (3.94s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Eventitic",
"name" : "Eventitic",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Eventitic",
"targets" : [
"Eventitic"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EventiticTests",
"module_type" : "SwiftTarget",
"name" : "EventiticTests",
"path" : "Tests/EventiticTests",
"sources" : [
"EventiticTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Eventitic"
],
"type" : "test"
},
{
"c99name" : "Eventitic",
"module_type" : "SwiftTarget",
"name" : "Eventitic",
"path" : "Sources/Eventitic",
"product_memberships" : [
"Eventitic"
],
"sources" : [
"EventSource.swift",
"Listener.swift",
"ListenerStore.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.