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.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AndrewBarba/ed25519.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/AndrewBarba/ed25519
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "ed25519",
      "name": "Ed25519",
      "url": "https://github.com/AndrewBarba/ed25519.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ed25519",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/AndrewBarba/ed25519.git
[1/173] Fetching ed25519
Fetched https://github.com/AndrewBarba/ed25519.git (0.29s)
Creating working copy for https://github.com/AndrewBarba/ed25519.git
Working copy of https://github.com/AndrewBarba/ed25519.git resolved at master
warning: '.resolve-product-dependencies': dependency 'ed25519' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Compiling CEd25519 keypair.c
[1/10] Compiling CEd25519 sc.c
[2/10] Compiling CEd25519 add_scalar.c
[3/10] Compiling CEd25519 ge.c
[4/10] Compiling CEd25519 fe.c
[5/10] Compiling CEd25519 key_exchange.c
[6/10] Compiling CEd25519 seed.c
[7/10] Compiling CEd25519 sign.c
[8/10] Compiling CEd25519 verify.c
[9/10] Compiling CEd25519 sha512.c
[11/16] Compiling Ed25519 Seed.swift
[12/16] Compiling Ed25519 PublicKey.swift
[13/16] Compiling Ed25519 PrivateKey.swift
[14/16] Emitting module Ed25519
[15/16] Compiling Ed25519 KeyPair.swift
[16/16] Compiling Ed25519 Error.swift
Build complete! (6.95s)
Build complete.
Done.