The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftMnemonic, reference main (af037b), with Swift 6.1 for macOS (SPM) on 17 Apr 2026 06:37:36 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kingpin-Apps/swift-mnemonic.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kingpin-Apps/swift-mnemonic
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at af037bf bump: version 0.2.1 → 0.2.2
Cloned https://github.com/Kingpin-Apps/swift-mnemonic.git
Revision (git rev-parse @):
af037bfb8964c380e387cac5c413074e6929123c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Kingpin-Apps/swift-mnemonic.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kingpin-Apps/swift-mnemonic.git
https://github.com/Kingpin-Apps/swift-mnemonic.git
{
  "dependencies" : [
    {
      "identity" : "uncommoncrypto.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tesseract-one/UncommonCrypto.swift.git"
    },
    {
      "identity" : "swift-base58",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KINGH242/swift-base58.git"
    }
  ],
  "manifest_display_name" : "SwiftMnemonic",
  "name" : "SwiftMnemonic",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftMnemonic",
      "targets" : [
        "SwiftMnemonic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMnemonicTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMnemonicTests",
      "path" : "Tests/SwiftMnemonicTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftMnemonicTests/data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ErrorsTests.swift",
        "LanguageTests.swift",
        "MnemonicTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "SwiftMnemonic"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMnemonic",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMnemonic",
      "path" : "Sources/SwiftMnemonic",
      "product_dependencies" : [
        "UncommonCrypto",
        "SwiftBase58"
      ],
      "product_memberships" : [
        "SwiftMnemonic"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/chinese_simplified.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/chinese_traditional.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/czech.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/english.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/french.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/italian.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/japanese.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/korean.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/portuguese.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/russian.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/spanish.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/turkish.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        }
      ],
      "sources" : [
        "Enums.swift",
        "Errors.swift",
        "Mnemonic.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/11] Write sources
[3/11] Write embedded_resources.swift
[4/11] Write sources
[5/11] Write swift-version-2F0A5646E1D333AE.txt
[6/32] Compiling CUncommonCrypto memzero.c
[6/32] Compiling CUncommonCrypto sha3.c
[8/32] Compiling CUncommonCrypto hmac.c
[9/32] Compiling CUncommonCrypto sha2.c
[10/32] Compiling CUncommonCrypto pbkdf2.c
[12/39] Compiling BigInt Shifts.swift
[13/39] Compiling BigInt Square Root.swift
[14/41] Compiling BigInt Subtraction.swift
[15/41] Compiling BigInt Words and Bits.swift
[16/41] Compiling BigInt Integer Conversion.swift
[17/41] Compiling BigInt Multiplication.swift
[18/41] Compiling BigInt Prime Test.swift
[19/41] Compiling BigInt Random.swift
[20/41] Compiling BigInt Exponentiation.swift
[21/41] Compiling BigInt Floating Point Conversion.swift
[22/41] Emitting module BigInt
[23/41] Compiling BigInt Bitwise Ops.swift
[24/41] Compiling BigInt Codable.swift
[25/41] Compiling BigInt Comparable.swift
[26/41] Compiling BigInt Strideable.swift
[27/41] Compiling BigInt String Conversion.swift
[28/41] Compiling BigInt GCD.swift
[29/41] Compiling BigInt Hashable.swift
[30/41] Compiling BigInt Addition.swift
[31/41] Compiling BigInt BigInt.swift
[32/41] Compiling BigInt BigUInt.swift
[33/41] Compiling BigInt Data Conversion.swift
[34/41] Compiling BigInt Division.swift
[35/41] Compiling UncommonCrypto SecureRandom.swift
[36/41] Compiling UncommonCrypto HMAC.swift
[37/41] Emitting module UncommonCrypto
[38/41] Compiling UncommonCrypto PBKDF2.swift
[39/41] Compiling UncommonCrypto SHA1.swift
[40/41] Compiling UncommonCrypto SHA2.swift
[41/41] Compiling UncommonCrypto SHA3.swift
[42/43] Emitting module SwiftBase58
[43/43] Compiling SwiftBase58 SwiftBase58.swift
[44/49] Compiling SwiftMnemonic Errors.swift
[45/49] Compiling SwiftMnemonic Utils.swift
[46/49] Compiling SwiftMnemonic embedded_resources.swift
[47/49] Compiling SwiftMnemonic Mnemonic.swift
[48/49] Compiling SwiftMnemonic Enums.swift
[49/49] Emitting module SwiftMnemonic
Build complete! (38.95s)
Fetching https://github.com/tesseract-one/UncommonCrypto.swift.git
Fetching https://github.com/KINGH242/swift-base58.git
[1/54] Fetching swift-base58
[49/197] Fetching swift-base58, uncommoncrypto.swift
Fetched https://github.com/tesseract-one/UncommonCrypto.swift.git from cache (0.63s)
Fetched https://github.com/KINGH242/swift-base58.git from cache (0.63s)
Computing version for https://github.com/KINGH242/swift-base58.git
Computed https://github.com/KINGH242/swift-base58.git at 0.1.2 (1.19s)
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-crypto.git from cache
[1/4878] Fetching bigint
Fetched https://github.com/attaswift/BigInt.git from cache (1.40s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.55s)
Computing version for https://github.com/tesseract-one/UncommonCrypto.swift.git
Computed https://github.com/tesseract-one/UncommonCrypto.swift.git at 0.2.1 (5.19s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (1.12s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.66s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (1.31s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (2.65s)
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
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/KINGH242/swift-base58.git
Working copy of https://github.com/KINGH242/swift-base58.git resolved at 0.1.2
Creating working copy for https://github.com/tesseract-one/UncommonCrypto.swift.git
Working copy of https://github.com/tesseract-one/UncommonCrypto.swift.git resolved at 0.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "uncommoncrypto.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tesseract-one/UncommonCrypto.swift.git"
    },
    {
      "identity" : "swift-base58",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KINGH242/swift-base58.git"
    }
  ],
  "manifest_display_name" : "SwiftMnemonic",
  "name" : "SwiftMnemonic",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftMnemonic",
      "targets" : [
        "SwiftMnemonic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMnemonicTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMnemonicTests",
      "path" : "Tests/SwiftMnemonicTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftMnemonicTests/data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ErrorsTests.swift",
        "LanguageTests.swift",
        "MnemonicTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "SwiftMnemonic"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMnemonic",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMnemonic",
      "path" : "Sources/SwiftMnemonic",
      "product_dependencies" : [
        "UncommonCrypto",
        "SwiftBase58"
      ],
      "product_memberships" : [
        "SwiftMnemonic"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/chinese_simplified.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/chinese_traditional.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/czech.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/english.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/french.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/italian.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/japanese.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/korean.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/portuguese.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/russian.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/spanish.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist/turkish.txt",
          "rule" : {
            "embed_in_code" : {
            }
          }
        }
      ],
      "sources" : [
        "Enums.swift",
        "Errors.swift",
        "Mnemonic.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.