Build Information
Successful build of Stream, reference 0.0.8 (be0295), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 11:47:05 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: 0.0.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cgarciae/stream
* tag 0.0.8 -> FETCH_HEAD
HEAD is now at be0295e update README
Cloned https://github.com/cgarciae/stream.git
Revision (git rev-parse @):
be0295edfc45808b28276d20859693dbf5ec4437
SUCCESS checkout https://github.com/cgarciae/stream.git at 0.0.8
========================================
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 Utils.swift
[4/9] Compiling Stream Stream.swift
[5/9] Compiling Stream Queue.swift
[6/9] Compiling Stream Lock.swift
[7/9] Compiling Stream ConcurrentQueue.swift
[8/9] Emitting module Stream
[9/9] Compiling Stream OrderedStream.swift
Build complete! (3.60s)
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.