The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OptionalAPI with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sloik/OptionalAPI.git
Reference: master
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/OptionalAPI
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 106cffe Merge pull request #34 from sloik/renovate/pointfreeco-swift-snapshot-testing-1.x
Cloned https://github.com/sloik/OptionalAPI.git
Revision (git rev-parse @):
106cffe20bda05631cd8db209c8c3114d417f8aa
SUCCESS checkout https://github.com/sloik/OptionalAPI.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $workDir
https://github.com/sloik/OptionalAPI.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/sloik/AliasWonderland.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/177] Fetching aliaswonderland
[178/11197] Fetching aliaswonderland, swift-snapshot-testing
Fetched https://github.com/sloik/AliasWonderland.git (1.46s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git (1.52s)
Computing version for https://github.com/sloik/AliasWonderland.git
Computed https://github.com/sloik/AliasWonderland.git at 4.0.1 (0.30s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.16.0 (0.97s)
Fetching https://github.com/apple/swift-syntax
[1/59739] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax (3.88s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 510.0.1 (0.50s)
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 510.0.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.16.0
Creating working copy for https://github.com/sloik/AliasWonderland.git
Working copy of https://github.com/sloik/AliasWonderland.git resolved at 4.0.1
Building for debugging...
[0/5] Copying PrivacyInfo.xcprivacy
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/8] 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
                                                            ^
[3/8] 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/8] 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
                                                            ^
[0/1] Planning build
Building for debugging...
[1/7] 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
                                                            ^
[2/7] 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)
                                                                                    ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/7] 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