The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.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/1/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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "systemnotification",
      "name": "SystemNotification",
      "url": "https://github.com/danielsaidi/SystemNotification.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SystemNotification",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/danielsaidi/SystemNotification.git from cache
Fetched https://github.com/danielsaidi/SystemNotification.git from cache (0.31s)
Creating working copy for https://github.com/danielsaidi/SystemNotification.git
Working copy of https://github.com/danielsaidi/SystemNotification.git resolved at 1.1.0 (c6e27d9)
warning: '.resolve-product-dependencies': dependency 'systemnotification' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/danielsaidi/SystemNotification.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/12] Compiling SystemNotification SystemNotificationUIKitOverlay.swift
[4/12] Compiling SystemNotification SystemNotificationMessageStyle.swift
[5/13] Compiling SystemNotification SystemNotificationContext.swift
[6/13] Compiling SystemNotification SystemNotificationEdge.swift
[7/13] Compiling SystemNotification SystemNotificationStyle.swift
[8/13] Compiling SystemNotification SystemNotification.swift
[9/13] Compiling SystemNotification SystemNotificationConfiguration.swift
[10/13] Compiling SystemNotification SystemNotificationMessage.swift
[11/13] Emitting module SystemNotification
[12/13] Compiling SystemNotification SystemNotificationMessage+Predefined.swift
[13/13] Compiling SystemNotification View+SystemNotification.swift
Build complete! (7.07s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SystemNotification",
  "name" : "SystemNotification",
  "path" : "/Users/builder/builds/TDmZkXJm/1/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.