The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftFileSystemEvents, reference master (0710c3), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 13:15:28 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/jgvanwyk/SwiftFileSystemEvents.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jgvanwyk/SwiftFileSystemEvents
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0710c3c Revert "Switched to using Core Foundation types"
Cloned https://github.com/jgvanwyk/SwiftFileSystemEvents.git
Revision (git rev-parse @):
0710c3c073b9c8b4fde94137680772f2482d7800
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jgvanwyk/SwiftFileSystemEvents.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jgvanwyk/SwiftFileSystemEvents.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling SwiftFileSystemEvents FileSystemEvent.swift
[4/6] Compiling SwiftFileSystemEvents StringConvertible.swift
[5/6] Compiling SwiftFileSystemEvents FileSystemEventStream.swift
[6/6] Emitting module SwiftFileSystemEvents
Build complete! (3.41s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftFileSystemEvents",
  "name" : "SwiftFileSystemEvents",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "SwiftFileSystemEvents",
      "targets" : [
        "SwiftFileSystemEvents"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftFileSystemEventsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFileSystemEventsTests",
      "path" : "Tests/SwiftFileSystemEventsTests",
      "sources" : [
        "SwiftFileSystemEventsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftFileSystemEvents"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftFileSystemEvents",
      "module_type" : "SwiftTarget",
      "name" : "SwiftFileSystemEvents",
      "path" : "Sources/SwiftFileSystemEvents",
      "product_memberships" : [
        "SwiftFileSystemEvents"
      ],
      "sources" : [
        "FileSystemEvent.swift",
        "FileSystemEventStream.swift",
        "StringConvertible.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.