The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SweetBool with Swift 5.8 for Linux.

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.28.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/SweetBool.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/sloik/SweetBool
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 32f6dc4 Merge pull request #17 from sloik/renovate/sloik-aliaswonderland-4.x
Cloned https://github.com/sloik/SweetBool.git
Revision (git rev-parse @):
32f6dc418b9f47ad280610d11d8d4f006d35b560
SUCCESS checkout https://github.com/sloik/SweetBool.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/sloik/AliasWonderland.git
Fetching https://github.com/sloik/FuncKeyPath.git
[1/26] Fetching funckeypath
[26/203] Fetching funckeypath, aliaswonderland
Fetched https://github.com/sloik/AliasWonderland.git (0.26s)
Fetched https://github.com/sloik/FuncKeyPath.git (0.26s)
Computing version for https://github.com/sloik/FuncKeyPath.git
Computed https://github.com/sloik/FuncKeyPath.git at 1.0.0 (1.11s)
Computing version for https://github.com/sloik/AliasWonderland.git
Computed https://github.com/sloik/AliasWonderland.git at 4.0.1 (0.25s)
Creating working copy for https://github.com/sloik/AliasWonderland.git
Working copy of https://github.com/sloik/AliasWonderland.git resolved at 4.0.1
Creating working copy for https://github.com/sloik/FuncKeyPath.git
Working copy of https://github.com/sloik/FuncKeyPath.git resolved at 1.0.0
Building for debugging...
[1/16] Emitting module FuncKeyPath
[2/16] Compiling FuncKeyPath FuncKeyPath.swift
[4/18] Wrapping AST for FuncKeyPath for debugging
[5/18] Linking libFuncKeyPath.so
[7/20] Compiling SweetPredicate PredicateTypeImplementations.swift
[8/20] Compiling SweetPredicate PredicateType.swift
[9/20] Emitting module SweetPredicate
[10/20] Compiling SweetBool SweetBool.swift
[11/20] Emitting module SweetBool
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/22] Emitting module AliasWonderland
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:31: error: expected '>' to complete generic parameter list
public typealias Closure<each I, O>           = (repeat each I)              -> O
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:25: note: to match this opening '<'
public typealias Closure<each I, O>           = (repeat each I)              -> O
                        ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:62: error: expected ':' following argument label and parameter name
public typealias Closure<each I, O>           = (repeat each I)              -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:37: error: expected '>' to complete generic parameter list
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:31: note: to match this opening '<'
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:62: error: expected ':' following argument label and parameter name
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:36: error: expected '>' to complete generic parameter list
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                   ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:30: note: to match this opening '<'
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:62: error: expected ':' following argument label and parameter name
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:42: error: expected '>' to complete generic parameter list
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                         ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:36: note: to match this opening '<'
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                   ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:62: error: expected ':' following argument label and parameter name
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:32: error: expected '>' to complete generic parameter list
public typealias Producer<each T>              = ()                 -> (repeat each T)
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:26: note: to match this opening '<'
public typealias Producer<each T>              = ()                 -> (repeat each T)
                         ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:85: error: expected ':' following argument label and parameter name
public typealias Producer<each T>              = ()                 -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:38: error: expected '>' to complete generic parameter list
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                                     ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:32: note: to match this opening '<'
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:85: error: expected ':' following argument label and parameter name
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:37: error: expected '>' to complete generic parameter list
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:31: note: to match this opening '<'
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:85: error: expected ':' following argument label and parameter name
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:43: error: expected '>' to complete generic parameter list
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                          ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:37: note: to match this opening '<'
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:85: error: expected ':' following argument label and parameter name
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:45: error: expected '>' to complete generic parameter list
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                            ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:39: note: to match this opening '<'
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                      ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:85: error: expected ':' following argument label and parameter name
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:32: error: expected '>' to complete generic parameter list
public typealias Consumer<each I>       = (repeat each I)        -> Void
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:26: note: to match this opening '<'
public typealias Consumer<each I>       = (repeat each I)        -> Void
                         ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:56: error: expected ':' following argument label and parameter name
