The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftKeccak, reference 1.0.0 (98a9d4), with Swift 6.0 for macOS (SPM) on 7 Nov 2025 19:42:16 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hayesgm/SwiftKeccak.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hayesgm/SwiftKeccak
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 98a9d4a Cleanup and remove Sha3 final
Cloned https://github.com/hayesgm/SwiftKeccak.git
Revision (git rev-parse @):
98a9d4a037dd62283977d5e0ef7d11c5612ff813
SUCCESS checkout https://github.com/hayesgm/SwiftKeccak.git at 1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/hayesgm/SwiftKeccak.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-5BDAB9E9C0126B9D.txt
[2/3] Compiling KeccakTiny keccak-tiny.c
[4/5] Compiling SwiftKeccak Keccak.swift
[5/5] Emitting module SwiftKeccak
Build complete! (4.69s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftKeccak",
  "name" : "SwiftKeccak",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "KeccakTiny",
      "targets" : [
        "KeccakTiny"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftKeccak",
      "targets" : [
        "SwiftKeccak"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftKeccakTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKeccakTests",
      "path" : "Tests",
      "sources" : [
        "SwiftKeccakTests.swift"
      ],
      "target_dependencies" : [
        "SwiftKeccak"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftKeccak",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKeccak",
      "path" : "Sources/SwiftKeccak",
      "product_memberships" : [
        "SwiftKeccak"
      ],
      "sources" : [
        "Keccak.swift"
      ],
      "target_dependencies" : [
        "KeccakTiny"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KeccakTiny",
      "module_type" : "ClangTarget",
      "name" : "KeccakTiny",
      "path" : "Sources/KeccakTiny",
      "product_memberships" : [
        "KeccakTiny",
        "SwiftKeccak"
      ],
      "sources" : [
        "keccak-tiny.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.