The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of CZoneDetect, reference main (9a483f), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 19:03:15 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/sbooth/CZoneDetect.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/CZoneDetect
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9a483fd Update swift.yml (#3)
Cloned https://github.com/sbooth/CZoneDetect.git
Revision (git rev-parse @):
9a483fdcb5c5a1d3c761cfb0b0ef3242826110c6
SUCCESS checkout https://github.com/sbooth/CZoneDetect.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sbooth/CZoneDetect.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling CZoneDetect zonedetect.c
Build complete! (0.58s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CZoneDetect",
  "name" : "CZoneDetect",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CZoneDetect",
      "targets" : [
        "CZoneDetect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CZoneDetectTests",
      "module_type" : "SwiftTarget",
      "name" : "CZoneDetectTests",
      "path" : "Tests/CZoneDetectTests",
      "sources" : [
        "CZoneDetectTests.swift"
      ],
      "target_dependencies" : [
        "CZoneDetect"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CZoneDetect",
      "module_type" : "ClangTarget",
      "name" : "CZoneDetect",
      "path" : "Sources/CZoneDetect",
      "product_memberships" : [
        "CZoneDetect"
      ],
      "sources" : [
        "zonedetect.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.