The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Verge, reference main (084a44), with Swift 6.2 for macOS (SPM) on 2 Dec 2025 14:38:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

175 |   }
176 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:174:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
172 |     middleware: Middleware? = nil
173 |   ) where Value == (S1, S2) {
174 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
175 |   }
176 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:185:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
183 |     middleware: Middleware? = nil
184 |   ) where Value == (S1, S2, S3) {
185 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
186 |   }
187 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:185:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
183 |     middleware: Middleware? = nil
184 |   ) where Value == (S1, S2, S3) {
185 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
186 |   }
187 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:185:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
183 |     middleware: Middleware? = nil
184 |   ) where Value == (S1, S2, S3) {
185 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
186 |   }
187 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S6.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S6.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:163:88: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
161 |     middleware: Middleware? = nil
162 |   ) where Value : Equatable {
163 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
164 |   }
165 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:174:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
172 |     middleware: Middleware? = nil
173 |   ) where Value == (S1, S2) {
174 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
175 |   }
176 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:174:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
172 |     middleware: Middleware? = nil
173 |   ) where Value == (S1, S2) {
174 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
175 |   }
176 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:185:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
183 |     middleware: Middleware? = nil
184 |   ) where Value == (S1, S2, S3) {
185 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
186 |   }
187 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:185:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
183 |     middleware: Middleware? = nil
184 |   ) where Value == (S1, S2, S3) {
185 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
186 |   }
187 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:185:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
183 |     middleware: Middleware? = nil
184 |   ) where Value == (S1, S2, S3) {
185 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
186 |   }
187 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S6.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S6.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:163:88: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
161 |     middleware: Middleware? = nil
162 |   ) where Value : Equatable {
163 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
164 |   }
165 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:174:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
172 |     middleware: Middleware? = nil
173 |   ) where Value == (S1, S2) {
174 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
175 |   }
176 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:174:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
172 |     middleware: Middleware? = nil
173 |   ) where Value == (S1, S2) {
174 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
175 |   }
176 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:185:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
183 |     middleware: Middleware? = nil
184 |   ) where Value == (S1, S2, S3) {
185 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
186 |   }
187 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:185:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
183 |     middleware: Middleware? = nil
184 |   ) where Value == (S1, S2, S3) {
185 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
186 |   }
187 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:185:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
183 |     middleware: Middleware? = nil
184 |   ) where Value == (S1, S2, S3) {
185 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
186 |   }
187 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S6.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S6.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:163:88: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
161 |     middleware: Middleware? = nil
162 |   ) where Value : Equatable {
163 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
164 |   }
165 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:174:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
172 |     middleware: Middleware? = nil
173 |   ) where Value == (S1, S2) {
174 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
175 |   }
176 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:174:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
172 |     middleware: Middleware? = nil
173 |   ) where Value == (S1, S2) {
174 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
175 |   }
176 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:185:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
183 |     middleware: Middleware? = nil
184 |   ) where Value == (S1, S2, S3) {
185 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
186 |   }
187 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:185:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
183 |     middleware: Middleware? = nil
184 |   ) where Value == (S1, S2, S3) {
185 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
186 |   }
187 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:185:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
183 |     middleware: Middleware? = nil
184 |   ) where Value == (S1, S2, S3) {
185 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
186 |   }
187 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S6.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S6.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:163:88: warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
161 |     middleware: Middleware? = nil
162 |   ) where Value : Equatable {
163 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'Value.Type' in an isolated closure [#SendableMetatypes]
164 |   }
165 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:174:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
172 |     middleware: Middleware? = nil
173 |   ) where Value == (S1, S2) {
174 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
175 |   }
176 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:174:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
172 |     middleware: Middleware? = nil
173 |   ) where Value == (S1, S2) {
174 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
175 |   }
176 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:185:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
183 |     middleware: Middleware? = nil
184 |   ) where Value == (S1, S2, S3) {
185 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
186 |   }
187 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:185:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
183 |     middleware: Middleware? = nil
184 |   ) where Value == (S1, S2, S3) {
185 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
186 |   }
187 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:185:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
183 |     middleware: Middleware? = nil
184 |   ) where Value == (S1, S2, S3) {
185 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
186 |   }
187 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:196:88: warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
194 |     middleware: Middleware? = nil
195 |   ) where Value == (S1, S2, S3, S4) {
196 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
197 |   }
198 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:207:88: warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
205 |     middleware: Middleware? = nil
206 |   ) where Value == (S1, S2, S3, S4, S5) {
207 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
208 |   }
209 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S1.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S2.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S3.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S4.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S5.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Utility/Edge.swift:218:88: warning: capture of non-Sendable type 'S6.Type' in an isolated closure [#SendableMetatypes]
216 |     middleware: Middleware? = nil
217 |   ) where Value == (S1, S2, S3, S4, S5, S6) {
218 |     self.init(wrappedValue: tuple, middleware: middleware, comparer: { @Sendable in $0 == $1 })
    |                                                                                        `- warning: capture of non-Sendable type 'S6.Type' in an isolated closure [#SendableMetatypes]
219 |   }
220 |
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Pipeline.swift:400:29: warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
398 |   ) -> Self
399 |   where Output: Equatable, Self == Pipelines.ChangesSelectPipeline<Input, Output> {
400 |     self.init(selector: { $0[keyPath: selector] }, additionalDropCondition: nil)
    |                             `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
401 |   }
402 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Pipeline.swift:413:29: warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
411 |   ) -> Self
412 |   where Output: Equatable, Self == Pipelines.ChangesSelectPipeline<Input, Output> {
413 |     self.init(selector: { $0[keyPath: selector] }, additionalDropCondition: nil)
    |                             `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
414 |   }
415 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Pipeline.swift:482:23: warning: capture of non-Sendable type 'EdgeIntermediate.Type' in an isolated closure [#SendableMetatypes]
480 |     self.init(
481 |       intermediate: intermediate,
482 |       transform: { $0.wrappedValue },
    |                       `- warning: capture of non-Sendable type 'EdgeIntermediate.Type' in an isolated closure [#SendableMetatypes]
483 |       additionalDropCondition: nil
484 |     )
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StateType.swift:35:3: warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
33 |    It's better to use it for better performance to get the value rather than using computed property.
34 |    */
35 |   @Sendable
   |   `- warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
36 |   static func reduce(
37 |     modifying: inout Self,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Pipeline.swift:400:29: warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
398 |   ) -> Self
399 |   where Output: Equatable, Self == Pipelines.ChangesSelectPipeline<Input, Output> {
400 |     self.init(selector: { $0[keyPath: selector] }, additionalDropCondition: nil)
    |                             `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
401 |   }
402 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Pipeline.swift:413:29: warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
411 |   ) -> Self
412 |   where Output: Equatable, Self == Pipelines.ChangesSelectPipeline<Input, Output> {
413 |     self.init(selector: { $0[keyPath: selector] }, additionalDropCondition: nil)
    |                             `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
414 |   }
415 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Pipeline.swift:482:23: warning: capture of non-Sendable type 'EdgeIntermediate.Type' in an isolated closure [#SendableMetatypes]
480 |     self.init(
481 |       intermediate: intermediate,
482 |       transform: { $0.wrappedValue },
    |                       `- warning: capture of non-Sendable type 'EdgeIntermediate.Type' in an isolated closure [#SendableMetatypes]
483 |       additionalDropCondition: nil
484 |     )
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StateType.swift:35:3: warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
33 |    It's better to use it for better performance to get the value rather than using computed property.
34 |    */
35 |   @Sendable
   |   `- warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
36 |   static func reduce(
37 |     modifying: inout Self,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Pipeline.swift:400:29: warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
398 |   ) -> Self
399 |   where Output: Equatable, Self == Pipelines.ChangesSelectPipeline<Input, Output> {
400 |     self.init(selector: { $0[keyPath: selector] }, additionalDropCondition: nil)
    |                             `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
401 |   }
402 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Pipeline.swift:413:29: warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
411 |   ) -> Self
412 |   where Output: Equatable, Self == Pipelines.ChangesSelectPipeline<Input, Output> {
413 |     self.init(selector: { $0[keyPath: selector] }, additionalDropCondition: nil)
    |                             `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
414 |   }
415 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Pipeline.swift:482:23: warning: capture of non-Sendable type 'EdgeIntermediate.Type' in an isolated closure [#SendableMetatypes]
480 |     self.init(
481 |       intermediate: intermediate,
482 |       transform: { $0.wrappedValue },
    |                       `- warning: capture of non-Sendable type 'EdgeIntermediate.Type' in an isolated closure [#SendableMetatypes]
483 |       additionalDropCondition: nil
484 |     )
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StateType.swift:35:3: warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
33 |    It's better to use it for better performance to get the value rather than using computed property.
34 |    */
35 |   @Sendable
   |   `- warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
36 |   static func reduce(
37 |     modifying: inout Self,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Pipeline.swift:400:29: warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
398 |   ) -> Self
399 |   where Output: Equatable, Self == Pipelines.ChangesSelectPipeline<Input, Output> {
400 |     self.init(selector: { $0[keyPath: selector] }, additionalDropCondition: nil)
    |                             `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
401 |   }
402 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Pipeline.swift:413:29: warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
411 |   ) -> Self
412 |   where Output: Equatable, Self == Pipelines.ChangesSelectPipeline<Input, Output> {
413 |     self.init(selector: { $0[keyPath: selector] }, additionalDropCondition: nil)
    |                             `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
414 |   }
415 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Pipeline.swift:482:23: warning: capture of non-Sendable type 'EdgeIntermediate.Type' in an isolated closure [#SendableMetatypes]
480 |     self.init(
481 |       intermediate: intermediate,
482 |       transform: { $0.wrappedValue },
    |                       `- warning: capture of non-Sendable type 'EdgeIntermediate.Type' in an isolated closure [#SendableMetatypes]
483 |       additionalDropCondition: nil
484 |     )
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StateType.swift:35:3: warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
33 |    It's better to use it for better performance to get the value rather than using computed property.
34 |    */
35 |   @Sendable
   |   `- warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
36 |   static func reduce(
37 |     modifying: inout Self,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Pipeline.swift:400:29: warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
398 |   ) -> Self
399 |   where Output: Equatable, Self == Pipelines.ChangesSelectPipeline<Input, Output> {
400 |     self.init(selector: { $0[keyPath: selector] }, additionalDropCondition: nil)
    |                             `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
401 |   }
402 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Pipeline.swift:413:29: warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
411 |   ) -> Self
412 |   where Output: Equatable, Self == Pipelines.ChangesSelectPipeline<Input, Output> {
413 |     self.init(selector: { $0[keyPath: selector] }, additionalDropCondition: nil)
    |                             `- warning: capture of non-Sendable type 'Output.Type' in an isolated closure [#SendableMetatypes]
414 |   }
415 |
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Pipeline.swift:482:23: warning: capture of non-Sendable type 'EdgeIntermediate.Type' in an isolated closure [#SendableMetatypes]
480 |     self.init(
481 |       intermediate: intermediate,
482 |       transform: { $0.wrappedValue },
    |                       `- warning: capture of non-Sendable type 'EdgeIntermediate.Type' in an isolated closure [#SendableMetatypes]
483 |       additionalDropCondition: nil
484 |     )
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StateType.swift:35:3: warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
33 |    It's better to use it for better performance to get the value rather than using computed property.
34 |    */
35 |   @Sendable
   |   `- warning: instance method of non-Sendable type 'Self.Type' cannot be marked as '@Sendable'
36 |   static func reduce(
37 |     modifying: inout Self,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:215:32: warning: capture of non-Sendable type 'State.Type' in an isolated closure [#SendableMetatypes]
213 |
214 |     self.externalOperation = { @Sendable inoutRef, state, transaction in
215 |       let intermediate = state.makeNextChanges(
    |                                `- warning: capture of non-Sendable type 'State.Type' in an isolated closure [#SendableMetatypes]
216 |         with: inoutRef.wrapped,
217 |         modification: inoutRef.modification,
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:446:9: warning: immutable value 'warnings' was never used; consider removing it [#no-usage]
444 |     }
445 |
446 |     let warnings: Set<VergeConcurrency.SynchronizationTracker.Warning>
    |         `- warning: immutable value 'warnings' was never used; consider removing it [#no-usage]
447 |     if RuntimeSanitizer.global.isRecursivelyCommitDetectionEnabled {
448 |       warnings = tracker.register()
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:463:9: warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
461 |     var commitLog: CommitLog?
462 |
463 |     let __sanitizer__ = sanitizer
    |         `- warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
464 |
465 |     /** a ciritical session */
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:159:31: warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
157 |    the closure will be released after consumed.
158 |    */
159 |   public consuming func `do`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (consuming Target) -> Void) -> Self {
    |                               `- warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
160 |     self.handlerWithSelectedValue = perform
161 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:159:31: warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
157 |    the closure will be released after consumed.
158 |    */
159 |   public consuming func `do`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (consuming Target) -> Void) -> Self {
    |                               `- warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
160 |     self.handlerWithSelectedValue = perform
161 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:164:41: warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
162 |   }
163 |
164 |   public consuming func `doWithSource`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (Source) -> Void) -> Self {
    |                                         `- warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
165 |     self.handlerWithSource = perform
166 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:164:41: warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
162 |   }
163 |
164 |   public consuming func `doWithSource`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (Source) -> Void) -> Self {
    |                                         `- warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
165 |     self.handlerWithSource = perform
166 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
346 |       name: name,
347 |       file: file,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:215:32: warning: capture of non-Sendable type 'State.Type' in an isolated closure [#SendableMetatypes]
213 |
214 |     self.externalOperation = { @Sendable inoutRef, state, transaction in
215 |       let intermediate = state.makeNextChanges(
    |                                `- warning: capture of non-Sendable type 'State.Type' in an isolated closure [#SendableMetatypes]
216 |         with: inoutRef.wrapped,
217 |         modification: inoutRef.modification,
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:446:9: warning: immutable value 'warnings' was never used; consider removing it [#no-usage]
444 |     }
445 |
446 |     let warnings: Set<VergeConcurrency.SynchronizationTracker.Warning>
    |         `- warning: immutable value 'warnings' was never used; consider removing it [#no-usage]
447 |     if RuntimeSanitizer.global.isRecursivelyCommitDetectionEnabled {
448 |       warnings = tracker.register()
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:463:9: warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
461 |     var commitLog: CommitLog?
462 |
463 |     let __sanitizer__ = sanitizer
    |         `- warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
464 |
465 |     /** a ciritical session */
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:159:31: warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
157 |    the closure will be released after consumed.
158 |    */
159 |   public consuming func `do`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (consuming Target) -> Void) -> Self {
    |                               `- warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
160 |     self.handlerWithSelectedValue = perform
161 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:159:31: warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
157 |    the closure will be released after consumed.
158 |    */
159 |   public consuming func `do`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (consuming Target) -> Void) -> Self {
    |                               `- warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
160 |     self.handlerWithSelectedValue = perform
161 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:164:41: warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
162 |   }
163 |
164 |   public consuming func `doWithSource`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (Source) -> Void) -> Self {
    |                                         `- warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
165 |     self.handlerWithSource = perform
166 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:164:41: warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
162 |   }
163 |
164 |   public consuming func `doWithSource`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (Source) -> Void) -> Self {
    |                                         `- warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
165 |     self.handlerWithSource = perform
166 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
346 |       name: name,
347 |       file: file,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:215:32: warning: capture of non-Sendable type 'State.Type' in an isolated closure [#SendableMetatypes]
213 |
214 |     self.externalOperation = { @Sendable inoutRef, state, transaction in
215 |       let intermediate = state.makeNextChanges(
    |                                `- warning: capture of non-Sendable type 'State.Type' in an isolated closure [#SendableMetatypes]
216 |         with: inoutRef.wrapped,
217 |         modification: inoutRef.modification,
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:446:9: warning: immutable value 'warnings' was never used; consider removing it [#no-usage]
444 |     }
445 |
446 |     let warnings: Set<VergeConcurrency.SynchronizationTracker.Warning>
    |         `- warning: immutable value 'warnings' was never used; consider removing it [#no-usage]
447 |     if RuntimeSanitizer.global.isRecursivelyCommitDetectionEnabled {
448 |       warnings = tracker.register()
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:463:9: warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
461 |     var commitLog: CommitLog?
462 |
463 |     let __sanitizer__ = sanitizer
    |         `- warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
464 |
465 |     /** a ciritical session */
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:159:31: warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
157 |    the closure will be released after consumed.
158 |    */
159 |   public consuming func `do`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (consuming Target) -> Void) -> Self {
    |                               `- warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
160 |     self.handlerWithSelectedValue = perform
161 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:159:31: warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
157 |    the closure will be released after consumed.
158 |    */
159 |   public consuming func `do`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (consuming Target) -> Void) -> Self {
    |                               `- warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
160 |     self.handlerWithSelectedValue = perform
161 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:164:41: warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
162 |   }
163 |
164 |   public consuming func `doWithSource`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (Source) -> Void) -> Self {
    |                                         `- warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
165 |     self.handlerWithSource = perform
166 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:164:41: warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
162 |   }
163 |
164 |   public consuming func `doWithSource`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (Source) -> Void) -> Self {
    |                                         `- warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
165 |     self.handlerWithSource = perform
166 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
346 |       name: name,
347 |       file: file,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:215:32: warning: capture of non-Sendable type 'State.Type' in an isolated closure [#SendableMetatypes]
213 |
214 |     self.externalOperation = { @Sendable inoutRef, state, transaction in
215 |       let intermediate = state.makeNextChanges(
    |                                `- warning: capture of non-Sendable type 'State.Type' in an isolated closure [#SendableMetatypes]
216 |         with: inoutRef.wrapped,
217 |         modification: inoutRef.modification,
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:446:9: warning: immutable value 'warnings' was never used; consider removing it [#no-usage]
444 |     }
445 |
446 |     let warnings: Set<VergeConcurrency.SynchronizationTracker.Warning>
    |         `- warning: immutable value 'warnings' was never used; consider removing it [#no-usage]
447 |     if RuntimeSanitizer.global.isRecursivelyCommitDetectionEnabled {
448 |       warnings = tracker.register()
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:463:9: warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
461 |     var commitLog: CommitLog?
462 |
463 |     let __sanitizer__ = sanitizer
    |         `- warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
464 |
465 |     /** a ciritical session */
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:159:31: warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
157 |    the closure will be released after consumed.
158 |    */
159 |   public consuming func `do`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (consuming Target) -> Void) -> Self {
    |                               `- warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
160 |     self.handlerWithSelectedValue = perform
161 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:159:31: warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
157 |    the closure will be released after consumed.
158 |    */
159 |   public consuming func `do`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (consuming Target) -> Void) -> Self {
    |                               `- warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
160 |     self.handlerWithSelectedValue = perform
161 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:164:41: warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
162 |   }
163 |
164 |   public consuming func `doWithSource`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (Source) -> Void) -> Self {
    |                                         `- warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
165 |     self.handlerWithSource = perform
166 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:164:41: warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
162 |   }
163 |
164 |   public consuming func `doWithSource`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (Source) -> Void) -> Self {
    |                                         `- warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
165 |     self.handlerWithSource = perform
166 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
346 |       name: name,
347 |       file: file,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:215:32: warning: capture of non-Sendable type 'State.Type' in an isolated closure [#SendableMetatypes]
213 |
214 |     self.externalOperation = { @Sendable inoutRef, state, transaction in
215 |       let intermediate = state.makeNextChanges(
    |                                `- warning: capture of non-Sendable type 'State.Type' in an isolated closure [#SendableMetatypes]
216 |         with: inoutRef.wrapped,
217 |         modification: inoutRef.modification,
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:446:9: warning: immutable value 'warnings' was never used; consider removing it [#no-usage]
444 |     }
445 |
446 |     let warnings: Set<VergeConcurrency.SynchronizationTracker.Warning>
    |         `- warning: immutable value 'warnings' was never used; consider removing it [#no-usage]
447 |     if RuntimeSanitizer.global.isRecursivelyCommitDetectionEnabled {
448 |       warnings = tracker.register()
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/Store.swift:463:9: warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
461 |     var commitLog: CommitLog?
462 |
463 |     let __sanitizer__ = sanitizer
    |         `- warning: initialization of immutable value '__sanitizer__' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
464 |
465 |     /** a ciritical session */
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:159:31: warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
157 |    the closure will be released after consumed.
158 |    */
159 |   public consuming func `do`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (consuming Target) -> Void) -> Self {
    |                               `- warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
160 |     self.handlerWithSelectedValue = perform
161 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:159:31: warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
157 |    the closure will be released after consumed.
158 |    */
159 |   public consuming func `do`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (consuming Target) -> Void) -> Self {
    |                               `- warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
160 |     self.handlerWithSelectedValue = perform
161 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:164:41: warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
162 |   }
163 |
164 |   public consuming func `doWithSource`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (Source) -> Void) -> Self {
    |                                         `- warning: @_inheritActorContext only applies to 'sending' parameters or parameters with '@Sendable' function types; this will be an error in a future Swift language mode
165 |     self.handlerWithSource = perform
166 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType+Accumulator.swift:164:41: warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
162 |   }
163 |
164 |   public consuming func `doWithSource`(@_inheritActorContext @_implicitSelfCapture _ perform: @escaping (Source) -> Void) -> Self {
    |                                         `- warning: @_inheritActorContext only applies to '@isolated(any)' parameters or parameters with asynchronous function types; this will be an error in a future Swift language mode
165 |     self.handlerWithSource = perform
166 |     return self
/Users/admin/builder/spi-builder-workspace/Sources/Verge/Store/StoreDriverType.swift:345:9: warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
343 |   ) rethrows -> Result {
344 |
345 |     let trace = MutationTrace(
    |         `- warning: initialization of immutable value 'trace' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
346 |       name: name,
347 |       file: file,
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[887/1076] Compiling VergeNormalizationDerived StoreType+.swift
[888/1076] Compiling VergeNormalizationDerived VergeNormalizationDerived.swift
[889/1076] Compiling VergeNormalizationDerived StoreType+.swift
[890/1076] Compiling VergeNormalizationDerived VergeNormalizationDerived.swift
[891/1076] Compiling VergeNormalizationDerived NonNullEntityWrapper.swift
[892/1076] Compiling VergeNormalizationDerived EntityWrapper.swift
[893/1076] Compiling VergeNormalizationDerived Pipelines.swift
[894/1076] Compiling VergeNormalizationDerived EntityType+Typealias.swift
[895/1076] Compiling VergeNormalizationDerived DerivedResult.swift
[896/1076] Emitting module VergeNormalizationDerived
[897/1076] Compiling VergeNormalizationDerived DerivedMaking+.swift
[898/1076] Compiling VergeNormalizationDerived NonNullEntityWrapper.swift
[899/1076] Compiling VergeNormalizationDerived EntityWrapper.swift
[900/1076] Compiling VergeNormalizationDerived EntityType+Typealias.swift
[901/1076] Compiling VergeNormalizationDerived DerivedResult.swift
[902/1076] Compiling VergeNormalizationDerived Pipelines.swift
[903/1076] Emitting module VergeNormalizationDerived
[904/1076] Compiling VergeNormalizationDerived DerivedMaking+.swift
[914/1085] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[915/1085] Compiling RxCocoa UINavigationController+Rx.swift
[916/1085] Compiling RxCocoa UIPickerView+Rx.swift
[917/1085] Compiling RxCocoa UIRefreshControl+Rx.swift
[918/1085] Compiling RxCocoa UIScrollView+Rx.swift
[919/1085] Compiling RxCocoa UISearchBar+Rx.swift
[920/1085] Compiling RxCocoa UISearchController+Rx.swift
[921/1085] Compiling RxCocoa UISegmentedControl+Rx.swift
[922/1085] Compiling RxCocoa UISlider+Rx.swift
[923/1085] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[924/1085] Compiling RxCocoa RxTabBarDelegateProxy.swift
[925/1085] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[926/1085] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[927/1085] Compiling RxCocoa RxTableViewDataSourceType.swift
[928/1085] Compiling RxCocoa RxTableViewDelegateProxy.swift
[929/1085] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[930/1085] Compiling RxCocoa RxTarget.swift
[931/1085] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[951/1094] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[952/1094] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[953/1094] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[954/1094] Compiling RxCocoa PublishRelay+Signal.swift
[955/1094] Compiling RxCocoa RxCocoa.swift
[956/1094] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[957/1094] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[958/1094] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[959/1094] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[960/1094] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[974/1094] Compiling RxCocoa UIBarButtonItem+Rx.swift
[975/1094] Compiling RxCocoa UIButton+Rx.swift
[976/1094] Compiling RxCocoa UICollectionView+Rx.swift
[977/1094] Compiling RxCocoa UIControl+Rx.swift
[978/1094] Compiling RxCocoa UIDatePicker+Rx.swift
[979/1094] Emitting module RxCocoa
[1021/1094] Compiling RxCocoa UIStepper+Rx.swift
[1022/1094] Compiling RxCocoa UISwitch+Rx.swift
[1023/1094] Compiling RxCocoa UITabBar+Rx.swift
[1024/1094] Compiling RxCocoa UITabBarController+Rx.swift
[1025/1094] Compiling RxCocoa UITableView+Rx.swift
[1026/1094] Compiling RxCocoa UITextField+Rx.swift
[1027/1094] Compiling RxCocoa UITextView+Rx.swift
[1028/1094] Compiling RxCocoa URLSession+Rx.swift
[1029/1094] Compiling RxCocoa WKWebView+Rx.swift
[1095/1100] Emitting module VergeRx
[1096/1100] Compiling VergeRx Store+Rx.swift
[1097/1100] Compiling VergeRx Extensions.swift
[1098/1100] Compiling VergeRx Store+Rx.swift
[1099/1100] Emitting module VergeRx
[1100/1100] Compiling VergeRx Extensions.swift
[1101/1114] Compiling VergeClassic Emitter.swift
[1102/1114] Compiling VergeClassic Storage+Rx.swift
[1103/1114] Compiling VergeClassic Extensions.swift
[1104/1114] Compiling VergeClassic Verge+Extension.swift
[1105/1114] Emitting module VergeClassic
[1106/1114] Compiling VergeClassic VergeClassic.swift
[1107/1114] Compiling VergeClassic Storage.swift
[1108/1114] Compiling VergeClassic Verge+Extension.swift
[1109/1114] Compiling VergeClassic VergeClassic.swift
[1110/1114] Compiling VergeClassic Extensions.swift
[1111/1114] Compiling VergeClassic Storage+Rx.swift
[1112/1114] Emitting module VergeClassic
[1113/1114] Compiling VergeClassic Emitter.swift
[1114/1114] Compiling VergeClassic Storage.swift
Build complete! (25.44s)
warning: 'normalization': Conflicting identity for swift-syntax: dependency 'github.com/apple/swift-syntax' and dependency 'github.com/swiftlang/swift-syntax' both point to the same package identity 'swift-syntax'. The dependencies are introduced through the following chains: (A) /users/admin/builder/spi-builder-workspace->github.com/vergegroup/normalization->github.com/apple/swift-syntax (B) /users/admin/builder/spi-builder-workspace->github.com/swiftlang/swift-syntax. If there are multiple chains that lead to the same dependency, only the first chain is shown here. To see all chains use debug output option. To resolve the conflict, coordinate with the maintainer of the package that introduces the conflicting dependency. This will be escalated to an error in future versions of SwiftPM.
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/VergeClassic/Info.plist
    /Users/admin/builder/spi-builder-workspace/Sources/VergeClassic/Verge@2x.png
    /Users/admin/builder/spi-builder-workspace/Sources/VergeClassic/demo.gif
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    },
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "swift-concurrency-task-manager",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/swift-concurrency-task-manager"
    },
    {
      "identity" : "typedcomparator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/TypedComparator"
    },
    {
      "identity" : "normalization",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/Normalization"
    },
    {
      "identity" : "swift-macro-state-struct",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/VergeGroup/swift-macro-state-struct"
    },
    {
      "identity" : "viewinspector",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.10.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nalexn/ViewInspector.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing.git"
    }
  ],
  "manifest_display_name" : "Verge",
  "name" : "Verge",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Verge",
      "targets" : [
        "Verge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeTiny",
      "targets" : [
        "VergeTiny"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeNormalizationDerived",
      "targets" : [
        "VergeNormalizationDerived"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeRx",
      "targets" : [
        "VergeRx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeClassic",
      "targets" : [
        "VergeClassic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeMacros",
      "targets" : [
        "VergeMacros"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VergeMacrosPlugin",
      "targets" : [
        "VergeMacrosPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "VergeTinyTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeTinyTests",
      "path" : "Tests/VergeTinyTests",
      "sources" : [
        "VergeTinyTests.swift"
      ],
      "target_dependencies" : [
        "VergeTiny"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeTiny",
      "module_type" : "SwiftTarget",
      "name" : "VergeTiny",
      "path" : "Sources/VergeTiny",
      "product_memberships" : [
        "VergeTiny"
      ],
      "sources" : [
        "Source.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VergeTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeTests",
      "path" : "Tests/VergeTests",
      "product_dependencies" : [
        "ViewInspector"
      ],
      "sources" : [
        "AccumulationTests.swift",
        "ActivityTests.swift",
        "BindingDerivedTests.swift",
        "CachedMapTests.swift",
        "ChangesTests.swift",
        "ComparerTests.swift",
        "ConcurrencyTests.swift",
        "CopyPerformance.swift",
        "CounterTests.swift",
        "DemoState.swift",
        "DerivedTests.swift",
        "EdgeTests.swift",
        "EventEmitterTests.swift",
        "FilterTests.swift",
        "IsolatedContextTests.swift",
        "OldComparer.swift",
        "PerformanceTests.swift",
        "PipelineTests.swift",
        "ReferenceEdgeTests.swift",
        "Retain/PublisherCompletionTests.swift",
        "Retain/StoreSinkSusbscriptionTests.swift",
        "RunLoopTests.swift",
        "Sample.swift",
        "StateTypeTests.swift",
        "StoreAndDerivedTests.swift",
        "StoreInitTests.swift",
        "StoreMiddlewareTests.swift",
        "StoreSinkTests.swift",
        "StoreTaskTests.swift",
        "SynchronizeDisplayValueTests.swift",
        "SyntaxTests.swift",
        "TransactionTests.swift",
        "Usage.swift",
        "VergeStoreTests.swift"
      ],
      "target_dependencies" : [
        "Verge"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeRxTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeRxTests",
      "path" : "Tests/VergeRxTests",
      "sources" : [
        "ChangedOperatorTests.swift",
        "DemoState.swift",
        "ReproduceDeadlockTests.swift",
        "SubjectCompletionTests.swift",
        "VergeRxTests.swift"
      ],
      "target_dependencies" : [
        "VergeRx",
        "VergeClassic"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeRx",
      "module_type" : "SwiftTarget",
      "name" : "VergeRx",
      "path" : "Sources/VergeRx",
      "product_dependencies" : [
        "RxSwift",
        "RxCocoa"
      ],
      "product_memberships" : [
        "VergeRx",
        "VergeClassic"
      ],
      "sources" : [
        "Extensions.swift",
        "Store+Rx.swift"
      ],
      "target_dependencies" : [
        "Verge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VergeNormalizationDerivedTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeNormalizationDerivedTests",
      "path" : "Tests/VergeNormalizationDerivedTests",
      "sources" : [
        "CombiningTests.swift",
        "DemoState.swift",
        "VergeNormalizationDerivedTests.swift"
      ],
      "target_dependencies" : [
        "VergeNormalizationDerived"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeNormalizationDerived",
      "module_type" : "SwiftTarget",
      "name" : "VergeNormalizationDerived",
      "path" : "Sources/VergeNormalizationDerived",
      "product_dependencies" : [
        "Normalization",
        "HashTreeCollections"
      ],
      "product_memberships" : [
        "VergeNormalizationDerived"
      ],
      "sources" : [
        "DerivedMaking+.swift",
        "DerivedResult.swift",
        "EntityType+Typealias.swift",
        "EntityWrapper.swift",
        "NonNullEntityWrapper.swift",
        "Pipelines.swift",
        "StoreType+.swift",
        "VergeNormalizationDerived.swift"
      ],
      "target_dependencies" : [
        "Verge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VergeMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "VergeMacrosTests",
      "path" : "Tests/VergeMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport",
        "MacroTesting"
      ],
      "sources" : [
        "KeyPathMapTests.swift"
      ],
      "target_dependencies" : [
        "VergeMacrosPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VergeMacrosPlugin",
      "module_type" : "SwiftTarget",
      "name" : "VergeMacrosPlugin",
      "path" : "Sources/VergeMacrosPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Verge",
        "VergeNormalizationDerived",
        "VergeRx",
        "VergeClassic",
        "VergeMacros",
        "VergeMacrosPlugin"
      ],
      "sources" : [
        "KeyPathMap.swift",
        "MacroError.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "VergeMacros",
      "module_type" : "SwiftTarget",
      "name" : "VergeMacros",
      "path" : "Sources/VergeMacros",
      "product_memberships" : [
        "Verge",
        "VergeNormalizationDerived",
        "VergeRx",
        "VergeClassic",
        "VergeMacros"
      ],
      "sources" : [
        "Source.swift"
      ],
      "target_dependencies" : [
        "VergeMacrosPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "VergeClassic",
      "module_type" : "SwiftTarget",
      "name" : "VergeClassic",
      "path" : "Sources/VergeClassic",
      "product_memberships" : [
        "VergeClassic"
      ],
      "sources" : [
        "Emitter.swift",
        "Extensions.swift",
        "Storage+Rx.swift",
        "Storage.swift",
        "Verge+Extension.swift",
        "VergeClassic.swift"
      ],
      "target_dependencies" : [
        "VergeRx"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Verge",
      "module_type" : "SwiftTarget",
      "name" : "Verge",
      "path" : "Sources/Verge",
      "product_dependencies" : [
        "StateStruct",
        "TypedComparator",
        "Atomics",
        "DequeModule",
        "ConcurrencyTaskManager"
      ],
      "product_memberships" : [
        "Verge",
        "VergeNormalizationDerived",
        "VergeRx",
        "VergeClassic"
      ],
      "sources" : [
        "Derived/Derived+Assign.swift",
        "Derived/Derived.swift",
        "Library/BackgroundDeallocationQueue.swift",
        "Library/CachedMap.swift",
        "Library/EventEmitter.swift",
        "Library/InoutRef.swift",
        "Library/Log.swift",
        "Library/Signpost.swift",
        "Library/StoreActivitySubscription.swift",
        "Library/StoreStateSubscription.swift",
        "Library/StoreSubscriptionBase.swift",
        "Library/VergeAnyCancellable.swift",
        "Library/VergeConcurrency+SynchronizationTracker.swift",
        "Library/VergeConcurrency.swift",
        "Library/_BackingStorage+.swift",
        "Logging/ActivityTrace.swift",
        "Logging/DefaultStoreLogger.swift",
        "Logging/MutationTrace.swift",
        "Logging/RuntimeError.swift",
        "Logging/RuntimeSanitizer.swift",
        "Logging/StoreLogger.swift",
        "Sendable.swift",
        "Store/AnyTargetQueue.swift",
        "Store/Changes.swift",
        "Store/DetachedDispatcher.swift",
        "Store/KeyObject.swift",
        "Store/NonAtomicCounter.swift",
        "Store/Pipeline.swift",
        "Store/Scan.swift",
        "Store/StateType.swift",
        "Store/Store+Combine.swift",
        "Store/Store+RunLoop.swift",
        "Store/Store.swift",
        "Store/StoreDriverType+Accumulator.swift",
        "Store/StoreDriverType.swift",
        "Store/StoreMiddleware.swift",
        "Store/StoreOperation.swift",
        "Store/StoreType+Assignee.swift",
        "Store/StoreType+BindingDerived.swift",
        "Store/StoreType+Derived.swift",
        "Store/StoreWrapperType.swift",
        "Store/Transaction.swift",
        "Store/UIStateStore.swift",
        "SwiftUI/OnReceive.swift",
        "SwiftUI/Reading.swift",
        "SwiftUI/StoreObject.swift",
        "SwiftUI/StoreReader.swift",
        "Utility/Edge.swift",
        "Utility/ReferenceEdge.swift",
        "Utility/ThunkToMainActor.swift",
        "Verge.swift",
        "macros.swift"
      ],
      "target_dependencies" : [
        "VergeMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/vergegroup/swift-verge/main
Repository:               VergeGroup/swift-Verge
Swift version used:       6.2
Target:                   Verge
Extracting symbol information for 'Verge'...
Finished extracting symbol information for 'Verge'. (5.19s)
Building documentation for 'Verge'...
warning: 'StoreSubscription' doesn't exist at '/Verge/Store/assign(queue:to:)'
  --> ../Derived/Derived+Assign.swift:27:72-27:89
25 |    Assigns a Store's state to a property of a store.
26 |
27 +    - Returns: a cancellable. See detail of handling cancellable from ``StoreSubscription``'s docs
28 |    */
29 |   public func assign(
warning: 'StoreSubscription' doesn't exist at '/Verge/StoreDriverType/assign(queue:to:)'
  --> ../Derived/Derived+Assign.swift:27:72-27:89
25 |    Assigns a Store's state to a property of a store.
26 |
27 +    - Returns: a cancellable. See detail of handling cancellable from ``StoreSubscription``'s docs
28 |    */
29 |   public func assign(
warning: 'StoreSubscription' doesn't exist at '/Verge/DetachedDispatcher/assign(queue:to:)'
  --> ../Derived/Derived+Assign.swift:27:72-27:89
25 |    Assigns a Store's state to a property of a store.
26 |
27 +    - Returns: a cancellable. See detail of handling cancellable from ``StoreSubscription``'s docs
28 |    */
29 |   public func assign(
warning: 'StoreSubscription' doesn't exist at '/Verge/Store/assign(queue:to:)'
  --> ../Derived/Derived+Assign.swift:39:72-39:89
37 |    Assigns a Store's state to a property of a store.
38 |
39 +    - Returns: a cancellable. See detail of handling cancellable from ``StoreSubscription``'s docs
40 |    */
41 |   public func assign(
warning: 'StoreSubscription' doesn't exist at '/Verge/DetachedDispatcher/assign(queue:to:)'
  --> ../Derived/Derived+Assign.swift:39:72-39:89
37 |    Assigns a Store's state to a property of a store.
38 |
39 +    - Returns: a cancellable. See detail of handling cancellable from ``StoreSubscription``'s docs
40 |    */
41 |   public func assign(
warning: 'StoreSubscription' doesn't exist at '/Verge/StoreDriverType/assign(queue:to:)'
  --> ../Derived/Derived+Assign.swift:39:72-39:89
37 |    Assigns a Store's state to a property of a store.
38 |
39 +    - Returns: a cancellable. See detail of handling cancellable from ``StoreSubscription``'s docs
40 |    */
41 |   public func assign(
warning: External name 'get' used to document parameter
   --> ../Derived/Derived.swift:102:11-102:14
100 |   /// Low-level initializer
101 |   /// - Parameters:
102 +   ///   - get: MemoizeMap to make a `Value` from `UpstreamState`
    |           ╰─suggestion: Replace 'get' with 'pipeline'
103 |   ///   - set: A closure to apply new-value to `UpstreamState`, it will need in creating `BindingDerived`.
104 |   ///   - initialUpstreamState: Initial value of the `UpstreamState`
warning: Parameter 'name' is missing documentation
   --> ../Derived/Derived.swift:106:69-106:69
104 |   ///   - initialUpstreamState: Initial value of the `UpstreamState`
105 |   ///   - subscribeUpstreamState: Starts subscribe updates of the `UpstreamState`
106 +   ///   - retainsUpstream: Any instances to retain in this instance.
107 |   public init<UpstreamState, Pipeline: PipelineType>(
108 |     name: String? = nil,
warning: Parameter 'queue' is missing documentation
   --> ../Derived/Derived.swift:268:14-268:14
266 |   /// - Parameters:
267 |   ///   - s0:
268 +   ///   - s1:
    |              ╰─suggestion: Document 'queue' parameter
269 |   /// - Returns:
270 |   public static func combined<S0, S1>(
warning: Parameter 'queue' is missing documentation
   --> ../Derived/Derived.swift:330:14-330:14
328 |   ///   - s0:
329 |   ///   - s1:
330 +   ///   - s2:
    |              ╰─suggestion: Document 'queue' parameter
331 |   /// - Returns:
332 |   public static func combined<S0, S1, S2>(
warning: 'commit(_:_:_:_:mutation:)' doesn't exist at '/Verge/DispatcherType'
  --> Mutation.md:89:18-89:43
87 | ### Using `commit`
88 |
89 + ``DispatcherType/commit(_:_:_:_:mutation:)`` provides ``InoutRef``, that can detect how the wrapped state will change.
90 | If there is no change, `commit` does nothing and no emitting the events from the Store.
91 |
warning: 'ExtendedStateType' doesn't exist at '/Verge/State'
  --> State.md:27:12-27:29
25 | Although in some of cases, the cost of computing might be higher which depends on how it create the value from stored properties.
26 |
27 + There is ``ExtendedStateType``.
28 | This provies us to get more stuff that **increases performance** and productivity.
29 |
warning: 'cancel()' doesn't exist at '/Verge/StoreActivitySubscription'
 --> ../Library/StoreActivitySubscription.swift:6:54-6:62
4 | /**
5 |  A subscription that is compatible with Combine’s Cancellable.
6 +  You can manage asynchronous tasks either call the ``cancel()`` to halt the subscription, or allow it to terminate upon instance deallocation, and by implementing the ``storeWhileSourceActive()`` technique, the subscription’s active status is maintained until the source store is released.
7 |  */
8 | public final class StoreActivitySubscription: StoreSubscriptionBase, @unchecked Sendable {
warning: 'storeWhileSourceActive()' doesn't exist at '/Verge/StoreActivitySubscription'
 --> ../Library/StoreActivitySubscription.swift:6:170-6:194
4 | /**
5 |  A subscription that is compatible with Combine’s Cancellable.
6 +  You can manage asynchronous tasks either call the ``cancel()`` to halt the subscription, or allow it to terminate upon instance deallocation, and by implementing the ``storeWhileSourceActive()`` technique, the subscription’s active status is maintained until the source store is released.
7 |  */
8 | public final class StoreActivitySubscription: StoreSubscriptionBase, @unchecked Sendable {
warning: 'cancel()' doesn't exist at '/Verge/StoreStateSubscription'
 --> ../Library/StoreStateSubscription.swift:6:54-6:62
4 | /**
5 |  A subscription that is compatible with Combine's Cancellable.
6 +  You can manage asynchronous tasks either call the ``cancel()`` to halt the subscription, or allow it to terminate upon instance deallocation, and by implementing the ``storeWhileSourceActive()`` technique, the subscription's active status is maintained until the source store is released.
7 |  */
8 | public final class StoreStateSubscription: StoreSubscriptionBase, @unchecked Sendable {
warning: 'storeWhileSourceActive()' doesn't exist at '/Verge/StoreStateSubscription'
 --> ../Library/StoreStateSubscription.swift:6:170-6:194
4 | /**
5 |  A subscription that is compatible with Combine's Cancellable.
6 +  You can manage asynchronous tasks either call the ``cancel()`` to halt the subscription, or allow it to terminate upon instance deallocation, and by implementing the ``storeWhileSourceActive()`` technique, the subscription's active status is maintained until the source store is released.
7 |  */
8 | public final class StoreStateSubscription: StoreSubscriptionBase, @unchecked Sendable {
warning: Parameter 'value' not found in initializer declaration
   --> ../Library/VergeConcurrency.swift:164:11-164:45
162 |     ///
163 |     /// - parameters:
164 +     ///   - value: Initial value for `self`.
    |           ╰─suggestion: Remove 'value' parameter documentation
165 |     public init(_ wrappedValue: Value) {
166 |       _value = wrappedValue
warning: Parameter 'wrappedValue' is missing documentation
   --> ../Library/VergeConcurrency.swift:164:45-164:45
162 |     ///
163 |     /// - parameters:
164 +     ///   - value: Initial value for `self`.
    |                                             ╰─suggestion: Document 'wrappedValue' parameter
165 |     public init(_ wrappedValue: Value) {
166 |       _value = wrappedValue
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:363:37-363:47
361 |    Produces output values using KeyPath-based projection.
362 |
363 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
364 |    */
365 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:363:37-363:47
361 |    Produces output values using KeyPath-based projection.
362 |
363 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
364 |    */
365 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:363:37-363:47
361 |    Produces output values using KeyPath-based projection.
362 |
363 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
364 |    */
365 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:363:37-363:47
361 |    Produces output values using KeyPath-based projection.
362 |
363 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
364 |    */
365 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:363:37-363:47
361 |    Produces output values using KeyPath-based projection.
362 |
363 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
364 |    */
365 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:363:37-363:47
361 |    Produces output values using KeyPath-based projection.
362 |
363 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
364 |    */
365 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:378:37-378:47
376 |    Produces output values using KeyPath-based projection.
377 |
378 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
379 |    */
380 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:378:37-378:47
376 |    Produces output values using KeyPath-based projection.
377 |
378 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
379 |    */
380 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:378:37-378:47
376 |    Produces output values using KeyPath-based projection.
377 |
378 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
379 |    */
380 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:378:37-378:47
376 |    Produces output values using KeyPath-based projection.
377 |
378 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
379 |    */
380 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:378:37-378:47
376 |    Produces output values using KeyPath-based projection.
377 |
378 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
379 |    */
380 |   public static func map<Input, Output>(
warning: 'select(_:)' is ambiguous at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:378:37-378:47
376 |    Produces output values using KeyPath-based projection.
377 |
378 +    exactly same with ``PipelineType/select(_:)``
    |                                               ├─suggestion: Insert '-61vk8' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                               ╰─suggestion: Insert '-31kqb' for 'static func select<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
379 |    */
380 |   public static func map<Input, Output>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:393:44-393:50
391 |    Produces output values using closure based projection.
392 |
393 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
394 |    */
395 |   // needs this overload as making closure from keyPath will not make sendable closure.
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:393:44-393:50
391 |    Produces output values using closure based projection.
392 |
393 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
394 |    */
395 |   // needs this overload as making closure from keyPath will not make sendable closure.
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:393:44-393:50
391 |    Produces output values using closure based projection.
392 |
393 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
394 |    */
395 |   // needs this overload as making closure from keyPath will not make sendable closure.
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:393:44-393:50
391 |    Produces output values using closure based projection.
392 |
393 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
394 |    */
395 |   // needs this overload as making closure from keyPath will not make sendable closure.
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:393:44-393:50
391 |    Produces output values using closure based projection.
392 |
393 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
394 |    */
395 |   // needs this overload as making closure from keyPath will not make sendable closure.
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:393:44-393:50
391 |    Produces output values using closure based projection.
392 |
393 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
394 |    */
395 |   // needs this overload as making closure from keyPath will not make sendable closure.
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:407:44-407:50
405 |    Produces output values using closure based projection.
406 |
407 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
408 |    */
409 |   public static func select<Input, Output: Equatable>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:407:44-407:50
405 |    Produces output values using closure based projection.
406 |
407 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
408 |    */
409 |   public static func select<Input, Output: Equatable>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:407:44-407:50
405 |    Produces output values using closure based projection.
406 |
407 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
408 |    */
409 |   public static func select<Input, Output: Equatable>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:407:44-407:50
405 |    Produces output values using closure based projection.
406 |
407 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
408 |    */
409 |   public static func select<Input, Output: Equatable>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:407:44-407:50
405 |    Produces output values using closure based projection.
406 |
407 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
408 |    */
409 |   public static func select<Input, Output: Equatable>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:407:44-407:50
405 |    Produces output values using closure based projection.
406 |
407 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
408 |    */
409 |   public static func select<Input, Output: Equatable>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:420:44-420:50
418 |    Produces output values using closure based projection.
419 |
420 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
421 |    */
422 |   public static func select<Input, Output>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:420:44-420:50
418 |    Produces output values using closure based projection.
419 |
420 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
421 |    */
422 |   public static func select<Input, Output>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:420:44-420:50
418 |    Produces output values using closure based projection.
419 |
420 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
421 |    */
422 |   public static func select<Input, Output>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:420:44-420:50
418 |    Produces output values using closure based projection.
419 |
420 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
421 |    */
422 |   public static func select<Input, Output>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:420:44-420:50
418 |    Produces output values using closure based projection.
419 |
420 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
421 |    */
422 |   public static func select<Input, Output>(
warning: '7xvom' isn't a disambiguation for 'map(_:)' at '/Verge/PipelineType'
   --> ../Store/Pipeline.swift:420:44-420:50
418 |    Produces output values using closure based projection.
419 |
420 +    exactly same with ``PipelineType/map(_:)-7xvom``
    |                                            ├─suggestion: Replace '7xvom' with '4nbrd' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPassthroughPipeline<Input, Output>'
    |                                            ├─suggestion: Replace '7xvom' with '6k0wg' for 'static func map<Input, Output>(_ selector: @escaping (borrowing Input) -> Output) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
    |                                            ╰─suggestion: Replace '7xvom' with '(KeyPath<Input,Output>Sendable)' for 'static func map<Input, Output>(_ selector: any KeyPath<Input, Output> & Sendable) -> Self where Self == Pipelines.ChangesSelectPipeline<Input, Output>, Output : Equatable'
421 |    */
422 |   public static func select<Input, Output>(
warning: External name 'using' used to document parameter
   --> ../Store/Pipeline.swift:440:8-440:13
438 |
439 |    - Parameters:
440 +      - using: Specifies values for transforming. This function is annotated ``PipelineIntermediateBuilder``
    |        ╰─suggestion: Replace 'using' with 'intermediate'
441 |      - transform: Transforms the given value from `using` function
442 |
warning: External name 'using' used to document parameter
   --> ../Store/Pipeline.swift:440:8-440:13
438 |
439 |    - Parameters:
440 +      - using: Specifies values for transforming. This function is annotated ``PipelineIntermediateBuilder``
    |        ╰─suggestion: Replace 'using' with 'intermediate'
441 |      - transform: Transforms the given value from `using` function
442 |
warning: External name 'using' used to document parameter
   --> ../Store/Pipeline.swift:440:8-440:13
438 |
439 |    - Parameters:
440 +      - using: Specifies values for transforming. This function is annotated ``PipelineIntermediateBuilder``
    |        ╰─suggestion: Replace 'using' with 'intermediate'
441 |      - transform: Transforms the given value from `using` function
442 |
warning: External name 'using' used to document parameter
   --> ../Store/Pipeline.swift:440:8-440:13
438 |
439 |    - Parameters:
440 +      - using: Specifies values for transforming. This function is annotated ``PipelineIntermediateBuilder``
    |        ╰─suggestion: Replace 'using' with 'intermediate'
441 |      - transform: Transforms the given value from `using` function
442 |
warning: External name 'using' used to document parameter
   --> ../Store/Pipeline.swift:440:8-440:13
438 |
439 |    - Parameters:
440 +      - using: Specifies values for transforming. This function is annotated ``PipelineIntermediateBuilder``
    |        ╰─suggestion: Replace 'using' with 'intermediate'
441 |      - transform: Transforms the given value from `using` function
442 |
warning: External name 'using' used to document parameter
   --> ../Store/Pipeline.swift:440:8-440:13
438 |
439 |    - Parameters:
440 +      - using: Specifies values for transforming. This function is annotated ``PipelineIntermediateBuilder``
    |        ╰─suggestion: Replace 'using' with 'intermediate'
441 |      - transform: Transforms the given value from `using` function
442 |
warning: Parameter 'backingStorageRecursiveLock' not found in initializer declaration
   --> ../Store/Store.swift:162:9-162:77
160 |   /// - Parameters:
161 |   ///   - initialState: A state instance that will be modified by the first commit.
162 +   ///   - backingStorageRecursiveLock: A lock instance for mutual exclusion.
    |         ╰─suggestion: Remove 'backingStorageRecursiveLock' parameter documentation
163 |   ///   - logger: You can also use `DefaultLogger.shared`.
164 |   public nonisolated init(
warning: Parameter 'file' is missing documentation
   --> ../Store/Store.swift:163:59-163:59
161 |   ///   - initialState: A state instance that will be modified by the first commit.
162 |   ///   - backingStorageRecursiveLock: A lock instance for mutual exclusion.
163 +   ///   - logger: You can also use `DefaultLogger.shared`.
    |                                                           ╰─suggestion: Document 'file' parameter
164 |   public nonisolated init(
165 |     name: String? = nil,
warning: Parameter 'storeOperation' is missing documentation
   --> ../Store/Store.swift:163:59-163:59
161 |   ///   - initialState: A state instance that will be modified by the first commit.
162 |   ///   - backingStorageRecursiveLock: A lock instance for mutual exclusion.
163 +   ///   - logger: You can also use `DefaultLogger.shared`.
    |         ╰─suggestion: Document 'storeOperation' parameter
164 |   public nonisolated init(
165 |     name: String? = nil,
warning: Parameter 'line' is missing documentation
   --> ../Store/Store.swift:163:59-163:59
161 |   ///   - initialState: A state instance that will be modified by the first commit.
162 |   ///   - backingStorageRecursiveLock: A lock instance for mutual exclusion.
163 +   ///   - logger: You can also use `DefaultLogger.shared`.
    |                                                           ╰─suggestion: Document 'line' parameter
164 |   public nonisolated init(
165 |     name: String? = nil,
warning: Parameter 'sanitizer' is missing documentation
   --> ../Store/Store.swift:163:59-163:59
161 |   ///   - initialState: A state instance that will be modified by the first commit.
162 |   ///   - backingStorageRecursiveLock: A lock instance for mutual exclusion.
163 +   ///   - logger: You can also use `DefaultLogger.shared`.
    |                                                           ╰─suggestion: Document 'sanitizer' parameter
164 |   public nonisolated init(
165 |     name: String? = nil,
warning: Parameter 'name' is missing documentation
   --> ../Store/Store.swift:163:59-163:59
161 |   ///   - initialState: A state instance that will be modified by the first commit.
    |         ╰─suggestion: Document 'name' parameter
162 |   ///   - backingStorageRecursiveLock: A lock instance for mutual exclusion.
163 +   ///   - logger: You can also use `DefaultLogger.shared`.
164 |   public nonisolated init(
165 |     name: String? = nil,
warning: Parameter 'action' is missing documentation
   --> ../Store/Store.swift:391:17-391:17
389 |      - key:
390 |      - mode:
391 +      - priority:
    |                 ╰─suggestion: Document 'action' parameter
392 |      - action
393 |    - Returns: A Task for tracking given async operation's completion.
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:98:60-98:60
96  |   /// - Parameters:
97  |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
98  +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
99  |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
100 |   public func sinkState(
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:98:60-98:60
96  |   /// - Parameters:
97  |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
98  +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
99  |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
100 |   public func sinkState(
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:98:60-98:60
96  |   /// - Parameters:
97  |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
98  +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
99  |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
100 |   public func sinkState(
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:114:60-114:60
112 |   /// - Parameters:
113 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
114 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
115 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
116 |   public func sinkState(
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:114:60-114:60
112 |   /// - Parameters:
113 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
114 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
115 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
116 |   public func sinkState(
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:114:60-114:60
112 |   /// - Parameters:
113 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
114 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
115 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
116 |   public func sinkState(
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:131:60-131:60
129 |   ///   - scan: Accumulates a specified type of value over receiving updates.
130 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
131 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
132 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
133 |   @_disfavoredOverload
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:131:60-131:60
129 |   ///   - scan: Accumulates a specified type of value over receiving updates.
130 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
131 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
132 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
133 |   @_disfavoredOverload
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:131:60-131:60
129 |   ///   - scan: Accumulates a specified type of value over receiving updates.
130 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
131 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
132 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
133 |   @_disfavoredOverload
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:155:60-155:60
153 |   ///   - scan: Accumulates a specified type of value over receiving updates.
154 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
155 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
156 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
157 |   @discardableResult
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:155:60-155:60
153 |   ///   - scan: Accumulates a specified type of value over receiving updates.
154 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
155 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
156 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
157 |   @discardableResult
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:155:60-155:60
153 |   ///   - scan: Accumulates a specified type of value over receiving updates.
154 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
155 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
156 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
157 |   @discardableResult
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:221:58-221:58
219 |     - Parameters:
220 |       - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
221 +       - queue: Specify a queue to receive changes object.
    |                                                          ╰─suggestion: Document 'receive' parameter
222 |     - Returns: A subscriber that performs the provided closure upon receiving values.
223 |    */
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:221:58-221:58
219 |     - Parameters:
220 |       - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
221 +       - queue: Specify a queue to receive changes object.
    |                                                          ╰─suggestion: Document 'receive' parameter
222 |     - Returns: A subscriber that performs the provided closure upon receiving values.
223 |    */
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:221:58-221:58
219 |     - Parameters:
220 |       - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
221 +       - queue: Specify a queue to receive changes object.
    |                                                          ╰─suggestion: Document 'receive' parameter
222 |     - Returns: A subscriber that performs the provided closure upon receiving values.
223 |    */
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:244:58-244:58
242 |     - Parameters:
243 |       - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
244 +       - queue: Specify a queue to receive changes object.
    |                                                          ╰─suggestion: Document 'receive' parameter
245 |     - Returns: A subscriber that performs the provided closure upon receiving values.
246 |    */
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:244:58-244:58
242 |     - Parameters:
243 |       - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
244 +       - queue: Specify a queue to receive changes object.
    |                                                          ╰─suggestion: Document 'receive' parameter
245 |     - Returns: A subscriber that performs the provided closure upon receiving values.
246 |    */
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:244:58-244:58
242 |     - Parameters:
243 |       - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
244 +       - queue: Specify a queue to receive changes object.
    |                                                          ╰─suggestion: Document 'receive' parameter
245 |     - Returns: A subscriber that performs the provided closure upon receiving values.
246 |    */
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:267:60-267:60
265 |   ///   - scan: Accumulates a specified type of value over receiving updates.
266 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
267 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
268 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
269 |   @_disfavoredOverload
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:267:60-267:60
265 |   ///   - scan: Accumulates a specified type of value over receiving updates.
266 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
267 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
268 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
269 |   @_disfavoredOverload
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:267:60-267:60
265 |   ///   - scan: Accumulates a specified type of value over receiving updates.
266 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
267 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
268 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
269 |   @_disfavoredOverload
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:289:60-289:60
287 |   ///   - scan: Accumulates a specified type of value over receiving updates.
288 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
289 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
290 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
291 |   @_disfavoredOverload
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:289:60-289:60
287 |   ///   - scan: Accumulates a specified type of value over receiving updates.
288 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
289 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
290 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
291 |   @_disfavoredOverload
warning: Parameter 'receive' is missing documentation
   --> ../Store/StoreDriverType.swift:289:60-289:60
287 |   ///   - scan: Accumulates a specified type of value over receiving updates.
288 |   ///   - dropsFirst: Drops the latest value on started. if true, receive closure will call from next state updated.
289 +   ///   - queue: Specify a queue to receive changes object.
    |                                                            ╰─suggestion: Document 'receive' parameter
290 |   /// - Returns: A subscriber that performs the provided closure upon receiving values.
291 |   @_disfavoredOverload
warning: Parameter 'file' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'file' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'function' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'function' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'name' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |       ╰─suggestion: Document 'name' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'line' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'line' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'name' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |       ╰─suggestion: Document 'name' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'file' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'file' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'function' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'function' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'line' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'line' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'file' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'file' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'function' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'function' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'name' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |       ╰─suggestion: Document 'name' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'line' is missing documentation
   --> ../Store/StoreDriverType.swift:305:28-305:28
303 |
304 |   /// Send activity
305 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'line' parameter
306 |   public func send(
307 |     _ name: String = "",
warning: Parameter 'file' is missing documentation
   --> ../Store/StoreDriverType.swift:324:28-324:28
322 |
323 |   /// Send activity
324 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'file' parameter
325 |   public func send(
326 |     _ activity: TargetStore.Activity,
warning: Parameter 'line' is missing documentation
   --> ../Store/StoreDriverType.swift:324:28-324:28
322 |
323 |   /// Send activity
324 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'line' parameter
325 |   public func send(
326 |     _ activity: TargetStore.Activity,
warning: Parameter 'function' is missing documentation
   --> ../Store/StoreDriverType.swift:324:28-324:28
322 |
323 |   /// Send activity
324 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'function' parameter
325 |   public func send(
326 |     _ activity: TargetStore.Activity,
warning: Parameter 'file' is missing documentation
   --> ../Store/StoreDriverType.swift:324:28-324:28
322 |
323 |   /// Send activity
324 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'file' parameter
325 |   public func send(
326 |     _ activity: TargetStore.Activity,
warning: Parameter 'line' is missing documentation
   --> ../Store/StoreDriverType.swift:324:28-324:28
322 |
323 |   /// Send activity
324 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'line' parameter
325 |   public func send(
326 |     _ activity: TargetStore.Activity,
warning: Parameter 'function' is missing documentation
   --> ../Store/StoreDriverType.swift:324:28-324:28
322 |
323 |   /// Send activity
324 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'function' parameter
325 |   public func send(
326 |     _ activity: TargetStore.Activity,
warning: Parameter 'line' is missing documentation
   --> ../Store/StoreDriverType.swift:324:28-324:28
322 |
323 |   /// Send activity
324 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'line' parameter
325 |   public func send(
326 |     _ activity: TargetStore.Activity,
warning: Parameter 'file' is missing documentation
   --> ../Store/StoreDriverType.swift:324:28-324:28
322 |
323 |   /// Send activity
324 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'file' parameter
325 |   public func send(
326 |     _ activity: TargetStore.Activity,
warning: Parameter 'function' is missing documentation
   --> ../Store/StoreDriverType.swift:324:28-324:28
322 |
323 |   /// Send activity
324 +   /// - Parameter activity:
    |                            ╰─suggestion: Document 'function' parameter
325 |   public func send(
326 |     _ activity: TargetStore.Activity,
warning: External name 'get' used to document parameter
  --> ../Store/StoreType+BindingDerived.swift:75:11-75:14
73 |   /// - Parameters:
74 |   ///   - name:
75 +   ///   - get:
   |           ╰─suggestion: Replace 'get' with 'pipeline'
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 |   ///   - set:
warning: External name 'get' used to document parameter
  --> ../Store/StoreType+BindingDerived.swift:75:11-75:14
73 |   /// - Parameters:
74 |   ///   - name:
75 +   ///   - get:
   |           ╰─suggestion: Replace 'get' with 'pipeline'
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 |   ///   - set:
warning: External name 'get' used to document parameter
  --> ../Store/StoreType+BindingDerived.swift:75:11-75:14
73 |   /// - Parameters:
74 |   ///   - name:
75 +   ///   - get:
   |           ╰─suggestion: Replace 'get' with 'pipeline'
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 |   ///   - set:
warning: Parameter 'dropsOutput' not found in instance method declaration
  --> ../Store/StoreType+BindingDerived.swift:76:9-76:78
74 |   ///   - name:
75 |   ///   - get:
76 +   ///   - dropsOutput: Predicate to drops object if found a duplicated output
   |         ╰─suggestion: Remove 'dropsOutput' parameter documentation
77 |   ///   - set:
78 |   /// - Returns:
warning: Parameter 'dropsOutput' not found in instance method declaration
  --> ../Store/StoreType+BindingDerived.swift:76:9-76:78
74 |   ///   - name:
75 |   ///   - get:
76 +   ///   - dropsOutput: Predicate to drops object if found a duplicated output
   |         ╰─suggestion: Remove 'dropsOutput' parameter documentation
77 |   ///   - set:
78 |   /// - Returns:
warning: Parameter 'dropsOutput' not found in instance method declaration
  --> ../Store/StoreType+BindingDerived.swift:76:9-76:78
74 |   ///   - name:
75 |   ///   - get:
76 +   ///   - dropsOutput: Predicate to drops object if found a duplicated output
   |         ╰─suggestion: Remove 'dropsOutput' parameter documentation
77 |   ///   - set:
78 |   /// - Returns:
warning: Parameter 'file' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |         ╰─suggestion: Document 'file' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'function' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |         ╰─suggestion: Document 'function' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'line' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |         ╰─suggestion: Document 'line' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'queue' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |               ╰─suggestion: Document 'queue' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'file' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |         ╰─suggestion: Document 'file' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'function' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |         ╰─suggestion: Document 'function' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'line' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |         ╰─suggestion: Document 'line' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'queue' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |               ╰─suggestion: Document 'queue' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'function' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |         ╰─suggestion: Document 'function' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'file' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |         ╰─suggestion: Document 'file' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'queue' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |               ╰─suggestion: Document 'queue' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: Parameter 'line' is missing documentation
  --> ../Store/StoreType+BindingDerived.swift:77:15-77:15
75 |   ///   - get:
76 |   ///   - dropsOutput: Predicate to drops object if found a duplicated output
77 +   ///   - set:
   |         ╰─suggestion: Document 'line' parameter
78 |   /// - Returns:
79 |   public func bindingDerived<Pipeline: PipelineType>(
warning: 'transaction' doesn't exist at '/Verge/Changes'
  --> ../Store/Transaction.swift:30:28-30:39
28 |  For instance, same value changes but it's not the same meaning actually.
29 |
30 +  ``Changes`` has ``Changes/transaction`` property.
31 |  */
32 | public struct Transaction: Sendable {
warning: Parameter 'store' not found in initializer declaration
  --> ../SwiftUI/StoreReader.swift:56:9-56:17
54 |   ///
55 |   /// - Parameters:
56 +   ///   - store:
   |         ╰─suggestion: Remove 'store' parameter documentation
57 |   ///   - content:
58 |   public init(
warning: Parameter 'driver' is missing documentation
  --> ../SwiftUI/StoreReader.swift:57:19-57:19
55 |   /// - Parameters:
56 |   ///   - store:
57 +   ///   - content:
   |         ╰─suggestion: Document 'driver' parameter
58 |   public init(
59 |     file: StaticString = #file,
warning: Parameter 'label' is missing documentation
  --> ../SwiftUI/StoreReader.swift:57:19-57:19
55 |   /// - Parameters:
56 |   ///   - store:
57 +   ///   - content:
   |         ╰─suggestion: Document 'label' parameter
58 |   public init(
59 |     file: StaticString = #file,
warning: Parameter 'file' is missing documentation
  --> ../SwiftUI/StoreReader.swift:57:19-57:19
55 |   /// - Parameters:
56 |   ///   - store:
57 +   ///   - content:
   |         ╰─suggestion: Document 'file' parameter
58 |   public init(
59 |     file: StaticString = #file,
warning: Parameter 'line' is missing documentation
  --> ../SwiftUI/StoreReader.swift:57:19-57:19
55 |   /// - Parameters:
56 |   ///   - store:
57 +   ///   - content:
   |         ╰─suggestion: Document 'line' parameter
58 |   public init(
59 |     file: StaticString = #file,
warning: Parameter 'failureReason' is missing documentation
   --> ../Utility/Edge.swift:283:31-283:31
281 |
282 |     /// Raises an Swift.assertionFailure when its new value does not fit the condition.
283 +     /// - Parameter condition:
    |                               ╰─suggestion: Document 'failureReason' parameter
284 |     /// - Returns: A Middleware instance
285 |     public static func assert(_ condition: @escaping @Sendable (Value) -> Bool, _ failureReason: String? = nil) -> Self {
Finished building documentation for 'Verge' (1.16s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/vergegroup/swift-verge/main
Updating https://github.com/VergeGroup/swift-macro-state-struct
Updating https://github.com/pointfreeco/swift-snapshot-testing
Updating https://github.com/VergeGroup/swift-typed-identifier
Updating https://github.com/ReactiveX/RxSwift.git
Updating https://github.com/VergeGroup/TypedComparator
Updating https://github.com/apple/swift-atomics.git
Updating https://github.com/swiftlang/swift-syntax.git
Updated https://github.com/VergeGroup/swift-macro-state-struct (0.50s)
Updating https://github.com/nalexn/ViewInspector.git
Updated https://github.com/pointfreeco/swift-snapshot-testing (0.57s)
Updated https://github.com/VergeGroup/swift-typed-identifier (0.57s)
Updating https://github.com/apple/swift-collections
Updating https://github.com/pointfreeco/swift-custom-dump
Updated https://github.com/swiftlang/swift-syntax.git (0.97s)
Updated https://github.com/ReactiveX/RxSwift.git (0.97s)
Updated https://github.com/apple/swift-atomics.git (0.97s)
Updated https://github.com/VergeGroup/TypedComparator (0.97s)
Updating https://github.com/VergeGroup/Normalization
Updating https://github.com/VergeGroup/swift-concurrency-task-manager
Updating https://github.com/pointfreeco/swift-macro-testing.git
Updating https://github.com/pointfreeco/xctest-dynamic-overlay
Updated https://github.com/pointfreeco/swift-custom-dump (0.46s)
Updated https://github.com/nalexn/ViewInspector.git (0.56s)
Fetching https://github.com/swiftlang/swift-docc-plugin
Updated https://github.com/apple/swift-collections (0.55s)
Updated https://github.com/pointfreeco/xctest-dynamic-overlay (0.45s)
Updated https://github.com/pointfreeco/swift-macro-testing.git (0.45s)
Updated https://github.com/VergeGroup/swift-concurrency-task-manager (0.45s)
Updated https://github.com/VergeGroup/Normalization (0.47s)
[1/2158] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.24s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.4 (2.94s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (0.76s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.10.0 (0.54s)
Computing version for https://github.com/VergeGroup/swift-macro-state-struct
Computed https://github.com/VergeGroup/swift-macro-state-struct at 3.0.0 (0.54s)
Computing version for https://github.com/VergeGroup/Normalization
Computed https://github.com/VergeGroup/Normalization at 2.0.0 (0.54s)
Computing version for https://github.com/VergeGroup/TypedComparator
Computed https://github.com/VergeGroup/TypedComparator at 1.0.0 (0.52s)
Computing version for https://github.com/VergeGroup/swift-concurrency-task-manager
Computed https://github.com/VergeGroup/swift-concurrency-task-manager at 3.0.0 (0.52s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.0 (0.73s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.57s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.7.0 (0.67s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.56s)
Computing version for https://github.com/VergeGroup/swift-typed-identifier
Computed https://github.com/VergeGroup/swift-typed-identifier at 2.0.4 (0.54s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.54s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.57s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.65s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3587] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.00s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
warning: 'normalization': Conflicting identity for swift-syntax: dependency 'github.com/apple/swift-syntax' and dependency 'github.com/swiftlang/swift-syntax' both point to the same package identity 'swift-syntax'. The dependencies are introduced through the following chains: (A) /users/admin/builder/spi-builder-workspace->github.com/vergegroup/normalization->github.com/apple/swift-syntax (B) /users/admin/builder/spi-builder-workspace->github.com/swiftlang/swift-syntax. If there are multiple chains that lead to the same dependency, only the first chain is shown here. To see all chains use debug output option. To resolve the conflict, coordinate with the maintainer of the package that introduces the conflicting dependency. This will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling SymbolKit Mixin+Equals.swift
[11/57] Compiling SymbolKit Mixin+Hash.swift
[12/57] Compiling SymbolKit Mixin.swift
[13/57] Compiling SymbolKit LineList.swift
[14/57] Compiling SymbolKit Position.swift
[15/57] Emitting module SymbolKit
[16/57] Compiling SymbolKit SemanticVersion.swift
[17/57] Compiling SymbolKit AccessControl.swift
[18/57] Compiling SymbolKit Availability.swift
[19/57] Compiling SymbolKit AvailabilityItem.swift
[20/57] Compiling SymbolKit Domain.swift
[21/57] Compiling SymbolKit SourceRange.swift
[22/57] Compiling SymbolKit Metadata.swift
[23/57] Compiling SymbolKit Module.swift
[24/57] Compiling SymbolKit OperatingSystem.swift
[25/57] Compiling SymbolKit Platform.swift
[26/57] Compiling SymbolKit Names.swift
[27/57] Compiling SymbolKit SPI.swift
[28/57] Compiling SymbolKit Snippet.swift
[29/57] Compiling SymbolKit Extension.swift
[30/57] Compiling SymbolKit DeclarationFragments.swift
[31/57] Compiling SymbolKit Fragment.swift
[32/57] Compiling SymbolKit FragmentKind.swift
[33/57] Compiling SymbolKit FunctionParameter.swift
[34/57] Compiling SymbolKit FunctionSignature.swift
[35/57] Compiling SymbolKit Relationship.swift
[36/57] Compiling SymbolKit RelationshipKind.swift
[37/57] Compiling SymbolKit SourceOrigin.swift
[38/57] Compiling SymbolKit GenericConstraints.swift
[39/57] Compiling SymbolKit Swift.swift
[40/57] Compiling SymbolKit Identifier.swift
[41/57] Compiling SymbolKit KindIdentifier.swift
[42/57] Compiling SymbolKit Location.swift
[43/57] Compiling SymbolKit Mutability.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.84s)
warning: 'normalization': Conflicting identity for swift-syntax: dependency 'github.com/apple/swift-syntax' and dependency 'github.com/swiftlang/swift-syntax' both point to the same package identity 'swift-syntax'. The dependencies are introduced through the following chains: (A) /users/admin/builder/spi-builder-workspace->github.com/vergegroup/normalization->github.com/apple/swift-syntax (B) /users/admin/builder/spi-builder-workspace->github.com/swiftlang/swift-syntax. If there are multiple chains that lead to the same dependency, only the first chain is shown here. To see all chains use debug output option. To resolve the conflict, coordinate with the maintainer of the package that introduces the conflicting dependency. This will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'Verge' complete! (1.54s)
Target:                   VergeNormalizationDerived
Extracting symbol information for 'VergeNormalizationDerived'...
Finished extracting symbol information for 'VergeNormalizationDerived'. (1.76s)
Building documentation for 'VergeNormalizationDerived'...
Finished building documentation for 'VergeNormalizationDerived' (0.11s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/vergegroup/swift-verge/main
warning: 'normalization': Conflicting identity for swift-syntax: dependency 'github.com/apple/swift-syntax' and dependency 'github.com/swiftlang/swift-syntax' both point to the same package identity 'swift-syntax'. The dependencies are introduced through the following chains: (A) /users/admin/builder/spi-builder-workspace->github.com/vergegroup/normalization->github.com/apple/swift-syntax (B) /users/admin/builder/spi-builder-workspace->github.com/swiftlang/swift-syntax. If there are multiple chains that lead to the same dependency, only the first chain is shown here. To see all chains use debug output option. To resolve the conflict, coordinate with the maintainer of the package that introduces the conflicting dependency. This will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (1.17s)
warning: 'normalization': Conflicting identity for swift-syntax: dependency 'github.com/apple/swift-syntax' and dependency 'github.com/swiftlang/swift-syntax' both point to the same package identity 'swift-syntax'. The dependencies are introduced through the following chains: (A) /users/admin/builder/spi-builder-workspace->github.com/vergegroup/normalization->github.com/apple/swift-syntax (B) /users/admin/builder/spi-builder-workspace->github.com/swiftlang/swift-syntax. If there are multiple chains that lead to the same dependency, only the first chain is shown here. To see all chains use debug output option. To resolve the conflict, coordinate with the maintainer of the package that introduces the conflicting dependency. This will be escalated to an error in future versions of SwiftPM.
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'VergeNormalizationDerived' complete! (1.62s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/vergegroup/swift-verge/main/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/vergegroup/swift-verge/main/linkable-paths.json
    3741
23	/Users/admin/builder/spi-builder-workspace/.docs/vergegroup/swift-verge/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/vergegroup/swift-verge/main
File count: 3741
Doc size:   23.0MB
Preparing doc bundle ...
Uploading prod-vergegroup-swift-verge-main-5b91c063.zip to s3://spi-docs-inbox/prod-vergegroup-swift-verge-main-5b91c063.zip
Copying... [11%]
Copying... [21%]
Copying... [31%]
Copying... [41%]
Copying... [51%]
Copying... [61%]
Copying... [71%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.