The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OptionalAPI with Swift 5.8 for macOS (Xcode) using Xcode 14.3 at master.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme OptionalAPI -destination platform=macos,arch=arm64

Build Log

/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:26: note: to match this opening '<'
public typealias Producer<each T>              = ()                 -> (repeat each T)
                         ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:32: note: to match this opening '<'
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                               ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:31: note: to match this opening '<'
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                              ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:26: note: to match this opening '<'
public typealias Consumer<each I>       = (repeat each I)        -> Void
                         ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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
                                                            ^
SwiftCompile normal arm64 Compiling\ ClosuresAliases.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift -emit-dependencies-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.d -emit-reference-dependencies-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.swiftdeps -serialize-diagnostics-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AliasWonderland -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.o -index-unit-output-path /AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.o -index-store-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift -emit-dependencies-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.d -emit-reference-dependencies-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.swiftdeps -serialize-diagnostics-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AliasWonderland -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.o -index-unit-output-path /AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.o -index-store-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:26: note: to match this opening '<'
public typealias Producer<each T>              = ()                 -> (repeat each T)
                         ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:32: note: to match this opening '<'
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                               ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:31: note: to match this opening '<'
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                              ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:26: note: to match this opening '<'
public typealias Consumer<each I>       = (repeat each I)        -> Void
                         ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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)
                                                                                    ^
SwiftCompile normal arm64 Compiling\ SideEffectAliases.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift -emit-dependencies-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.d -emit-reference-dependencies-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.swiftdeps -serialize-diagnostics-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AliasWonderland -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.o -index-unit-output-path /AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.o -index-store-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift -emit-dependencies-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.d -emit-reference-dependencies-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.swiftdeps -serialize-diagnostics-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AliasWonderland -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.o -index-unit-output-path /AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.o -index-store-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ SnapshotTesting (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Async.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/Internal.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/PlistEncoder.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/String+SpecialCharacters.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/View.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/XCTAttachment.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diff.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diffing.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Extensions/Wait.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Internal/Deprecations.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Any.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CALayer.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CGPath.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CaseIterable.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Data.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Encodable.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSBezierPath.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSImage.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSView.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSViewController.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SceneKit.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SpriteKit.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/String.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SwiftUIView.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIBezierPath.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIImage.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIView.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIViewController.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/URLRequest.swift -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SnapshotTesting -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -emit-module-doc-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftdoc -emit-module-source-info-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftsourceinfo -emit-objc-header-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-Swift.h -serialize-diagnostics-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-master-emit-module.dia -emit-dependencies-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-master-emit-module.d -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftmodule -emit-abi-descriptor-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.abi.json
SwiftCompile normal arm64 Compiling\ String.swift,\ SwiftUIView.swift,\ UIBezierPath.swift,\ UIImage.swift,\ UIView.swift,\ UIViewController.swift,\ URLRequest.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/String.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SwiftUIView.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIBezierPath.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIImage.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIView.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIViewController.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/URLRequest.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Async.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/Internal.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/PlistEncoder.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/String+SpecialCharacters.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/View.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/XCTAttachment.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diff.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diffing.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Extensions/Wait.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Internal/Deprecations.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Any.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CALayer.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CGPath.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CaseIterable.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Data.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Encodable.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSBezierPath.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSImage.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSView.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSViewController.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SceneKit.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SpriteKit.swift -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/String.swift -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SwiftUIView.swift -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIBezierPath.swift -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIImage.swift -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIView.swift -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIViewController.swift -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/URLRequest.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/supplementaryOutputs-4 -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SnapshotTesting -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/String.o -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SwiftUIView.o -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/UIBezierPath.o -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/UIImage.o -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/UIView.o -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/UIViewController.o -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/URLRequest.o -index-unit-output-path /swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/String.o -index-unit-output-path /swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SwiftUIView.o -index-unit-output-path /swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/UIBezierPath.o -index-unit-output-path /swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/UIImage.o -index-unit-output-path /swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/UIView.o -index-unit-output-path /swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/UIViewController.o -index-unit-output-path /swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/URLRequest.o -index-store-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
Resolve Package Graph
2024-04-13 18:10:37.418 xcodebuild[81929:12100085] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-F826A02F5534A97C }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-F826A02F5534A97C }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-F826A02F5534A97C }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-F826A02F5534A97C }
2024-04-13 18:10:38.730 xcodebuild[81929:12100085] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600002532200: name:SwiftBasicFormat.docc path:group:SwiftBasicFormat.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftBasicFormat/SwiftBasicFormat.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "SwiftBasicFormat.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "SwiftBasicFormat.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-04-13 18:10:38.731 xcodebuild[81929:12100085] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600002532700: name:SwiftSyntaxMacros.docc path:group:SwiftSyntaxMacros.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/SwiftSyntaxMacros.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "SwiftSyntaxMacros.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "SwiftSyntaxMacros.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-04-13 18:10:38.735 xcodebuild[81929:12100085] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600002533100: name:SwiftParser.docc path:group:SwiftParser.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftParser/SwiftParser.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "SwiftParser.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "SwiftParser.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-04-13 18:10:38.741 xcodebuild[81929:12100085] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600002550300: name:Documentation.docc path:group:Documentation.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-04-13 18:10:38.743 xcodebuild[81929:12100085] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x60000252e600: name:Documentation.docc path:group:Documentation.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntaxBuilder/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-04-13 18:10:38.746 xcodebuild[81929:12100085] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600002535500: name:SwiftOperators.docc path:group:SwiftOperators.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftOperators/SwiftOperators.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "SwiftOperators.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "SwiftOperators.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-04-13 18:10:38.765 xcodebuild[81929:12100085] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x60000252fe00: name:Documentation.docc path:group:Documentation.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-04-13 18:10:38.766 xcodebuild[81929:12100085] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600002502500: name:Documentation.docc path:group:Documentation.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/InlineSnapshotTesting/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ ClosuresAliases.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift (in target 'AliasWonderland' from project 'AliasWonderland')
	SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift (in target 'AliasWonderland' from project 'AliasWonderland')
	SwiftCompile normal arm64 Compiling\ String.swift,\ SwiftUIView.swift,\ UIBezierPath.swift,\ UIImage.swift,\ UIView.swift,\ UIViewController.swift,\ URLRequest.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/String.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SwiftUIView.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIBezierPath.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIImage.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIView.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIViewController.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/URLRequest.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
