The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-hyperloglog, reference main (dd6f87), with Swift 6.2 for macOS (SPM) on 24 Jun 2025 12:04:25 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/t089/swift-hyperloglog.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/t089/swift-hyperloglog
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at dd6f874 add SPI shields in readme
Cloned https://github.com/t089/swift-hyperloglog.git
Revision (git rev-parse @):
dd6f874a69b83a4cc93a868a7d8fb65bc2313406
SUCCESS checkout https://github.com/t089/swift-hyperloglog.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/t089/swift-hyperloglog.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling HyperLogLog HyperLogLog.swift
[4/4] Emitting module HyperLogLog
Build complete! (1.90s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-hyperloglog",
  "name" : "swift-hyperloglog",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HyperLogLog",
      "targets" : [
        "HyperLogLog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HyperLogLogTests",
      "module_type" : "SwiftTarget",
      "name" : "HyperLogLogTests",
      "path" : "Tests/HyperLogLogTests",
      "sources" : [
        "HyperLogLogTests.swift"
      ],
      "target_dependencies" : [
        "HyperLogLog"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HyperLogLog",
      "module_type" : "SwiftTarget",
      "name" : "HyperLogLog",
      "path" : "Sources/HyperLogLog",
      "product_memberships" : [
        "HyperLogLog"
      ],
      "sources" : [
        "HyperLogLog.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.