The Swift Package Index logo.Swift Package Index

Build Information

Successful build of IDZSwiftCommonCrypto, reference master (90e5ec), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 19:36:21 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iosdevzone/IDZSwiftCommonCrypto
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 90e5ec0 Update LICENSE
Cloned https://github.com/iosdevzone/IDZSwiftCommonCrypto.git
Revision (git rev-parse @):
90e5ec0877c6192e3efb975f02ff11fd5938fc1e
SUCCESS checkout https://github.com/iosdevzone/IDZSwiftCommonCrypto.git at master
========================================
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.01s)
Creating working copy for https://github.com/iosdevzone/IDZSwiftCommonCrypto.git
Working copy of https://github.com/iosdevzone/IDZSwiftCommonCrypto.git resolved at master (90e5ec0)
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 StreamCryptor.swift
[4/12] Compiling IDZSwiftCommonCrypto Cryptor.swift
[5/12] Compiling IDZSwiftCommonCrypto Crypto.swift
[6/12] Compiling IDZSwiftCommonCrypto Status.swift
[7/12] Compiling IDZSwiftCommonCrypto HMAC.swift
[8/12] Emitting module IDZSwiftCommonCrypto
[9/12] Compiling IDZSwiftCommonCrypto KeyDerivation.swift
[10/12] Compiling IDZSwiftCommonCrypto Digest.swift
[11/12] Compiling IDZSwiftCommonCrypto Random.swift
[12/12] Compiling IDZSwiftCommonCrypto Updateable.swift
[13/13] Compiling IDZSwiftCommonCrypto Utilities.swift
Build complete! (5.48s)
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.