The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Cepoll, reference 1.0.0 (c9b927), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 12:58:21 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/tannerdsilva/Cepoll.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tannerdsilva/Cepoll
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at c9b927b added license
Cloned https://github.com/tannerdsilva/Cepoll.git
Revision (git rev-parse @):
c9b927b023908081e0ac0bef3966f501a8414480
SUCCESS checkout https://github.com/tannerdsilva/Cepoll.git at 1.0.0
========================================
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": "cepoll",
      "name": "Cepoll",
      "url": "https://github.com/tannerdsilva/Cepoll.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Cepoll",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tannerdsilva/Cepoll.git
[1/30] Fetching cepoll
Fetched https://github.com/tannerdsilva/Cepoll.git from cache (0.55s)
Creating working copy for https://github.com/tannerdsilva/Cepoll.git
Working copy of https://github.com/tannerdsilva/Cepoll.git resolved at 1.0.0 (c9b927b)
warning: '.resolve-product-dependencies': dependency 'cepoll' 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/tannerdsilva/Cepoll.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling Cepoll epoll.c
Build complete! (0.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Cepoll",
  "name" : "Cepoll",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Cepoll",
      "targets" : [
        "Cepoll"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Cepoll",
      "module_type" : "ClangTarget",
      "name" : "Cepoll",
      "path" : "Sources/Cepoll",
      "product_memberships" : [
        "Cepoll"
      ],
      "sources" : [
        "epoll.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.