Build Information
Successful build of Ed25519, reference 1.0.0 (849a8a
), with Swift 6.0 for Linux on 4 Nov 2024 10:59:35 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bytehubio/ed25519.git
Reference: 1.0.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/bytehubio/ed25519.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/12] Write sources
[1/12] Compiling CEd25519 key_exchange.c
[2/12] Compiling CEd25519 seed.c
[3/12] Compiling CEd25519 keypair.c
[4/12] Compiling CEd25519 sha512.c
[5/12] Compiling CEd25519 verify.c
[6/12] Compiling CEd25519 sign.c
[7/12] Compiling CEd25519 sc.c
[8/12] Compiling CEd25519 add_scalar.c
[9/12] Compiling CEd25519 ge.c
[10/12] Compiling CEd25519 fe.c
[11/12] Write swift-version-24593BA9C3E375BF.txt
[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! (5.68s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Ed25519",
"name" : "Ed25519",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CEd25519",
"targets" : [
"CEd25519"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Ed25519",
"targets" : [
"Ed25519"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Ed25519Tests",
"module_type" : "SwiftTarget",
"name" : "Ed25519Tests",
"path" : "Tests/Ed25519Tests",
"sources" : [
"Ed25519Tests.swift"
],
"target_dependencies" : [
"Ed25519"
],
"type" : "test"
},
{
"c99name" : "Ed25519",
"module_type" : "SwiftTarget",
"name" : "Ed25519",
"path" : "Sources/Ed25519",
"product_memberships" : [
"Ed25519"
],
"sources" : [
"Error.swift",
"KeyPair.swift",
"PrivateKey.swift",
"PublicKey.swift",
"Seed.swift"
],
"target_dependencies" : [
"CEd25519"
],
"type" : "library"
},
{
"c99name" : "CEd25519",
"module_type" : "ClangTarget",
"name" : "CEd25519",
"path" : "Sources/CEd25519",
"product_memberships" : [
"CEd25519",
"Ed25519"
],
"sources" : [
"add_scalar.c",
"fe.c",
"ge.c",
"key_exchange.c",
"keypair.c",
"sc.c",
"seed.c",
"sha512.c",
"sign.c",
"verify.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.