The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AndrewBarba/ed25519.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/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
Revision (git rev-parse @):
77bf751b603c573d50e45e2adb2e06776af219ae
SUCCESS checkout https://github.com/AndrewBarba/ed25519.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/AndrewBarba/ed25519.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[1/12] Write swift-version--423B1241ED78D482.txt
[2/12] Compiling CEd25519 sign.c
[3/12] Compiling CEd25519 keypair.c
[4/12] Compiling CEd25519 seed.c
[5/12] Compiling CEd25519 add_scalar.c
[6/12] Compiling CEd25519 fe.c
[7/12] Compiling CEd25519 ge.c
[8/12] Compiling CEd25519 sc.c
[9/12] Compiling CEd25519 verify.c
[10/12] Compiling CEd25519 key_exchange.c
[11/12] Compiling CEd25519 sha512.c
[13/18] Compiling Ed25519 Seed.swift
[14/18] Compiling Ed25519 KeyPair.swift
[15/18] Compiling Ed25519 PrivateKey.swift
[16/18] Compiling Ed25519 Error.swift
[17/18] Emitting module Ed25519
[18/18] Compiling Ed25519 PublicKey.swift
Build complete! (1.63s)
Build complete.
Done.