The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ProcessService with Swift 5.8 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/ProcessService.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/ProcessService
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 250692f funding
Cloned https://github.com/ChimeHQ/ProcessService.git into spi-builder-workspace
250692fa3002394eee1b81a94ee94a7d44d93193
SPI manifest file found: spi-builder-workspace/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/ProcessService.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-14.3.0.app" xcrun swift build --arch arm64
Fetching https://github.com/ChimeHQ/AsyncXPCConnection from cache
Fetched https://github.com/ChimeHQ/AsyncXPCConnection (0.15s)
Fetching https://github.com/mattmassicotte/Queue from cache
Fetching https://github.com/ChimeHQ/ProcessEnv from cache
Fetched https://github.com/mattmassicotte/Queue (0.16s)
Fetched https://github.com/ChimeHQ/ProcessEnv (0.18s)
Computing version for https://github.com/mattmassicotte/Queue
Computed https://github.com/mattmassicotte/Queue at 0.1.4 (0.02s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 0.3.1 (0.02s)
Creating working copy for https://github.com/ChimeHQ/ProcessEnv
Working copy of https://github.com/ChimeHQ/ProcessEnv resolved at 0.3.1
Creating working copy for https://github.com/ChimeHQ/AsyncXPCConnection
Working copy of https://github.com/ChimeHQ/AsyncXPCConnection resolved at 82a0eb00a0d881e6a65cad0acc031c1efd058d06
Creating working copy for https://github.com/mattmassicotte/Queue
Working copy of https://github.com/mattmassicotte/Queue resolved at 0.1.4
Building for debugging...
[1/13] Compiling ProcessServiceShared ProcessServiceXPCProtocols.swift
[2/13] Compiling ProcessServiceShared Process+Event.swift
[3/13] Emitting module ProcessServiceShared
[4/13] Compiling ProcessEnv ProcessInfo+UserEnvironment.swift
[5/13] Emitting module ProcessEnv
[6/13] Compiling ProcessEnv Process+Output.swift
[7/13] Compiling ProcessEnv Process+Parameters.swift
[8/13] Compiling Queue AsyncQueue.swift
[9/13] Emitting module Queue
[10/13] Compiling AsyncXPCConnection RemoteXPCService.swift
[11/13] Compiling AsyncXPCConnection NSXPCConnection+Continuations.swift
[12/13] Compiling AsyncXPCConnection QueuedRemoteXPCService.swift
[13/13] Emitting module AsyncXPCConnection
[14/20] Compiling ProcessServiceClient ExportedProcessServiceClient.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProcessServiceClient/ExportedProcessServiceClient.swift:22:28: error: type 'ExportedProcessServiceClient.EventSequence' (aka 'AsyncStream<Process.Event>') has no member 'makeStream'
                let pair = EventSequence.makeStream()
                           ~~~~~~~~~~~~~ ^~~~~~~~~~
[15/20] Compiling ProcessServiceClient NSXPCConnection+ProcessService.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/20] Emitting module ProcessServiceClient
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProcessServiceClient/HostedProcess.swift:31:64: error: type 'HostedProcess.EventSequence' (aka 'AsyncStream<Process.Event>') has no member 'makeStream'
                (self.eventSequence, self.eventContinuation) = EventSequence.makeStream()
                                                               ~~~~~~~~~~~~~ ^~~~~~~~~~
[17/20] Compiling ProcessServiceClient HostedProcess.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProcessServiceClient/HostedProcess.swift:31:64: error: type 'HostedProcess.EventSequence' (aka 'AsyncStream<Process.Event>') has no member 'makeStream'
                (self.eventSequence, self.eventContinuation) = EventSequence.makeStream()
                                                               ~~~~~~~~~~~~~ ^~~~~~~~~~
[18/20] Compiling ProcessServiceServer NSXPCConnection+Server.swift
[19/20] Emitting module ProcessServiceServer
ShellOut encountered an error
Status code: 1
Message: "Fetching https://github.com/ChimeHQ/AsyncXPCConnection from cache
Fetched https://github.com/ChimeHQ/AsyncXPCConnection (0.15s)
Fetching https://github.com/mattmassicotte/Queue from cache
Fetching https://github.com/ChimeHQ/ProcessEnv from cache
Fetched https://github.com/mattmassicotte/Queue (0.16s)
Fetched https://github.com/ChimeHQ/ProcessEnv (0.18s)
Computing version for https://github.com/mattmassicotte/Queue
Computed https://github.com/mattmassicotte/Queue at 0.1.4 (0.02s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 0.3.1 (0.02s)
Creating working copy for https://github.com/ChimeHQ/ProcessEnv
Working copy of https://github.com/ChimeHQ/ProcessEnv resolved at 0.3.1
Creating working copy for https://github.com/ChimeHQ/AsyncXPCConnection
Working copy of https://github.com/ChimeHQ/AsyncXPCConnection resolved at 82a0eb00a0d881e6a65cad0acc031c1efd058d06
Creating working copy for https://github.com/mattmassicotte/Queue
Working copy of https://github.com/mattmassicotte/Queue resolved at 0.1.4"
Output: "Building for debugging...
[1/13] Compiling ProcessServiceShared ProcessServiceXPCProtocols.swift
[2/13] Compiling ProcessServiceShared Process+Event.swift
[3/13] Emitting module ProcessServiceShared
[4/13] Compiling ProcessEnv ProcessInfo+UserEnvironment.swift
[5/13] Emitting module ProcessEnv
[6/13] Compiling ProcessEnv Process+Output.swift
[7/13] Compiling ProcessEnv Process+Parameters.swift
[8/13] Compiling Queue AsyncQueue.swift
[9/13] Emitting module Queue
[10/13] Compiling AsyncXPCConnection RemoteXPCService.swift
[11/13] Compiling AsyncXPCConnection NSXPCConnection+Continuations.swift
[12/13] Compiling AsyncXPCConnection QueuedRemoteXPCService.swift
[13/13] Emitting module AsyncXPCConnection
[14/20] Compiling ProcessServiceClient ExportedProcessServiceClient.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProcessServiceClient/ExportedProcessServiceClient.swift:22:28: error: type 'ExportedProcessServiceClient.EventSequence' (aka 'AsyncStream<Process.Event>') has no member 'makeStream'
                let pair = EventSequence.makeStream()
                           ~~~~~~~~~~~~~ ^~~~~~~~~~
