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 PonyExpress, reference main (9d5a3a), with Swift 6.2 for macOS (SPM) on 5 Sep 2025 11:22:23 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamwulf/PonyExpress.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adamwulf/PonyExpress
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9d5a3a1 Updating locks to 1.0.1
Cloned https://github.com/adamwulf/PonyExpress.git
Revision (git rev-parse @):
9d5a3a11a6e68e5ba0880be24b9e968dc55a3d9f
SUCCESS checkout https://github.com/adamwulf/PonyExpress.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/adamwulf/PonyExpress.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/13] Compiling Locks Mutex.swift
[5/13] Compiling Locks RecursiveMutex.swift
[6/13] Compiling Locks ReadWriteLock.swift
[7/13] Compiling Locks AtomicWrapper.swift
[8/13] Compiling Locks NSLocking+Extensions.swift
[9/13] Compiling Locks AtomicWrapper+Extensions.swift
[10/13] Compiling Locks AtomicSet.swift
[11/13] Compiling Locks AtomicDictionary.swift
[12/13] Compiling Locks ThreadLocal.swift
[13/13] Emitting module Locks
[14/14] Compiling Locks UnfairLock.swift
[15/19] Emitting module PonyExpress
[16/19] Compiling PonyExpress Recipient.swift
[17/19] Compiling PonyExpress Array+Extension.swift
[18/19] Compiling PonyExpress Mail.swift
[19/19] Compiling PonyExpress PostOffice.swift
/Users/admin/builder/spi-builder-workspace/Sources/PonyExpress/PostOffice.swift:680:47: warning: capture of non-sendable type 'Notification.Type' in an isolated closure
678 |             if let queue = listener.queue {
679 |                 queue.async {
680 |                     listener.recipient.block?(notification, sender)
    |                                               `- warning: capture of non-sendable type 'Notification.Type' in an isolated closure
681 |                 }
682 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/PonyExpress/PostOffice.swift:661:71: warning: capture of non-sendable type 'Notification.Type' in an isolated closure
659 |     }
660 |
661 |     private func postVerifiedMailHelper<Notification: VerifiedMail>(_ notification: Notification, sender: Notification.RequiredSender?) {
    |                                                                       `- warning: capture of non-sendable type 'Notification.Type' in an isolated closure
662 |         lock.lock()
663 |         var allListeners: [RecipientContext] = []
Build complete! (9.03s)
Fetching https://github.com/adamwulf/Locks.git
[1/312] Fetching locks
Fetched https://github.com/adamwulf/Locks.git from cache (0.88s)
Computing version for https://github.com/adamwulf/Locks.git
Computed https://github.com/adamwulf/Locks.git at 1.0.1 (1.42s)
Creating working copy for https://github.com/adamwulf/Locks.git
Working copy of https://github.com/adamwulf/Locks.git resolved at 1.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "locks",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/adamwulf/Locks.git"
    }
  ],
  "manifest_display_name" : "PonyExpress",
  "name" : "PonyExpress",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "PonyExpress",
      "targets" : [
        "PonyExpress"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PonyExpressTests",
      "module_type" : "SwiftTarget",
      "name" : "PonyExpressTests",
      "path" : "Tests/PonyExpressTests",
      "sources" : [
        "MemoryTests.swift",
        "TestHelpers.swift",
        "UnverifiedMailBlockTests.swift",
        "UnverifiedMailMethodTests.swift",
        "VerifiedBlockTests.swift",
        "VerifiedMethodTests.swift"
      ],
      "target_dependencies" : [
        "PonyExpress"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PonyExpress",
      "module_type" : "SwiftTarget",
      "name" : "PonyExpress",
      "path" : "Sources/PonyExpress",
      "product_dependencies" : [
        "Locks"
      ],
      "product_memberships" : [
        "PonyExpress"
      ],
      "sources" : [
        "Array+Extension.swift",
        "Mail.swift",
        "PostOffice.swift",
        "Recipient.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.