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 macOS (SPM) on 24 Apr 2025 09:33:07 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.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/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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "ed25519",
      "name": "Ed25519",
      "url": "https://github.com/AndrewBarba/ed25519.git",
      "version": "unspecified",
      "path": "/Users/admin/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 from cache (0.69s)
Creating working copy for https://github.com/AndrewBarba/ed25519.git
Working copy of https://github.com/AndrewBarba/ed25519.git resolved at 1.1.0 (77bf751)
warning: '.resolve-product-dependencies': dependency 'ed25519' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/AndrewBarba/ed25519.git
https://github.com/AndrewBarba/ed25519.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ed25519",
  "name" : "Ed25519",
  "path" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/12] Write sources
[1/12] Write swift-version-2F0A5646E1D333AE.txt
[2/12] Compiling CEd25519 add_scalar.c
[3/12] Compiling CEd25519 key_exchange.c
[4/12] Compiling CEd25519 sc.c
[5/12] Compiling CEd25519 sha512.c
[6/12] Compiling CEd25519 fe.c
[7/12] Compiling CEd25519 sign.c
[8/12] Compiling CEd25519 verify.c
[9/12] Compiling CEd25519 seed.c
[10/12] Compiling CEd25519 keypair.c
[11/12] Compiling CEd25519 ge.c
[13/18] Compiling Ed25519 PrivateKey.swift
[14/18] Compiling Ed25519 PublicKey.swift
[15/18] Compiling Ed25519 Seed.swift
[16/18] Emitting module Ed25519
[17/18] Compiling Ed25519 KeyPair.swift
[18/18] Compiling Ed25519 Error.swift
Build complete! (1.26s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ed25519",
  "name" : "Ed25519",
  "path" : "/Users/admin/builder/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"
}
Done.