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 main (b2159d), with Swift 5.10 for macOS (SPM) on 10 Dec 2025 07:37:18 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/NotificationManager
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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
[4/5] Write swift-version-33747A42983211AE.txt
[6/29] Compiling DefaultsKit resource_bundle_accessor.swift
[7/29] Compiling SimpleLogger Category+Security.swift
[8/29] Compiling SimpleLogger Category+System.swift
[9/30] Compiling SimpleLogger Category+Utilities.swift
[10/30] Compiling SimpleLogger Date+Ext.swift
[11/30] Compiling SimpleLogger Category+Testing.swift
[12/30] Compiling SimpleLogger Category+UI.swift
[13/30] Compiling DefaultsKit UserDefaultsKeyRepresentable.swift
[14/30] Compiling DefaultsKit UserDefaults+Ext.swift
[15/30] Compiling SimpleLogger LoggerCategory.swift
[16/30] Compiling DefaultsKit DefaultsPersisted.swift
[17/30] Emitting module DefaultsKit
[18/30] Compiling DefaultsKit AppStorage+Ext.swift
[19/30] Compiling SimpleLogger LoggerManager.swift
[20/30] Compiling SimpleLogger AgnosticColor.swift
[21/30] Compiling SimpleLogger Delimiter.swift
[22/30] Compiling SimpleLogger Category+Miscellaneous.swift
[23/30] Compiling SimpleLogger Category+Network.swift
[24/30] Compiling SimpleLogger Category+Performance.swift
[25/30] Compiling SimpleLogger Category+Persistence.swift
[26/30] Compiling SimpleLogger Category+Architecture.swift
[27/30] Compiling SimpleLogger Category+Commerce.swift
[28/30] Emitting module SimpleLogger
[29/30] Compiling SimpleLogger LogLevel+Ext.swift
[30/30] Compiling SimpleLogger Logger+Ext.swift
[31/47] Compiling NotificationManager UserDefaults+Suite.swift
[32/47] Compiling NotificationManager NotificationsUserDefaultsKey.swift
[33/48] Compiling NotificationManager NotificationWeekday.swift
[34/48] Compiling NotificationManager PermissionStatus.swift
[35/48] Compiling NotificationManager NotificationError.swift
[36/48] Compiling NotificationManager NotificationState.swift
[37/48] Compiling NotificationManager NotificationSound.swift
[38/48] Compiling NotificationManager NotificationAttachmentFactory.swift
[39/48] Compiling NotificationManager NotificationCategoryDescriptor.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 ImageRenderer+Ext.swift
[45/48] Compiling NotificationManager NSImage+Ext.swift
[46/48] Emitting module NotificationManager
[47/48] Compiling NotificationManager NotificationManager.swift
[48/48] Compiling NotificationManager NotificationActionDescriptor.swift
Build complete! (14.11s)
Fetching https://github.com/markbattistella/DefaultsKit
Fetching https://github.com/markbattistella/SimpleLogger
[3/108] Fetching simplelogger
[109/216] Fetching simplelogger, defaultskit
Fetched https://github.com/markbattistella/SimpleLogger from cache (1.10s)
Fetched https://github.com/markbattistella/DefaultsKit from cache (1.10s)
Computing version for https://github.com/markbattistella/SimpleLogger
Computed https://github.com/markbattistella/SimpleLogger at 2.0.0 (0.26s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 25.11.22 (0.25s)
Creating working copy for https://github.com/markbattistella/SimpleLogger
Working copy of https://github.com/markbattistella/SimpleLogger resolved at 2.0.0
Creating working copy for https://github.com/markbattistella/DefaultsKit
Working copy of https://github.com/markbattistella/DefaultsKit resolved at 25.11.22
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.