Build Information
Successful build of swift-prelude, reference main (a21df6
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 04:20:43 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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: 6.2
Building package at path: $PWD
https://github.com/pointfreeco/swift-prelude.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/17] Write sources
[16/17] Write swift-version-1EA4D86E10B52AF.txt
[18/47] Compiling IssueReporting TestContext.swift
[19/47] Compiling IssueReporting Unimplemented.swift
[20/49] Compiling ConcurrencyExtras Result.swift
[21/50] Compiling ConcurrencyExtras UncheckedSendable.swift
[22/50] Compiling IssueReporting WithExpectedIssue.swift
[23/50] Compiling IssueReporting WithIssueContext.swift
[24/50] Compiling IssueReporting BreakpointReporter.swift
[25/50] Compiling IssueReporting FatalErrorReporter.swift
[26/50] Compiling IssueReporting SwiftTesting.swift
[27/50] Compiling IssueReporting UncheckedSendable.swift
[28/50] Compiling IssueReporting RuntimeWarningReporter.swift
[29/50] Compiling IssueReporting ReportIssue.swift
[30/50] Compiling ConcurrencyExtras Task.swift
[31/50] Compiling ConcurrencyExtras UncheckedBox.swift
[32/50] Compiling ConcurrencyExtras MainSerialExecutor.swift
[33/50] Compiling ConcurrencyExtras LockIsolated.swift
[34/50] Compiling IssueReporting IsTesting.swift
[35/50] Compiling IssueReporting IssueReporter.swift
[36/50] Compiling IssueReporting Warn.swift
[37/50] Compiling IssueReporting XCTest.swift
[38/50] Emitting module IssueReporting
[39/50] Compiling IssueReporting Deprecations.swift
[40/50] Compiling IssueReporting FailureObserver.swift
[41/50] Compiling IssueReporting ErrorReporting.swift
[42/50] Compiling IssueReporting AppHostWarning.swift
[43/50] Compiling IssueReporting LockIsolated.swift
[44/50] Compiling IssueReporting Rethrows.swift
[45/50] Compiling ConcurrencyExtras Locking.swift
[46/50] Compiling ConcurrencyExtras AsyncStream.swift
[47/50] Emitting module ConcurrencyExtras
[50/50] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[51/74] Compiling XCTestDynamicOverlay Deprecations.swift
[52/74] Compiling XCTestDynamicOverlay Exports.swift
[53/74] Emitting module XCTestDynamicOverlay
[54/74] Compiling CombineSchedulers AnyScheduler.swift
[55/74] Compiling CombineSchedulers Concurrency.swift
[56/75] Emitting module CombineSchedulers
[57/75] Emitting module Clocks
[58/75] Compiling Clocks Timer.swift
[59/75] Compiling Clocks UnimplementedClock.swift
[60/75] Compiling CombineSchedulers UIKit.swift
[61/75] Compiling CombineSchedulers UIScheduler.swift
[62/75] Compiling CombineSchedulers TestScheduler.swift
[63/75] Compiling CombineSchedulers Timer.swift
[64/75] Compiling Clocks TestClock.swift
[65/75] Compiling Clocks AnyClock.swift
[66/75] Compiling CombineSchedulers UnimplementedScheduler.swift
[67/75] Compiling Clocks _AsyncTimerSequence.swift
[68/75] Compiling Clocks Lock.swift
[69/75] Compiling Clocks ImmediateClock.swift
[70/75] Compiling Clocks SwiftUI.swift
[71/75] Compiling CombineSchedulers NSRecursiveLock.swift
[72/75] Compiling CombineSchedulers ImmediateScheduler.swift
[73/75] Compiling CombineSchedulers Deprecations.swift
[74/75] Compiling CombineSchedulers Lock.swift
[75/75] Compiling CombineSchedulers SwiftUI.swift
[76/99] Compiling Dependencies TypeName.swift
[77/99] Compiling Dependencies PreviewTrait.swift
[78/101] Compiling Dependencies Deprecations.swift
[79/101] Compiling Dependencies Exports.swift
[80/101] Compiling Dependencies Clocks.swift
[81/101] Compiling Dependencies Context.swift
[82/101] Compiling Dependencies Date.swift
[83/101] Compiling Dependencies Dependency.swift
[84/101] Compiling Dependencies DependencyContext.swift
[85/101] Compiling Dependencies DependencyKey.swift
[86/101] Emitting module Dependencies
[87/101] Compiling Dependencies FireAndForget.swift
[88/101] Compiling Dependencies Locale.swift
[89/101] Compiling Dependencies MainQueue.swift
[90/101] Compiling Dependencies WithRandomNumberGenerator.swift
[91/101] Compiling Dependencies AppEntryPoint.swift
[92/101] Compiling Dependencies URLSession.swift
[93/101] Compiling Dependencies UUID.swift
[94/101] Compiling Dependencies DependencyValues.swift
[95/101] Compiling Dependencies Assert.swift
[96/101] Compiling Dependencies Calendar.swift
[97/101] Compiling Dependencies MainRunLoop.swift
[98/101] Compiling Dependencies OpenURL.swift
[99/101] Compiling Dependencies TimeZone.swift
[100/101] Compiling Dependencies TestTrait.swift
[101/101] Compiling Dependencies WithDependencies.swift
[102/135] Emitting module Prelude
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Comparable.swift:17:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
15 | }
16 |
17 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
19 | return (lhs, rhs) == (false, true)
/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 the Swift 6 language mode
1 |
2 | public struct Func<A, B> {
| `- note: 'A' previously declared here
3 | public let call: (A) -> B
4 |
:
37 | }
38 |
39 | public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
40 | return g.contramap(f)
41 | }
/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 the Swift 6 language mode
1 |
2 | public struct Func<A, B> {
| `- note: 'B' previously declared here
3 | public let call: (A) -> B
4 |
:
37 | }
38 |
39 | public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
| `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
40 | return g.contramap(f)
41 | }
[103/138] Compiling Prelude Alt.swift
[104/138] Compiling Prelude Array.swift
[105/138] Compiling Prelude Collection.swift
[106/138] Compiling Prelude CommutativeRing.swift
[107/138] Compiling Prelude Strong.swift
[108/138] Compiling Prelude Tuple.swift
[109/138] Compiling Prelude Unit.swift
[110/138] 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 the Swift 6 language mode
1 |
2 | public struct Func<A, B> {
| `- note: 'A' previously declared here
3 | public let call: (A) -> B
4 |
:
37 | }
38 |
39 | public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
40 | return g.contramap(f)
41 | }
/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 the Swift 6 language mode
1 |
2 | public struct Func<A, B> {
| `- note: 'B' previously declared here
3 | public let call: (A) -> B
4 |
:
37 | }
38 |
39 | public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
| `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
40 | return g.contramap(f)
41 | }
[111/138] 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 the Swift 6 language mode
1 |
2 | public struct Func<A, B> {
| `- note: 'A' previously declared here
3 | public let call: (A) -> B
4 |
:
37 | }
38 |
39 | public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
40 | return g.contramap(f)
41 | }
/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 the Swift 6 language mode
1 |
2 | public struct Func<A, B> {
| `- note: 'B' previously declared here
3 | public let call: (A) -> B
4 |
:
37 | }
38 |
39 | public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
| `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
40 | return g.contramap(f)
41 | }
[112/138] 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 the Swift 6 language mode
1 |
2 | public struct Func<A, B> {
| `- note: 'A' previously declared here
3 | public let call: (A) -> B
4 |
:
37 | }
38 |
39 | public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
40 | return g.contramap(f)
41 | }
/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 the Swift 6 language mode
1 |
2 | public struct Func<A, B> {
| `- note: 'B' previously declared here
3 | public let call: (A) -> B
4 |
:
37 | }
38 |
39 | public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
| `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
40 | return g.contramap(f)
41 | }
[113/138] 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 the Swift 6 language mode
1 |
2 | public struct Func<A, B> {
| `- note: 'A' previously declared here
3 | public let call: (A) -> B
4 |
:
37 | }
38 |
39 | public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
40 | return g.contramap(f)
41 | }
/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 the Swift 6 language mode
1 |
2 | public struct Func<A, B> {
| `- note: 'B' previously declared here
3 | public let call: (A) -> B
4 |
:
37 | }
38 |
39 | public static func >¢< <A, B, C>(f: @escaping (B) -> A, g: Func<A, C>) -> Func<B, C> {
| `- warning: generic parameter 'B' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
40 | return g.contramap(f)
41 | }
[114/138] Compiling Prelude Ring.swift
[115/138] Compiling Prelude Semigroup.swift
[116/138] Compiling Prelude Semiring.swift
[117/138] Compiling Prelude Parallel.swift
[118/138] Compiling Prelude Plus.swift
[119/138] Compiling Prelude PrecedenceGroups.swift
[120/138] Compiling Prelude Comparable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Comparable.swift:17:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
15 | }
16 |
17 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
19 | return (lhs, rhs) == (false, true)
[121/138] Compiling Prelude Comparator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Comparable.swift:17:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
15 | }
16 |
17 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
19 | return (lhs, rhs) == (false, true)
[122/138] Compiling Prelude Curry.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Comparable.swift:17:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
15 | }
16 |
17 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
19 | return (lhs, rhs) == (false, true)
[123/138] Compiling Prelude Endo.swift
/Users/admin/builder/spi-builder-workspace/Sources/Prelude/Comparable.swift:17:1: warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
15 | }
16 |
17 | extension Bool: Comparable {
| |- warning: extension declares a conformance of imported type 'Bool' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
18 | public static func < (lhs: Bool, rhs: Bool) -> Bool {
19 | return (lhs, rhs) == (false, true)
[124/138] Compiling Prelude Sequence.swift
[125/138] Compiling Prelude Set.swift
[126/138] Compiling Prelude String.swift
[127/138] Compiling Prelude NearSemiring.swift
[128/138] Compiling Prelude Never.swift
[129/138] Compiling Prelude Operators.swift
[130/138] Compiling Prelude Optional.swift
[131/138] Compiling Prelude Hole.swift
[132/138] Compiling Prelude IO.swift
[133/138] Compiling Prelude KeyPath.swift
[134/138] Compiling Prelude Monoid.swift
[135/138] Compiling Prelude Equatable.swift
[136/138] Compiling Prelude EuclideanRing.swift
[137/138] Compiling Prelude Field.swift
[138/138] Compiling Prelude Filterable.swift
[139/153] 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 the Swift 6 language mode
1 | import Prelude
2 |
3 | public struct Reader<R, A> {
| `- note: 'R' previously declared here
4 | public let runReader: (R) -> A
5 |
:
16 | }
17 |
18 | public static func <¢> <R, A, B> (f: @escaping (A) -> B, reader: Reader<R, A>) -> Reader<R, B> {
| `- warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
19 | return reader.map(f)
20 | }
/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 the Swift 6 language mode
1 | import Prelude
2 |
3 | public struct Reader<R, A> {
| `- note: 'A' previously declared here
4 | public let runReader: (R) -> A
5 |
:
16 | }
17 |
18 | public static func <¢> <R, A, B> (f: @escaping (A) -> B, reader: Reader<R, A>) -> Reader<R, B> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
19 | return reader.map(f)
20 | }
/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 the Swift 6 language mode
1 | import Prelude
2 |
3 | public struct Reader<R, A> {
| `- note: 'R' previously declared here
4 | public let runReader: (R) -> A
5 |
:
30 | }
31 |
32 | public static func <*> <R, A, B> (f: Reader<R, (A) -> B>, reader: Reader<R, A>) -> Reader<R, B> {
| `- warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | return reader.apply(f)
34 | }
/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 the Swift 6 language mode
1 | import Prelude
2 |
3 | public struct Reader<R, A> {
| `- note: 'A' previously declared here
4 | public let runReader: (R) -> A
5 |
:
30 | }
31 |
32 | public static func <*> <R, A, B> (f: Reader<R, (A) -> B>, reader: Reader<R, A>) -> Reader<R, B> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | return reader.apply(f)
34 | }
[140/153] Compiling ValidationSemigroup ValidationSemigroup.swift
[141/153] Emitting module ValidationSemigroup
[142/153] Compiling Tuple Tuple.swift
[143/153] Emitting module Tuple
[144/153] 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 the Swift 6 language mode
1 | import Prelude
2 |
3 | public struct Reader<R, A> {
| `- note: 'R' previously declared here
4 | public let runReader: (R) -> A
5 |
:
16 | }
17 |
18 | public static func <¢> <R, A, B> (f: @escaping (A) -> B, reader: Reader<R, A>) -> Reader<R, B> {
| `- warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
19 | return reader.map(f)
20 | }
/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 the Swift 6 language mode
1 | import Prelude
2 |
3 | public struct Reader<R, A> {
| `- note: 'A' previously declared here
4 | public let runReader: (R) -> A
5 |
:
16 | }
17 |
18 | public static func <¢> <R, A, B> (f: @escaping (A) -> B, reader: Reader<R, A>) -> Reader<R, B> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
19 | return reader.map(f)
20 | }
/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 the Swift 6 language mode
1 | import Prelude
2 |
3 | public struct Reader<R, A> {
| `- note: 'R' previously declared here
4 | public let runReader: (R) -> A
5 |
:
30 | }
31 |
32 | public static func <*> <R, A, B> (f: Reader<R, (A) -> B>, reader: Reader<R, A>) -> Reader<R, B> {
| `- warning: generic parameter 'R' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | return reader.apply(f)
34 | }
/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 the Swift 6 language mode
1 | import Prelude
2 |
3 | public struct Reader<R, A> {
| `- note: 'A' previously declared here
4 | public let runReader: (R) -> A
5 |
:
30 | }
31 |
32 | public static func <*> <R, A, B> (f: Reader<R, (A) -> B>, reader: Reader<R, A>) -> Reader<R, B> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
33 | return reader.apply(f)
34 | }
[145/157] 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 the Swift 6 language mode
1 | import Prelude
2 |
3 | public struct Writer<W: Monoid, A> {
| `- note: 'W' previously declared here
4 | let a: A
5 | let w: W
:
22 | }
23 |
24 | public static func <¢> <W, A, B> (f: @escaping (A) -> B, writer: Writer<W, A>) -> Writer<W, B> {
| `- warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 | return writer.map(f)
26 | }
/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 the Swift 6 language mode
1 | import Prelude
2 |
3 | public struct Writer<W: Monoid, A> {
| `- note: 'A' previously declared here
4 | let a: A
5 | let w: W
:
22 | }
23 |
24 | public static func <¢> <W, A, B> (f: @escaping (A) -> B, writer: Writer<W, A>) -> Writer<W, B> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 | return writer.map(f)
26 | }
/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 the Swift 6 language mode
1 | import Prelude
2 |
3 | public struct Writer<W: Monoid, A> {
| `- note: 'W' previously declared here
4 | let a: A
5 | let w: W
:
34 | }
35 |
36 | public static func <*> <W, A, B> (f: Writer<W, (A) -> B>, writer: Writer<W, A>) -> Writer<W, B> {
| `- warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
37 | return writer.apply(f)
38 | }
/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 the Swift 6 language mode
1 | import Prelude
2 |
3 | public struct Writer<W: Monoid, A> {
| `- note: 'A' previously declared here
4 | let a: A
5 | let w: W
:
34 | }
35 |
36 | public static func <*> <W, A, B> (f: Writer<W, (A) -> B>, writer: Writer<W, A>) -> Writer<W, B> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
37 | return writer.apply(f)
38 | }
[146/157] 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 the Swift 6 language mode
1 | import Prelude
2 |
3 | public struct Writer<W: Monoid, A> {
| `- note: 'W' previously declared here
4 | let a: A
5 | let w: W
:
22 | }
23 |
24 | public static func <¢> <W, A, B> (f: @escaping (A) -> B, writer: Writer<W, A>) -> Writer<W, B> {
| `- warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 | return writer.map(f)
26 | }
/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 the Swift 6 language mode
1 | import Prelude
2 |
3 | public struct Writer<W: Monoid, A> {
| `- note: 'A' previously declared here
4 | let a: A
5 | let w: W
:
22 | }
23 |
24 | public static func <¢> <W, A, B> (f: @escaping (A) -> B, writer: Writer<W, A>) -> Writer<W, B> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
25 | return writer.map(f)
26 | }
/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 the Swift 6 language mode
1 | import Prelude
2 |
3 | public struct Writer<W: Monoid, A> {
| `- note: 'W' previously declared here
4 | let a: A
5 | let w: W
:
34 | }
35 |
36 | public static func <*> <W, A, B> (f: Writer<W, (A) -> B>, writer: Writer<W, A>) -> Writer<W, B> {
| `- warning: generic parameter 'W' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
37 | return writer.apply(f)
38 | }
/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 the Swift 6 language mode
1 | import Prelude
2 |
3 | public struct Writer<W: Monoid, A> {
| `- note: 'A' previously declared here
4 | let a: A
5 | let w: W
:
34 | }
35 |
36 | public static func <*> <W, A, B> (f: Writer<W, (A) -> B>, writer: Writer<W, A>) -> Writer<W, B> {
| `- warning: generic parameter 'A' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
37 | return writer.apply(f)
38 | }
[147/157] Emitting module State
[148/157] Compiling State State.swift
[149/157] Compiling Either Nested.swift
[150/157] Compiling Either EitherIO.swift
[151/157] Emitting module Either
[152/157] Compiling Either Either.swift
[153/157] Compiling Either Choice.swift
[154/157] Emitting module Frp
[155/157] Compiling Frp ValidationSemigroup.swift
[156/169] Compiling Frp UIKit.swift
[157/169] Compiling Frp Event.swift
[158/169] Compiling ValidationNearSemiring ValidationNearSemiring.swift
[159/169] Emitting module ValidationNearSemiring
[160/169] Compiling Optics Getter.swift
[161/170] Compiling Optics Star.swift
[162/170] Emitting module Optics
[163/170] Compiling Optics Fold.swift
[164/170] Compiling Optics Index.swift
[165/170] Compiling Optics Prism.swift
[166/170] Compiling Optics Review.swift
[167/170] Compiling Optics Forget.swift
[168/170] Compiling Optics Setter.swift
[169/170] Compiling Optics KeyPath.swift
[170/170] Compiling Optics Traversal.swift
Build complete! (35.51s)
Fetching https://github.com/pointfreeco/swift-dependencies
[1/6249] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.16s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (1.66s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/861] Fetching swift-concurrency-extras
[131/2153] Fetching swift-concurrency-extras, swift-clocks
[235/4563] Fetching swift-concurrency-extras, swift-clocks, combine-schedulers
[380/10030] Fetching swift-concurrency-extras, swift-clocks, combine-schedulers, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.34s)
[1/70906] Fetching swift-syntax
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (3.27s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (3.27s)
Fetched https://github.com/swiftlang/swift-syntax from cache (3.27s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (3.27s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (3.73s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.42s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.42s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.43s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.60s)
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.0.9.909-MacroSupport-macos_aarch64.zip
Build complete.
{
"dependencies" : [
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
}
],
"manifest_display_name" : "swift-prelude",
"name" : "swift-prelude",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Either",
"targets" : [
"Either"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Frp",
"targets" : [
"Frp"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Optics",
"targets" : [
"Optics"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Prelude",
"targets" : [
"Prelude"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Reader",
"targets" : [
"Reader"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "State",
"targets" : [
"State"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Tuple",
"targets" : [
"Tuple"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ValidationSemigroup",
"targets" : [
"ValidationSemigroup"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ValidationNearSemiring",
"targets" : [
"ValidationNearSemiring"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Writer",
"targets" : [
"Writer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WriterTests",
"module_type" : "SwiftTarget",
"name" : "WriterTests",
"path" : "Tests/WriterTests",
"sources" : [
"WriterTests.swift"
],
"target_dependencies" : [
"Writer"
],
"type" : "test"
},
{
"c99name" : "Writer",
"module_type" : "SwiftTarget",
"name" : "Writer",
"path" : "Sources/Writer",
"product_memberships" : [
"Writer"
],
"sources" : [
"Writer.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "library"
},
{
"c99name" : "ValidationSemigroupTests",
"module_type" : "SwiftTarget",
"name" : "ValidationSemigroupTests",
"path" : "Tests/ValidationSemigroupTests",
"sources" : [
"ValidationSemigroupTests.swift"
],
"target_dependencies" : [
"ValidationSemigroup"
],
"type" : "test"
},
{
"c99name" : "ValidationSemigroup",
"module_type" : "SwiftTarget",
"name" : "ValidationSemigroup",
"path" : "Sources/ValidationSemigroup",
"product_memberships" : [
"Frp",
"ValidationSemigroup"
],
"sources" : [
"ValidationSemigroup.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "library"
},
{
"c99name" : "ValidationNearSemiringTests",
"module_type" : "SwiftTarget",
"name" : "ValidationNearSemiringTests",
"path" : "Tests/ValidationNearSemiringTests",
"sources" : [
"ValidationNearSemiringTests.swift"
],
"target_dependencies" : [
"ValidationNearSemiring"
],
"type" : "test"
},
{
"c99name" : "ValidationNearSemiring",
"module_type" : "SwiftTarget",
"name" : "ValidationNearSemiring",
"path" : "Sources/ValidationNearSemiring",
"product_memberships" : [
"ValidationNearSemiring"
],
"sources" : [
"ValidationNearSemiring.swift"
],
"target_dependencies" : [
"Prelude",
"Either"
],
"type" : "library"
},
{
"c99name" : "TupleTests",
"module_type" : "SwiftTarget",
"name" : "TupleTests",
"path" : "Tests/TupleTests",
"sources" : [
"TupleTests.swift"
],
"target_dependencies" : [
"Tuple"
],
"type" : "test"
},
{
"c99name" : "Tuple",
"module_type" : "SwiftTarget",
"name" : "Tuple",
"path" : "Sources/Tuple",
"product_memberships" : [
"Tuple"
],
"sources" : [
"Tuple.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "library"
},
{
"c99name" : "StateTests",
"module_type" : "SwiftTarget",
"name" : "StateTests",
"path" : "Tests/StateTests",
"sources" : [
"StateTests.swift"
],
"target_dependencies" : [
"State"
],
"type" : "test"
},
{
"c99name" : "State",
"module_type" : "SwiftTarget",
"name" : "State",
"path" : "Sources/State",
"product_memberships" : [
"State"
],
"sources" : [
"State.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "library"
},
{
"c99name" : "ReaderTests",
"module_type" : "SwiftTarget",
"name" : "ReaderTests",
"path" : "Tests/ReaderTests",
"sources" : [
"ReaderTests.swift"
],
"target_dependencies" : [
"Reader"
],
"type" : "test"
},
{
"c99name" : "Reader",
"module_type" : "SwiftTarget",
"name" : "Reader",
"path" : "Sources/Reader",
"product_memberships" : [
"Reader"
],
"sources" : [
"Reader.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "library"
},
{
"c99name" : "PreludeTests",
"module_type" : "SwiftTarget",
"name" : "PreludeTests",
"path" : "Tests/PreludeTests",
"sources" : [
"ArrayTests.swift",
"ComparableTests.swift",
"DependencyTests.swift",
"FreeNearSemiringTests.swift",
"FunctionTests.swift",
"KeyPathTests.swift",
"MonoidTests.swift",
"OptionalTests.swift",
"ParallelTests.swift",
"SemigroupTests.swift",
"SequenceTests.swift",
"StringTests.swift",
"StrongTests.swift",
"TupleTests.swift",
"UnitTests.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "test"
},
{
"c99name" : "Prelude",
"module_type" : "SwiftTarget",
"name" : "Prelude",
"path" : "Sources/Prelude",
"product_dependencies" : [
"Dependencies"
],
"product_memberships" : [
"Either",
"Frp",
"Optics",
"Prelude",
"Reader",
"State",
"Tuple",
"ValidationSemigroup",
"ValidationNearSemiring",
"Writer"
],
"sources" : [
"Alt.swift",
"Array.swift",
"Collection.swift",
"CommutativeRing.swift",
"Comparable.swift",
"Comparator.swift",
"Curry.swift",
"Endo.swift",
"Equatable.swift",
"EuclideanRing.swift",
"Field.swift",
"Filterable.swift",
"FreeNearSemiring.swift",
"Func.swift",
"Function.swift",
"HeytingAlgebra.swift",
"Hole.swift",
"IO.swift",
"KeyPath.swift",
"Monoid.swift",
"NearSemiring.swift",
"Never.swift",
"Operators.swift",
"Optional.swift",
"Parallel.swift",
"Plus.swift",
"PrecedenceGroups.swift",
"Ring.swift",
"Semigroup.swift",
"Semiring.swift",
"Sequence.swift",
"Set.swift",
"String.swift",
"Strong.swift",
"Tuple.swift",
"Unit.swift"
],
"type" : "library"
},
{
"c99name" : "OpticsTests",
"module_type" : "SwiftTarget",
"name" : "OpticsTests",
"path" : "Tests/OpticsTests",
"sources" : [
"OpticsTests.swift"
],
"target_dependencies" : [
"Optics"
],
"type" : "test"
},
{
"c99name" : "Optics",
"module_type" : "SwiftTarget",
"name" : "Optics",
"path" : "Sources/Optics",
"product_memberships" : [
"Optics"
],
"sources" : [
"Fold.swift",
"Forget.swift",
"Getter.swift",
"Index.swift",
"KeyPath.swift",
"Prism.swift",
"Review.swift",
"Setter.swift",
"Star.swift",
"Traversal.swift"
],
"target_dependencies" : [
"Prelude",
"Either"
],
"type" : "library"
},
{
"c99name" : "FrpTests",
"module_type" : "SwiftTarget",
"name" : "FrpTests",
"path" : "Tests/FrpTests",
"sources" : [
"EventTests.swift"
],
"target_dependencies" : [
"Frp"
],
"type" : "test"
},
{
"c99name" : "Frp",
"module_type" : "SwiftTarget",
"name" : "Frp",
"path" : "Sources/Frp",
"product_memberships" : [
"Frp"
],
"sources" : [
"Event.swift",
"UIKit.swift",
"ValidationSemigroup.swift"
],
"target_dependencies" : [
"Prelude",
"ValidationSemigroup"
],
"type" : "library"
},
{
"c99name" : "EitherTests",
"module_type" : "SwiftTarget",
"name" : "EitherTests",
"path" : "Tests/EitherTests",
"sources" : [
"ChoiceTests.swift",
"EitherTests.swift",
"NestedTests.swift"
],
"target_dependencies" : [
"Either"
],
"type" : "test"
},
{
"c99name" : "Either",
"module_type" : "SwiftTarget",
"name" : "Either",
"path" : "Sources/Either",
"product_dependencies" : [
"Dependencies"
],
"product_memberships" : [
"Either",
"Optics",
"ValidationNearSemiring"
],
"sources" : [
"Choice.swift",
"Either.swift",
"EitherIO.swift",
"Nested.swift"
],
"target_dependencies" : [
"Prelude"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.