The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncXPCConnection, reference main (da31db), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 23:21:19 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/AsyncXPCConnection.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/AsyncXPCConnection
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "asyncxpcconnection",
      "name": "AsyncXPCConnection",
      "url": "https://github.com/ChimeHQ/AsyncXPCConnection.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncXPCConnection",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ChimeHQ/AsyncXPCConnection.git
[1/176] Fetching asyncxpcconnection
Fetched https://github.com/ChimeHQ/AsyncXPCConnection.git from cache (0.72s)
Creating working copy for https://github.com/ChimeHQ/AsyncXPCConnection.git
Working copy of https://github.com/ChimeHQ/AsyncXPCConnection.git resolved at main (da31dbc)
warning: '.resolve-product-dependencies': dependency 'asyncxpcconnection' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ChimeHQ/AsyncXPCConnection.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Emitting module AsyncXPCConnection
/Users/admin/builder/spi-builder-workspace/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:34:4: warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
 32 | 	public func addOperation(
 33 | 		barrier: Bool = false,
 34 | 		@_inheritActorContext operation: @escaping (Service) throws -> Void) {
    |    `- warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
 35 | 		queue.addOperation(priority: nil, barrier: barrier) {
 36 | 			let conn = try await provider()
/Users/admin/builder/spi-builder-workspace/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:34:4: warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
 32 | 	public func addOperation(
 33 | 		barrier: Bool = false,
 34 | 		@_inheritActorContext operation: @escaping (Service) throws -> Void) {
    |    `- warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
 35 | 		queue.addOperation(priority: nil, barrier: barrier) {
 36 | 			let conn = try await provider()
[4/6] Compiling AsyncXPCConnection RemoteXPCService.swift
[5/6] Compiling AsyncXPCConnection QueuedRemoteXPCService.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:34:4: warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
 32 | 	public func addOperation(
 33 | 		barrier: Bool = false,
 34 | 		@_inheritActorContext operation: @escaping (Service) throws -> Void) {
    |    `- warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
 35 | 		queue.addOperation(priority: nil, barrier: barrier) {
 36 | 			let conn = try await provider()
/Users/admin/builder/spi-builder-workspace/Sources/AsyncXPCConnection/QueuedRemoteXPCService.swift:34:4: warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
 32 | 	public func addOperation(
 33 | 		barrier: Bool = false,
 34 | 		@_inheritActorContext operation: @escaping (Service) throws -> Void) {
    |    `- warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
 35 | 		queue.addOperation(priority: nil, barrier: barrier) {
 36 | 			let conn = try await provider()
[6/6] Compiling AsyncXPCConnection NSXPCConnection+Continuations.swift
Build complete! (5.14s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/chimehq/asyncxpcconnection/main
Repository:               ChimeHQ/AsyncXPCConnection
Swift version used:       6.3
Target:                   AsyncXPCConnection
Extracting symbol information for 'AsyncXPCConnection'...
Finished extracting symbol information for 'AsyncXPCConnection'. (29.25s)
Building documentation for 'AsyncXPCConnection'...
Finished building documentation for 'AsyncXPCConnection' (0.57s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/chimehq/asyncxpcconnection/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.45s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.04s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.78s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit SemanticVersion.swift
[7/53] Compiling SymbolKit AccessControl.swift
[8/53] Compiling SymbolKit Availability.swift
[9/53] Compiling SymbolKit AvailabilityItem.swift
[10/53] Compiling SymbolKit Domain.swift
[11/53] Compiling SymbolKit Mixin+Equals.swift
[12/53] Compiling SymbolKit Mixin+Hash.swift
[13/53] Compiling SymbolKit Mixin.swift
[14/53] Compiling SymbolKit LineList.swift
[15/53] Compiling SymbolKit Position.swift
[16/57] Compiling SymbolKit DeclarationFragments.swift
[17/57] Compiling SymbolKit Fragment.swift
[18/57] Compiling SymbolKit FragmentKind.swift
[19/57] Compiling SymbolKit FunctionParameter.swift
[20/57] Compiling SymbolKit FunctionSignature.swift
[21/57] Compiling SymbolKit GenericConstraint.swift
[22/57] Compiling SymbolKit GenericParameter.swift
[23/57] Compiling SymbolKit Generics.swift
[24/57] Compiling SymbolKit Namespace.swift
[25/57] Compiling Snippets Snippet.swift
[26/57] Compiling Snippets SnippetParser.swift
[27/57] Emitting module Snippets
[28/57] Compiling SymbolKit Names.swift
[29/57] Compiling SymbolKit SPI.swift
[30/57] Compiling SymbolKit Snippet.swift
[31/57] Compiling SymbolKit Extension.swift
[32/57] Compiling SymbolKit Symbol.swift
[33/57] Compiling SymbolKit SymbolKind.swift
[34/57] Compiling SymbolKit SymbolGraph.swift
[35/57] Compiling SymbolKit GraphCollector.swift
[36/57] Compiling SymbolKit SourceRange.swift
[37/57] Compiling SymbolKit Metadata.swift
[38/57] Compiling SymbolKit Module.swift
[39/57] Compiling SymbolKit OperatingSystem.swift
[40/57] Compiling SymbolKit Platform.swift
[41/57] Emitting module SymbolKit
[42/57] Compiling SymbolKit Identifier.swift
[43/57] Compiling SymbolKit KindIdentifier.swift
[44/57] Compiling SymbolKit Location.swift
[45/57] Compiling SymbolKit Mutability.swift
[46/57] Compiling SymbolKit Relationship.swift
[47/57] Compiling SymbolKit RelationshipKind.swift
[48/57] Compiling SymbolKit SourceOrigin.swift
[49/57] Compiling SymbolKit GenericConstraints.swift
[50/57] Compiling SymbolKit Swift.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SnippetBuildCommand.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract URL+Status.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.94s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'AsyncXPCConnection' complete! (0.29s)
     146
2	/Users/admin/builder/spi-builder-workspace/.docs/chimehq/asyncxpcconnection/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/chimehq/asyncxpcconnection/main
File count: 146
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-chimehq-asyncxpcconnection-main-d9029995.zip to s3://spi-docs-inbox/prod-chimehq-asyncxpcconnection-main-d9029995.zip
Copying... [14%]
Copying... [28%]
Copying... [42%]
Copying... [56%]
Copying... [70%]
Copying... [84%]
Copying... [98%]
Copying... [100%]
Done.