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 SwiftEventCenter, reference develop (4b30e9), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 20:46:46 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/ladislas/SwiftEventCenter.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ladislas/SwiftEventCenter
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 4b30e97 Merge tag '1.1.1' into develop
Cloned https://github.com/ladislas/SwiftEventCenter.git
Revision (git rev-parse @):
4b30e97b7acbeda3b120a832b06e6134cb278d31
SUCCESS checkout https://github.com/ladislas/SwiftEventCenter.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ladislas/SwiftEventCenter.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/7] Compiling EventCenter ObserverStructure.swift
[4/7] Emitting module EventCenter
[5/7] Compiling EventCenter EventCenter.swift
[6/7] Compiling EventCenter Event.swift
[7/7] Compiling EventCenter ObserverPriority.swift
Build complete! (3.40s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftEventCenter",
  "name" : "SwiftEventCenter",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "EventCenter",
      "targets" : [
        "EventCenter"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ObserverStructureTests",
      "module_type" : "SwiftTarget",
      "name" : "ObserverStructureTests",
      "path" : "Tests/ObserverStructureTests",
      "sources" : [
        "ObserverStructureTests.swift"
      ],
      "target_dependencies" : [
        "EventCenter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EventCenterTests",
      "module_type" : "SwiftTarget",
      "name" : "EventCenterTests",
      "path" : "Tests/EventCenterTests",
      "sources" : [
        "EventCenterTests.swift"
      ],
      "target_dependencies" : [
        "EventCenter"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EventCenter",
      "module_type" : "SwiftTarget",
      "name" : "EventCenter",
      "path" : "Sources",
      "product_memberships" : [
        "EventCenter"
      ],
      "sources" : [
        "Event.swift",
        "EventCenter.swift",
        "ObserverPriority.swift",
        "ObserverStructure.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.