The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-prelude with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-prelude.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/swift-prelude
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at da5ead2 bump deps
Cloned https://github.com/pointfreeco/swift-prelude.git
Revision (git rev-parse @):
da5ead261fbfa57b9d0e993e9f9405c1734a1a1c
SUCCESS checkout https://github.com/pointfreeco/swift-prelude.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/pointfreeco/swift-prelude.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/16] Write sources
[15/16] Write swift-version--423B1241ED78D482.txt
[17/32] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[18/32] Compiling ConcurrencyExtras LockIsolated.swift
[19/32] Compiling ConcurrencyExtras UncheckedSendable.swift
[20/32] Compiling ConcurrencyExtras AsyncStream.swift
[21/32] Compiling ConcurrencyExtras MainSerialExecutor.swift
[22/32] Compiling ConcurrencyExtras ActorIsolated.swift
[23/32] Compiling ConcurrencyExtras Task.swift
[24/32] Emitting module ConcurrencyExtras
[25/32] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[26/32] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[27/32] Compiling XCTestDynamicOverlay Unimplemented.swift
[28/32] Compiling XCTestDynamicOverlay Deprecations.swift
[29/32] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[30/32] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[31/32] Compiling XCTestDynamicOverlay XCTFail.swift
[32/32] Emitting module XCTestDynamicOverlay
[33/33] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[34/54] Compiling CombineSchedulers UIKit.swift
[35/55] Compiling CombineSchedulers UIScheduler.swift
[36/55] Compiling CombineSchedulers Lock.swift
[37/55] Compiling CombineSchedulers NSRecursiveLock.swift
[38/55] Compiling CombineSchedulers UnimplementedScheduler.swift
[39/55] Compiling CombineSchedulers Timer.swift
[40/55] Compiling CombineSchedulers SwiftUI.swift
[41/55] Compiling CombineSchedulers TestScheduler.swift
[42/55] Compiling CombineSchedulers AnyScheduler.swift
[43/55] Compiling CombineSchedulers Concurrency.swift
[44/55] Emitting module CombineSchedulers
[45/55] Compiling CombineSchedulers ImmediateScheduler.swift
[46/55] Compiling CombineSchedulers Deprecations.swift
[47/55] Compiling Clocks _AsyncTimerSequence.swift
[48/55] Compiling Clocks Shims.swift
[49/55] Compiling Clocks Lock.swift
[50/55] Compiling Clocks Timer.swift
[51/55] Compiling Clocks TestClock.swift
[52/55] Emitting module Clocks
[55/55] Compiling Clocks SwiftUI.swift
[56/56] Compiling Clocks UnimplementedClock.swift
[57/78] Compiling Dependencies Locale.swift
[58/78] Compiling Dependencies MainQueue.swift
[59/78] Compiling Dependencies MainRunLoop.swift
[60/80] Compiling Dependencies Dependency.swift
[61/80] Compiling Dependencies DependencyContext.swift
[62/80] Compiling Dependencies DependencyKey.swift
[63/80] Compiling Dependencies Context.swift
[64/80] Compiling Dependencies Date.swift
[65/80] Compiling Dependencies FireAndForget.swift
[66/80] Compiling Dependencies Exports.swift
[67/80] Compiling Dependencies OpenExistential.swift
[68/80] Compiling Dependencies RuntimeWarnings.swift
[69/80] Compiling Dependencies OpenURL.swift
[70/80] Compiling Dependencies TimeZone.swift
[71/80] Compiling Dependencies URLSession.swift
[72/80] Compiling Dependencies UUID.swift
[73/80] Compiling Dependencies WithRandomNumberGenerator.swift
[74/80] Compiling Dependencies Deprecations.swift
[75/80] Compiling Dependencies DependencyValues.swift
[76/80] Compiling Dependencies Calendar.swift
[77/80] Compiling Dependencies Clocks.swift
[78/80] Emitting module Dependencies
[79/80] Compiling Dependencies TypeName.swift
[80/80] Compiling Dependencies WithDependencies.swift
[81/113] Emitting module Prelude
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:39:28: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:20: note: 'A' previously declared here
public struct Func<A, B> {
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:39:31: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:23: note: 'B' previously declared here
public struct Func<A, B> {
                      ^
[82/117] Compiling Prelude NearSemiring.swift
[83/117] Compiling Prelude Never.swift
[84/117] Compiling Prelude Operators.swift
[85/117] Compiling Prelude Optional.swift
[86/117] Compiling Prelude Semigroup.swift
[87/117] Compiling Prelude Semiring.swift
[88/117] Compiling Prelude Sequence.swift
[89/117] Compiling Prelude Set.swift
[90/117] Compiling Prelude Alt.swift
[91/117] Compiling Prelude Array.swift
[92/117] Compiling Prelude Collection.swift
[93/117] Compiling Prelude CommutativeRing.swift
[94/117] Compiling Prelude Comparable.swift
[95/117] Compiling Prelude HeytingAlgebra.swift
[96/117] Compiling Prelude Hole.swift
[97/117] Compiling Prelude IO.swift
[98/117] Compiling Prelude KeyPath.swift
[99/117] Compiling Prelude Monoid.swift
[100/117] Compiling Prelude Field.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:39:28: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:20: note: 'A' previously declared here
public struct Func<A, B> {
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:39:31: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:23: note: 'B' previously declared here
public struct Func<A, B> {
                      ^
[101/117] Compiling Prelude Filterable.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:39:28: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:20: note: 'A' previously declared here
public struct Func<A, B> {
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:39:31: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:23: note: 'B' previously declared here
public struct Func<A, B> {
                      ^
[102/117] Compiling Prelude FreeNearSemiring.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:39:28: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:20: note: 'A' previously declared here
public struct Func<A, B> {
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:39:31: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:23: note: 'B' previously declared here
public struct Func<A, B> {
                      ^
[103/117] Compiling Prelude Func.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:39:28: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:20: note: 'A' previously declared here
public struct Func<A, B> {
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:39:31: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:23: note: 'B' previously declared here
public struct Func<A, B> {
                      ^
[104/117] Compiling Prelude Function.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:39:28: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:20: note: 'A' previously declared here
public struct Func<A, B> {
                   ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:39:31: warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:23: note: 'B' previously declared here
public struct Func<A, B> {
                      ^
[105/117] Compiling Prelude String.swift
[106/117] Compiling Prelude Strong.swift
[107/117] Compiling Prelude Tuple.swift
[108/117] Compiling Prelude Unit.swift
[109/117] Compiling Prelude Parallel.swift
[110/117] Compiling Prelude Plus.swift
[111/117] Compiling Prelude PrecedenceGroups.swift
[112/117] Compiling Prelude Ring.swift
[113/117] Compiling Prelude Comparator.swift
[114/117] Compiling Prelude Curry.swift
[115/117] Compiling Prelude Endo.swift
[116/117] Compiling Prelude Equatable.swift
[117/117] Compiling Prelude EuclideanRing.swift
[118/132] Emitting module Reader
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reader/Reader.swift:18:28: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func <¢> <R, A, B> (f: @escaping (A) -> B, reader: Reader<R, A>) -> Reader<R, B> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reader/Reader.swift:3:22: note: 'R' previously declared here
public struct Reader<R, A> {
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reader/Reader.swift:18:31: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func <¢> <R, A, B> (f: @escaping (A) -> B, reader: Reader<R, A>) -> Reader<R, B> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reader/Reader.swift:3:25: note: 'A' previously declared here
public struct Reader<R, A> {
                        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reader/Reader.swift:32:27: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func <*> <R, A, B> (f: Reader<R, (A) -> B>, reader: Reader<R, A>) -> Reader<R, B> {
                          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reader/Reader.swift:3:22: note: 'R' previously declared here
public struct Reader<R, A> {
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reader/Reader.swift:32:30: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func <*> <R, A, B> (f: Reader<R, (A) -> B>, reader: Reader<R, A>) -> Reader<R, B> {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reader/Reader.swift:3:25: note: 'A' previously declared here
public struct Reader<R, A> {
                        ^
[119/132] Compiling Reader Reader.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reader/Reader.swift:18:28: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func <¢> <R, A, B> (f: @escaping (A) -> B, reader: Reader<R, A>) -> Reader<R, B> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reader/Reader.swift:3:22: note: 'R' previously declared here
public struct Reader<R, A> {
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reader/Reader.swift:18:31: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func <¢> <R, A, B> (f: @escaping (A) -> B, reader: Reader<R, A>) -> Reader<R, B> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reader/Reader.swift:3:25: note: 'A' previously declared here
public struct Reader<R, A> {
                        ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reader/Reader.swift:32:27: warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func <*> <R, A, B> (f: Reader<R, (A) -> B>, reader: Reader<R, A>) -> Reader<R, B> {
                          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reader/Reader.swift:3:22: note: 'R' previously declared here
public struct Reader<R, A> {
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reader/Reader.swift:32:30: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func <*> <R, A, B> (f: Reader<R, (A) -> B>, reader: Reader<R, A>) -> Reader<R, B> {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reader/Reader.swift:3:25: note: 'A' previously declared here
public struct Reader<R, A> {
                        ^
[120/132] Emitting module State
[121/132] Compiling State State.swift
[122/132] Compiling Writer Writer.swift
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Writer/Writer.swift:24:28: warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func <¢> <W, A, B> (f: @escaping (A) -> B, writer: Writer<W, A>) -> Writer<W, B> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Writer/Writer.swift:3:22: note: 'W' previously declared here
public struct Writer<W: Monoid, A> {
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Writer/Writer.swift:24:31: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func <¢> <W, A, B> (f: @escaping (A) -> B, writer: Writer<W, A>) -> Writer<W, B> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Writer/Writer.swift:3:33: note: 'A' previously declared here
public struct Writer<W: Monoid, A> {
                                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Writer/Writer.swift:36:27: warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func <*> <W, A, B> (f: Writer<W, (A) -> B>, writer: Writer<W, A>) -> Writer<W, B> {
                          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Writer/Writer.swift:3:22: note: 'W' previously declared here
public struct Writer<W: Monoid, A> {
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Writer/Writer.swift:36:30: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func <*> <W, A, B> (f: Writer<W, (A) -> B>, writer: Writer<W, A>) -> Writer<W, B> {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Writer/Writer.swift:3:33: note: 'A' previously declared here
public struct Writer<W: Monoid, A> {
                                ^
[123/132] Emitting module Writer
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Writer/Writer.swift:24:28: warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func <¢> <W, A, B> (f: @escaping (A) -> B, writer: Writer<W, A>) -> Writer<W, B> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Writer/Writer.swift:3:22: note: 'W' previously declared here
public struct Writer<W: Monoid, A> {
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Writer/Writer.swift:24:31: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func <¢> <W, A, B> (f: @escaping (A) -> B, writer: Writer<W, A>) -> Writer<W, B> {
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Writer/Writer.swift:3:33: note: 'A' previously declared here
public struct Writer<W: Monoid, A> {
                                ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Writer/Writer.swift:36:27: warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func <*> <W, A, B> (f: Writer<W, (A) -> B>, writer: Writer<W, A>) -> Writer<W, B> {
                          ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Writer/Writer.swift:3:22: note: 'W' previously declared here
public struct Writer<W: Monoid, A> {
                     ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Writer/Writer.swift:36:30: warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
  public static func <*> <W, A, B> (f: Writer<W, (A) -> B>, writer: Writer<W, A>) -> Writer<W, B> {
                             ^
/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Writer/Writer.swift:3:33: note: 'A' previously declared here
public struct Writer<W: Monoid, A> {
                                ^
[124/132] Compiling ValidationSemigroup ValidationSemigroup.swift
[125/132] Emitting module ValidationSemigroup
[126/132] Compiling Either Nested.swift
[127/136] Emitting module Tuple
[128/136] Compiling Tuple Tuple.swift
[129/136] Compiling Frp UIKit.swift
[130/136] Compiling Either Either.swift
[131/136] Compiling Either Choice.swift
[132/136] Emitting module Either
[133/136] Compiling Either EitherIO.swift
[134/148] Compiling Frp ValidationSemigroup.swift
[135/148] Emitting module Frp
[136/148] Compiling Frp Event.swift
[137/148] Compiling Optics KeyPath.swift
[138/149] Compiling Optics Getter.swift
[139/149] Compiling Optics Index.swift
[140/149] Compiling Optics Review.swift
[141/149] Compiling Optics Fold.swift
[142/149] Compiling Optics Forget.swift
[143/149] Compiling Optics Star.swift
[144/149] Emitting module Optics
[145/149] Compiling Optics Prism.swift
[146/149] Compiling Optics Setter.swift
[147/149] Compiling ValidationNearSemiring ValidationNearSemiring.swift
[148/149] Emitting module ValidationNearSemiring
[149/149] Compiling Optics Traversal.swift
Build complete! (11.14s)
Fetching https://github.com/pointfreeco/swift-dependencies from cache
Fetching https://github.com/pointfreeco/combine-schedulers from cache
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/pointfreeco/swift-concurrency-extras from cache
Fetching https://github.com/pointfreeco/swift-clocks from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.17s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.18s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.18s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.18s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.18s)
Computed https://github.com/pointfreeco/swift-dependencies at 1.0.0 (0.35s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.0.2 (0.35s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.0.0 (0.02s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.0 (0.33s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.0 (0.02s)
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.0.2
warning: 'spi-builder-workspace': found 33 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested choice prismatic traversals.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-some-traversal.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testStrongPrisms.1.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testDisjOver.1.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-nested-left-hand-traversal.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testSet.1.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful some traversal.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testMulOver.1.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.None traversal.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested-indexed-choice.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful left-hand traversal.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Array traversal.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Array-traversal.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testAppendOver.1.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful-some-traversal.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Some-traversal.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested indexed choice.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful right-hand traversal.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testAddOver.1.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Some traversal.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful some traversal.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testConjOver.1.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested-choice-prismatic-traversals.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testDivOver.1.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful-right-hand-traversal.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.None-traversal.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful nested right-hand traversal.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testOver.1.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-nested-right-hand-traversal.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testIx.1.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful nested left-hand traversal.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-left-hand-traversal.txt
    /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testSubOver.1.txt
Build complete.
Done.

Build Machine: Mac 7