Build Information
Failed to build YFlow, reference main (ffb4d0), with Swift 6.0 for macOS (SPM) on 21 Oct 2025 06:23:21 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SeeyouYsen/YFlow.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SeeyouYsen/YFlow
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ffb4d07 Update Stream.swift
Cloned https://github.com/SeeyouYsen/YFlow.git
Revision (git rev-parse @):
ffb4d076f4287ee948cb6fa87bad763bd583e354
SUCCESS checkout https://github.com/SeeyouYsen/YFlow.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/SeeyouYsen/YFlow.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Compiling YFlow Completer.swift
[4/5] Emitting module YFlow
/Users/admin/builder/spi-builder-workspace/Sources/YFlow/Stream.swift:185:83: error: unexpected ',' separator
183 | /// - Returns: The next value that satisfies the predicate
184 | /// - Throws: Timeout error if no matching value is emitted within the timeout period
185 | public func next(`where` predicate: @escaping (T) -> Bool, timeout: Duration, ) async throws
| `- error: unexpected ',' separator
186 | -> T
187 | {
[5/5] Compiling YFlow Stream.swift
/Users/admin/builder/spi-builder-workspace/Sources/YFlow/Stream.swift:185:83: error: unexpected ',' separator
183 | /// - Returns: The next value that satisfies the predicate
184 | /// - Throws: Timeout error if no matching value is emitted within the timeout period
185 | public func next(`where` predicate: @escaping (T) -> Bool, timeout: Duration, ) async throws
| `- error: unexpected ',' separator
186 | -> T
187 | {
BUILD FAILURE 6.0 macosSpm