The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TypedNotificationCenter 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/cyberbeni/typednotificationcenter.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/cyberbeni/typednotificationcenter
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6e682f9 Merge pull request #70 from Cyberbeni/xcframework-script-finetune
Cloned https://github.com/cyberbeni/typednotificationcenter.git
Revision (git rev-parse @):
6e682f918c89cc769218e4f41059d3cea6ea7e14
SUCCESS checkout https://github.com/cyberbeni/typednotificationcenter.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "typednotificationcenter",
      "name": "TypedNotificationCenter",
      "url": "https://github.com/cyberbeni/typednotificationcenter.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/typednotificationcenter",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/cyberbeni/typednotificationcenter.git
[1/2897] Fetching typednotificationcenter
Fetched https://github.com/cyberbeni/typednotificationcenter.git (0.41s)
Creating working copy for https://github.com/cyberbeni/typednotificationcenter.git
Working copy of https://github.com/cyberbeni/typednotificationcenter.git resolved at master
warning: '.resolve-product-dependencies': dependency 'typednotificationcenter' is not used by any target
Found 0 product dependencies
========================================
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/15] Compiling TypedNotificationCenter UIResponder.swift
[2/15] Compiling TypedNotificationCenter AnyPayloadTypedNotification.swift
[3/15] Compiling TypedNotificationCenter TypedNotification.swift
[4/15] Compiling TypedNotificationCenter TypedNotificationCenter.swift
[5/17] Compiling TypedNotificationCenter AnyTypedNotification.swift
[6/17] Compiling TypedNotificationCenter SameTypedNotification.swift
[7/17] Compiling TypedNotificationCenter TypedNotificationCenter+GenericBridgedNotification.swift
[8/17] Compiling TypedNotificationCenter TypedNotificationObservation+GenericBridgedNotification.swift
[9/17] Compiling TypedNotificationCenter TypedNotificationObservation+GenericNsNotification.swift
[10/17] Compiling TypedNotificationCenter PDFView.swift
[11/17] Emitting module TypedNotificationCenter
[12/17] Compiling TypedNotificationCenter TypedNotificationCenter+BridgedNotification.swift
[13/17] Compiling TypedNotificationCenter TypedNotificationObservation+NsNotification.swift
[14/17] Compiling TypedNotificationCenter BridgedNotification+ErrorHandlingCustomization.swift
[15/17] Compiling TypedNotificationCenter BridgedNotification.swift
[16/17] Compiling TypedNotificationCenter TypedNotificationObservation.swift
[17/17] Compiling TypedNotificationCenter WeakBox.swift
Build complete! (8.09s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/TypedNotificationCenterTests/Info.plist
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypedNotificationCenter/Info.plist
Build complete.
Done.