Build Information
Successful build of Ed25519 with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.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: 1.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/bytehubio/ed25519
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 849a8ab Update README.md
Cloned https://github.com/bytehubio/ed25519.git
Revision (git rev-parse @):
849a8ab66a262dfd2dbbf1f375ce6d840252de3d
SUCCESS checkout https://github.com/bytehubio/ed25519.git at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "ed25519",
"name": "Ed25519",
"url": "https://github.com/bytehubio/ed25519.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ed25519",
"dependencies": [
]
}
]
}
Fetching https://github.com/bytehubio/ed25519.git from cache
Fetched https://github.com/bytehubio/ed25519.git from cache (0.15s)
warning: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/repositories/ed25519-4e0d81db is not valid git repository for 'https://github.com/bytehubio/ed25519.git', will fetch again.
Fetching https://github.com/bytehubio/ed25519.git from cache
Fetched https://github.com/bytehubio/ed25519.git from cache (0.01s)
warning: /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/repositories/ed25519-4e0d81db is not valid git repository for 'https://github.com/bytehubio/ed25519.git', will fetch again.
Fetching https://github.com/bytehubio/ed25519.git from cache
Fetched https://github.com/bytehubio/ed25519.git from cache (0.01s)
Creating working copy for https://github.com/bytehubio/ed25519.git
Working copy of https://github.com/bytehubio/ed25519.git resolved at 1.0.0 (849a8ab)
warning: '.resolve-product-dependencies': dependency 'ed25519' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/bytehubio/ed25519.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/12] Write sources
[1/12] Write swift-version-6044DDE57671499D.txt
[2/12] Compiling CEd25519 keypair.c
[3/12] Compiling CEd25519 sha512.c
[4/12] Compiling CEd25519 add_scalar.c
[5/12] Compiling CEd25519 fe.c
[6/12] Compiling CEd25519 sign.c
[7/12] Compiling CEd25519 key_exchange.c
[8/12] Compiling CEd25519 ge.c
[9/12] Compiling CEd25519 sc.c
[10/12] Compiling CEd25519 seed.c
[11/12] Compiling CEd25519 verify.c
[13/18] Compiling Ed25519 Seed.swift
[14/18] Compiling Ed25519 PublicKey.swift
[15/18] Compiling Ed25519 PrivateKey.swift
[16/18] Emitting module Ed25519
[17/18] Compiling Ed25519 Error.swift
[18/18] Compiling Ed25519 KeyPair.swift
Build complete! (1.75s)
Build complete.
Done.