Build Information
Successful build of swift-hyperloglog, reference main (dd6f87), with Swift 6.1 for macOS (SPM) on 8 Jun 2025 01:29:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/t089/swift-hyperloglog.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/t089/swift-hyperloglog
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at dd6f874 add SPI shields in readme
Cloned https://github.com/t089/swift-hyperloglog.git
Revision (git rev-parse @):
dd6f874a69b83a4cc93a868a7d8fb65bc2313406
SUCCESS checkout https://github.com/t089/swift-hyperloglog.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": "swift-hyperloglog",
"name": "swift-hyperloglog",
"url": "https://github.com/t089/swift-hyperloglog.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-hyperloglog",
"dependencies": [
]
}
]
}
Fetching https://github.com/t089/swift-hyperloglog.git
[3/81] Fetching swift-hyperloglog
Fetched https://github.com/t089/swift-hyperloglog.git from cache (0.73s)
Creating working copy for https://github.com/t089/swift-hyperloglog.git
Working copy of https://github.com/t089/swift-hyperloglog.git resolved at main (dd6f874)
warning: '.resolve-product-dependencies': dependency 'swift-hyperloglog' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/t089/swift-hyperloglog.git
https://github.com/t089/swift-hyperloglog.git
{
"dependencies" : [
],
"manifest_display_name" : "swift-hyperloglog",
"name" : "swift-hyperloglog",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HyperLogLog",
"targets" : [
"HyperLogLog"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HyperLogLogTests",
"module_type" : "SwiftTarget",
"name" : "HyperLogLogTests",
"path" : "Tests/HyperLogLogTests",
"sources" : [
"HyperLogLogTests.swift"
],
"target_dependencies" : [
"HyperLogLog"
],
"type" : "test"
},
{
"c99name" : "HyperLogLog",
"module_type" : "SwiftTarget",
"name" : "HyperLogLog",
"path" : "Sources/HyperLogLog",
"product_memberships" : [
"HyperLogLog"
],
"sources" : [
"HyperLogLog.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/4] Compiling HyperLogLog HyperLogLog.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/4] Emitting module HyperLogLog
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (2.49s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-hyperloglog",
"name" : "swift-hyperloglog",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HyperLogLog",
"targets" : [
"HyperLogLog"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HyperLogLogTests",
"module_type" : "SwiftTarget",
"name" : "HyperLogLogTests",
"path" : "Tests/HyperLogLogTests",
"sources" : [
"HyperLogLogTests.swift"
],
"target_dependencies" : [
"HyperLogLog"
],
"type" : "test"
},
{
"c99name" : "HyperLogLog",
"module_type" : "SwiftTarget",
"name" : "HyperLogLog",
"path" : "Sources/HyperLogLog",
"product_memberships" : [
"HyperLogLog"
],
"sources" : [
"HyperLogLog.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.