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 Ccrypt_blowfish, reference master (abd2bf), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 05:56:17 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tannerdsilva/Ccrypt_blowfish.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tannerdsilva/Ccrypt_blowfish
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at abd2bf4 revised submodule
Submodule path 'crypt_blowfish': checked out '3354bb81eea489e972b0a7c63231514ab34f73a0'
Submodule 'crypt_blowfish' (https://github.com/openwall/crypt_blowfish.git) registered for path 'crypt_blowfish'
Cloning into '/Users/admin/builder/spi-builder-workspace/crypt_blowfish'...
Cloned https://github.com/tannerdsilva/Ccrypt_blowfish.git
Revision (git rev-parse @):
abd2bf4ca4730e05d04e9a096f3f6300653ee40c
SUCCESS checkout https://github.com/tannerdsilva/Ccrypt_blowfish.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tannerdsilva/Ccrypt_blowfish.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Compiling Ccrypt_blowfish x86.S
[1/4] Compiling Ccrypt_blowfish crypt_gensalt.c
[2/4] Compiling Ccrypt_blowfish wrapper.c
[3/4] Compiling Ccrypt_blowfish crypt_blowfish.c
Build complete! (0.34s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ccrypt_blowfish",
  "name" : "Ccrypt_blowfish",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Ccrypt_blowfish",
      "targets" : [
        "Ccrypt_blowfish"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Ccrypt_blowfish",
      "module_type" : "ClangTarget",
      "name" : "Ccrypt_blowfish",
      "path" : "Sources/Ccrypt_blowfish",
      "product_memberships" : [
        "Ccrypt_blowfish"
      ],
      "sources" : [
        "crypt_blowfish.c",
        "crypt_gensalt.c",
        "wrapper.c",
        "x86.S"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.