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 Android on 10 Aug 2025 06:09:43 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ordo-one/package-distributions.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-numerics
[1/5840] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.38s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (2.56s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Building for debugging...
[0/10] Write sources
[3/10] Compiling _NumericsShims _NumericsShims.c
[4/10] Write swift-version-8C5A4AE7A8CE2BA.txt
[6/20] Compiling RealModule Real.swift
[7/20] Compiling RealModule Float80+Real.swift
[8/21] Compiling RealModule RealFunctions.swift
[9/21] Compiling RealModule Float+Real.swift
[10/21] Emitting module RealModule
[11/21] Compiling RealModule ElementaryFunctions.swift
[12/21] Compiling RealModule AugmentedArithmetic.swift
[13/21] Compiling RealModule Double+Real.swift
[14/21] Compiling RealModule Float16+Real.swift
[15/21] Compiling RealModule AlgebraicField.swift
[16/21] Compiling RealModule ApproximateEquality.swift
[17/22] Wrapping AST for RealModule for debugging
[19/27] Compiling Random PseudoRandom.swift
[20/27] Compiling Random Normal.swift
[21/27] Compiling Random PseudoRandom.Wyhash.swift
[22/27] Compiling Random Binomial.swift
[23/27] Emitting module Random
[24/28] Wrapping AST for Random for debugging
[26/30] Emitting module Examples
[27/30] Compiling Examples Examples.swift
[28/31] Wrapping AST for Examples for debugging
[29/31] Write Objects.LinkFileList
[30/31] Linking Examples
Build complete! (11.12s)
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" : "/host/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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.