Skip to content

v0.4.0 — rename to SoCMetrics

Latest

Choose a tag to compare

@GoodOlClint GoodOlClint released this 07 Jul 16:47
v0.4.0
e1a5fc4

Rename only — no new metrics. The package is now SoCMetrics (swift-soc-metrics); consumers change import AppleSiliconMetricsimport SoCMetrics.

Apple's marks now appear nowhere in the product name or in consumer code — only descriptively ("for Apple Silicon") in prose. "Metrics for Apple Silicon" is the referential form Apple's trademark guidelines permit, and this also steps clear of the apple/swift-metrics namespace.

Breaking: package/product/module renamed. Public types (SoCSampler, SoCSample) and the asmetrics CLI are unchanged. Earlier tags (v0.1–v0.3) keep the old AppleSiliconMetrics module name; the old repo URL redirects.

Install:

.package(url: "https://github.com/GoodOlClint/swift-soc-metrics.git", from: "0.4.0")

(v0.3.0's GPU/CPU die-temperature feature is unchanged — see the v0.3.0 release for that.)