[15/20] Compiling ProcessServiceClient NSXPCConnection+ProcessService.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/20] Emitting module ProcessServiceClient
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProcessServiceClient/HostedProcess.swift:31:64: error: type 'HostedProcess.EventSequence' (aka 'AsyncStream<Process.Event>') has no member 'makeStream'
                (self.eventSequence, self.eventContinuation) = EventSequence.makeStream()
                                                               ~~~~~~~~~~~~~ ^~~~~~~~~~
[17/20] Compiling ProcessServiceClient HostedProcess.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProcessServiceClient/HostedProcess.swift:31:64: error: type 'HostedProcess.EventSequence' (aka 'AsyncStream<Process.Event>') has no member 'makeStream'
                (self.eventSequence, self.eventContinuation) = EventSequence.makeStream()
                                                               ~~~~~~~~~~~~~ ^~~~~~~~~~
[18/20] Compiling ProcessServiceServer NSXPCConnection+Server.swift
[19/20] Emitting module ProcessServiceServer"
Retrying in 0.0 seconds ...
Building ... (attempt 2)
[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/5] Emitting module ProcessServiceClient
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProcessServiceClient/HostedProcess.swift:31:64: error: type 'HostedProcess.EventSequence' (aka 'AsyncStream<Process.Event>') has no member 'makeStream'
                (self.eventSequence, self.eventContinuation) = EventSequence.makeStream()
                                                               ~~~~~~~~~~~~~ ^~~~~~~~~~
[2/5] Emitting module ProcessServiceServer
[3/5] Compiling ProcessServiceClient ExportedProcessServiceClient.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProcessServiceClient/ExportedProcessServiceClient.swift:22:28: error: type 'ExportedProcessServiceClient.EventSequence' (aka 'AsyncStream<Process.Event>') has no member 'makeStream'
                let pair = EventSequence.makeStream()
                           ~~~~~~~~~~~~~ ^~~~~~~~~~
[4/5] Compiling ProcessServiceClient HostedProcess.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProcessServiceClient/HostedProcess.swift:31:64: error: type 'HostedProcess.EventSequence' (aka 'AsyncStream<Process.Event>') has no member 'makeStream'
                (self.eventSequence, self.eventContinuation) = EventSequence.makeStream()
                                                               ~~~~~~~~~~~~~ ^~~~~~~~~~
ShellOut encountered an error
Status code: 1
Message: ""
Output: "[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/5] Emitting module ProcessServiceClient
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProcessServiceClient/HostedProcess.swift:31:64: error: type 'HostedProcess.EventSequence' (aka 'AsyncStream<Process.Event>') has no member 'makeStream'
                (self.eventSequence, self.eventContinuation) = EventSequence.makeStream()
                                                               ~~~~~~~~~~~~~ ^~~~~~~~~~
[2/5] Emitting module ProcessServiceServer
[3/5] Compiling ProcessServiceClient ExportedProcessServiceClient.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProcessServiceClient/ExportedProcessServiceClient.swift:22:28: error: type 'ExportedProcessServiceClient.EventSequence' (aka 'AsyncStream<Process.Event>') has no member 'makeStream'
                let pair = EventSequence.makeStream()
                           ~~~~~~~~~~~~~ ^~~~~~~~~~
[4/5] Compiling ProcessServiceClient HostedProcess.swift
/Users/builder/builds/o86TiJKT/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/ProcessServiceClient/HostedProcess.swift:31:64: error: type 'HostedProcess.EventSequence' (aka 'AsyncStream<Process.Event>') has no member 'makeStream'
                (self.eventSequence, self.eventContinuation) = EventSequence.makeStream()
                                                               ~~~~~~~~~~~~~ ^~~~~~~~~~"
BUILD FAILURE 5.8 macosSpm

Build Machine: Mac 5