The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of NotificationTask, reference main (1cd6db), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 19:16:56 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/samsonjs/NotificationTask
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1cd6dba Update Readme.md
Cloned https://github.com/samsonjs/NotificationTask.git
Revision (git rev-parse @):
1cd6dba627af18867b84f597245a77cd1ec81ce3
SUCCESS checkout https://github.com/samsonjs/NotificationTask.git at main
========================================
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] 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 | }
[4/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 | }
Build complete! (4.39s)
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.