Build Information
Failed to build OptionalAPI, reference master (55c8a2
), with Swift 5.8 for macOS (SPM) on 2 Nov 2024 18:37:14 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 5.8
Building package at path: $PWD
https://github.com/sloik/OptionalAPI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/6] Emitting module AliasWonderland
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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/6] Compiling AliasWonderland ClosuresAliases.swift
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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/6] Compiling AliasWonderland SideEffectAliases.swift
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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)
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
/Users/admin/builder/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
^
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/sloik/AliasWonderland.git
[1/194] Fetching aliaswonderland
[195/12630] Fetching aliaswonderland, swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git (3.67s)
Fetched https://github.com/sloik/AliasWonderland.git (3.67s)
Computing version for https://github.com/sloik/AliasWonderland.git
Computed https://github.com/sloik/AliasWonderland.git at 4.0.1 (0.54s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.17.6 (3.30s)
Fetching https://github.com/swiftlang/swift-syntax
[1/66399] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax (3.92s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.87s)
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/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/sloik/AliasWonderland.git
Working copy of https://github.com/sloik/AliasWonderland.git resolved at 4.0.1
BUILD FAILURE 5.8 macosSpm