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 master (a54369), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 05:21:12 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eonil/FSEvents
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a54369c Release FSEventStream when deiniting EonilFSEventStream
Cloned https://github.com/eonil/FSEvents.git
Revision (git rev-parse @):
a54369c44ab9caabf611d01080e64fe30608d83f
SUCCESS checkout https://github.com/eonil/FSEvents.git at master
========================================
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
[0/7] Write EonilFSEventsDemoCLI-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/16] Compiling EonilFSEvents EonilFSEventStreamError.swift
[6/16] Compiling EonilFSEvents EonilFSEventStreamEventID.swift
[7/16] Compiling EonilFSEvents EonilFSEventStreamEvent.swift
[8/16] Compiling EonilFSEvents EonilFSEvents.swift
[9/16] Compiling EonilFSEvents EonilFSEventStreamIllogicalErrorLog.swift
[10/16] Compiling EonilFSEvents EonilFSEventStreamEventFlags.swift
[11/16] Compiling EonilFSEvents EonilFSEventStreamCreateFlags.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.44s)
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.