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 package-histogram, reference 0.1.3 (93a161), with Swift 5.9 for macOS (SPM) on 21 Feb 2025 20:01:36 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/HdrHistogram/hdrhistogram-swift.git
Reference: 0.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/HdrHistogram/hdrhistogram-swift
 * tag               0.1.3      -> FETCH_HEAD
HEAD is now at 93a1618 add Sendable conformance (#27)
Cloned https://github.com/HdrHistogram/hdrhistogram-swift.git
Revision (git rev-parse @):
93a1618c8aa20f6a521a9da656a3e0591889e9dc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/HdrHistogram/hdrhistogram-swift.git at 0.1.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/HdrHistogram/hdrhistogram-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Compiling _NumericsShims _NumericsShims.c
[4/14] Compiling RealModule Float16+Real.swift
[5/14] Compiling RealModule Float80+Real.swift
[6/14] Compiling RealModule Real.swift
[7/15] Compiling RealModule ElementaryFunctions.swift
[8/15] Compiling RealModule AugmentedArithmetic.swift
[9/15] Compiling RealModule AlgebraicField.swift
[10/15] Compiling RealModule Double+Real.swift
[11/15] Compiling RealModule ApproximateEquality.swift
[12/15] Compiling RealModule Float+Real.swift
[13/15] Emitting module RealModule
[14/15] Compiling RealModule RealFunctions.swift
[15/20] Compiling ComplexModule Differentiable.swift
[16/20] Compiling ComplexModule Complex.swift
[17/20] Compiling ComplexModule ElementaryFunctions.swift
[18/20] Emitting module ComplexModule
[19/20] Compiling ComplexModule Arithmetic.swift
[20/22] Emitting module Numerics
[21/22] Compiling Numerics Numerics.swift
[22/24] Compiling Histogram Histogram.swift
[23/24] Emitting module Histogram
[24/26] Emitting module HistogramExample
[25/26] Compiling HistogramExample HistogramExample.swift
[25/26] Linking HistogramExample
Build complete! (19.81s)
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/apple/swift-docc-plugin
[1/2050] Fetching swift-docc-plugin
[2/7645] Fetching swift-docc-plugin, swift-numerics
Fetched https://github.com/apple/swift-numerics (1.78s)
Fetched https://github.com/apple/swift-docc-plugin (1.78s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.47s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3312] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (1.17s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.51s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.53s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "package-histogram",
  "name" : "package-histogram",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Histogram",
      "targets" : [
        "Histogram"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "HistogramExample",
      "targets" : [
        "HistogramExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HistogramTests",
      "module_type" : "SwiftTarget",
      "name" : "HistogramTests",
      "path" : "Tests/HistogramTests",
      "product_dependencies" : [
        "Numerics"
      ],
      "sources" : [
        "HistogramAutosizingTests.swift",
        "HistogramDataAccessTests.swift",
        "HistogramTests.swift"
      ],
      "target_dependencies" : [
        "Histogram"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HistogramExample",
      "module_type" : "SwiftTarget",
      "name" : "HistogramExample",
      "path" : "Sources/HistogramExample",
      "product_memberships" : [
        "HistogramExample"
      ],
      "sources" : [
        "HistogramExample.swift"
      ],
      "target_dependencies" : [
        "Histogram"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Histogram",
      "module_type" : "SwiftTarget",
      "name" : "Histogram",
      "path" : "Sources/Histogram",
      "product_dependencies" : [
        "Numerics"
      ],
      "product_memberships" : [
        "Histogram",
        "HistogramExample"
      ],
      "sources" : [
        "Histogram.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.