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 Cinotify, reference master (a9858e), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 19:33:47 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/ponyboy47/cinotify.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ponyboy47/cinotify
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a9858e2 Updated readme
Cloned https://github.com/ponyboy47/cinotify.git
Revision (git rev-parse @):
a9858e20575f39c3309816255b9305abe1582d62
SUCCESS checkout https://github.com/ponyboy47/cinotify.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ponyboy47/cinotify.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling Cinotify inotify_wrapper.c
Build complete! (0.12s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Cinotify",
  "name" : "Cinotify",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Cinotify",
      "targets" : [
        "Cinotify"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Cinotify",
      "module_type" : "ClangTarget",
      "name" : "Cinotify",
      "path" : "Sources/Cinotify",
      "product_memberships" : [
        "Cinotify"
      ],
      "sources" : [
        "inotify_wrapper.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.