The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SystemNotification with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsaidi/SystemNotification.git
Reference: 1.1.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/danielsaidi/SystemNotification
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at c6e27d9 Bump to 1.1.0
Cloned https://github.com/danielsaidi/SystemNotification.git
Revision (git rev-parse @):
c6e27d9a6a90b213a854a182d7769f33358ec747
SUCCESS checkout https://github.com/danielsaidi/SystemNotification.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/danielsaidi/SystemNotification.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Compiling SystemNotification SystemNotificationUIKitOverlay.swift
[2/11] Compiling SystemNotification View+SystemNotification.swift
[3/11] Compiling SystemNotification SystemNotificationMessageStyle.swift
[4/11] Compiling SystemNotification SystemNotificationStyle.swift
[5/11] Compiling SystemNotification SystemNotification.swift
[6/11] Compiling SystemNotification SystemNotificationConfiguration.swift
[7/11] Emitting module SystemNotification
[8/11] Compiling SystemNotification SystemNotificationContext.swift
[9/11] Compiling SystemNotification SystemNotificationEdge.swift
[10/11] Compiling SystemNotification SystemNotificationMessage+Predefined.swift
[11/11] Compiling SystemNotification SystemNotificationMessage.swift
Build complete! (9.29s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SystemNotification",
  "name" : "SystemNotification",
  "path" : "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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" : [
        "SystemNotification.swift",
        "SystemNotificationConfiguration.swift",
        "SystemNotificationContext.swift",
        "SystemNotificationEdge.swift",
        "SystemNotificationMessage+Predefined.swift",
        "SystemNotificationMessage.swift",
        "SystemNotificationMessageStyle.swift",
        "SystemNotificationStyle.swift",
        "SystemNotificationUIKitOverlay.swift",
        "View+SystemNotification.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.