The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SMCKit, reference v1.1.0 (53fc7a), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 02:42: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/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
========================================
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": "smckit",
      "name": "SMCKit",
      "url": "https://github.com/srimanachanta/SMCKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SMCKit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/srimanachanta/SMCKit.git
[1/199] Fetching smckit
Fetched https://github.com/srimanachanta/SMCKit.git from cache (0.63s)
Creating working copy for https://github.com/srimanachanta/SMCKit.git
Working copy of https://github.com/srimanachanta/SMCKit.git resolved at v1.1.0 (53fc7a6)
warning: '.resolve-product-dependencies': dependency 'smckit' 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/srimanachanta/SMCKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version--6988338F2F200930.txt
[2/3] Compiling SMC smc.c
[4/7] Emitting module SMCKit
[5/7] Compiling SMCKit SMCKit.swift
[6/7] Compiling SMCKit SMCKit+Types.swift
[7/7] Compiling SMCKit SMCKit+Error.swift
Build complete! (5.46s)
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.