The Swift Package Index logo.Swift Package Index

Build Information

Successful build of EventMonitor, reference 1.0.1 (bdc9ef), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 15:53:37 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iSapozhnik/EventMonitor.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iSapozhnik/EventMonitor
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at bdc9ef0 Access level
Cloned https://github.com/iSapozhnik/EventMonitor.git
Revision (git rev-parse @):
bdc9ef02a3ab465af9b8eb932459fa5517eaf1d5
SUCCESS checkout https://github.com/iSapozhnik/EventMonitor.git at 1.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "eventmonitor",
      "name": "EventMonitor",
      "url": "https://github.com/iSapozhnik/EventMonitor.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EventMonitor",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/iSapozhnik/EventMonitor.git
[1/33] Fetching eventmonitor
Fetched https://github.com/iSapozhnik/EventMonitor.git from cache (0.77s)
Creating working copy for https://github.com/iSapozhnik/EventMonitor.git
Working copy of https://github.com/iSapozhnik/EventMonitor.git resolved at 1.0.1 (bdc9ef0)
warning: '.resolve-product-dependencies': dependency 'eventmonitor' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/iSapozhnik/EventMonitor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Emitting module EventMonitor
[4/4] Compiling EventMonitor EventMonitor.swift
Build complete! (6.34s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "EventMonitor",
  "name" : "EventMonitor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "EventMonitor",
      "targets" : [
        "EventMonitor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EventMonitorTests",
      "module_type" : "SwiftTarget",
      "name" : "EventMonitorTests",
      "path" : "Tests/EventMonitorTests",
      "sources" : [
        "EventMonitorTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "EventMonitor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EventMonitor",
      "module_type" : "SwiftTarget",
      "name" : "EventMonitor",
      "path" : "Sources/EventMonitor",
      "product_memberships" : [
        "EventMonitor"
      ],
      "sources" : [
        "EventMonitor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.