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 d, reference master (0a208b), with Swift 6.2 (beta) for Android on 22 Aug 2025 00:33:59 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/d.git
Reference: master
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/tayloraswift/d
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0a208b3 update license
Cloned https://github.com/tayloraswift/d.git
Revision (git rev-parse @):
0a208b336e5f3bdde8ca25af90f0b14250ca01cb
SUCCESS checkout https://github.com/tayloraswift/d.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tayloraswift/d.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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/6342] Fetching swift-numerics
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.0.3 (3.39s)
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
[3/10] Write swift-version-8C5A4AE7A8CE2BA.txt
[6/20] Compiling RealModule Float16+Real.swift
[7/21] Compiling RealModule RealFunctions.swift
[8/21] Compiling RealModule Float+Real.swift
[9/21] Compiling RealModule AugmentedArithmetic.swift
[10/21] Compiling RealModule Double+Real.swift
[11/21] Compiling RealModule AlgebraicField.swift
[12/21] Compiling RealModule ApproximateEquality.swift
[13/21] Emitting module RealModule
[14/21] Compiling RealModule ElementaryFunctions.swift
[15/21] Compiling RealModule Float80+Real.swift
[16/21] Compiling RealModule Real.swift
[17/22] Wrapping AST for RealModule for debugging
[19/38] Compiling D NumericRepresentation.swift
[20/38] Compiling D PercentFormat.swift
[21/38] Compiling D PermilleFormat.swift
[22/38] Compiling D UInt8 (ext).swift
[23/38] Compiling D DecimalRepresentation.swift
[24/38] Compiling D Double (ext).swift
[25/38] Compiling D DecimalFormattable.swift
[26/38] Compiling D DecimalLog.swift
[27/40] Compiling D UnitFormat.swift
[28/40] Compiling D lexemes.swift
[29/40] Emitting module D
[30/40] Compiling D Decimal.swift
[31/40] Compiling D DecimalFormat.swift
[32/40] Compiling D BinaryInteger (ext).swift
[33/40] Compiling D Decimal.NaturalPrecision.swift
[34/40] Compiling D BasisPointsFormat.swift
[35/40] Compiling D BigIntFormat.swift
[36/40] Compiling D BigIntRepresentation.swift
[37/41] Wrapping AST for D for debugging
[39/43] Emitting module Examples
[40/43] Compiling Examples Examples.swift
[41/44] Wrapping AST for Examples for debugging
[42/44] Write Objects.LinkFileList
[43/44] Linking Examples
Build complete! (14.39s)
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" : "d",
  "name" : "d",
  "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" : "D",
      "targets" : [
        "D"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Examples",
      "targets" : [
        "Examples"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DTests",
      "module_type" : "SwiftTarget",
      "name" : "DTests",
      "path" : "Sources/DTests",
      "sources" : [
        "BigIntFormattingTests.swift",
        "DecimalFormattingTests.swift",
        "DecimalSemanticsTests.swift"
      ],
      "target_dependencies" : [
        "D"
      ],
      "type" : "test"
    },
    {
      "c99name" : "D",
      "module_type" : "SwiftTarget",
      "name" : "D",
      "path" : "Sources/D",
      "product_dependencies" : [
        "RealModule"
      ],
      "product_memberships" : [
        "D",
        "Examples"
      ],
      "sources" : [
        "BasisPointsFormat.swift",
        "BigIntFormat.swift",
        "BigIntRepresentation.swift",
        "BinaryInteger (ext).swift",
        "Decimal.NaturalPrecision.swift",
        "Decimal.swift",
        "DecimalFormat.swift",
        "DecimalFormattable.swift",
        "DecimalLog.swift",
        "DecimalRepresentation.swift",
        "Double (ext).swift",
        "NumericRepresentation.swift",
        "PercentFormat.swift",
        "PermilleFormat.swift",
        "UInt8 (ext).swift",
        "UnitFormat.swift",
        "lexemes.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Examples",
      "module_type" : "SwiftTarget",
      "name" : "Examples",
      "path" : "Snippets",
      "product_memberships" : [
        "Examples"
      ],
      "sources" : [
        "Examples.swift"
      ],
      "target_dependencies" : [
        "D"
      ],
      "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.