(3 failures)
Command line invocation:
    /Applications/Xcode-14.3.1.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipPackagePluginValidation -derivedDataPath /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme OptionalAPI -destination platform=macos,arch=arm64
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing.git @ 1.16.0
  OptionalAPI: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
  swift-syntax: https://github.com/apple/swift-syntax @ 510.0.1
  AliasWonderland: https://github.com/sloik/AliasWonderland.git @ 4.0.1
Prepare packages
Computing target dependency graph and provisioning inputs
Create build description
note: Building targets in dependency order
ClangStatCache /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache
    cd /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache
SwiftDriver AliasWonderland normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    builtin-SwiftDriver -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name AliasWonderland -Onone -enforce-exclusivity\=checked @/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j4 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -output-file-map /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/AliasWonderland-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.swiftmodule -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/AliasWonderland-Swift.h -working-directory /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland -experimental-emit-module-separately -disable-cmo
SwiftDriver SnapshotTesting normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    builtin-SwiftDriver -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SnapshotTesting -Onone -enforce-exclusivity\=checked @/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j4 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -output-file-map /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftmodule -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-Swift.h -working-directory /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ SideEffectAliases.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift -emit-dependencies-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.d -emit-reference-dependencies-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.swiftdeps -serialize-diagnostics-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AliasWonderland -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.o -index-unit-output-path /AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.o -index-store-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift -emit-dependencies-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.d -emit-reference-dependencies-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.swiftdeps -serialize-diagnostics-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AliasWonderland -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.o -index-unit-output-path /AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/SideEffectAliases.o -index-store-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ AliasWonderland (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AliasWonderland -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -emit-module-doc-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.swiftdoc -emit-module-source-info-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.swiftsourceinfo -emit-objc-header-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/AliasWonderland-Swift.h -serialize-diagnostics-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/AliasWonderland-master-emit-module.dia -emit-dependencies-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/AliasWonderland-master-emit-module.d -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.swiftmodule -emit-abi-descriptor-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/AliasWonderland.abi.json
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:26: note: to match this opening '<'
public typealias Producer<each T>              = ()                 -> (repeat each T)
                         ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:32: note: to match this opening '<'
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                               ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:31: note: to match this opening '<'
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                              ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:26: note: to match this opening '<'
public typealias Consumer<each I>       = (repeat each I)        -> Void
                         ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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
                                                            ^
SwiftCompile normal arm64 Compiling\ ClosuresAliases.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift -emit-dependencies-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.d -emit-reference-dependencies-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.swiftdeps -serialize-diagnostics-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AliasWonderland -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.o -index-unit-output-path /AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.o -index-store-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift (in target 'AliasWonderland' from project 'AliasWonderland')
    cd /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland
    /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift -emit-dependencies-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.d -emit-reference-dependencies-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.swiftdeps -serialize-diagnostics-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.dia -target arm64-apple-macos10.13 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name AliasWonderland -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.o -index-unit-output-path /AliasWonderland.build/Debug/AliasWonderland.build/Objects-normal/arm64/ClosuresAliases.o -index-store-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:23:26: note: to match this opening '<'
public typealias Producer<each T>              = ()                 -> (repeat each T)
                         ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:25:32: note: to match this opening '<'
public typealias ThrowsProducer<each T>        = () throws          -> (repeat each T)
                               ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift:28:31: note: to match this opening '<'
public typealias AsyncProducer<each T>         = () async           -> (repeat each T)
                              ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/SideEffectAliases.swift:33:26: note: to match this opening '<'
public typealias Consumer<each I>       = (repeat each I)        -> Void
                         ^
/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/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)
                                                                                    ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ SnapshotTesting (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Async.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/Internal.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/PlistEncoder.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/String+SpecialCharacters.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/View.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/XCTAttachment.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diff.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diffing.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Extensions/Wait.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Internal/Deprecations.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Any.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CALayer.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CGPath.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CaseIterable.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Data.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Encodable.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSBezierPath.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSImage.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSView.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSViewController.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SceneKit.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SpriteKit.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/String.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SwiftUIView.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIBezierPath.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIImage.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIView.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIViewController.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/URLRequest.swift -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SnapshotTesting -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -emit-module-doc-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftdoc -emit-module-source-info-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftsourceinfo -emit-objc-header-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-Swift.h -serialize-diagnostics-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-master-emit-module.dia -emit-dependencies-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting-master-emit-module.d -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.swiftmodule -emit-abi-descriptor-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/SnapshotTesting.abi.json
SwiftCompile normal arm64 Compiling\ Diffing.swift,\ Wait.swift,\ Deprecations.swift,\ Snapshotting.swift,\ Any.swift,\ CALayer.swift,\ CGPath.swift,\ CaseIterable.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diffing.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Extensions/Wait.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Internal/Deprecations.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Any.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CALayer.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CGPath.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CaseIterable.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
    cd /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing
    builtin-swiftTaskExecution -- /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/AssertSnapshot.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Async.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/Internal.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/PlistEncoder.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/String+SpecialCharacters.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/View.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Common/XCTAttachment.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diff.swift -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diffing.swift -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Extensions/Wait.swift -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Internal/Deprecations.swift -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting.swift -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Any.swift -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CALayer.swift -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CGPath.swift -primary-file /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CaseIterable.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Data.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Encodable.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSBezierPath.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSImage.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSView.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/NSViewController.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SceneKit.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SpriteKit.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/String.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/SwiftUIView.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIBezierPath.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIImage.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIView.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/UIViewController.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/URLRequest.swift -supplementary-output-file-map /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-macos10.15 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk -I /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing -resource-dir /Applications/Xcode-14.3.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx13.3-22E245-.sdkstatcache -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SnapshotTesting -frontend-parseable-output -disable-clang-spi -target-sdk-version 13.3 -target-sdk-name macosx13.3 -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/Diffing.o -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/Wait.o -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/Deprecations.o -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/Snapshotting.o -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/Any.o -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/CALayer.o -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/CGPath.o -o /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/CaseIterable.o -index-unit-output-path /swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/Diffing.o -index-unit-output-path /swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/Wait.o -index-unit-output-path /swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/Deprecations.o -index-unit-output-path /swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/Snapshotting.o -index-unit-output-path /swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/Any.o -index-unit-output-path /swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/CALayer.o -index-unit-output-path /swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/CGPath.o -index-unit-output-path /swift-snapshot-testing.build/Debug/SnapshotTesting.build/Objects-normal/arm64/CaseIterable.o -index-store-path /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
2024-04-13 18:10:43.200 xcodebuild[82010:12100543] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-F826A02F5534A97C }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-F826A02F5534A97C }
{ platform:macOS, arch:arm64, variant:DriverKit, id:0000FE00-F826A02F5534A97C }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-F826A02F5534A97C }
2024-04-13 18:10:43.488 xcodebuild[82010:12100543] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600002c5e900: name:Documentation.docc path:group:Documentation.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntaxBuilder/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-04-13 18:10:43.490 xcodebuild[82010:12100543] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600002c5fa00: name:SwiftSyntaxMacros.docc path:group:SwiftSyntaxMacros.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/SwiftSyntaxMacros.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "SwiftSyntaxMacros.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "SwiftSyntaxMacros.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-04-13 18:10:43.491 xcodebuild[82010:12100543] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600002c65100: name:SwiftOperators.docc path:group:SwiftOperators.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftOperators/SwiftOperators.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "SwiftOperators.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "SwiftOperators.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-04-13 18:10:43.496 xcodebuild[82010:12100543] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600002c67d00: name:SwiftParser.docc path:group:SwiftParser.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftParser/SwiftParser.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "SwiftParser.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "SwiftParser.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-04-13 18:10:43.499 xcodebuild[82010:12100543] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600002c68300: name:Documentation.docc path:group:Documentation.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftSyntax/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-04-13 18:10:43.501 xcodebuild[82010:12100543] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600002c6c900: name:SwiftBasicFormat.docc path:group:SwiftBasicFormat.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-syntax/Sources/SwiftBasicFormat/SwiftBasicFormat.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "SwiftBasicFormat.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "SwiftBasicFormat.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-04-13 18:10:43.504 xcodebuild[82010:12100543] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600002c6d600: name:Documentation.docc path:group:Documentation.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
2024-04-13 18:10:43.505 xcodebuild[82010:12100543] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x600002c7a300: name:Documentation.docc path:group:Documentation.docc> Failed to load container at path: /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/InlineSnapshotTesting/Documentation.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Documentation.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ AliasWonderland (in target 'AliasWonderland' from project 'AliasWonderland')
	SwiftCompile normal arm64 /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift (in target 'AliasWonderland' from project 'AliasWonderland')
	SwiftCompile normal arm64 Compiling\ ClosuresAliases.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/AliasWonderland/Sources/AliasWonderland/ClosuresAliases.swift (in target 'AliasWonderland' from project 'AliasWonderland')
	SwiftCompile normal arm64 Compiling\ Diffing.swift,\ Wait.swift,\ Deprecations.swift,\ Snapshotting.swift,\ Any.swift,\ CALayer.swift,\ CGPath.swift,\ CaseIterable.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Diffing.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Extensions/Wait.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Internal/Deprecations.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/Any.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CALayer.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CGPath.swift /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-snapshot-testing/Sources/SnapshotTesting/Snapshotting/CaseIterable.swift (in target 'SnapshotTesting' from project 'swift-snapshot-testing')
(4 failures)
BUILD FAILURE 5.8 macosXcodebuild