BIP39MnemonicKit for Swift / iOS / macOS
30-second install
Add https://github.com/devdasx/bip39-mnemonic-kit in Xcode or Package.swift.
Copy-paste example
import BIP39MnemonicKit
let mnemonic = try BIP39.generate(strength: .bits128)
print(mnemonic.words.joined(separator: " "))
Validate
Run the repository CI command for this language before publishing changes.