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 EventHierarchy, reference main (b17c17), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 10:03:48 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/EmilioPelaez/EventHierarchy.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EmilioPelaez/EventHierarchy
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b17c17b Add Deprecation Notice
Cloned https://github.com/EmilioPelaez/EventHierarchy.git
Revision (git rev-parse @):
b17c17b047885522374646e01b4691f2b30e1378
SUCCESS checkout https://github.com/EmilioPelaez/EventHierarchy.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/EmilioPelaez/EventHierarchy.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/9] Compiling EventHierarchy View+EventHandling.swift
[4/9] Compiling EventHierarchy View+FailableEventHandling.swift
[5/9] Compiling EventHierarchy EventEnvironmentValues.swift
[6/9] Compiling EventHierarchy EventHandlerViewModifier.swift
[7/9] Compiling EventHierarchy Event.swift
[8/9] Emitting module EventHierarchy
[9/9] Compiling EventHierarchy EventButton.swift
Build complete! (7.40s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EventHierarchy",
  "name" : "EventHierarchy",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "EventHierarchy",
      "targets" : [
        "EventHierarchy"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EventHierarchy",
      "module_type" : "SwiftTarget",
      "name" : "EventHierarchy",
      "path" : "Sources/EventHierarchy",
      "product_memberships" : [
        "EventHierarchy"
      ],
      "sources" : [
        "Event.swift",
        "EventButton.swift",
        "EventEnvironmentValues.swift",
        "EventHandlerViewModifier.swift",
        "View+EventHandling.swift",
        "View+FailableEventHandling.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.