Build Information
Successful build of DataStream, reference 2.0.5 (36347b), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 14:47:31 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/hughbe/DataStream.git
Reference: 2.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hughbe/DataStream
* tag 2.0.5 -> FETCH_HEAD
HEAD is now at 36347be Create LICENSE
Cloned https://github.com/hughbe/DataStream.git
Revision (git rev-parse @):
36347be43d95e15263a37883ffc341019fdb733b
SUCCESS checkout https://github.com/hughbe/DataStream.git at 2.0.5
Fetching https://github.com/hughbe/SwiftBitField
[1/25] Fetching swiftbitfield
Fetched https://github.com/hughbe/SwiftBitField from cache (0.58s)
Computing version for https://github.com/hughbe/SwiftBitField
Computed https://github.com/hughbe/SwiftBitField at 1.0.0 (1.29s)
Creating working copy for https://github.com/hughbe/SwiftBitField
Working copy of https://github.com/hughbe/SwiftBitField resolved at 1.0.0
========================================
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": "datastream",
"name": "DataStream",
"url": "https://github.com/hughbe/DataStream.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DataStream",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftbitfield",
"name": "BitField",
"url": "https://github.com/hughbe/SwiftBitField",
"version": "1.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftBitField",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/hughbe/DataStream.git
[1/175] Fetching datastream
Fetched https://github.com/hughbe/DataStream.git from cache (0.66s)
Fetching https://github.com/hughbe/SwiftBitField from cache
Fetched https://github.com/hughbe/SwiftBitField from cache (0.45s)
Computing version for https://github.com/hughbe/SwiftBitField
Computed https://github.com/hughbe/SwiftBitField at 1.0.1 (0.50s)
Creating working copy for https://github.com/hughbe/DataStream.git
Working copy of https://github.com/hughbe/DataStream.git resolved at 2.0.5 (36347be)
Creating working copy for https://github.com/hughbe/SwiftBitField
Working copy of https://github.com/hughbe/SwiftBitField resolved at 1.0.1
warning: '.resolve-product-dependencies': dependency 'datastream' is not used by any target
Found 1 product dependencies
- BitField
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/hughbe/DataStream.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/5] Compiling BitField BitField.swift
[5/5] Emitting module BitField
[6/12] Compiling DataStream Endianess.swift
[7/12] Compiling DataStream RangeReplaceableCollection+PadLeft.swift
[8/12] Compiling DataStream OutputDataStream.swift
[9/12] Compiling DataStream BitFieldReader.swift
[10/12] Emitting module DataStream
[11/12] Compiling DataStream BinaryInteger+HexString.swift
[12/12] Compiling DataStream DataStream.swift
Build complete! (4.83s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftbitfield",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hughbe/SwiftBitField"
}
],
"manifest_display_name" : "DataStream",
"name" : "DataStream",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DataStream",
"targets" : [
"DataStream"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DataStreamTests",
"module_type" : "SwiftTarget",
"name" : "DataStreamTests",
"path" : "Tests/DataStreamTests",
"sources" : [
"BitFieldReaderTests.swift",
"DataStreamTests.swift",
"OutputDataStreamTests.swift",
"RoundtripTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DataStream"
],
"type" : "test"
},
{
"c99name" : "DataStream",
"module_type" : "SwiftTarget",
"name" : "DataStream",
"path" : "Sources/DataStream",
"product_dependencies" : [
"BitField"
],
"product_memberships" : [
"DataStream"
],
"sources" : [
"BinaryInteger+HexString.swift",
"BitFieldReader.swift",
"DataStream.swift",
"Endianess.swift",
"OutputDataStream.swift",
"RangeReplaceableCollection+PadLeft.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.