Build Information
Successful build of ChaosByteStreams, reference v1.0.7 (01cc58), with Swift 6.0 for macOS (SPM) on 9 Oct 2025 19:23:59 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/elegantchaos/ChaosByteStreams.git
Reference: v1.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/ChaosByteStreams
* tag v1.0.7 -> FETCH_HEAD
HEAD is now at 01cc58b Cleaned up helper
Cloned https://github.com/elegantchaos/ChaosByteStreams.git
Revision (git rev-parse @):
01cc58b8d9a01d67ee6669b67db41b2060ea467b
SUCCESS checkout https://github.com/elegantchaos/ChaosByteStreams.git at v1.0.7
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/elegantchaos/ChaosByteStreams.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/6] Emitting module ChaosByteStreams
[4/6] Compiling ChaosByteStreams String+ByteStreams.swift
[5/6] Compiling ChaosByteStreams Data+ByteStreams.swift
[6/6] Compiling ChaosByteStreams DataBuffer.swift
Build complete! (4.90s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ChaosByteStreams",
"name" : "ChaosByteStreams",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "ChaosByteStreams",
"targets" : [
"ChaosByteStreams"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ChaosByteStreamsTests",
"module_type" : "SwiftTarget",
"name" : "ChaosByteStreamsTests",
"path" : "Tests/ChaosByteStreamsTests",
"sources" : [
"ChaosByteStreamsTests.swift"
],
"target_dependencies" : [
"ChaosByteStreams"
],
"type" : "test"
},
{
"c99name" : "ChaosByteStreams",
"module_type" : "SwiftTarget",
"name" : "ChaosByteStreams",
"path" : "Sources/ChaosByteStreams",
"product_memberships" : [
"ChaosByteStreams"
],
"sources" : [
"Data+ByteStreams.swift",
"DataBuffer.swift",
"String+ByteStreams.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.