The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-hyperloglog, reference main (dd6f87), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 09:11:11 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/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
========================================
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": "swift-hyperloglog",
      "name": "swift-hyperloglog",
      "url": "https://github.com/t089/swift-hyperloglog.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-hyperloglog",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/t089/swift-hyperloglog.git
[1/81] Fetching swift-hyperloglog
Fetched https://github.com/t089/swift-hyperloglog.git from cache (0.88s)
Creating working copy for https://github.com/t089/swift-hyperloglog.git
Working copy of https://github.com/t089/swift-hyperloglog.git resolved at main (dd6f874)
warning: '.resolve-product-dependencies': dependency 'swift-hyperloglog' 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/t089/swift-hyperloglog.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Compiling HyperLogLog HyperLogLog.swift
[4/4] Emitting module HyperLogLog
Build complete! (2.31s)
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.