The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftBase58, reference 0.1.2 (613688), with Swift 6.0 for macOS (SPM) on 26 Sep 2025 06:50:06 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KINGH242/swift-base58.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KINGH242/swift-base58
 * tag               0.1.2      -> FETCH_HEAD
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 0.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/KINGH242/swift-base58.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/24] Emitting module BigInt
[5/26] Compiling BigInt Prime Test.swift
[6/26] Compiling BigInt Random.swift
[7/26] Compiling BigInt Subtraction.swift
[8/26] Compiling BigInt Words and Bits.swift
[9/26] Compiling BigInt Addition.swift
[10/26] Compiling BigInt BigInt.swift
[11/26] Compiling BigInt BigUInt.swift
[12/26] Compiling BigInt GCD.swift
[13/26] Compiling BigInt Hashable.swift
[14/26] Compiling BigInt Integer Conversion.swift
[15/26] Compiling BigInt Multiplication.swift
[16/26] Compiling BigInt Exponentiation.swift
[17/26] Compiling BigInt Floating Point Conversion.swift
[18/26] Compiling BigInt Shifts.swift
[19/26] Compiling BigInt Square Root.swift
[20/26] Compiling BigInt Data Conversion.swift
[21/26] Compiling BigInt Division.swift
[22/26] Compiling BigInt Bitwise Ops.swift
[23/26] Compiling BigInt Codable.swift
[24/26] Compiling BigInt Comparable.swift
[25/26] Compiling BigInt Strideable.swift
[26/26] Compiling BigInt String Conversion.swift
[27/28] Emitting module SwiftBase58
[28/28] Compiling SwiftBase58 SwiftBase58.swift
Build complete! (17.18s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/attaswift/BigInt.git
[1/4826] Fetching bigint
[725/21982] Fetching bigint, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.99s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.99s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (3.38s)
Fetching https://github.com/apple/swift-asn1.git
[1/1645] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.97s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.61s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.63s)
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
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" : "/Users/admin/builder/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"
}
Done.