Build Information
Successful build of Ed25519 with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.32.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bytehubio/ed25519.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bytehubio/ed25519
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at dac4766 Update README.md
Cloned https://github.com/bytehubio/ed25519.git
Revision (git rev-parse @):
dac476613d9a9fa1485c14c091782e2bc0690f60
SUCCESS checkout https://github.com/bytehubio/ed25519.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $workDir
https://github.com/bytehubio/ed25519.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Compiling CEd25519 ge.c
[1/10] Compiling CEd25519 seed.c
[2/10] Compiling CEd25519 keypair.c
[3/10] Compiling CEd25519 sc.c
[4/10] Compiling CEd25519 sha512.c
[5/10] Compiling CEd25519 verify.c
[6/10] Compiling CEd25519 fe.c
[7/10] Compiling CEd25519 sign.c
[8/10] Compiling CEd25519 add_scalar.c
[9/10] Compiling CEd25519 key_exchange.c
[11/16] Compiling Ed25519 Seed.swift
[12/16] Compiling Ed25519 PublicKey.swift
[13/16] Compiling Ed25519 Error.swift
[14/16] Emitting module Ed25519
[15/16] Compiling Ed25519 PrivateKey.swift
[16/16] Compiling Ed25519 KeyPair.swift
Build complete! (4.12s)
Build complete.
Done.