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 package-distributions, reference 0.1.0 (ee0ebd), with Swift 6.2 (beta) for macOS (SPM) on 10 Aug 2025 06:11:28 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ordo-one/package-distributions.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ordo-one/package-distributions
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at ee0ebdf add example usage
Cloned https://github.com/ordo-one/package-distributions.git
Revision (git rev-parse @):
ee0ebdfd34346173b4908c3fddc7b3deff5134f9
SUCCESS checkout https://github.com/ordo-one/package-distributions.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ordo-one/package-distributions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[4/7] Compiling _NumericsShims _NumericsShims.c
[6/17] Compiling RealModule Real.swift
[7/18] Compiling RealModule Float80+Real.swift
[8/18] Compiling RealModule Float16+Real.swift
[9/18] Compiling RealModule AlgebraicField.swift
[10/18] Emitting module RealModule
[11/18] Compiling RealModule ElementaryFunctions.swift
[12/18] Compiling RealModule AugmentedArithmetic.swift
[13/18] Compiling RealModule ApproximateEquality.swift
[14/18] Compiling RealModule Float+Real.swift
[15/18] Compiling RealModule Double+Real.swift
[16/18] Compiling RealModule RealFunctions.swift
[17/23] Compiling Random Normal.swift
[18/23] Compiling Random PseudoRandom.swift
[19/23] Compiling Random PseudoRandom.Wyhash.swift
[20/23] Emitting module Random
[21/23] Compiling Random Binomial.swift
[22/25] Compiling Examples Examples.swift
[23/25] Emitting module Examples
[23/25] Write Objects.LinkFileList
[24/25] Linking Examples
Build complete! (5.73s)
Fetching https://github.com/apple/swift-numerics
[1/5840] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.08s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (3.69s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    }
  ],
  "manifest_display_name" : "package-distributions",
  "name" : "package-distributions",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    },
    {
      "name" : "visionos",
      "version" : "2.0"
    },
    {
      "name" : "watchos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Random",
      "targets" : [
        "Random"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Examples",
      "targets" : [
        "Examples"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RandomTests",
      "module_type" : "SwiftTarget",
      "name" : "RandomTests",
      "path" : "Sources/RandomTests",
      "sources" : [
        "ChiSquareTest.swift",
        "Distributions/Binomial (ext).swift",
        "Distributions/BinomialTests.swift",
        "Distributions/Normal (ext).swift",
        "Distributions/NormalTests.swift",
        "Double (ext).swift",
        "HistogramValue.swift",
        "HistogramVisualization.swift",
        "StatisticsTestable.swift",
        "String (ext).swift"
      ],
      "target_dependencies" : [
        "Random"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Random",
      "module_type" : "SwiftTarget",
      "name" : "Random",
      "path" : "Sources/Random",
      "product_dependencies" : [
        "RealModule"
      ],
      "product_memberships" : [
        "Random",
        "Examples"
      ],
      "sources" : [
        "Binomial.swift",
        "Normal.swift",
        "PseudoRandom.Wyhash.swift",
        "PseudoRandom.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Examples",
      "module_type" : "SwiftTarget",
      "name" : "Examples",
      "path" : "Snippets",
      "product_memberships" : [
        "Examples"
      ],
      "sources" : [
        "Examples.swift"
      ],
      "target_dependencies" : [
        "Random"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "6.1"
}
Done.