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 0.1.2 (638c59), with Swift 6.0 for macOS (SPM) on 20 Apr 2025 01:57:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
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
========================================
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": "notificationtask",
      "name": "NotificationTask",
      "url": "https://github.com/samsonjs/NotificationTask.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NotificationTask",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/samsonjs/NotificationTask.git
[1/27] Fetching notificationtask
Fetched https://github.com/samsonjs/NotificationTask.git from cache (0.58s)
Creating working copy for https://github.com/samsonjs/NotificationTask.git
Working copy of https://github.com/samsonjs/NotificationTask.git resolved at 0.1.2 (638c594)
warning: '.resolve-product-dependencies': dependency 'notificationtask' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/samsonjs/NotificationTask.git
https://github.com/samsonjs/NotificationTask.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Emitting module NotificationTask
[4/4] Compiling NotificationTask NotificationTask.swift
Build complete! (6.54s)
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.