Build Information
Failed to build ProcessService with Swift 5.8 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/ProcessService.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/0/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
Revision (git rev-parse @):
250692fa3002394eee1b81a94ee94a7d44d93193
SPI manifest file found: $PWD/checkout/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/ProcessService.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: $PWD/checkout
https://github.com/ChimeHQ/ProcessService.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/13] Compiling ProcessEnv ProcessInfo+UserEnvironment.swift
[2/13] Compiling ProcessEnv Process+Output.swift
[3/13] Emitting module ProcessEnv
[4/13] Compiling ProcessEnv Process+Parameters.swift
[5/13] Compiling AsyncXPCConnection RemoteXPCService.swift
[6/13] Compiling AsyncXPCConnection NSXPCConnection+Continuations.swift
[7/13] Compiling AsyncXPCConnection QueuedRemoteXPCService.swift
[8/13] Emitting module AsyncXPCConnection
[9/13] Emitting module Queue
[10/13] Compiling Queue AsyncQueue.swift
[11/13] Compiling ProcessServiceShared ProcessServiceXPCProtocols.swift
[12/13] Emitting module ProcessServiceShared
[13/13] Compiling ProcessServiceShared Process+Event.swift
[14/20] Emitting module ProcessServiceServer
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/20] Emitting module ProcessServiceClient
/Users/admin/builds/vMd7uqzK/0/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()
~~~~~~~~~~~~~ ^~~~~~~~~~
[16/20] Compiling ProcessServiceClient HostedProcess.swift
/Users/admin/builds/vMd7uqzK/0/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 ExportedProcessServiceClient.swift
/Users/admin/builds/vMd7uqzK/0/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()
~~~~~~~~~~~~~ ^~~~~~~~~~
[18/20] Compiling ProcessServiceClient NSXPCConnection+ProcessService.swift
[19/20] Compiling ProcessServiceServer NSXPCConnection+Server.swift
Fetching https://github.com/ChimeHQ/AsyncXPCConnection from cache
Fetched https://github.com/ChimeHQ/AsyncXPCConnection (0.30s)
Fetching https://github.com/ChimeHQ/ProcessEnv from cache
Fetching https://github.com/mattmassicotte/Queue from cache
Fetched https://github.com/mattmassicotte/Queue (0.31s)
Fetched https://github.com/ChimeHQ/ProcessEnv (0.32s)
Computing version for https://github.com/mattmassicotte/Queue
Computed https://github.com/mattmassicotte/Queue at 0.1.4 (1.33s)
Computing version for https://github.com/ChimeHQ/ProcessEnv
Computed https://github.com/ChimeHQ/ProcessEnv at 0.3.1 (0.07s)
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/mattmassicotte/Queue
Working copy of https://github.com/mattmassicotte/Queue resolved at 0.1.4
Creating working copy for https://github.com/ChimeHQ/AsyncXPCConnection
Working copy of https://github.com/ChimeHQ/AsyncXPCConnection resolved at 82a0eb00a0d881e6a65cad0acc031c1efd058d06
[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/admin/builds/vMd7uqzK/0/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] Compiling ProcessServiceClient HostedProcess.swift
/Users/admin/builds/vMd7uqzK/0/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()
~~~~~~~~~~~~~ ^~~~~~~~~~
[3/5] Compiling ProcessServiceClient ExportedProcessServiceClient.swift
/Users/admin/builds/vMd7uqzK/0/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] Emitting module ProcessServiceServer
BUILD FAILURE 5.8 macosSpm