public typealias Consumer<each I>       = (repeat each I)        -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:38: error: expected '>' to complete generic parameter list
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                                     ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:32: note: to match this opening '<'
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:56: error: expected ':' following argument label and parameter name
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:37: error: expected '>' to complete generic parameter list
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:31: note: to match this opening '<'
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:55: error: expected ':' following argument label and parameter name
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                                                      ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:43: error: expected '>' to complete generic parameter list
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                          ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:37: note: to match this opening '<'
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:61: error: expected ':' following argument label and parameter name
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                                            ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:62: error: cannot find type 'I' in scope
public typealias Closure<each I, O>           = (repeat each I)              -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:81: error: cannot find type 'O' in scope
public typealias Closure<each I, O>           = (repeat each I)              -> O
                                                                                ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:62: error: cannot find type 'I' in scope
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:81: error: cannot find type 'O' in scope
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                                                                ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:62: error: cannot find type 'I' in scope
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:81: error: cannot find type 'O' in scope
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                                                                ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:62: error: cannot find type 'I' in scope
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:81: error: cannot find type 'O' in scope
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                                                                ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:85: error: cannot find type 'T' in scope
public typealias Producer<each T>              = ()                 -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:85: error: cannot find type 'T' in scope
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:85: error: cannot find type 'T' in scope
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:85: error: cannot find type 'T' in scope
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:85: error: cannot find type 'T' in scope
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:56: error: cannot find type 'I' in scope
public typealias Consumer<each I>       = (repeat each I)        -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:56: error: cannot find type 'I' in scope
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:55: error: cannot find type 'I' in scope
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                                                      ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:61: error: cannot find type 'I' in scope
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                                            ^
[14/22] Compiling AliasWonderland SideEffectAliases.swift
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:31: error: expected '>' to complete generic parameter list
public typealias Closure<each I, O>           = (repeat each I)              -> O
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:25: note: to match this opening '<'
public typealias Closure<each I, O>           = (repeat each I)              -> O
                        ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:62: error: expected ':' following argument label and parameter name
public typealias Closure<each I, O>           = (repeat each I)              -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:37: error: expected '>' to complete generic parameter list
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:31: note: to match this opening '<'
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:62: error: expected ':' following argument label and parameter name
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:36: error: expected '>' to complete generic parameter list
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                   ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:30: note: to match this opening '<'
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:62: error: expected ':' following argument label and parameter name
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:42: error: expected '>' to complete generic parameter list
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                         ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:36: note: to match this opening '<'
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                   ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:62: error: expected ':' following argument label and parameter name
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:32: error: expected '>' to complete generic parameter list
public typealias Producer<each T>              = ()                 -> (repeat each T)
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:26: note: to match this opening '<'
public typealias Producer<each T>              = ()                 -> (repeat each T)
                         ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:85: error: expected ':' following argument label and parameter name
public typealias Producer<each T>              = ()                 -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:38: error: expected '>' to complete generic parameter list
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                                     ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:32: note: to match this opening '<'
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:85: error: expected ':' following argument label and parameter name
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:37: error: expected '>' to complete generic parameter list
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:31: note: to match this opening '<'
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:85: error: expected ':' following argument label and parameter name
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:43: error: expected '>' to complete generic parameter list
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                          ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:37: note: to match this opening '<'
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:85: error: expected ':' following argument label and parameter name
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:45: error: expected '>' to complete generic parameter list
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                            ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:39: note: to match this opening '<'
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                      ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:85: error: expected ':' following argument label and parameter name
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:32: error: expected '>' to complete generic parameter list
public typealias Consumer<each I>       = (repeat each I)        -> Void
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:26: note: to match this opening '<'
public typealias Consumer<each I>       = (repeat each I)        -> Void
                         ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:56: error: expected ':' following argument label and parameter name
