The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SDM, reference v0.0.1 (82d31b), with Swift 6.1 for macOS (SPM) on 28 Aug 2025 15:31:26 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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/YannisDC/SDM.git
Reference: v0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/YannisDC/SDM
 * tag               v0.0.1     -> FETCH_HEAD
HEAD is now at 82d31b6 initial commit
Cloned https://github.com/YannisDC/SDM.git
Revision (git rev-parse @):
82d31b6fc643cc28395cc9aaca8f31fbdb96d4ca
SUCCESS checkout https://github.com/YannisDC/SDM.git at v0.0.1
Fetching https://github.com/YannisDC/AesCmac.git
[1/54] Fetching aescmac
Fetched https://github.com/YannisDC/AesCmac.git from cache (0.65s)
Computing version for https://github.com/YannisDC/AesCmac.git
Computed https://github.com/YannisDC/AesCmac.git at 1.0.0 (1.14s)
Creating working copy for https://github.com/YannisDC/AesCmac.git
Working copy of https://github.com/YannisDC/AesCmac.git resolved at 1.0.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": "sdm",
      "name": "SDM",
      "url": "https://github.com/YannisDC/SDM.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SDM",
      "dependencies": [
        {
          "identity": "aescmac",
          "name": "AesCmac",
          "url": "https://github.com/YannisDC/AesCmac.git",
          "version": "1.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AesCmac",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/YannisDC/SDM.git
[1/24] Fetching sdm
Fetched https://github.com/YannisDC/SDM.git from cache (0.62s)
Fetching https://github.com/YannisDC/AesCmac.git from cache
Fetched https://github.com/YannisDC/AesCmac.git from cache (0.42s)
Computing version for https://github.com/YannisDC/AesCmac.git
Computed https://github.com/YannisDC/AesCmac.git at 1.0.0 (0.47s)
Creating working copy for https://github.com/YannisDC/SDM.git
Working copy of https://github.com/YannisDC/SDM.git resolved at v0.0.1 (82d31b6)
Creating working copy for https://github.com/YannisDC/AesCmac.git
Working copy of https://github.com/YannisDC/AesCmac.git resolved at 1.0.0
warning: '.resolve-product-dependencies': dependency 'sdm' is not used by any target
Found 1 product dependencies
  - AesCmac
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/YannisDC/SDM.git
https://github.com/YannisDC/SDM.git
{
  "dependencies" : [
    {
      "identity" : "aescmac",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/YannisDC/AesCmac.git"
    }
  ],
  "manifest_display_name" : "SDM",
  "name" : "SDM",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SDM",
      "targets" : [
        "SDM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SDMTests",
      "module_type" : "SwiftTarget",
      "name" : "SDMTests",
      "path" : "Tests/SDMTests",
      "sources" : [
        "SDMTests.swift"
      ],
      "target_dependencies" : [
        "SDM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SDM",
      "module_type" : "SwiftTarget",
      "name" : "SDM",
      "path" : "Sources/SDM",
      "product_dependencies" : [
        "AesCmac"
      ],
      "product_memberships" : [
        "SDM"
      ],
      "sources" : [
        "LRP.swift",
        "SDM.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.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
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/7] Compiling AesCmac BufferTools.swift
[5/7] Compiling AesCmac AesCmac.swift
[6/7] Emitting module AesCmac
[7/7] Compiling AesCmac AESBlockCipher.swift
[8/10] Compiling SDM LRP.swift
[9/10] Emitting module SDM
[10/10] Compiling SDM SDM.swift
Build complete! (6.14s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "aescmac",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/YannisDC/AesCmac.git"
    }
  ],
  "manifest_display_name" : "SDM",
  "name" : "SDM",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SDM",
      "targets" : [
        "SDM"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SDMTests",
      "module_type" : "SwiftTarget",
      "name" : "SDMTests",
      "path" : "Tests/SDMTests",
      "sources" : [
        "SDMTests.swift"
      ],
      "target_dependencies" : [
        "SDM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SDM",
      "module_type" : "SwiftTarget",
      "name" : "SDM",
      "path" : "Sources/SDM",
      "product_dependencies" : [
        "AesCmac"
      ],
      "product_memberships" : [
        "SDM"
      ],
      "sources" : [
        "LRP.swift",
        "SDM.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.