The Swift Package Index logo.Swift Package Index

Build Information

Successful build of IDZSwiftCommonCrypto, reference 0.16.1 (47f974), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 19:37:29 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/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
========================================
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": "idzswiftcommoncrypto",
      "name": "IDZSwiftCommonCrypto",
      "url": "https://github.com/iosdevzone/IDZSwiftCommonCrypto.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/IDZSwiftCommonCrypto",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/iosdevzone/IDZSwiftCommonCrypto.git
[1/1641] Fetching idzswiftcommoncrypto
Fetched https://github.com/iosdevzone/IDZSwiftCommonCrypto.git from cache (1.03s)
Creating working copy for https://github.com/iosdevzone/IDZSwiftCommonCrypto.git
Working copy of https://github.com/iosdevzone/IDZSwiftCommonCrypto.git resolved at 0.16.1 (47f9747)
warning: '.resolve-product-dependencies': dependency 'idzswiftcommoncrypto' 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/iosdevzone/IDZSwiftCommonCrypto.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling IDZSwiftCommonCrypto Updateable.swift
[4/13] Compiling IDZSwiftCommonCrypto KeyDerivation.swift
[5/13] Compiling IDZSwiftCommonCrypto HMAC.swift
[6/13] Compiling IDZSwiftCommonCrypto Crypto.swift
[7/13] Compiling IDZSwiftCommonCrypto Random.swift
[8/13] Compiling IDZSwiftCommonCrypto Digest.swift
[9/13] Compiling IDZSwiftCommonCrypto Cryptor.swift
[10/13] Compiling IDZSwiftCommonCrypto Status.swift
[11/13] Emitting module IDZSwiftCommonCrypto
[12/13] Compiling IDZSwiftCommonCrypto StreamCryptor.swift
[13/13] Compiling IDZSwiftCommonCrypto Utilities.swift
Build complete! (5.61s)
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.