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 6.0 for macOS (SPM) on 10 Dec 2025 07:35:01 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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:             6.0
Building package at path:  $PWD
https://github.com/markbattistella/NotificationManager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[0/5] Copying PrivacyInfo.xcprivacy
[2/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/29] Compiling DefaultsKit UserDefaultsKeyRepresentable.swift
[7/29] Compiling DefaultsKit resource_bundle_accessor.swift
[8/29] Compiling SimpleLogger Category+Performance.swift
[9/29] Compiling SimpleLogger Category+Persistence.swift
[10/29] Compiling SimpleLogger Category+Miscellaneous.swift
[11/29] Compiling SimpleLogger Category+Network.swift
[12/30] Emitting module SimpleLogger
[13/30] Compiling SimpleLogger Category+Architecture.swift
[14/30] Compiling SimpleLogger Category+Commerce.swift
[15/30] Compiling DefaultsKit DefaultsPersisted.swift
[16/30] Compiling DefaultsKit UserDefaults+Ext.swift
[17/30] Compiling SimpleLogger LoggerCategory.swift
[18/30] Compiling SimpleLogger AgnosticColor.swift
[19/30] Compiling SimpleLogger Delimiter.swift
[20/30] Compiling DefaultsKit AppStorage+Ext.swift
[21/30] Emitting module DefaultsKit
[22/30] Compiling SimpleLogger Category+Utilities.swift
[23/30] Compiling SimpleLogger Date+Ext.swift
[24/30] Compiling SimpleLogger Category+Security.swift
[25/30] Compiling SimpleLogger Category+System.swift
[26/30] Compiling SimpleLogger Category+Testing.swift
[27/30] Compiling SimpleLogger Category+UI.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 UserDefaults+Suite.swift
[32/48] Compiling NotificationManager NotificationsUserDefaultsKey.swift
[33/48] Compiling NotificationManager NotificationWeekday.swift
[34/48] Compiling NotificationManager PermissionStatus.swift
[35/48] Compiling NotificationManager NotificationSound.swift
[36/48] Compiling NotificationManager NotificationError.swift
[37/48] Compiling NotificationManager NotificationState.swift
[38/48] Compiling NotificationManager NotificationType.swift
[39/48] Compiling NotificationManager NotificationCapabilities.swift
[40/48] Compiling NotificationManager NotificationAttachmentFactory.swift
[41/48] Compiling NotificationManager NotificationCategoryDescriptor.swift
[42/48] Compiling NotificationManager NotificationAttachmentBuilder.swift
[43/48] Compiling NotificationManager Duration+Ext.swift
[44/48] Emitting module NotificationManager
[45/48] Compiling NotificationManager NotificationManager.swift
[46/48] Compiling NotificationManager NotificationActionDescriptor.swift
[47/48] Compiling NotificationManager ImageRenderer+Ext.swift
[48/48] Compiling NotificationManager NSImage+Ext.swift
Build complete! (19.20s)
Fetching https://github.com/markbattistella/SimpleLogger
Fetching https://github.com/markbattistella/DefaultsKit
[1/108] Fetching defaultskit
Fetched https://github.com/markbattistella/DefaultsKit from cache (0.64s)
[1/108] Fetching simplelogger
Fetched https://github.com/markbattistella/SimpleLogger from cache (0.68s)
Computing version for https://github.com/markbattistella/SimpleLogger
Computed https://github.com/markbattistella/SimpleLogger at 2.0.0 (0.47s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 25.11.22 (0.45s)
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.