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 NotificationManager, reference 25.12.11 (b2159d), with Swift 5.10 for macOS (SPM) on 10 Dec 2025 07:34:59 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/NotificationManager.git
Reference: 25.12.11
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/NotificationManager
 * tag               25.12.11   -> FETCH_HEAD
HEAD is now at b2159dd 2025-12-10
Cloned https://github.com/markbattistella/NotificationManager.git
Revision (git rev-parse @):
b2159dd145f447b339cd66c084a3c4d113d4b318
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/NotificationManager.git at 25.12.11
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/markbattistella/NotificationManager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Copying PrivacyInfo.xcprivacy
[1/5] Write sources
[4/5] Write swift-version-33747A42983211AE.txt
[6/29] Compiling DefaultsKit UserDefaults+Ext.swift
[7/29] Compiling DefaultsKit resource_bundle_accessor.swift
[8/29] Compiling DefaultsKit UserDefaultsKeyRepresentable.swift
[9/29] Emitting module SimpleLogger
[10/30] Compiling SimpleLogger LoggerCategory.swift
[11/30] Compiling DefaultsKit DefaultsPersisted.swift
[12/30] Compiling DefaultsKit AppStorage+Ext.swift
[13/30] Emitting module DefaultsKit
[14/30] Compiling SimpleLogger Category+Utilities.swift
[15/30] Compiling SimpleLogger Date+Ext.swift
[16/30] Compiling SimpleLogger AgnosticColor.swift
[17/30] Compiling SimpleLogger Delimiter.swift
[18/30] Compiling SimpleLogger Category+Testing.swift
[19/30] Compiling SimpleLogger Category+UI.swift
[20/30] Compiling SimpleLogger Category+Security.swift
[21/30] Compiling SimpleLogger Category+System.swift
[22/30] Compiling SimpleLogger Category+Performance.swift
[23/30] Compiling SimpleLogger Category+Persistence.swift
[24/30] Compiling SimpleLogger Category+Miscellaneous.swift
[25/30] Compiling SimpleLogger Category+Network.swift
[26/30] Compiling SimpleLogger Category+Architecture.swift
[27/30] Compiling SimpleLogger Category+Commerce.swift
[28/30] Compiling SimpleLogger LogLevel+Ext.swift
[29/30] Compiling SimpleLogger Logger+Ext.swift
[30/30] Compiling SimpleLogger LoggerManager.swift
[31/47] Compiling NotificationManager NotificationWeekday.swift
[32/47] Compiling NotificationManager PermissionStatus.swift
[33/47] Compiling NotificationManager NotificationAttachmentFactory.swift
[34/47] Compiling NotificationManager NotificationCategoryDescriptor.swift
[35/47] Compiling NotificationManager NotificationsUserDefaultsKey.swift
[36/47] Compiling NotificationManager UserDefaults+Suite.swift
[37/48] Compiling NotificationManager NotificationSound.swift
[38/48] Compiling NotificationManager NotificationError.swift
[39/48] Compiling NotificationManager NotificationState.swift
[40/48] Compiling NotificationManager NotificationType.swift
[41/48] Compiling NotificationManager NotificationCapabilities.swift
[42/48] Compiling NotificationManager NotificationAttachmentBuilder.swift
[43/48] Compiling NotificationManager Duration+Ext.swift
[44/48] Compiling NotificationManager NotificationManager.swift
[45/48] Compiling NotificationManager NotificationActionDescriptor.swift
[46/48] Emitting module NotificationManager
[47/48] Compiling NotificationManager ImageRenderer+Ext.swift
[48/48] Compiling NotificationManager NSImage+Ext.swift
Build complete! (14.18s)
Fetching https://github.com/markbattistella/SimpleLogger
Fetching https://github.com/markbattistella/DefaultsKit
[1/108] Fetching simplelogger
[90/216] Fetching simplelogger, defaultskit
Fetched https://github.com/markbattistella/DefaultsKit from cache (1.14s)
Fetched https://github.com/markbattistella/SimpleLogger from cache (1.14s)
Computing version for https://github.com/markbattistella/SimpleLogger
Computed https://github.com/markbattistella/SimpleLogger at 2.0.0 (0.52s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 25.11.22 (0.33s)
Creating working copy for https://github.com/markbattistella/DefaultsKit
Working copy of https://github.com/markbattistella/DefaultsKit resolved at 25.11.22
Creating working copy for https://github.com/markbattistella/SimpleLogger
Working copy of https://github.com/markbattistella/SimpleLogger resolved at 2.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "defaultskit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "25.0.0",
            "upper_bound" : "26.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/markbattistella/DefaultsKit"
    },
    {
      "identity" : "simplelogger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/markbattistella/SimpleLogger"
    }
  ],
  "manifest_display_name" : "NotificationManager",
  "name" : "NotificationManager",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "NotificationManager",
      "targets" : [
        "NotificationManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NotificationManager",
      "module_type" : "SwiftTarget",
      "name" : "NotificationManager",
      "path" : "Sources/NotificationManager",
      "product_dependencies" : [
        "DefaultsKit",
        "SimpleLogger"
      ],
      "product_memberships" : [
        "NotificationManager"
      ],
      "sources" : [
        "Attachments/ImageRenderer+Ext.swift",
        "Attachments/NSImage+Ext.swift",
        "Attachments/NotificationAttachmentBuilder.swift",
        "Core/Duration+Ext.swift",
        "Core/NotificationManager.swift",
        "Descriptors/NotificationActionDescriptor.swift",
        "Descriptors/NotificationAttachmentFactory.swift",
        "Descriptors/NotificationCategoryDescriptor.swift",
        "Descriptors/NotificationType.swift",
        "Models/NotificationCapabilities.swift",
        "Models/NotificationError.swift",
        "Models/NotificationState.swift",
        "Models/NotificationWeekday.swift",
        "Models/PermissionStatus.swift",
        "Persistence/NotificationsUserDefaultsKey.swift",
        "Persistence/UserDefaults+Suite.swift",
        "Sound/NotificationSound.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.