The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Ed25519, reference 1.1.0 (77bf75), with Swift 6.1 for Wasm on 27 May 2025 06:40:04 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AndrewBarba/ed25519.git
Reference: 1.1.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/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:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/AndrewBarba/ed25519.git
https://github.com/AndrewBarba/ed25519.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ed25519",
  "name" : "Ed25519",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Ed25519",
      "targets" : [
        "Ed25519"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "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" : [
        "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" : "4.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/12] Write sources
[1/12] Compiling CEd25519 verify.c
[2/12] Compiling CEd25519 keypair.c
[3/12] Compiling CEd25519 seed.c
[4/12] Compiling CEd25519 key_exchange.c
[5/12] Compiling CEd25519 sha512.c
[6/12] Compiling CEd25519 add_scalar.c
[7/12] Compiling CEd25519 ge.c
[8/12] Compiling CEd25519 sc.c
[9/12] Compiling CEd25519 fe.c
[10/12] Compiling CEd25519 sign.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 KeyPair.swift
[18/18] Compiling Ed25519 Error.swift
Build complete! (3.41s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ed25519",
  "name" : "Ed25519",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Ed25519",
      "targets" : [
        "Ed25519"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "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" : [
        "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" : "4.1"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.