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 0.1.1 (4bd829), with Swift 6.2 (beta) for Wasm on 20 Aug 2025 17:53:13 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/d.git
Reference: 0.1.1
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
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 4bd829e update urls
Cloned https://github.com/tayloraswift/d.git
Revision (git rev-parse @):
4bd829e507693c14e90eaafa695e30f357295893
SUCCESS checkout https://github.com/tayloraswift/d.git at 0.1.1
========================================
Build
========================================
Selected platform:         wasm
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-3":/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:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-numerics
[1/6335] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.61s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (3.51s)
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-24593BA9C3E375BF.txt
[6/20] Compiling RealModule Real.swift
[7/21] Compiling RealModule RealFunctions.swift
[8/21] Compiling RealModule Float16+Real.swift
[9/21] Compiling RealModule Float80+Real.swift
[10/21] Compiling RealModule Float+Real.swift
[11/21] Compiling RealModule AlgebraicField.swift
[12/21] Compiling RealModule ApproximateEquality.swift
[13/21] Compiling RealModule ElementaryFunctions.swift
[14/21] Emitting module RealModule
[15/21] Compiling RealModule AugmentedArithmetic.swift
[16/21] Compiling RealModule Double+Real.swift
[17/22] Wrapping AST for RealModule for debugging
[19/38] Compiling D PermilleFormat.swift
[20/38] Compiling D UInt8 (ext).swift
[21/40] Compiling D UnitFormat.swift
[22/40] Compiling D lexemes.swift
[23/40] Emitting module D
[24/40] Compiling D DecimalRepresentation.swift
[25/40] Compiling D Double (ext).swift
[26/40] Compiling D DecimalFormattable.swift
[27/40] Compiling D DecimalLog.swift
[28/40] Compiling D NumericRepresentation.swift
[29/40] Compiling D PercentFormat.swift
[30/40] Compiling D BasisPointsFormat.swift
[31/40] Compiling D BigIntFormat.swift
[32/40] Compiling D BigIntRepresentation.swift
[33/40] Compiling D BinaryInteger (ext).swift
[34/40] Compiling D Decimal.NaturalPrecision.swift
[35/40] Compiling D Decimal.swift
[36/40] Compiling D DecimalFormat.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.wasm
Build complete! (13.64s)
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"
}
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:3160178686d03086db4c1712d78c1980537bb37521128c64baade7f466b6b4aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Done.