public typealias Consumer<each I>       = (repeat each I)        -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:38: error: expected '>' to complete generic parameter list
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                                     ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:32: note: to match this opening '<'
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:56: error: expected ':' following argument label and parameter name
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:37: error: expected '>' to complete generic parameter list
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:31: note: to match this opening '<'
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:55: error: expected ':' following argument label and parameter name
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                                                      ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:43: error: expected '>' to complete generic parameter list
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                          ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:37: note: to match this opening '<'
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:61: error: expected ':' following argument label and parameter name
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                                            ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:56: error: cannot find type 'I' in scope
public typealias Consumer<each I>       = (repeat each I)        -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:56: error: cannot find type 'I' in scope
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:55: error: cannot find type 'I' in scope
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                                                      ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:61: error: cannot find type 'I' in scope
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                                            ^
[15/22] Compiling AliasWonderland ClosuresAliases.swift
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:31: error: expected '>' to complete generic parameter list
public typealias Closure<each I, O>           = (repeat each I)              -> O
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:25: note: to match this opening '<'
public typealias Closure<each I, O>           = (repeat each I)              -> O
                        ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:62: error: expected ':' following argument label and parameter name
public typealias Closure<each I, O>           = (repeat each I)              -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:37: error: expected '>' to complete generic parameter list
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:31: note: to match this opening '<'
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:62: error: expected ':' following argument label and parameter name
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:36: error: expected '>' to complete generic parameter list
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                   ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:30: note: to match this opening '<'
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:62: error: expected ':' following argument label and parameter name
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:42: error: expected '>' to complete generic parameter list
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                         ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:36: note: to match this opening '<'
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                   ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:62: error: expected ':' following argument label and parameter name
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:32: error: expected '>' to complete generic parameter list
public typealias Producer<each T>              = ()                 -> (repeat each T)
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:26: note: to match this opening '<'
public typealias Producer<each T>              = ()                 -> (repeat each T)
                         ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:85: error: expected ':' following argument label and parameter name
public typealias Producer<each T>              = ()                 -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:38: error: expected '>' to complete generic parameter list
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                                     ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:32: note: to match this opening '<'
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:85: error: expected ':' following argument label and parameter name
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:37: error: expected '>' to complete generic parameter list
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:31: note: to match this opening '<'
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:85: error: expected ':' following argument label and parameter name
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:43: error: expected '>' to complete generic parameter list
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                          ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:37: note: to match this opening '<'
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:85: error: expected ':' following argument label and parameter name
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:45: error: expected '>' to complete generic parameter list
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                            ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:39: note: to match this opening '<'
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                      ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:85: error: expected ':' following argument label and parameter name
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:32: error: expected '>' to complete generic parameter list
public typealias Consumer<each I>       = (repeat each I)        -> Void
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:26: note: to match this opening '<'
public typealias Consumer<each I>       = (repeat each I)        -> Void
                         ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:56: error: expected ':' following argument label and parameter name
