The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Base58Swift with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.39.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/heckj/Base58Swift.git
Reference: 2.1.15
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/heckj/Base58Swift
 * tag               2.1.15     -> FETCH_HEAD
HEAD is now at 3ba16c0 update README to explain fork
Cloned https://github.com/heckj/Base58Swift.git
Revision (git rev-parse @):
3ba16c02089401c817b631ffc33ca8f022a41538
SUCCESS checkout https://github.com/heckj/Base58Swift.git at 2.1.15
Fetching https://github.com/attaswift/BigInt.git from cache
Fetched https://github.com/attaswift/BigInt.git from cache (0.16s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.2.1 (0.03s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.2.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "base58swift",
      "name": "Base58Swift",
      "url": "https://github.com/heckj/Base58Swift.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Base58Swift",
      "dependencies": [
        {
          "identity": "bigint",
          "name": "BigInt",
          "url": "https://github.com/attaswift/BigInt.git",
          "version": "5.3.0",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/heckj/Base58Swift.git from cache
Fetched https://github.com/heckj/Base58Swift.git from cache (0.15s)
Fetching https://github.com/attaswift/BigInt.git from cache
Fetched https://github.com/attaswift/BigInt.git from cache (0.15s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.02s)
warning: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/repositories/Base58Swift-02ab8210 is not valid git repository for 'https://github.com/heckj/Base58Swift.git', will fetch again.
Fetching https://github.com/heckj/Base58Swift.git from cache
Fetched https://github.com/heckj/Base58Swift.git from cache (0.01s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
warning: /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/repositories/Base58Swift-02ab8210 is not valid git repository for 'https://github.com/heckj/Base58Swift.git', will fetch again.
Fetching https://github.com/heckj/Base58Swift.git from cache
Fetched https://github.com/heckj/Base58Swift.git from cache (0.01s)
Creating working copy for https://github.com/heckj/Base58Swift.git
Working copy of https://github.com/heckj/Base58Swift.git resolved at 2.1.15 (3ba16c0)
warning: '.resolve-product-dependencies': dependency 'base58swift' is not used by any target
Found 1 product dependencies
  - BigInt
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/heckj/Base58Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6044DDE57671499D.txt
[4/24] Emitting module BigInt
[5/26] Compiling BigInt Addition.swift
[6/26] Compiling BigInt BigInt.swift
[7/26] Compiling BigInt BigUInt.swift
[8/26] Compiling BigInt Strideable.swift
[9/26] Compiling BigInt String Conversion.swift
[10/26] Compiling BigInt Random.swift
[11/26] Compiling BigInt Shifts.swift
[12/26] Compiling BigInt Square Root.swift
[13/26] Compiling BigInt Integer Conversion.swift
[14/26] Compiling BigInt Multiplication.swift
[15/26] Compiling BigInt Prime Test.swift
[16/26] Compiling BigInt Subtraction.swift
[17/26] Compiling BigInt Words and Bits.swift
[18/26] Compiling BigInt Data Conversion.swift
[19/26] Compiling BigInt Division.swift
[20/26] Compiling BigInt Exponentiation.swift
[21/26] Compiling BigInt Bitwise Ops.swift
[22/26] Compiling BigInt Codable.swift
[23/26] Compiling BigInt Comparable.swift
[24/26] Compiling BigInt Floating Point Conversion.swift
[25/26] Compiling BigInt GCD.swift
[26/26] Compiling BigInt Hashable.swift
[27/28] Emitting module Base58Swift
[28/28] Compiling Base58Swift Base58.swift
Build complete! (4.03s)
Build complete.
Done.