Build Information
Successful build of HeatmapKit, reference v0.5.0 (c6a70b), with Swift 6.2 for macOS (SPM) on 1 May 2026 10:51:30 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jacklv-coder/HeatmapKit.git
Reference: v0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jacklv-coder/HeatmapKit
* tag v0.5.0 -> FETCH_HEAD
HEAD is now at c6a70b6 Merge pull request #12 from jacklv-coder/docs/readme-v0.5-cleanup
Cloned https://github.com/jacklv-coder/HeatmapKit.git
Revision (git rev-parse @):
c6a70b6bb6353258dba6e392d0ffd0a1cf0725ef
SUCCESS checkout https://github.com/jacklv-coder/HeatmapKit.git at v0.5.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jacklv-coder/HeatmapKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/10] Compiling HeatmapKit Weekday.swift
[4/10] Compiling HeatmapKit ColorPalette.swift
[5/10] Compiling HeatmapKit CalendarHeatmap+Snapshot.swift
[6/10] Compiling HeatmapKit CalendarHeatmap+Modifiers.swift
[7/10] Compiling HeatmapKit CalendarHeatmap+Init.swift
[8/10] Emitting module HeatmapKit
[9/10] Compiling HeatmapKit CalendarHeatmap.swift
[10/10] Compiling HeatmapKit Aggregation.swift
Build complete! (9.22s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HeatmapKit",
"name" : "HeatmapKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "HeatmapKit",
"targets" : [
"HeatmapKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HeatmapKitTests",
"module_type" : "SwiftTarget",
"name" : "HeatmapKitTests",
"path" : "Tests/HeatmapKitTests",
"sources" : [
"HeatmapKitTests.swift"
],
"target_dependencies" : [
"HeatmapKit"
],
"type" : "test"
},
{
"c99name" : "HeatmapKit",
"module_type" : "SwiftTarget",
"name" : "HeatmapKit",
"path" : "Sources/HeatmapKit",
"product_memberships" : [
"HeatmapKit"
],
"sources" : [
"Aggregation.swift",
"CalendarHeatmap+Init.swift",
"CalendarHeatmap+Modifiers.swift",
"CalendarHeatmap+Snapshot.swift",
"CalendarHeatmap.swift",
"ColorPalette.swift",
"Weekday.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.