The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Cinotify, reference master (a9858e), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 16:22:22 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/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
========================================
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": "cinotify",
      "name": "Cinotify",
      "url": "https://github.com/ponyboy47/cinotify.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/cinotify",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ponyboy47/cinotify.git
[1/61] Fetching cinotify
Fetched https://github.com/ponyboy47/cinotify.git from cache (0.53s)
Creating working copy for https://github.com/ponyboy47/cinotify.git
Working copy of https://github.com/ponyboy47/cinotify.git resolved at master (a9858e2)
warning: '.resolve-product-dependencies': dependency 'cinotify' 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/ponyboy47/cinotify.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling Cinotify inotify_wrapper.c
Build complete! (0.05s)
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.