The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Ed25519, reference 1.0.0 (849a8a), with Swift 6.0 for macOS (SPM) on 15 Sep 2024 11:46:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bytehubio/ed25519.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/bytehubio/ed25519.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/12] Compiling CEd25519 key_exchange.c
[1/12] Compiling CEd25519 verify.c
[1/12] Compiling CEd25519 keypair.c
[1/12] Compiling CEd25519 add_scalar.c
[1/12] Write sources
[1/12] Compiling CEd25519 sign.c
[6/12] Compiling CEd25519 sha512.c
[7/12] Compiling CEd25519 ge.c
[8/12] Compiling CEd25519 sc.c
[9/12] Compiling CEd25519 fe.c
[10/12] Compiling CEd25519 seed.c
[11/12] Write swift-version-117DEE11B69C53C9.txt
[13/18] Compiling Ed25519 Seed.swift
[14/18] Compiling Ed25519 PrivateKey.swift
[15/18] Compiling Ed25519 KeyPair.swift
[16/18] Emitting module Ed25519
[17/18] Compiling Ed25519 Error.swift
[18/18] Compiling Ed25519 PublicKey.swift
Build complete! (3.38s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ed25519",
  "name" : "Ed25519",
  "path" : "/Users/admin/builder/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"
}
Done.