public typealias Consumer<each I>       = (repeat each I)        -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:38: error: expected '>' to complete generic parameter list
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                                     ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:32: note: to match this opening '<'
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:56: error: expected ':' following argument label and parameter name
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:37: error: expected '>' to complete generic parameter list
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:31: note: to match this opening '<'
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:55: error: expected ':' following argument label and parameter name
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                                                      ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:43: error: expected '>' to complete generic parameter list
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                          ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:37: note: to match this opening '<'
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:61: error: expected ':' following argument label and parameter name
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                                            ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:62: error: cannot find type 'I' in scope
public typealias Closure<each I, O>           = (repeat each I)              -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:81: error: cannot find type 'O' in scope
public typealias Closure<each I, O>           = (repeat each I)              -> O
                                                                                ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:62: error: cannot find type 'I' in scope
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:81: error: cannot find type 'O' in scope
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                                                                ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:62: error: cannot find type 'I' in scope
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:81: error: cannot find type 'O' in scope
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                                                                ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:62: error: cannot find type 'I' in scope
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:81: error: cannot find type 'O' in scope
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                                                                ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:85: error: cannot find type 'T' in scope
public typealias Producer<each T>              = ()                 -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:85: error: cannot find type 'T' in scope
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:85: error: cannot find type 'T' in scope
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:85: error: cannot find type 'T' in scope
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:85: error: cannot find type 'T' in scope
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                                                                    ^
[0/1] Planning build
Building for debugging...
[1/11] Emitting module FuncKeyPath
[2/12] Compiling AliasWonderland SideEffectAliases.swift
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:31: error: expected '>' to complete generic parameter list
public typealias Closure<each I, O>           = (repeat each I)              -> O
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:25: note: to match this opening '<'
public typealias Closure<each I, O>           = (repeat each I)              -> O
                        ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:62: error: expected ':' following argument label and parameter name
public typealias Closure<each I, O>           = (repeat each I)              -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:37: error: expected '>' to complete generic parameter list
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:31: note: to match this opening '<'
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:62: error: expected ':' following argument label and parameter name
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:36: error: expected '>' to complete generic parameter list
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                   ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:30: note: to match this opening '<'
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:62: error: expected ':' following argument label and parameter name
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:42: error: expected '>' to complete generic parameter list
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                         ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:36: note: to match this opening '<'
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                   ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:62: error: expected ':' following argument label and parameter name
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:32: error: expected '>' to complete generic parameter list
public typealias Producer<each T>              = ()                 -> (repeat each T)
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:26: note: to match this opening '<'
public typealias Producer<each T>              = ()                 -> (repeat each T)
                         ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:85: error: expected ':' following argument label and parameter name
public typealias Producer<each T>              = ()                 -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:38: error: expected '>' to complete generic parameter list
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                                     ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:32: note: to match this opening '<'
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:85: error: expected ':' following argument label and parameter name
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:37: error: expected '>' to complete generic parameter list
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:31: note: to match this opening '<'
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:85: error: expected ':' following argument label and parameter name
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:43: error: expected '>' to complete generic parameter list
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                          ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:37: note: to match this opening '<'
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:85: error: expected ':' following argument label and parameter name
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:45: error: expected '>' to complete generic parameter list
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                            ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:39: note: to match this opening '<'
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                      ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:85: error: expected ':' following argument label and parameter name
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:32: error: expected '>' to complete generic parameter list
public typealias Consumer<each I>       = (repeat each I)        -> Void
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:26: note: to match this opening '<'
public typealias Consumer<each I>       = (repeat each I)        -> Void
                         ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:56: error: expected ':' following argument label and parameter name
public typealias Consumer<each I>       = (repeat each I)        -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:38: error: expected '>' to complete generic parameter list
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                                     ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:32: note: to match this opening '<'
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:56: error: expected ':' following argument label and parameter name
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:37: error: expected '>' to complete generic parameter list
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:31: note: to match this opening '<'
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:55: error: expected ':' following argument label and parameter name
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                                                      ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:43: error: expected '>' to complete generic parameter list
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                          ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:37: note: to match this opening '<'
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:61: error: expected ':' following argument label and parameter name
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                                            ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:56: error: cannot find type 'I' in scope
public typealias Consumer<each I>       = (repeat each I)        -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:56: error: cannot find type 'I' in scope
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:55: error: cannot find type 'I' in scope
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                                                      ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:61: error: cannot find type 'I' in scope
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                                            ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/12] Compiling AliasWonderland ClosuresAliases.swift
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:31: error: expected '>' to complete generic parameter list
public typealias Closure<each I, O>           = (repeat each I)              -> O
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:25: note: to match this opening '<'
public typealias Closure<each I, O>           = (repeat each I)              -> O
                        ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:62: error: expected ':' following argument label and parameter name
