The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Ed25519 with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AndrewBarba/ed25519.git
Reference: 1.1.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/AndrewBarba/ed25519
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 77bf751 Derive PublicKey from secret
Cloned https://github.com/AndrewBarba/ed25519.git into spi-builder-workspace
77bf751b603c573d50e45e2adb2e06776af219ae
SUCCESS checkout https://github.com/AndrewBarba/ed25519.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Building for debugging...
[0/10] Compiling CEd25519 sign.c
[1/10] Compiling CEd25519 fe.c
[2/10] Compiling CEd25519 sha512.c
[3/10] Compiling CEd25519 add_scalar.c
[4/10] Compiling CEd25519 keypair.c
[5/10] Compiling CEd25519 ge.c
[6/10] Compiling CEd25519 seed.c
[7/10] Compiling CEd25519 key_exchange.c
[8/10] Compiling CEd25519 sc.c
[9/10] Compiling CEd25519 verify.c
[11/16] Compiling Ed25519 PrivateKey.swift
[12/16] Compiling Ed25519 Error.swift
[13/16] Emitting module Ed25519
[14/16] Compiling Ed25519 PublicKey.swift
[15/16] Compiling Ed25519 KeyPair.swift
[16/16] Compiling Ed25519 Seed.swift
Build complete! (2.10s)
Build complete.
Done.