The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftBase58, reference main (613688), with Swift 6.1 for Wasm on 26 Sep 2025 06:49:51 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KINGH242/swift-base58.git
Reference: main
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/KINGH242/swift-base58
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6136881 bump: version 0.1.1 → 0.1.2
Cloned https://github.com/KINGH242/swift-base58.git
Revision (git rev-parse @):
6136881c55edc352450a7cc8088ee8e7d145bea1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/KINGH242/swift-base58.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/KINGH242/swift-base58.git
https://github.com/KINGH242/swift-base58.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.3.0",
            "upper_bound" : "5.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.15.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "SwiftBase58",
  "name" : "SwiftBase58",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftBase58",
      "targets" : [
        "SwiftBase58"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftBase58Tests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBase58Tests",
      "path" : "Tests/SwiftBase58Tests",
      "sources" : [
        "SwiftBase58Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftBase58"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftBase58",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBase58",
      "path" : "Sources/SwiftBase58",
      "product_dependencies" : [
        "BigInt",
        "Crypto"
      ],
      "product_memberships" : [
        "SwiftBase58"
      ],
      "sources" : [
        "SwiftBase58.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-crypto.git
[1/4826] Fetching bigint
[4827/21982] Fetching bigint, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (1.54s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (4.34s)
Fetching https://github.com/apple/swift-asn1.git
[1/1645] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.26s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.71s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.47s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/24] Emitting module BigInt
[5/26] Compiling BigInt Floating Point Conversion.swift
[6/26] Compiling BigInt GCD.swift
[7/26] Compiling BigInt Hashable.swift
[8/26] Compiling BigInt Random.swift
[9/26] Compiling BigInt Shifts.swift
[10/26] Compiling BigInt Square Root.swift
[11/26] Compiling BigInt Addition.swift
[12/26] Compiling BigInt BigInt.swift
[13/26] Compiling BigInt BigUInt.swift
[14/26] Compiling BigInt Integer Conversion.swift
[15/26] Compiling BigInt Multiplication.swift
[16/26] Compiling BigInt Prime Test.swift
[17/26] Compiling BigInt Subtraction.swift
[18/26] Compiling BigInt Words and Bits.swift
[19/26] Compiling BigInt Data Conversion.swift
[20/26] Compiling BigInt Division.swift
[21/26] Compiling BigInt Exponentiation.swift
[22/26] Compiling BigInt Strideable.swift
[23/26] Compiling BigInt String Conversion.swift
[24/26] Compiling BigInt Bitwise Ops.swift
[25/26] Compiling BigInt Codable.swift
[26/26] Compiling BigInt Comparable.swift
[28/29] Emitting module SwiftBase58
[29/29] Compiling SwiftBase58 SwiftBase58.swift
Build complete! (17.54s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.3.0",
            "upper_bound" : "5.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.15.1",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "SwiftBase58",
  "name" : "SwiftBase58",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftBase58",
      "targets" : [
        "SwiftBase58"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftBase58Tests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBase58Tests",
      "path" : "Tests/SwiftBase58Tests",
      "sources" : [
        "SwiftBase58Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftBase58"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftBase58",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBase58",
      "path" : "Sources/SwiftBase58",
      "product_dependencies" : [
        "BigInt",
        "Crypto"
      ],
      "product_memberships" : [
        "SwiftBase58"
      ],
      "sources" : [
        "SwiftBase58.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.