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 Ccrypt_blowfish, reference 1.3.0 (abd2bf), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 17:32:30 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/tannerdsilva/Ccrypt_blowfish.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tannerdsilva/Ccrypt_blowfish
 * tag               1.3.0      -> FETCH_HEAD
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 1.3.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": "ccrypt_blowfish",
      "name": "Ccrypt_blowfish",
      "url": "https://github.com/tannerdsilva/Ccrypt_blowfish.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Ccrypt_blowfish",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tannerdsilva/Ccrypt_blowfish.git
[1/30] Fetching ccrypt_blowfish
Fetched https://github.com/tannerdsilva/Ccrypt_blowfish.git from cache (0.53s)
Creating working copy for https://github.com/tannerdsilva/Ccrypt_blowfish.git
Working copy of https://github.com/tannerdsilva/Ccrypt_blowfish.git resolved at 1.3.0 (abd2bf4)
warning: '.resolve-product-dependencies': dependency 'ccrypt_blowfish' 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/tannerdsilva/Ccrypt_blowfish.git
https://github.com/tannerdsilva/Ccrypt_blowfish.git
{
  "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"
}
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/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.60s)
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.