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 Cryptor, reference 2.0.2 (cec97c), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 15:56:27 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/Kitura/BlueCryptor.git
Reference: 2.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kitura/BlueCryptor
 * tag               2.0.2      -> FETCH_HEAD
HEAD is now at cec97c2 silence compiler warnings (#74)
Cloned https://github.com/Kitura/BlueCryptor.git
Revision (git rev-parse @):
cec97c24b111351e70e448972a7d3fe68a756d6d
SUCCESS checkout https://github.com/Kitura/BlueCryptor.git at 2.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Kitura/BlueCryptor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/13] Compiling Cryptor Crypto.swift
[4/13] Compiling Cryptor Cryptor.swift
[5/13] Emitting module Cryptor
[6/14] Compiling Cryptor Status.swift
[7/14] Compiling Cryptor Digest.swift
[8/14] Compiling Cryptor Updatable.swift
[9/14] Compiling Cryptor SSLPointerTricks.swift
[10/14] Compiling Cryptor StreamCryptor.swift
[11/14] Compiling Cryptor HMAC.swift
[12/14] Compiling Cryptor Random.swift
[13/14] Compiling Cryptor KeyDerivation.swift
[14/14] Compiling Cryptor Utilities.swift
Build complete! (4.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Cryptor",
  "name" : "Cryptor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Cryptor",
      "targets" : [
        "Cryptor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CryptorTests",
      "module_type" : "SwiftTarget",
      "name" : "CryptorTests",
      "path" : "Tests/CryptorTests",
      "sources" : [
        "CryptorTests.swift"
      ],
      "target_dependencies" : [
        "Cryptor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Cryptor",
      "module_type" : "SwiftTarget",
      "name" : "Cryptor",
      "path" : "Sources/Cryptor",
      "product_memberships" : [
        "Cryptor"
      ],
      "sources" : [
        "Crypto.swift",
        "Cryptor.swift",
        "Digest.swift",
        "HMAC.swift",
        "KeyDerivation.swift",
        "Random.swift",
        "SSLPointerTricks.swift",
        "Status.swift",
        "StreamCryptor.swift",
        "Updatable.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.