The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NotificationTask, reference 0.1.2 (638c59), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 19:16:59 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/samsonjs/NotificationTask.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/samsonjs/NotificationTask
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at 638c594 Add Hashable conformance
Cloned https://github.com/samsonjs/NotificationTask.git
Revision (git rev-parse @):
638c5942c06a66a69ab44ca5ab4e2bd77e5a2297
SUCCESS checkout https://github.com/samsonjs/NotificationTask.git at 0.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/samsonjs/NotificationTask.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/4] Compiling NotificationTask NotificationTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/NotificationTask/NotificationTask.swift:3:49: warning: conformance of 'Notification' to protocol 'Sendable' was already stated in the type's module 'Foundation'
 1 | public import Foundation
 2 |
 3 | extension Notification: @unchecked @retroactive Sendable {}
   |                                                 `- warning: conformance of 'Notification' to protocol 'Sendable' was already stated in the type's module 'Foundation'
 4 |
 5 | /// Manages a task that observes notifications. The tasks's lifetime is tied to the lifetime of the `NotificationTask` instance, so you
Foundation.Notification:6:11: note: 'Notification' declares conformance to protocol 'Sendable' here
4 | @available(watchOS, unavailable, introduced: 2.0)
5 | @available(*, unavailable)
6 | extension Notification : Sendable {
  |           `- note: 'Notification' declares conformance to protocol 'Sendable' here
7 | }
[4/4] Emitting module NotificationTask
/Users/admin/builder/spi-builder-workspace/Sources/NotificationTask/NotificationTask.swift:3:49: warning: conformance of 'Notification' to protocol 'Sendable' was already stated in the type's module 'Foundation'
 1 | public import Foundation
 2 |
 3 | extension Notification: @unchecked @retroactive Sendable {}
   |                                                 `- warning: conformance of 'Notification' to protocol 'Sendable' was already stated in the type's module 'Foundation'
 4 |
 5 | /// Manages a task that observes notifications. The tasks's lifetime is tied to the lifetime of the `NotificationTask` instance, so you
Foundation.Notification:6:11: note: 'Notification' declares conformance to protocol 'Sendable' here
4 | @available(watchOS, unavailable, introduced: 2.0)
5 | @available(*, unavailable)
6 | extension Notification : Sendable {
  |           `- note: 'Notification' declares conformance to protocol 'Sendable' here
7 | }
Build complete! (3.85s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NotificationTask",
  "name" : "NotificationTask",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "NotificationTask",
      "targets" : [
        "NotificationTask"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NotificationTaskTests",
      "module_type" : "SwiftTarget",
      "name" : "NotificationTaskTests",
      "path" : "Tests/NotificationTaskTests",
      "sources" : [
        "NotificationTaskTests.swift",
        "ReadmeExamples.swift"
      ],
      "target_dependencies" : [
        "NotificationTask"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NotificationTask",
      "module_type" : "SwiftTarget",
      "name" : "NotificationTask",
      "path" : "Sources/NotificationTask",
      "product_memberships" : [
        "NotificationTask"
      ],
      "sources" : [
        "NotificationTask.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.