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 2.0.2 (649f3c), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 03:34:16 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/adamwulf/PonyExpress.git
Reference: 2.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adamwulf/PonyExpress
 * tag               2.0.2      -> FETCH_HEAD
HEAD is now at 649f3c0 Fixes how types with the same name are cached inside of PostOffice. now they are cached with a fully qualified name.
Cloned https://github.com/adamwulf/PonyExpress.git
Revision (git rev-parse @):
649f3c024eab95a9d3bf0dadabb8fa80f46bcb61
SUCCESS checkout https://github.com/adamwulf/PonyExpress.git at 2.0.2
========================================
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 AtomicSet.swift
[5/13] Emitting module Locks
[6/14] Compiling Locks RecursiveMutex.swift
[7/14] Compiling Locks NSLocking+Extensions.swift
[8/14] Compiling Locks ReadWriteLock.swift
[9/14] Compiling Locks Mutex.swift
[10/14] Compiling Locks AtomicWrapper+Extensions.swift
[11/14] Compiling Locks AtomicWrapper.swift
[12/14] Compiling Locks AtomicDictionary.swift
[13/14] Compiling Locks ThreadLocal.swift
[14/14] Compiling Locks UnfairLock.swift
[15/19] Compiling PonyExpress Recipient.swift
[16/19] Emitting module PonyExpress
[17/19] Compiling PonyExpress Array+Extension.swift
[18/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] = []
[19/19] Compiling PonyExpress Mail.swift
Build complete! (8.68s)
Fetching https://github.com/adamwulf/Locks.git
[1/311] Fetching locks
Fetched https://github.com/adamwulf/Locks.git from cache (0.78s)
Computing version for https://github.com/adamwulf/Locks.git
Computed https://github.com/adamwulf/Locks.git at 1.0.0 (1.33s)
Creating working copy for https://github.com/adamwulf/Locks.git
Working copy of https://github.com/adamwulf/Locks.git resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "locks",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "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.