The Swift Package Index logo.Swift Package Index

Build Information

Successful build of HistogramView, reference v1.0.0 (9ac039), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 07:03:51 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/alladinian/HistogramView.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alladinian/HistogramView
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at 9ac039b Update README.md
Cloned https://github.com/alladinian/HistogramView.git
Revision (git rev-parse @):
9ac039b6fdab2d6cc27cc56b65705944ee43ae0e
SUCCESS checkout https://github.com/alladinian/HistogramView.git at v1.0.0
========================================
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": "histogramview",
      "name": "HistogramView",
      "url": "https://github.com/alladinian/HistogramView.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HistogramView",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alladinian/HistogramView.git
[1/32] Fetching histogramview
Fetched https://github.com/alladinian/HistogramView.git from cache (0.63s)
Creating working copy for https://github.com/alladinian/HistogramView.git
Working copy of https://github.com/alladinian/HistogramView.git resolved at v1.0.0 (9ac039b)
warning: '.resolve-product-dependencies': dependency 'histogramview' 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/alladinian/HistogramView.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/7] Emitting module HistogramView
[4/7] Compiling HistogramView HistogramChannel.swift
[5/7] Compiling HistogramView HistogramView.swift
[6/7] Compiling HistogramView Path+Interpolation.swift
[7/7] Compiling HistogramView CGImage+Histogram.swift
Build complete! (8.52s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HistogramView",
  "name" : "HistogramView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "HistogramView",
      "targets" : [
        "HistogramView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HistogramViewTests",
      "module_type" : "SwiftTarget",
      "name" : "HistogramViewTests",
      "path" : "Tests/HistogramViewTests",
      "sources" : [
        "HistogramViewTests.swift"
      ],
      "target_dependencies" : [
        "HistogramView"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HistogramView",
      "module_type" : "SwiftTarget",
      "name" : "HistogramView",
      "path" : "Sources/HistogramView",
      "product_memberships" : [
        "HistogramView"
      ],
      "sources" : [
        "CGImage+Histogram.swift",
        "HistogramChannel.swift",
        "HistogramView.swift",
        "Path+Interpolation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.