Build Information
Successful build of EventSource, reference 1.3.0 (ca2a9d), with Swift 6.2 for macOS (SPM) on 31 Oct 2025 15:31:03 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattt/EventSource.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattt/EventSource
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at ca2a9d9 Bump version to 1.3.0
Cloned https://github.com/mattt/EventSource.git
Revision (git rev-parse @):
ca2a9d90cbe49e09b92f4b6ebd922c03ebea51d0
SUCCESS checkout https://github.com/mattt/EventSource.git at 1.3.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",
"dependencies": [
{
"identity": "eventsource",
"name": "EventSource",
"url": "https://github.com/mattt/EventSource.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EventSource",
"dependencies": [
]
}
]
}
Fetching https://github.com/mattt/EventSource.git
[1/199] Fetching eventsource
Fetched https://github.com/mattt/EventSource.git from cache (0.71s)
Creating working copy for https://github.com/mattt/EventSource.git
Working copy of https://github.com/mattt/EventSource.git resolved at 1.3.0 (ca2a9d9)
warning: '.resolve-product-dependencies': dependency 'eventsource' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mattt/EventSource.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/6] Compiling EventSource EventSource.swift
[4/6] Compiling EventSource AsyncSequence+Events.swift
[5/6] Emitting module EventSource
[6/6] Compiling EventSource AsyncEventsSequence.swift
Build complete! (4.58s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "EventSource",
"name" : "EventSource",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "EventSource",
"targets" : [
"EventSource"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EventSourceTests",
"module_type" : "SwiftTarget",
"name" : "EventSourceTests",
"path" : "Tests/EventSourceTests",
"sources" : [
"AsyncEventsSequenceTests.swift",
"Helpers/AsyncBytes.swift",
"Helpers/ChunkedAsyncBytes.swift",
"Helpers/MockURLProtocol.swift",
"IntegrationTests.swift",
"ParserTests.swift"
],
"target_dependencies" : [
"EventSource"
],
"type" : "test"
},
{
"c99name" : "EventSource",
"module_type" : "SwiftTarget",
"name" : "EventSource",
"path" : "Sources/EventSource",
"product_memberships" : [
"EventSource"
],
"sources" : [
"AsyncEventsSequence.swift",
"AsyncSequence+Events.swift",
"EventSource.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.