The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ProcessService, reference 0.2.6 (369fb0), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 11:44:27 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/ProcessService.git
Reference: 0.2.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/ProcessService
 * tag               0.2.6      -> FETCH_HEAD
HEAD is now at 369fb03 Move to dispatch queue
Cloned https://github.com/ChimeHQ/ProcessService.git
Revision (git rev-parse @):
369fb0379983d3b43c7d7ad62c4e91ee020e347c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/ProcessService.git at 0.2.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ChimeHQ/ProcessService.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-1EA4D86E10B52AF.txt
[7/23] Compiling ConcurrencyPlus TaskQueue.swift
[8/23] Compiling ConcurrencyPlus Task+Relay.swift
[9/23] Compiling ProcessServiceShared Process+Event.swift
[10/23] Emitting module ProcessServiceShared
[11/23] Compiling ProcessServiceShared ProcessServiceXPCProtocols.swift
[12/23] Compiling ConcurrencyPlus MainActor+Unsafe.swift
[13/23] Compiling ConcurrencyPlus RelaxedDispatchQueue.swift
[14/23] Compiling ConcurrencyPlus Continuation+Resuming.swift
[15/23] Compiling ConcurrencyPlus SendableContainers.swift
[16/23] Compiling ProcessEnv Process+Output.swift
[17/23] Emitting module ProcessEnv
[18/23] Compiling ConcurrencyPlus NSXPCConnection+Continuation.swift
[19/23] Emitting module ConcurrencyPlus
[20/23] Compiling ConcurrencyPlus AsyncThrowingSubject.swift
[21/23] Compiling ConcurrencyPlus AsyncSubject.swift
[22/23] Compiling ProcessEnv ProcessInfo+UserEnvironment.swift
[23/23] Compiling ProcessEnv Process+Parameters.swift
[24/30] Compiling ProcessServiceClient NSXPCConnection+ProcessService.swift
[25/30] Compiling ProcessServiceClient ExportedProcessServiceClient.swift
[26/30] Emitting module ProcessServiceClient
[27/30] Compiling ProcessServiceClient HostedProcess.swift
[28/30] Emitting module ProcessServiceServer
[29/30] Compiling ProcessServiceServer NSXPCConnection+Server.swift
[30/30] Compiling ProcessServiceServer ExportedProcessService.swift
Build complete! (9.13s)
Fetching https://github.com/ChimeHQ/ProcessEnv
Fetching https://github.com/ChimeHQ/ConcurrencyPlus
[1/214] Fetching processenv
[16/586] Fetching processenv, concurrencyplus
Fetched https://github.com/ChimeHQ/ConcurrencyPlus from cache (0.78s)
Fetched https://github.com/ChimeHQ/ProcessEnv from cache (0.78s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 0.3.1 (1.31s)
Computing version for https://github.com/ChimeHQ/ConcurrencyPlus
Computed https://github.com/ChimeHQ/ConcurrencyPlus at 0.4.2 (0.48s)
Creating working copy for https://github.com/ChimeHQ/ConcurrencyPlus
Working copy of https://github.com/ChimeHQ/ConcurrencyPlus resolved at 0.4.2
Creating working copy for https://github.com/ChimeHQ/ProcessEnv
Working copy of https://github.com/ChimeHQ/ProcessEnv resolved at 0.3.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "concurrencyplus",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/ConcurrencyPlus"
    },
    {
      "identity" : "processenv",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/ProcessEnv"
    }
  ],
  "manifest_display_name" : "ProcessService",
  "name" : "ProcessService",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ProcessServiceServer",
      "targets" : [
        "ProcessServiceServer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ProcessServiceClient",
      "targets" : [
        "ProcessServiceClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ProcessServiceContainer",
      "targets" : [
        "ProcessServiceContainer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProcessServiceShared",
      "module_type" : "SwiftTarget",
      "name" : "ProcessServiceShared",
      "path" : "Sources/ProcessServiceShared",
      "product_memberships" : [
        "ProcessServiceServer",
        "ProcessServiceClient"
      ],
      "sources" : [
        "Process+Event.swift",
        "ProcessServiceXPCProtocols.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProcessServiceServerTests",
      "module_type" : "SwiftTarget",
      "name" : "ProcessServiceServerTests",
      "path" : "Tests/ProcessServiceServerTests",
      "product_dependencies" : [
        "ConcurrencyPlus"
      ],
      "sources" : [
        "ExportedProcessServiceTests.swift"
      ],
      "target_dependencies" : [
        "ProcessServiceServer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProcessServiceServer",
      "module_type" : "SwiftTarget",
      "name" : "ProcessServiceServer",
      "path" : "Sources/ProcessServiceServer",
      "product_dependencies" : [
        "ConcurrencyPlus",
        "ProcessEnv"
      ],
      "product_memberships" : [
        "ProcessServiceServer"
      ],
      "sources" : [
        "ExportedProcessService.swift",
        "NSXPCConnection+Server.swift"
      ],
      "target_dependencies" : [
        "ProcessServiceShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ProcessServiceContainer",
      "module_type" : "BinaryTarget",
      "name" : "ProcessServiceContainer",
      "path" : "ProcessServiceContainer.xcframework",
      "product_memberships" : [
        "ProcessServiceContainer"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "ProcessServiceClientTests",
      "module_type" : "SwiftTarget",
      "name" : "ProcessServiceClientTests",
      "path" : "Tests/ProcessServiceClientTests",
      "product_dependencies" : [
        "ConcurrencyPlus"
      ],
      "sources" : [
        "HostedProcessTests.swift"
      ],
      "target_dependencies" : [
        "ProcessServiceClient",
        "ProcessServiceContainer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProcessServiceClient",
      "module_type" : "SwiftTarget",
      "name" : "ProcessServiceClient",
      "path" : "Sources/ProcessServiceClient",
      "product_dependencies" : [
        "ConcurrencyPlus",
        "ProcessEnv"
      ],
      "product_memberships" : [
        "ProcessServiceClient"
      ],
      "sources" : [
        "ExportedProcessServiceClient.swift",
        "HostedProcess.swift",
        "NSXPCConnection+ProcessService.swift"
      ],
      "target_dependencies" : [
        "ProcessServiceShared"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.