Build Information
Successful build of EventSource, reference 1.4.1 (a3a85a), with Swift 6.0 for macOS (SPM) on 2 Mar 2026 15:09:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.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.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattt/EventSource
* tag 1.4.1 -> FETCH_HEAD
HEAD is now at a3a85a8 Add explicit swift-nio dependency for Xcode 26 transitive dylib bug (#18)
Cloned https://github.com/mattt/EventSource.git
Revision (git rev-parse @):
a3a85a85214caf642abaa96ae664e4c772a59f6e
SUCCESS checkout https://github.com/mattt/EventSource.git at 1.4.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/mattt/EventSource.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/7] Emitting module EventSource
[4/7] Compiling EventSource AsyncEventsSequence.swift
[5/7] Compiling EventSource AsyncSequence+Events.swift
[6/7] Compiling EventSource EventSource.swift
[7/7] Compiling EventSource EventSource+AsyncHTTPClient.swift
Build complete! (4.50s)
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",
"AsyncHTTPClientTraitTests.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+AsyncHTTPClient.swift",
"EventSource.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.