The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftKeccak, reference 0.1.2 (5fc323), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 16:38:37 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bitflying/SwiftKeccak.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bitflying/SwiftKeccak
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at 5fc323d updated README.md: add usage info
Cloned https://github.com/bitflying/SwiftKeccak.git
Revision (git rev-parse @):
5fc323d4b08a8c77cbb690505445b32a3b5a8aff
SUCCESS checkout https://github.com/bitflying/SwiftKeccak.git at 0.1.2
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftkeccak",
      "name": "SwiftKeccak",
      "url": "https://github.com/bitflying/SwiftKeccak.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftKeccak",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/bitflying/SwiftKeccak.git
[1/34] Fetching swiftkeccak
Fetched https://github.com/bitflying/SwiftKeccak.git from cache (0.79s)
Creating working copy for https://github.com/bitflying/SwiftKeccak.git
Working copy of https://github.com/bitflying/SwiftKeccak.git resolved at 0.1.2 (5fc323d)
warning: '.resolve-product-dependencies': dependency 'swiftkeccak' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/bitflying/SwiftKeccak.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--6988338F2F200930.txt
[2/4] Compiling KeccakTiny keccak-tiny.c
[3/4] Compiling Sha3Tiny keccak-tiny.c
[5/6] Compiling SwiftKeccak Keccak.swift
[6/6] Emitting module SwiftKeccak
Build complete! (3.60s)
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" : "Sha3Tiny",
      "targets" : [
        "Sha3Tiny"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftKeccak",
      "targets" : [
        "SwiftKeccak"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftKeccakTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKeccakTests",
      "path" : "Tests/SwiftKeccakTests",
      "sources" : [
        "SwiftKeccakTests.swift",
        "XCTestManifests.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",
        "Sha3Tiny"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Sha3Tiny",
      "module_type" : "ClangTarget",
      "name" : "Sha3Tiny",
      "path" : "Sources/Sha3Tiny",
      "product_memberships" : [
        "Sha3Tiny",
        "SwiftKeccak"
      ],
      "sources" : [
        "keccak-tiny.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KeccakTiny",
      "module_type" : "ClangTarget",
      "name" : "KeccakTiny",
      "path" : "Sources/KeccakTiny",
      "product_memberships" : [
        "KeccakTiny",
        "SwiftKeccak"
      ],
      "sources" : [
        "keccak-tiny.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.