The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HeatmapKit, reference main (c6a70b), with Swift 6.3 for macOS (SPM) on 1 May 2026 10:52:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jacklv-coder/HeatmapKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jacklv-coder/HeatmapKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "heatmapkit",
      "name": "HeatmapKit",
      "url": "https://github.com/jacklv-coder/HeatmapKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HeatmapKit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jacklv-coder/HeatmapKit.git
[1/258] Fetching heatmapkit
Fetched https://github.com/jacklv-coder/HeatmapKit.git from cache (0.99s)
Creating working copy for https://github.com/jacklv-coder/HeatmapKit.git
Working copy of https://github.com/jacklv-coder/HeatmapKit.git resolved at main (c6a70b6)
warning: '.resolve-product-dependencies': dependency 'heatmapkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/jacklv-coder/HeatmapKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/10] Compiling HeatmapKit Weekday.swift
[4/10] Compiling HeatmapKit CalendarHeatmap+Snapshot.swift
[5/10] Compiling HeatmapKit ColorPalette.swift
[6/10] Emitting module HeatmapKit
[7/10] Compiling HeatmapKit CalendarHeatmap+Modifiers.swift
[8/10] Compiling HeatmapKit Aggregation.swift
[9/10] Compiling HeatmapKit CalendarHeatmap+Init.swift
[10/10] Compiling HeatmapKit CalendarHeatmap.swift
Build complete! (8.93s)
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.