Build Information
Successful build of Stream, reference master (36eb90), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 11:44:57 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/cgarciae/stream.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cgarciae/stream
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 36eb909 slightly update readme
Cloned https://github.com/cgarciae/stream.git
Revision (git rev-parse @):
36eb90967408dcb96a5283cc00b78e62f04a1b11
SUCCESS checkout https://github.com/cgarciae/stream.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/cgarciae/stream.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/9] Compiling Stream Queue.swift
[4/9] Compiling Stream Stream.swift
[5/9] Compiling Stream Utils.swift
[6/9] Compiling Stream Lock.swift
[7/9] Emitting module Stream
[8/9] Compiling Stream ConcurrentQueue.swift
[9/9] Compiling Stream OrderedStream.swift
Build complete! (3.74s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Stream",
"name" : "Stream",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Stream",
"targets" : [
"Stream"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StreamTests",
"module_type" : "SwiftTarget",
"name" : "StreamTests",
"path" : "Tests/StreamTests",
"sources" : [
"OrderedStreamTests.swift",
"StreamTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Stream"
],
"type" : "test"
},
{
"c99name" : "Stream",
"module_type" : "SwiftTarget",
"name" : "Stream",
"path" : "Sources/Stream",
"product_memberships" : [
"Stream"
],
"sources" : [
"ConcurrentQueue.swift",
"Lock.swift",
"OrderedStream.swift",
"Queue.swift",
"Stream.swift",
"Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.