Build Information
Successful build of swift-prelude, reference main (a21df6
), with Swift 5.9 for macOS (SPM) on 4 Jul 2024 03:34:59 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-prelude.git
Reference: main
Initialized empty Git repository in /Users/admin/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 a21df6f Add `.editorconfig` for consistent code formatting (#174)
Cloned https://github.com/pointfreeco/swift-prelude.git
Revision (git rev-parse @):
a21df6f5932673f3f20d7f0ca1f8e0a7c887b3c2
SUCCESS checkout https://github.com/pointfreeco/swift-prelude.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $workDir
https://github.com/pointfreeco/swift-prelude.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/17] Compiling ConcurrencyExtras UncheckedSendable.swift
[2/17] Emitting module ConcurrencyExtras
[3/17] Compiling ConcurrencyExtras ActorIsolated.swift
[4/17] Compiling ConcurrencyExtras AsyncStream.swift
[5/17] Compiling ConcurrencyExtras LockIsolated.swift
[6/17] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[7/17] Emitting module XCTestDynamicOverlay
[8/17] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[9/17] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[10/17] Compiling XCTestDynamicOverlay Deprecations.swift
[11/17] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[12/17] Compiling XCTestDynamicOverlay Unimplemented.swift
[13/17] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[14/17] Compiling XCTestDynamicOverlay XCTFail.swift
[15/17] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[16/17] Compiling ConcurrencyExtras Task.swift
[17/17] Compiling ConcurrencyExtras MainSerialExecutor.swift
[18/39] Compiling CombineSchedulers NSRecursiveLock.swift
[19/40] Compiling CombineSchedulers UIScheduler.swift
[20/40] Compiling CombineSchedulers UIKit.swift
[21/40] Compiling Clocks Timer.swift
[22/40] Compiling CombineSchedulers ImmediateScheduler.swift
[23/40] Compiling CombineSchedulers Deprecations.swift
[24/40] Compiling CombineSchedulers Lock.swift
[25/40] Compiling CombineSchedulers AnyScheduler.swift
[26/40] Compiling CombineSchedulers Concurrency.swift
[27/40] Emitting module CombineSchedulers
[28/40] Compiling CombineSchedulers TestScheduler.swift
[29/40] Compiling CombineSchedulers Timer.swift
[30/40] Compiling Clocks UnimplementedClock.swift
[31/40] Compiling Clocks TestClock.swift
[32/40] Compiling CombineSchedulers UnimplementedScheduler.swift
[33/40] Compiling Clocks Shims.swift
[34/40] Compiling Clocks Lock.swift
[35/40] Compiling Clocks ImmediateClock.swift
[36/40] Emitting module Clocks
[37/40] Compiling Clocks _AsyncTimerSequence.swift
[38/40] Compiling Clocks SwiftUI.swift
[39/40] Compiling Clocks AnyClock.swift
[40/40] Compiling CombineSchedulers SwiftUI.swift
[41/62] Emitting module Dependencies
[42/64] Compiling Dependencies Dependency.swift
[43/64] Compiling Dependencies DependencyContext.swift
[44/64] Compiling Dependencies DependencyKey.swift
[45/64] Compiling Dependencies UUID.swift
[46/64] Compiling Dependencies WithRandomNumberGenerator.swift
[47/64] Compiling Dependencies Locale.swift
[48/64] Compiling Dependencies MainQueue.swift
[49/64] Compiling Dependencies TimeZone.swift
[50/64] Compiling Dependencies URLSession.swift
[51/64] Compiling Dependencies MainRunLoop.swift
[52/64] Compiling Dependencies OpenURL.swift
[53/64] Compiling Dependencies OpenExistential.swift
[54/64] Compiling Dependencies RuntimeWarnings.swift
[55/64] Compiling Dependencies Context.swift
[56/64] Compiling Dependencies Date.swift
[57/64] Compiling Dependencies FireAndForget.swift
[58/64] Compiling Dependencies Deprecations.swift
[59/64] Compiling Dependencies Exports.swift
[60/64] Compiling Dependencies DependencyValues.swift
[61/64] Compiling Dependencies Calendar.swift
[62/64] Compiling Dependencies Clocks.swift
[63/64] Compiling Dependencies TypeName.swift
[64/64] Compiling Dependencies WithDependencies.swift
[65/98] Emitting module Prelude
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:20: note: 'A' previously declared here
public struct Func<A, B> {
^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:23: note: 'B' previously declared here
public struct Func<A, B> {
^
[66/101] Compiling Prelude Sequence.swift
[67/101] Compiling Prelude Set.swift
[68/101] Compiling Prelude String.swift
[69/101] Compiling Prelude FreeNearSemiring.swift
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:20: note: 'A' previously declared here
public struct Func<A, B> {
^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:23: note: 'B' previously declared here
public struct Func<A, B> {
^
[70/101] Compiling Prelude Func.swift
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:20: note: 'A' previously declared here
public struct Func<A, B> {
^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:23: note: 'B' previously declared here
public struct Func<A, B> {
^
[71/101] Compiling Prelude Function.swift
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:20: note: 'A' previously declared here
public struct Func<A, B> {
^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:23: note: 'B' previously declared here
public struct Func<A, B> {
^
[72/101] Compiling Prelude HeytingAlgebra.swift
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:20: note: 'A' previously declared here
public struct Func<A, B> {
^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Prelude/Func.swift:2:23: note: 'B' previously declared here
public struct Func<A, B> {
^
[73/101] Compiling Prelude NearSemiring.swift
[74/101] Compiling Prelude Never.swift
[75/101] Compiling Prelude Operators.swift
[76/101] Compiling Prelude Optional.swift
[77/101] Compiling Prelude Ring.swift
[78/101] Compiling Prelude Semigroup.swift
[79/101] Compiling Prelude Semiring.swift
[80/101] Compiling Prelude Parallel.swift
[81/101] Compiling Prelude Plus.swift
[82/101] Compiling Prelude PrecedenceGroups.swift
[83/101] Compiling Prelude Equatable.swift
[84/101] Compiling Prelude EuclideanRing.swift
[85/101] Compiling Prelude Field.swift
[86/101] Compiling Prelude Filterable.swift
[87/101] Compiling Prelude Hole.swift
[88/101] Compiling Prelude IO.swift
[89/101] Compiling Prelude KeyPath.swift
[90/101] Compiling Prelude Monoid.swift
[91/101] Compiling Prelude Strong.swift
[92/101] Compiling Prelude Tuple.swift
[93/101] Compiling Prelude Unit.swift
[94/101] Compiling Prelude Alt.swift
[95/101] Compiling Prelude Array.swift
[96/101] Compiling Prelude Collection.swift
[97/101] Compiling Prelude CommutativeRing.swift
[98/101] Compiling Prelude Comparable.swift
[99/101] Compiling Prelude Comparator.swift
[100/101] Compiling Prelude Curry.swift
[101/101] Compiling Prelude Endo.swift
[102/116] Emitting module ValidationSemigroup
[103/116] Emitting module Writer
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Writer/Writer.swift:3:22: note: 'W' previously declared here
public struct Writer<W: Monoid, A> {
^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Writer/Writer.swift:3:33: note: 'A' previously declared here
public struct Writer<W: Monoid, A> {
^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Writer/Writer.swift:3:22: note: 'W' previously declared here
public struct Writer<W: Monoid, A> {
^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Writer/Writer.swift:3:33: note: 'A' previously declared here
public struct Writer<W: Monoid, A> {
^
[104/116] Compiling Writer Writer.swift
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Writer/Writer.swift:3:22: note: 'W' previously declared here
public struct Writer<W: Monoid, A> {
^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Writer/Writer.swift:3:33: note: 'A' previously declared here
public struct Writer<W: Monoid, A> {
^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Writer/Writer.swift:3:22: note: 'W' previously declared here
public struct Writer<W: Monoid, A> {
^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Writer/Writer.swift:3:33: note: 'A' previously declared here
public struct Writer<W: Monoid, A> {
^
[105/116] Compiling Reader Reader.swift
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Reader/Reader.swift:3:22: note: 'R' previously declared here
public struct Reader<R, A> {
^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Reader/Reader.swift:3:25: note: 'A' previously declared here
public struct Reader<R, A> {
^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Reader/Reader.swift:3:22: note: 'R' previously declared here
public struct Reader<R, A> {
^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Reader/Reader.swift:3:25: note: 'A' previously declared here
public struct Reader<R, A> {
^
[106/116] Emitting module Reader
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Reader/Reader.swift:3:22: note: 'R' previously declared here
public struct Reader<R, A> {
^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Reader/Reader.swift:3:25: note: 'A' previously declared here
public struct Reader<R, A> {
^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Reader/Reader.swift:3:22: note: 'R' previously declared here
public struct Reader<R, A> {
^
/Users/admin/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/admin/builder/spi-builder-workspace/Sources/Reader/Reader.swift:3:25: note: 'A' previously declared here
public struct Reader<R, A> {
^
[107/116] Emitting module State
[108/116] Compiling State State.swift
[109/116] Compiling ValidationSemigroup ValidationSemigroup.swift
[110/120] Compiling Tuple Tuple.swift
[111/120] Emitting module Tuple
[112/120] Compiling Either Choice.swift
[113/120] Compiling Either Either.swift
[114/120] Emitting module Either
[115/120] Compiling Either EitherIO.swift
[116/120] Compiling Either Nested.swift
[117/132] Compiling Frp ValidationSemigroup.swift
[118/132] Compiling Frp UIKit.swift
[119/132] Compiling Frp Event.swift
[120/132] Emitting module Frp
[121/132] Emitting module ValidationNearSemiring
[122/132] Compiling Optics Star.swift
[123/133] Compiling Optics Fold.swift
[124/133] Compiling Optics Index.swift
[125/133] Emitting module Optics
[126/133] Compiling Optics Review.swift
[127/133] Compiling Optics Prism.swift
[128/133] Compiling Optics KeyPath.swift
[129/133] Compiling Optics Setter.swift
[130/133] Compiling Optics Getter.swift
[131/133] Compiling Optics Forget.swift
[132/133] Compiling ValidationNearSemiring ValidationNearSemiring.swift
[133/133] Compiling Optics Traversal.swift
Build complete! (40.72s)
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/2284] Fetching combine-schedulers
[116/2781] Fetching combine-schedulers, swift-concurrency-extras
[774/7039] Fetching combine-schedulers, swift-concurrency-extras, swift-dependencies
Fetched https://github.com/pointfreeco/swift-concurrency-extras (1.63s)
Fetched https://github.com/pointfreeco/combine-schedulers (1.63s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-clocks
[213/4258] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies (1.98s)
Computing version for https://github.com/pointfreeco/swift-dependencies
[1/1178] Fetching swift-clocks
[37/3780] Fetching swift-clocks, xctest-dynamic-overlay
Computed https://github.com/pointfreeco/swift-dependencies at 1.0.0 (0.61s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (1.09s)
Fetched https://github.com/pointfreeco/swift-clocks (1.09s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.0.2 (0.58s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.0.0 (0.55s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.0 (0.58s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.0 (0.60s)
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/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks 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-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies 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/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testStrongPrisms.1.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-left-hand-traversal.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful some traversal.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested-choice-prismatic-traversals.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Array traversal.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested indexed choice.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful nested right-hand traversal.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested-indexed-choice.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful-right-hand-traversal.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful some traversal.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.None-traversal.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testAddOver.1.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testAppendOver.1.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-nested-right-hand-traversal.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Array-traversal.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testMulOver.1.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testDivOver.1.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-nested-left-hand-traversal.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testDisjOver.1.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful left-hand traversal.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testIx.1.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Some-traversal.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful nested left-hand traversal.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testSubOver.1.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testSet.1.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testLots.Nested choice prismatic traversals.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful-some-traversal.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Successful-some-traversal.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testConjOver.1.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testChoicePrisms.Unsuccessful right-hand traversal.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.None traversal.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testTraversed.Some traversal.txt
/Users/admin/builder/spi-builder-workspace/Tests/OpticsTests/__Snapshots__/OpticsTests/testOver.1.txt
Build complete.
Done.