Build Information
Successful build of package-histogram, reference main (93a161
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 03:33:16 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/HdrHistogram/hdrhistogram-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/HdrHistogram/hdrhistogram-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 93a1618 add Sendable conformance (#27)
Cloned https://github.com/HdrHistogram/hdrhistogram-swift.git
Revision (git rev-parse @):
93a1618c8aa20f6a521a9da656a3e0591889e9dc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/HdrHistogram/hdrhistogram-swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/HdrHistogram/hdrhistogram-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/13] Write sources
[3/13] Write HistogramExample-entitlement.plist
[7/13] Write sources
[8/13] Write swift-version-1EA4D86E10B52AF.txt
[9/13] Compiling _NumericsShims _NumericsShims.c
[11/23] Compiling RealModule AlgebraicField.swift
[12/23] Emitting module RealModule
[13/24] Compiling RealModule AugmentedArithmetic.swift
[14/24] Compiling RealModule Float16+Real.swift
[15/24] Compiling RealModule Float80+Real.swift
[16/24] Compiling RealModule Float+Real.swift
[17/24] Compiling RealModule Real.swift
[18/24] Compiling RealModule ApproximateEquality.swift
[19/24] Compiling RealModule ElementaryFunctions.swift
[20/24] Compiling RealModule Double+Real.swift
[21/24] Compiling RealModule RealFunctions.swift
[22/29] Compiling ComplexModule Differentiable.swift
[23/29] Compiling ComplexModule Complex.swift
[24/29] Compiling ComplexModule ElementaryFunctions.swift
[25/29] Compiling ComplexModule Arithmetic.swift
[26/29] Emitting module ComplexModule
[27/31] Compiling Numerics Numerics.swift
[28/31] Emitting module Numerics
[29/33] Compiling Histogram Histogram.swift
[30/33] Emitting module Histogram
[31/35] Compiling HistogramExample HistogramExample.swift
[32/35] Emitting module HistogramExample
[32/35] Write Objects.LinkFileList
[33/35] Linking HistogramExample
[34/35] Applying HistogramExample
Build complete! (17.43s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-numerics
[1/2082] Fetching swift-docc-plugin
[64/7839] Fetching swift-docc-plugin, swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.20s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.20s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.75s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3415] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.10s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.68s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.53s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Build complete.
{
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "package-histogram",
"name" : "package-histogram",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Histogram",
"targets" : [
"Histogram"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HistogramExample",
"targets" : [
"HistogramExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "HistogramTests",
"module_type" : "SwiftTarget",
"name" : "HistogramTests",
"path" : "Tests/HistogramTests",
"product_dependencies" : [
"Numerics"
],
"sources" : [
"HistogramAutosizingTests.swift",
"HistogramDataAccessTests.swift",
"HistogramTests.swift"
],
"target_dependencies" : [
"Histogram"
],
"type" : "test"
},
{
"c99name" : "HistogramExample",
"module_type" : "SwiftTarget",
"name" : "HistogramExample",
"path" : "Sources/HistogramExample",
"product_memberships" : [
"HistogramExample"
],
"sources" : [
"HistogramExample.swift"
],
"target_dependencies" : [
"Histogram"
],
"type" : "executable"
},
{
"c99name" : "Histogram",
"module_type" : "SwiftTarget",
"name" : "Histogram",
"path" : "Sources/Histogram",
"product_dependencies" : [
"Numerics"
],
"product_memberships" : [
"Histogram",
"HistogramExample"
],
"sources" : [
"Histogram.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.