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.2.0 (f038cd), with Swift 6.2 for macOS (SPM) on 10 Nov 2025 03:10:48 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ordo-one/package-distributions.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ordo-one/package-distributions
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at f038cd1 Merge pull request #4 from ordo-one/pseudorandom-rawrepresentable
Cloned https://github.com/ordo-one/package-distributions.git
Revision (git rev-parse @):
f038cd104d56086bf04e699565f09f250ef8902e
SUCCESS checkout https://github.com/ordo-one/package-distributions.git at 0.2.0
Fetching https://github.com/tayloraswift/dollup
Fetching https://github.com/apple/swift-numerics
[1/954] Fetching dollup
[393/7334] Fetching dollup, swift-numerics
Fetched https://github.com/tayloraswift/dollup from cache (1.06s)
Fetched https://github.com/apple/swift-numerics from cache (1.06s)
Computing version for https://github.com/tayloraswift/dollup
Computed https://github.com/tayloraswift/dollup at 0.5.0 (1.61s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/tayloraswift/swift-io
[1/99] Fetching swift-io
[100/72819] Fetching swift-io, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.56s)
Fetched https://github.com/tayloraswift/swift-io from cache (3.56s)
Computing version for https://github.com/tayloraswift/swift-io
Computed https://github.com/tayloraswift/swift-io at 0.1.0 (4.11s)
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-argument-parser
[1/5171] Fetching swift-system
[1605/21857] Fetching swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.45s)
Fetched https://github.com/apple/swift-system from cache (1.45s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (1.98s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (2.61s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.53s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.3 (0.53s)
Creating working copy for https://github.com/tayloraswift/dollup
Working copy of https://github.com/tayloraswift/dollup resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/tayloraswift/swift-io
Working copy of https://github.com/tayloraswift/swift-io resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.3
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.17s)
========================================
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": "package-distributions",
      "name": "package-distributions",
      "url": "https://github.com/ordo-one/package-distributions.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/package-distributions",
      "dependencies": [
        {
          "identity": "swift-numerics",
          "name": "swift-numerics",
          "url": "https://github.com/apple/swift-numerics",
          "version": "1.1.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ordo-one/package-distributions.git
[1/158] Fetching package-distributions
Fetched https://github.com/ordo-one/package-distributions.git from cache (0.63s)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.50s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.55s)
Creating working copy for https://github.com/ordo-one/package-distributions.git
Working copy of https://github.com/ordo-one/package-distributions.git resolved at 0.2.0 (f038cd1)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
warning: '.resolve-product-dependencies': dependency 'package-distributions' is not used by any target
Found 1 product dependencies
  - swift-numerics
========================================
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.app xcrun swift build --arch arm64
[1/1] Compiling plugin DollupPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/10] Write sources
[6/10] Write swift-version-49B95AFC49DCD68C.txt
[7/10] Compiling _NumericsShims _NumericsShims.c
[9/21] Compiling RealModule Float16+Real.swift
[10/21] Compiling RealModule Float80+Real.swift
[11/21] Compiling RealModule RealFunctions.swift
[12/21] Compiling RealModule Real.swift
[13/22] Compiling RealModule Double+Real.swift
[14/22] Compiling RealModule ElementaryFunctions.swift
[15/22] Compiling RealModule AugmentedArithmetic.swift
[16/22] Compiling RealModule AlgebraicField.swift
[17/22] Compiling RealModule ApproximateEquality.swift
[18/22] Compiling RealModule Float+Real.swift
[19/22] Emitting module RealModule
[20/22] Compiling RealModule RelaxedArithmetic.swift
[21/27] Compiling Random PseudoRandom.Wyhash.swift
[22/27] Compiling Random PseudoRandom.swift
[23/27] Compiling Random Normal.swift
[24/27] Emitting module Random
[25/27] Compiling Random Binomial.swift
[26/29] Emitting module Examples
[27/29] Compiling Examples Examples.swift
[27/29] Write Objects.LinkFileList
[28/29] Linking Examples
Build complete! (9.72s)
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"
    },
    {
      "identity" : "dollup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tayloraswift/dollup"
    }
  ],
  "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.