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 AsyncXPCConnection, reference 1.3.0 (da31db), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 09:33:19 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/ChimeHQ/AsyncXPCConnection.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/AsyncXPCConnection
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at da31dbc Add `with_Completion` and `with_Operation` variants that can return optional values (#4)
Cloned https://github.com/ChimeHQ/AsyncXPCConnection.git
Revision (git rev-parse @):
da31dbcaa1b57949e46dcc19360b17d1a8de06bd
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/AsyncXPCConnection.git at 1.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ChimeHQ/AsyncXPCConnection.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/6] Compiling AsyncXPCConnection QueuedRemoteXPCService.swift
[4/6] Compiling AsyncXPCConnection NSXPCConnection+Continuations.swift
[5/6] Compiling AsyncXPCConnection RemoteXPCService.swift
[6/6] Emitting module AsyncXPCConnection
Build complete! (4.11s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncXPCConnection",
  "name" : "AsyncXPCConnection",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncXPCConnection",
      "targets" : [
        "AsyncXPCConnection"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncXPCConnectionTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncXPCConnectionTests",
      "path" : "Tests/AsyncXPCConnectionTests",
      "sources" : [
        "RemoteXPCServiceTests.swift",
        "XCPConnectionContinuationsTests.swift"
      ],
      "target_dependencies" : [
        "AsyncXPCConnection"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncXPCConnection",
      "module_type" : "SwiftTarget",
      "name" : "AsyncXPCConnection",
      "path" : "Sources/AsyncXPCConnection",
      "product_memberships" : [
        "AsyncXPCConnection"
      ],
      "sources" : [
        "NSXPCConnection+Continuations.swift",
        "QueuedRemoteXPCService.swift",
        "RemoteXPCService.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.