The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of HistogramView, reference v1.0.0 (9ac039), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 02:51:56 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alladinian/HistogramView.git
[1/32] Fetching histogramview
Fetched https://github.com/alladinian/HistogramView.git from cache (0.62s)
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.1
Building package at path:  $PWD
https://github.com/alladinian/HistogramView.git
https://github.com/alladinian/HistogramView.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/7] Compiling HistogramView HistogramView.swift
[4/7] Compiling HistogramView Path+Interpolation.swift
[5/7] Compiling HistogramView CGImage+Histogram.swift
[6/7] Emitting module HistogramView
[7/7] Compiling HistogramView HistogramChannel.swift
Build complete! (8.00s)
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.