Build Information
Successful build of StreamReader, reference 1.0.1 (0cabaa), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 01:24:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mxcl/streamreader.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mxcl/streamreader
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 0cabaa9 Update Path.swift dep version to 1.0.0-alpha.1
Cloned https://github.com/mxcl/streamreader.git
Revision (git rev-parse @):
0cabaa9d539037da1b25b8cbe58a8ecafaedea67
SUCCESS checkout https://github.com/mxcl/streamreader.git at 1.0.1
Fetching https://github.com/mxcl/Path.swift
[1/1220] Fetching path.swift
Fetched https://github.com/mxcl/Path.swift from cache (0.82s)
Computing version for https://github.com/mxcl/Path.swift
Computed https://github.com/mxcl/Path.swift at 1.0.0-alpha.2 (1.49s)
Creating working copy for https://github.com/mxcl/Path.swift
Working copy of https://github.com/mxcl/Path.swift resolved at 1.0.0-alpha.2
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "streamreader",
"name": "StreamReader",
"url": "https://github.com/mxcl/streamreader.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/streamreader",
"traits": [
"default"
],
"dependencies": [
{
"identity": "path.swift",
"name": "Path.swift",
"url": "https://github.com/mxcl/Path.swift",
"version": "1.6.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Path.swift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/mxcl/streamreader.git
[1/50] Fetching streamreader
Fetched https://github.com/mxcl/streamreader.git from cache (0.66s)
Fetching https://github.com/mxcl/Path.swift from cache
Fetched https://github.com/mxcl/Path.swift from cache (0.45s)
Computing version for https://github.com/mxcl/Path.swift
Computed https://github.com/mxcl/Path.swift at 1.6.0 (0.51s)
Creating working copy for https://github.com/mxcl/Path.swift
Working copy of https://github.com/mxcl/Path.swift resolved at 1.6.0
Creating working copy for https://github.com/mxcl/streamreader.git
Working copy of https://github.com/mxcl/streamreader.git resolved at 1.0.1 (0cabaa9)
warning: '.resolve-product-dependencies': dependency 'streamreader' is not used by any target
Found 1 product dependencies
- Path.swift
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/mxcl/streamreader.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/13] Compiling Path Path+ls.swift
[5/13] Compiling Path Path+FileManager.swift
[6/13] Compiling Path Path+CommonDirectories.swift
[7/13] Compiling Path Path.swift
[8/13] Emitting module Path
[9/13] Compiling Path Path->Bool.swift
[10/13] Compiling Path Path+Attributes.swift
[11/13] Compiling Path Extensions.swift
[12/13] Compiling Path Path+Codable.swift
[13/13] Compiling Path Path+StringConvertibles.swift
[14/14] Compiling Path Pathish.swift
[15/16] Compiling StreamReader StreamReader.swift
[16/16] Emitting module StreamReader
Build complete! (8.02s)
Build complete.
{
"dependencies" : [
{
"identity" : "path.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-alpha.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/Path.swift"
}
],
"manifest_display_name" : "StreamReader",
"name" : "StreamReader",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "StreamReader",
"targets" : [
"StreamReader"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StreamReader",
"module_type" : "SwiftTarget",
"name" : "StreamReader",
"path" : ".",
"product_dependencies" : [
"Path"
],
"product_memberships" : [
"StreamReader"
],
"sources" : [
"StreamReader.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.