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 SystemNotification, reference 1.3.0 (7d000f), with Swift 6.2 (beta) for macOS (SPM) on 12 Jul 2025 10:01: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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsaidi/SystemNotification.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielsaidi/SystemNotification
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 7d000fb Update release notes
Cloned https://github.com/danielsaidi/SystemNotification.git
Revision (git rev-parse @):
7d000fb6a3790589b4a08b1020333d4477a0bd1c
SUCCESS checkout https://github.com/danielsaidi/SystemNotification.git at 1.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/danielsaidi/SystemNotification.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/13] Compiling SystemNotification SystemNotificationEdge.swift
[4/13] Compiling SystemNotification SystemNotificationStyle.swift
[5/13] Compiling SystemNotification SystemNotificationMessageStyle.swift
[6/13] Compiling SystemNotification SystemNotificationMessage.swift
[7/14] Compiling SystemNotification SystemNotificationContext.swift
[8/14] Compiling SystemNotification SystemNotificationConfiguration.swift
[9/14] Compiling SystemNotification SystemNotificationMessage+Predefined.swift
[10/14] Emitting module SystemNotification
[11/14] Compiling SystemNotification SystemNotification.swift
[12/14] Compiling SystemNotification SystemNotificationAppKitOverlay.swift
[13/14] Compiling SystemNotification SystemNotificationUIKitOverlay.swift
[14/14] Compiling SystemNotification View+SystemNotification.swift
Build complete! (11.08s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SystemNotification",
  "name" : "SystemNotification",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SystemNotification",
      "targets" : [
        "SystemNotification"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SystemNotificationTests",
      "module_type" : "SwiftTarget",
      "name" : "SystemNotificationTests",
      "path" : "Tests/SystemNotificationTests",
      "sources" : [
        "SystemNotificationTests.swift"
      ],
      "target_dependencies" : [
        "SystemNotification"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SystemNotification",
      "module_type" : "SwiftTarget",
      "name" : "SystemNotification",
      "path" : "Sources/SystemNotification",
      "product_memberships" : [
        "SystemNotification"
      ],
      "sources" : [
        "Overlays/SystemNotificationAppKitOverlay.swift",
        "Overlays/SystemNotificationUIKitOverlay.swift",
        "SystemNotification.swift",
        "SystemNotificationConfiguration.swift",
        "SystemNotificationContext.swift",
        "SystemNotificationEdge.swift",
        "SystemNotificationMessage+Predefined.swift",
        "SystemNotificationMessage.swift",
        "SystemNotificationMessageStyle.swift",
        "SystemNotificationStyle.swift",
        "View+SystemNotification.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.