public typealias Closure<each I, O>           = (repeat each I)              -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:37: error: expected '>' to complete generic parameter list
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:31: note: to match this opening '<'
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:62: error: expected ':' following argument label and parameter name
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:36: error: expected '>' to complete generic parameter list
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                   ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:30: note: to match this opening '<'
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:62: error: expected ':' following argument label and parameter name
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:42: error: expected '>' to complete generic parameter list
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                         ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:36: note: to match this opening '<'
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                   ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:62: error: expected ':' following argument label and parameter name
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:32: error: expected '>' to complete generic parameter list
public typealias Producer<each T>              = ()                 -> (repeat each T)
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:26: note: to match this opening '<'
public typealias Producer<each T>              = ()                 -> (repeat each T)
                         ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:85: error: expected ':' following argument label and parameter name
public typealias Producer<each T>              = ()                 -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:38: error: expected '>' to complete generic parameter list
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                                     ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:32: note: to match this opening '<'
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:85: error: expected ':' following argument label and parameter name
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:37: error: expected '>' to complete generic parameter list
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:31: note: to match this opening '<'
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:85: error: expected ':' following argument label and parameter name
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:43: error: expected '>' to complete generic parameter list
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                          ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:37: note: to match this opening '<'
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:85: error: expected ':' following argument label and parameter name
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:45: error: expected '>' to complete generic parameter list
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                            ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:39: note: to match this opening '<'
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                      ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:85: error: expected ':' following argument label and parameter name
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:32: error: expected '>' to complete generic parameter list
public typealias Consumer<each I>       = (repeat each I)        -> Void
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:26: note: to match this opening '<'
public typealias Consumer<each I>       = (repeat each I)        -> Void
                         ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:56: error: expected ':' following argument label and parameter name
public typealias Consumer<each I>       = (repeat each I)        -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:38: error: expected '>' to complete generic parameter list
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                                     ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:32: note: to match this opening '<'
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:56: error: expected ':' following argument label and parameter name
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:37: error: expected '>' to complete generic parameter list
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:31: note: to match this opening '<'
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:55: error: expected ':' following argument label and parameter name
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                                                      ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:43: error: expected '>' to complete generic parameter list
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                          ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:37: note: to match this opening '<'
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:61: error: expected ':' following argument label and parameter name
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                                            ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:62: error: cannot find type 'I' in scope
public typealias Closure<each I, O>           = (repeat each I)              -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:81: error: cannot find type 'O' in scope
public typealias Closure<each I, O>           = (repeat each I)              -> O
                                                                                ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:62: error: cannot find type 'I' in scope
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:81: error: cannot find type 'O' in scope
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                                                                ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:62: error: cannot find type 'I' in scope
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:81: error: cannot find type 'O' in scope
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                                                                ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:62: error: cannot find type 'I' in scope
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:81: error: cannot find type 'O' in scope
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                                                                ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:85: error: cannot find type 'T' in scope
public typealias Producer<each T>              = ()                 -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:85: error: cannot find type 'T' in scope
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:85: error: cannot find type 'T' in scope
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:85: error: cannot find type 'T' in scope
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:85: error: cannot find type 'T' in scope
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                                                                    ^
[4/12] Emitting module AliasWonderland
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:31: error: expected '>' to complete generic parameter list
public typealias Closure<each I, O>           = (repeat each I)              -> O
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:25: note: to match this opening '<'
public typealias Closure<each I, O>           = (repeat each I)              -> O
                        ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:62: error: expected ':' following argument label and parameter name
public typealias Closure<each I, O>           = (repeat each I)              -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:37: error: expected '>' to complete generic parameter list
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:31: note: to match this opening '<'
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:62: error: expected ':' following argument label and parameter name
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:36: error: expected '>' to complete generic parameter list
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                   ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:30: note: to match this opening '<'
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:62: error: expected ':' following argument label and parameter name
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:42: error: expected '>' to complete generic parameter list
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                         ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:36: note: to match this opening '<'
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                   ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:62: error: expected ':' following argument label and parameter name
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:32: error: expected '>' to complete generic parameter list
public typealias Producer<each T>              = ()                 -> (repeat each T)
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:26: note: to match this opening '<'
public typealias Producer<each T>              = ()                 -> (repeat each T)
                         ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:85: error: expected ':' following argument label and parameter name
