The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dreymonde/NiceNotifications.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dreymonde/NiceNotifications
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at dc24879 Update DateBuilder
Cloned https://github.com/dreymonde/NiceNotifications.git
Revision (git rev-parse @):
dc24879ac7979efdea18a2c1f7a8bb6c364d16e6
SUCCESS checkout https://github.com/dreymonde/NiceNotifications.git at main
Fetching https://github.com/dreymonde/DateBuilder
[1/148] Fetching datebuilder
Fetched https://github.com/dreymonde/DateBuilder (0.77s)
Computing version for https://github.com/dreymonde/DateBuilder
Computed https://github.com/dreymonde/DateBuilder at 0.1.3 (3.55s)
Creating working copy for https://github.com/dreymonde/DateBuilder
Working copy of https://github.com/dreymonde/DateBuilder resolved at 0.1.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "nicenotifications",
      "name": "NiceNotifications",
      "url": "https://github.com/dreymonde/NiceNotifications.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NiceNotifications",
      "dependencies": [
        {
          "identity": "datebuilder",
          "name": "DateBuilder",
          "url": "https://github.com/dreymonde/DateBuilder",
          "version": "0.1.4",
          "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DateBuilder",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dreymonde/NiceNotifications.git
[1/146] Fetching nicenotifications
Fetched https://github.com/dreymonde/NiceNotifications.git (0.72s)
Fetching https://github.com/dreymonde/DateBuilder from cache
Fetched https://github.com/dreymonde/DateBuilder (0.83s)
Computing version for https://github.com/dreymonde/DateBuilder
Computed https://github.com/dreymonde/DateBuilder at 0.1.4 (0.18s)
Creating working copy for https://github.com/dreymonde/NiceNotifications.git
Working copy of https://github.com/dreymonde/NiceNotifications.git resolved at main
Creating working copy for https://github.com/dreymonde/DateBuilder
Working copy of https://github.com/dreymonde/DateBuilder resolved at 0.1.4
warning: '.resolve-product-dependencies': dependency 'nicenotifications' is not used by any target
Found 1 product dependencies
  - DateBuilder
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Emitting module DateBuilder
[2/2] Compiling DateBuilder DateBuilder.swift
[3/5] Compiling NiceNotifications NotificationPermissionView.swift
[4/5] Compiling NiceNotifications NiceNotifications.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:805:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[5/5] Emitting module NiceNotifications
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:805:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
Build complete! (35.86s)
Build complete.
Done.