The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build OptionalAPI, reference master (55c8a2), with Swift 5.8 for Linux on 2 Nov 2024 18:28:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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.56.0
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 55c8a29 Merge pull request #38 from sloik/renovate/pointfreeco-swift-snapshot-testing-1.x
Cloned https://github.com/sloik/OptionalAPI.git
Revision (git rev-parse @):
55c8a29e6b95a51d8d6f1af7a41703b4238de7c2
SUCCESS checkout https://github.com/sloik/OptionalAPI.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD
https://github.com/sloik/OptionalAPI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:d566266dd4ad92a164016b2b7f1872d3752585be93b4a9fa631006f2c48d84d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Fetching https://github.com/sloik/AliasWonderland.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
[1/194] Fetching aliaswonderland
Fetched https://github.com/sloik/AliasWonderland.git (0.21s)
[1/12436] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git (2.83s)
Computing version for https://github.com/sloik/AliasWonderland.git
Computed https://github.com/sloik/AliasWonderland.git at 4.0.1 (0.33s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.17.6 (1.20s)
Fetching https://github.com/swiftlang/swift-syntax
[1/66399] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax (4.67s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.63s)
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.17.6
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
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
                                                            ^
BUILD FAILURE 5.8 linux