public typealias Producer<each T>              = ()                 -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:38: error: expected '>' to complete generic parameter list
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                                     ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:32: note: to match this opening '<'
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:85: error: expected ':' following argument label and parameter name
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:37: error: expected '>' to complete generic parameter list
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:31: note: to match this opening '<'
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:85: error: expected ':' following argument label and parameter name
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:43: error: expected '>' to complete generic parameter list
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                          ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:37: note: to match this opening '<'
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:85: error: expected ':' following argument label and parameter name
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:45: error: expected '>' to complete generic parameter list
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                            ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:39: note: to match this opening '<'
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                      ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:85: error: expected ':' following argument label and parameter name
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:32: error: expected '>' to complete generic parameter list
public typealias Consumer<each I>       = (repeat each I)        -> Void
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:26: note: to match this opening '<'
public typealias Consumer<each I>       = (repeat each I)        -> Void
                         ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:56: error: expected ':' following argument label and parameter name
public typealias Consumer<each I>       = (repeat each I)        -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:38: error: expected '>' to complete generic parameter list
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                                     ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:32: note: to match this opening '<'
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                               ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:56: error: expected ':' following argument label and parameter name
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:37: error: expected '>' to complete generic parameter list
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:31: note: to match this opening '<'
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                              ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:55: error: expected ':' following argument label and parameter name
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                                                      ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:43: error: expected '>' to complete generic parameter list
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                          ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:37: note: to match this opening '<'
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:61: error: expected ':' following argument label and parameter name
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                                            ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:62: error: cannot find type 'I' in scope
public typealias Closure<each I, O>           = (repeat each I)              -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:10:81: error: cannot find type 'O' in scope
public typealias Closure<each I, O>           = (repeat each I)              -> O
                                                                                ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:62: error: cannot find type 'I' in scope
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:11:81: error: cannot find type 'O' in scope
public typealias ThrowsClosure<each I,O>      = (repeat each I) throws       -> O
                                                                                ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:62: error: cannot find type 'I' in scope
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:12:81: error: cannot find type 'O' in scope
public typealias AsyncClosure<each I, O>      = (repeat each I) async        -> O
                                                                                ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:62: error: cannot find type 'I' in scope
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                                             ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:13:81: error: cannot find type 'O' in scope
public typealias AsyncThrowsClosure<each I,O> = (repeat each I) async throws -> O
                                                                                ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:85: error: cannot find type 'T' in scope
public typealias Producer<each T>              = ()                 -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:85: error: cannot find type 'T' in scope
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:85: error: cannot find type 'T' in scope
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:31:85: error: cannot find type 'T' in scope
public typealias AsyncThrowsProducer<each T>   = () async throws    -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:34:85: error: cannot find type 'T' in scope
public typealias SendableAsyncProducer<each T> = @Sendable () async -> (repeat each T)
                                                                                    ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:56: error: cannot find type 'I' in scope
public typealias Consumer<each I>       = (repeat each I)        -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:34:56: error: cannot find type 'I' in scope
public typealias ThrowsConsumer<each I> = (repeat each I) throws -> Void
                                                       ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:39:55: error: cannot find type 'I' in scope
public typealias AsyncConsumer<each I> = (repeat each I) async -> Void
                                                      ^
/host/spi-builder-workspace/.build/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:43:61: error: cannot find type 'I' in scope
public typealias AsyncThrowsConsumer<each I> = (repeat each I) async throws -> Void
                                                            ^
BUILD FAILURE 5.8 linux

Build Machine: Linux 1