The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of HistogramView, reference main (608563), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 15:44:01 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/alladinian/HistogramView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alladinian/HistogramView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6085639 Update README.md
Cloned https://github.com/alladinian/HistogramView.git
Revision (git rev-parse @):
608563905f42e524fdf07b8bb2854e48431c0869
SUCCESS checkout https://github.com/alladinian/HistogramView.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/alladinian/HistogramView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling HistogramView Path+Interpolation.swift
[4/7] Compiling HistogramView HistogramChannel.swift
[5/7] Compiling HistogramView HistogramView.swift
[6/7] Emitting module HistogramView
[7/7] Compiling HistogramView CGImage+Histogram.swift
Build complete! (7.28s)
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.