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 Cepoll, reference master (c9b927), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 04:39:55 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/tannerdsilva/Cepoll.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tannerdsilva/Cepoll
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tannerdsilva/Cepoll.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling Cepoll epoll.c
Build complete! (0.11s)
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.