The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Events, reference 1.1.0 (32d9bf), with Swift 6.2 for macOS (SPM) on 19 Aug 2025 11:04:40 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ThomasCle/events.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ThomasCle/events
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 32d9bf6 Merge branch 'fix/event-order'
Cloned https://github.com/ThomasCle/events.git
Revision (git rev-parse @):
32d9bf6657d4256ce2ef19868e5a4e08a74ef6ba
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ThomasCle/events.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ThomasCle/events.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 Events EventSubscriber.swift
[4/6] Compiling Events EventHandler.swift
[5/6] Compiling Events Event.swift
[6/6] Emitting module Events
Build complete! (0.69s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Events",
  "name" : "Events",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Events",
      "targets" : [
        "Events"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EventsTests",
      "module_type" : "SwiftTarget",
      "name" : "EventsTests",
      "path" : "Tests/EventsTests",
      "sources" : [
        "BasicEventTests.swift",
        "ConcurrencyTests.swift",
        "EventOrderingTests.swift",
        "PerformanceTests.swift",
        "SubscriberLifecycleTests.swift",
        "TestUtilities.swift"
      ],
      "target_dependencies" : [
        "Events"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Events",
      "module_type" : "SwiftTarget",
      "name" : "Events",
      "path" : "Sources/Events",
      "product_memberships" : [
        "Events"
      ],
      "sources" : [
        "Event.swift",
        "EventHandler.swift",
        "EventSubscriber.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.