Build Information
Successful build of Eventitic, reference master (d24808), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 21:15:08 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/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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/hironytic/Eventitic.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/6] Compiling Eventitic ListenerStore.swift
[4/6] Compiling Eventitic Listener.swift
[5/6] Emitting module Eventitic
[6/6] Compiling Eventitic EventSource.swift
Build complete! (3.36s)
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.