Build Information
Successful build of SSE, reference 0.1.0 (c8e3f1), with Swift 6.1 for macOS (SPM) on 10 Mar 2026 03:30:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DePasqualeOrg/swift-sse.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/DePasqualeOrg/swift-sse
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at c8e3f1a Initial commit
Cloned https://github.com/DePasqualeOrg/swift-sse.git
Revision (git rev-parse @):
c8e3f1a5d4cdf708c891bae1f2a975519627b65c
SUCCESS checkout https://github.com/DePasqualeOrg/swift-sse.git at 0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/DePasqualeOrg/swift-sse.git
https://github.com/DePasqualeOrg/swift-sse.git
{
"dependencies" : [
],
"manifest_display_name" : "SSE",
"name" : "SSE",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SSE",
"targets" : [
"SSE"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SSETests",
"module_type" : "SwiftTarget",
"name" : "SSETests",
"path" : "Tests/SSETests",
"sources" : [
"SSETests.swift"
],
"target_dependencies" : [
"SSE"
],
"type" : "test"
},
{
"c99name" : "SSE",
"module_type" : "SwiftTarget",
"name" : "SSE",
"path" : "Sources/SSE",
"product_memberships" : [
"SSE"
],
"sources" : [
"SSE.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Compiling SSE SSE.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/4] Emitting module SSE
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (0.80s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SSE",
"name" : "SSE",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SSE",
"targets" : [
"SSE"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SSETests",
"module_type" : "SwiftTarget",
"name" : "SSETests",
"path" : "Tests/SSETests",
"sources" : [
"SSETests.swift"
],
"target_dependencies" : [
"SSE"
],
"type" : "test"
},
{
"c99name" : "SSE",
"module_type" : "SwiftTarget",
"name" : "SSE",
"path" : "Sources/SSE",
"product_memberships" : [
"SSE"
],
"sources" : [
"SSE.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.