Build Information
Successful build of ChaosByteStreams, reference main (dc5fc0
), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 23:09:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.58.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/ChaosByteStreams.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/ChaosByteStreams
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at dc5fc08 if buffer is already closed, terminate new streams as soon as we've sent the contents
Cloned https://github.com/elegantchaos/ChaosByteStreams.git
Revision (git rev-parse @):
dc5fc08a831e8e2878197418e3ed35f234bcfe07
SUCCESS checkout https://github.com/elegantchaos/ChaosByteStreams.git at main
========================================
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",
"dependencies": [
{
"identity": "chaosbytestreams",
"name": "ChaosByteStreams",
"url": "https://github.com/elegantchaos/ChaosByteStreams.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ChaosByteStreams",
"dependencies": [
]
}
]
}
Fetching https://github.com/elegantchaos/ChaosByteStreams.git
[1/116] Fetching chaosbytestreams
Fetched https://github.com/elegantchaos/ChaosByteStreams.git from cache (0.67s)
Creating working copy for https://github.com/elegantchaos/ChaosByteStreams.git
Working copy of https://github.com/elegantchaos/ChaosByteStreams.git resolved at main (dc5fc08)
warning: '.resolve-product-dependencies': dependency 'chaosbytestreams' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/elegantchaos/ChaosByteStreams.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/6] Compiling ChaosByteStreams String+ByteStreams.swift
[4/6] Compiling ChaosByteStreams Data+ByteStreams.swift
[5/6] Compiling ChaosByteStreams DataBuffer.swift
[6/6] Emitting module ChaosByteStreams
Build complete! (7.22s)
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.