The Swift Package Index logo.Swift Package Index

Build Information

Successful build of IDZSwiftCommonCrypto, reference 0.16.1 (47f974), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 09:45:45 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/iosdevzone/IDZSwiftCommonCrypto.git
Reference: 0.16.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iosdevzone/IDZSwiftCommonCrypto
 * tag               0.16.1     -> FETCH_HEAD
HEAD is now at 47f9747 Clean up warnings to get pod to validate.
Cloned https://github.com/iosdevzone/IDZSwiftCommonCrypto.git
Revision (git rev-parse @):
47f9747d12137cd59d783ab376e3ccab7206319b
SUCCESS checkout https://github.com/iosdevzone/IDZSwiftCommonCrypto.git at 0.16.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/iosdevzone/IDZSwiftCommonCrypto.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/12] Compiling IDZSwiftCommonCrypto Digest.swift
[4/13] Compiling IDZSwiftCommonCrypto KeyDerivation.swift
[5/13] Compiling IDZSwiftCommonCrypto Crypto.swift
[6/13] Compiling IDZSwiftCommonCrypto Cryptor.swift
[7/13] Emitting module IDZSwiftCommonCrypto
[8/13] Compiling IDZSwiftCommonCrypto HMAC.swift
[9/13] Compiling IDZSwiftCommonCrypto Status.swift
[10/13] Compiling IDZSwiftCommonCrypto Random.swift
[11/13] Compiling IDZSwiftCommonCrypto Updateable.swift
[12/13] Compiling IDZSwiftCommonCrypto StreamCryptor.swift
[13/13] Compiling IDZSwiftCommonCrypto Utilities.swift
Build complete! (5.13s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "IDZSwiftCommonCrypto",
  "name" : "IDZSwiftCommonCrypto",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "IDZSwiftCommonCrypto",
      "targets" : [
        "IDZSwiftCommonCrypto"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IDZSwiftCommonCryptoTests",
      "module_type" : "SwiftTarget",
      "name" : "IDZSwiftCommonCryptoTests",
      "path" : "IDZSwiftCommonCryptoTests",
      "sources" : [
        "IDZSwiftCommonCryptoTests.swift"
      ],
      "target_dependencies" : [
        "IDZSwiftCommonCrypto"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IDZSwiftCommonCrypto",
      "module_type" : "SwiftTarget",
      "name" : "IDZSwiftCommonCrypto",
      "path" : "IDZSwiftCommonCrypto",
      "product_memberships" : [
        "IDZSwiftCommonCrypto"
      ],
      "sources" : [
        "Crypto.swift",
        "Cryptor.swift",
        "Digest.swift",
        "HMAC.swift",
        "KeyDerivation.swift",
        "Random.swift",
        "Status.swift",
        "StreamCryptor.swift",
        "Updateable.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.