The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of TypedNotificationCenter, reference master (618367), with Swift 5.10 for macOS (SPM) on 29 Sep 2024 03:21:21 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.54.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cyberbeni/typednotificationcenter.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cyberbeni/typednotificationcenter
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6183677 Merge pull request #72 from Cyberbeni/format-workflow-update
Cloned https://github.com/cyberbeni/typednotificationcenter.git
Revision (git rev-parse @):
61836777a803f61d6f29152854a15018b13bfa63
SUCCESS checkout https://github.com/cyberbeni/typednotificationcenter.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "typednotificationcenter",
      "name": "TypedNotificationCenter",
      "url": "https://github.com/cyberbeni/typednotificationcenter.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/typednotificationcenter",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/cyberbeni/typednotificationcenter.git
[1/2964] Fetching typednotificationcenter
Fetched https://github.com/cyberbeni/typednotificationcenter.git from cache (1.37s)
Creating working copy for https://github.com/cyberbeni/typednotificationcenter.git
Working copy of https://github.com/cyberbeni/typednotificationcenter.git resolved at master (6183677)
warning: '.resolve-product-dependencies': dependency 'typednotificationcenter' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/cyberbeni/typednotificationcenter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/18] Emitting module TypedNotificationCenter
[4/19] Compiling TypedNotificationCenter UIResponder.swift
[5/19] Compiling TypedNotificationCenter AnyPayloadTypedNotification.swift
[6/19] Compiling TypedNotificationCenter AnyTypedNotification.swift
[7/19] Compiling TypedNotificationCenter SameTypedNotification.swift
[8/19] Compiling TypedNotificationCenter TypedNotificationObservation+GenericNsNotification.swift
[9/19] Compiling TypedNotificationCenter PDFView.swift
[10/19] Compiling TypedNotificationCenter TypedNotificationCenter+GenericBridgedNotification.swift
[11/19] Compiling TypedNotificationCenter TypedNotificationObservation+GenericBridgedNotification.swift
[12/19] Compiling TypedNotificationCenter TypedNotification.swift
[13/19] Compiling TypedNotificationCenter TypedNotificationCenter+BridgedNotification.swift
[14/19] Compiling TypedNotificationCenter TypedNotificationObservation+NsNotification.swift
[15/19] Compiling TypedNotificationCenter BridgedNotification+ErrorHandlingCustomization.swift
[16/19] Compiling TypedNotificationCenter BridgedNotification.swift
[17/19] Compiling TypedNotificationCenter TypedNotificationObservation.swift
[18/19] Compiling TypedNotificationCenter TypedNotificationCenter.swift
[19/19] Compiling TypedNotificationCenter WeakBox.swift
Build complete! (4.55s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/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/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Info.plist
Build complete.
Done.