The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SMCKit, reference v1.1.0 (53fc7a), with Swift 6.0 for macOS (SPM) on 5 Jan 2026 05:35:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/srimanachanta/SMCKit.git
Reference: v1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/srimanachanta/SMCKit
 * tag               v1.1.0     -> FETCH_HEAD
HEAD is now at 53fc7a6 Update README.md
Cloned https://github.com/srimanachanta/SMCKit.git
Revision (git rev-parse @):
53fc7a6e35a897b1658a7ef0f98ed1710fe46723
SUCCESS checkout https://github.com/srimanachanta/SMCKit.git at v1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/srimanachanta/SMCKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-5BDAB9E9C0126B9D.txt
[2/3] Compiling SMC smc.c
[4/7] Compiling SMCKit SMCKit.swift
[5/7] Emitting module SMCKit
[6/7] Compiling SMCKit SMCKit+Error.swift
[7/7] Compiling SMCKit SMCKit+Types.swift
Build complete! (5.49s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SMCKit",
  "name" : "SMCKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SMC",
      "targets" : [
        "SMC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SMCKit",
      "targets" : [
        "SMCKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SMCKit",
      "module_type" : "SwiftTarget",
      "name" : "SMCKit",
      "path" : "Sources/SMCKit",
      "product_memberships" : [
        "SMCKit"
      ],
      "sources" : [
        "SMCKit+Error.swift",
        "SMCKit+Types.swift",
        "SMCKit.swift"
      ],
      "target_dependencies" : [
        "SMC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SMC",
      "module_type" : "ClangTarget",
      "name" : "SMC",
      "path" : "Sources/SMC",
      "product_memberships" : [
        "SMC",
        "SMCKit"
      ],
      "sources" : [
        "smc.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.