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 EonilFSEvents, reference 0.1.7 (e6b7cd), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 05:20:44 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/eonil/FSEvents.git
Reference: 0.1.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eonil/FSEvents
 * tag               0.1.7      -> FETCH_HEAD
HEAD is now at e6b7cdf Add build test and fix test script.
Cloned https://github.com/eonil/FSEvents.git
Revision (git rev-parse @):
e6b7cdfa2754454e194a45ee6c2004d0f630fe88
SUCCESS checkout https://github.com/eonil/FSEvents.git at 0.1.7
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/eonil/FSEvents.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[1/7] Write EonilFSEventsDemoCLI-entitlement.plist
[2/7] Write sources
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/16] Compiling EonilFSEvents EonilFSEventStreamIllogicalErrorLog.swift
[6/16] Compiling EonilFSEvents EonilFSEventStreamEvent.swift
[7/16] Compiling EonilFSEvents EonilFSEvents.swift
[8/16] Compiling EonilFSEvents EonilFSEventStreamCreateFlags.swift
[9/16] Compiling EonilFSEvents EonilFSEventStreamError.swift
[10/16] Compiling EonilFSEvents EonilFSEventStreamEventFlags.swift
[11/16] Compiling EonilFSEvents EonilFSEventStreamEventID.swift
[12/16] Emitting module EonilFSEvents
[13/16] Compiling EonilFSEvents EonilFSEventStream.swift
[14/18] Compiling EonilFSEventsDemoCLI main.swift
[15/18] Emitting module EonilFSEventsDemoCLI
[15/18] Write Objects.LinkFileList
[16/18] Linking EonilFSEventsDemoCLI
[17/18] Applying EonilFSEventsDemoCLI
Build complete! (4.11s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EonilFSEvents",
  "name" : "EonilFSEvents",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    }
  ],
  "products" : [
    {
      "name" : "EonilFSEvents",
      "targets" : [
        "EonilFSEvents"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "EonilFSEventsDemoCLI",
      "targets" : [
        "EonilFSEventsDemoCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EonilFSEventsDemoCLI",
      "module_type" : "SwiftTarget",
      "name" : "EonilFSEventsDemoCLI",
      "path" : "Sources/EonilFSEventsDemoCLI",
      "product_memberships" : [
        "EonilFSEventsDemoCLI"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "EonilFSEvents"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "EonilFSEvents",
      "module_type" : "SwiftTarget",
      "name" : "EonilFSEvents",
      "path" : "Sources/EonilFSEvents",
      "product_memberships" : [
        "EonilFSEvents",
        "EonilFSEventsDemoCLI"
      ],
      "sources" : [
        "EonilFSEventStream.swift",
        "EonilFSEventStreamCreateFlags.swift",
        "EonilFSEventStreamError.swift",
        "EonilFSEventStreamEvent.swift",
        "EonilFSEventStreamEventFlags.swift",
        "EonilFSEventStreamEventID.swift",
        "EonilFSEventStreamIllogicalErrorLog.swift",
        "EonilFSEvents.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.