Build Information
Successful build of ReactiveKit, reference master (5c61e0), with Swift 6.3 for Linux on 17 Apr 2026 11:51:17 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DeclarativeHub/ReactiveKit.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/DeclarativeHub/ReactiveKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5c61e08 Merge pull request #286 from someyura/prepend-for-void-signals
Cloned https://github.com/DeclarativeHub/ReactiveKit.git
Revision (git rev-parse @):
5c61e0869cfaf8f9fcd17afecb8e6c721d153186
SUCCESS checkout https://github.com/DeclarativeHub/ReactiveKit.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/DeclarativeHub/ReactiveKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/41] Emitting module ReactiveKit
/host/spi-builder-workspace/Sources/Deallocatable.swift:22:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
20 | /// view.display(number)
21 | /// }
22 | public protocol Deallocatable: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
23 |
24 | /// A signal that fires `completed` event when the receiver is deallocated.
/host/spi-builder-workspace/Sources/Deprecations.swift:216:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
214 |
215 | @available(*, deprecated, renamed: "receive(event:)")
216 | open func send(_ event: Event<Element, Error>) {
| `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
217 | on(event)
218 | }
/host/spi-builder-workspace/Sources/LoadingSignal.swift:356:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
354 |
355 | /// A consumer of ObservedLoadingState. For example, a view what updates its appearance based on loading state.
356 | public protocol LoadingStateListener: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
357 |
358 | /// Consume observed loading state.
/host/spi-builder-workspace/Sources/Reactive.swift:49:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
47 | }
48 |
49 | public protocol ReactiveExtensionsProvider: class {}
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
50 |
51 | extension ReactiveExtensionsProvider {
/host/spi-builder-workspace/Sources/Scheduler.swift:47:24: warning: passing non-Sendable parameter 'action' to function expecting a '@Sendable' closure
44 |
45 | @inlinable
46 | public func schedule(_ action: @escaping () -> Void) {
| `- note: parameter 'action' is implicitly non-Sendable
47 | async(execute: action)
| `- warning: passing non-Sendable parameter 'action' to function expecting a '@Sendable' closure
48 | }
49 | }
[4/46] Compiling ReactiveKit SignalProtocol+Transforming.swift
[5/46] Compiling ReactiveKit SignalProtocol+Utilities.swift
[6/46] Compiling ReactiveKit SignalProtocol.swift
[7/46] Compiling ReactiveKit Subjects.swift
[8/46] Compiling ReactiveKit Subscriber.swift
[9/46] Compiling ReactiveKit Atomic.swift
/host/spi-builder-workspace/Sources/Deallocatable.swift:22:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
20 | /// view.display(number)
21 | /// }
22 | public protocol Deallocatable: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
23 |
24 | /// A signal that fires `completed` event when the receiver is deallocated.
[10/46] Compiling ReactiveKit Bindable.swift
/host/spi-builder-workspace/Sources/Deallocatable.swift:22:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
20 | /// view.display(number)
21 | /// }
22 | public protocol Deallocatable: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
23 |
24 | /// A signal that fires `completed` event when the receiver is deallocated.
[11/46] Compiling ReactiveKit Cancellable.swift
/host/spi-builder-workspace/Sources/Deallocatable.swift:22:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
20 | /// view.display(number)
21 | /// }
22 | public protocol Deallocatable: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
23 |
24 | /// A signal that fires `completed` event when the receiver is deallocated.
[12/46] Compiling ReactiveKit Combine.swift
/host/spi-builder-workspace/Sources/Deallocatable.swift:22:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
20 | /// view.display(number)
21 | /// }
22 | public protocol Deallocatable: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
23 |
24 | /// A signal that fires `completed` event when the receiver is deallocated.
[13/46] Compiling ReactiveKit Connectable.swift
/host/spi-builder-workspace/Sources/Deallocatable.swift:22:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
20 | /// view.display(number)
21 | /// }
22 | public protocol Deallocatable: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
23 |
24 | /// A signal that fires `completed` event when the receiver is deallocated.
[14/46] Compiling ReactiveKit Deallocatable.swift
/host/spi-builder-workspace/Sources/Deallocatable.swift:22:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
20 | /// view.display(number)
21 | /// }
22 | public protocol Deallocatable: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
23 |
24 | /// A signal that fires `completed` event when the receiver is deallocated.
[15/46] Compiling ReactiveKit Accumulator.swift
[16/46] Compiling ReactiveKit Completion.swift
[17/46] Compiling ReactiveKit Demand.swift
[18/46] Compiling ReactiveKit Sink.swift
[19/46] Compiling ReactiveKit Subscription.swift
[20/46] Compiling ReactiveKit Reactive.swift
/host/spi-builder-workspace/Sources/Reactive.swift:49:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
47 | }
48 |
49 | public protocol ReactiveExtensionsProvider: class {}
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
50 |
51 | extension ReactiveExtensionsProvider {
/host/spi-builder-workspace/Sources/Scheduler.swift:47:24: warning: passing non-Sendable parameter 'action' to function expecting a '@Sendable' closure
44 |
45 | @inlinable
46 | public func schedule(_ action: @escaping () -> Void) {
| `- note: parameter 'action' is implicitly non-Sendable
47 | async(execute: action)
| `- warning: passing non-Sendable parameter 'action' to function expecting a '@Sendable' closure
48 | }
49 | }
/host/spi-builder-workspace/Sources/Signal.swift:172:25: warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
170 | queue.asyncAfter(deadline: .now() + interval) {
171 | guard !disposable.isDisposed else {
172 | dispatch = nil
| `- warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
173 | return
174 | }
/host/spi-builder-workspace/Sources/Signal.swift:175:41: warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
173 | return
174 | }
175 | guard let element = iterator.next() else {
| `- warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
176 | dispatch = nil
177 | observer.receive(completion: .finished)
/host/spi-builder-workspace/Sources/Signal.swift:176:25: warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
174 | }
175 | guard let element = iterator.next() else {
176 | dispatch = nil
| `- warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
177 | observer.receive(completion: .finished)
178 | return
/host/spi-builder-workspace/Sources/Signal.swift:181:21: warning: reference to captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
179 | }
180 | observer.receive(element)
181 | dispatch?()
| `- warning: reference to captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
182 | }
183 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[21/46] Compiling ReactiveKit Scheduler.swift
/host/spi-builder-workspace/Sources/Reactive.swift:49:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
47 | }
48 |
49 | public protocol ReactiveExtensionsProvider: class {}
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
50 |
51 | extension ReactiveExtensionsProvider {
/host/spi-builder-workspace/Sources/Scheduler.swift:47:24: warning: passing non-Sendable parameter 'action' to function expecting a '@Sendable' closure
44 |
45 | @inlinable
46 | public func schedule(_ action: @escaping () -> Void) {
| `- note: parameter 'action' is implicitly non-Sendable
47 | async(execute: action)
| `- warning: passing non-Sendable parameter 'action' to function expecting a '@Sendable' closure
48 | }
49 | }
/host/spi-builder-workspace/Sources/Signal.swift:172:25: warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
170 | queue.asyncAfter(deadline: .now() + interval) {
171 | guard !disposable.isDisposed else {
172 | dispatch = nil
| `- warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
173 | return
174 | }
/host/spi-builder-workspace/Sources/Signal.swift:175:41: warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
173 | return
174 | }
175 | guard let element = iterator.next() else {
| `- warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
176 | dispatch = nil
177 | observer.receive(completion: .finished)
/host/spi-builder-workspace/Sources/Signal.swift:176:25: warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
174 | }
175 | guard let element = iterator.next() else {
176 | dispatch = nil
| `- warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
177 | observer.receive(completion: .finished)
178 | return
/host/spi-builder-workspace/Sources/Signal.swift:181:21: warning: reference to captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
179 | }
180 | observer.receive(element)
181 | dispatch?()
| `- warning: reference to captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
182 | }
183 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[22/46] Compiling ReactiveKit Signal.Event.swift
/host/spi-builder-workspace/Sources/Reactive.swift:49:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
47 | }
48 |
49 | public protocol ReactiveExtensionsProvider: class {}
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
50 |
51 | extension ReactiveExtensionsProvider {
/host/spi-builder-workspace/Sources/Scheduler.swift:47:24: warning: passing non-Sendable parameter 'action' to function expecting a '@Sendable' closure
44 |
45 | @inlinable
46 | public func schedule(_ action: @escaping () -> Void) {
| `- note: parameter 'action' is implicitly non-Sendable
47 | async(execute: action)
| `- warning: passing non-Sendable parameter 'action' to function expecting a '@Sendable' closure
48 | }
49 | }
/host/spi-builder-workspace/Sources/Signal.swift:172:25: warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
170 | queue.asyncAfter(deadline: .now() + interval) {
171 | guard !disposable.isDisposed else {
172 | dispatch = nil
| `- warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
173 | return
174 | }
/host/spi-builder-workspace/Sources/Signal.swift:175:41: warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
173 | return
174 | }
175 | guard let element = iterator.next() else {
| `- warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
176 | dispatch = nil
177 | observer.receive(completion: .finished)
/host/spi-builder-workspace/Sources/Signal.swift:176:25: warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
174 | }
175 | guard let element = iterator.next() else {
176 | dispatch = nil
| `- warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
177 | observer.receive(completion: .finished)
178 | return
/host/spi-builder-workspace/Sources/Signal.swift:181:21: warning: reference to captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
179 | }
180 | observer.receive(element)
181 | dispatch?()
| `- warning: reference to captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
182 | }
183 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[23/46] Compiling ReactiveKit Signal.swift
/host/spi-builder-workspace/Sources/Reactive.swift:49:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
47 | }
48 |
49 | public protocol ReactiveExtensionsProvider: class {}
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
50 |
51 | extension ReactiveExtensionsProvider {
/host/spi-builder-workspace/Sources/Scheduler.swift:47:24: warning: passing non-Sendable parameter 'action' to function expecting a '@Sendable' closure
44 |
45 | @inlinable
46 | public func schedule(_ action: @escaping () -> Void) {
| `- note: parameter 'action' is implicitly non-Sendable
47 | async(execute: action)
| `- warning: passing non-Sendable parameter 'action' to function expecting a '@Sendable' closure
48 | }
49 | }
/host/spi-builder-workspace/Sources/Signal.swift:172:25: warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
170 | queue.asyncAfter(deadline: .now() + interval) {
171 | guard !disposable.isDisposed else {
172 | dispatch = nil
| `- warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
173 | return
174 | }
/host/spi-builder-workspace/Sources/Signal.swift:175:41: warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
173 | return
174 | }
175 | guard let element = iterator.next() else {
| `- warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
176 | dispatch = nil
177 | observer.receive(completion: .finished)
/host/spi-builder-workspace/Sources/Signal.swift:176:25: warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
174 | }
175 | guard let element = iterator.next() else {
176 | dispatch = nil
| `- warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
177 | observer.receive(completion: .finished)
178 | return
/host/spi-builder-workspace/Sources/Signal.swift:181:21: warning: reference to captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
179 | }
180 | observer.receive(element)
181 | dispatch?()
| `- warning: reference to captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
182 | }
183 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[24/46] Compiling ReactiveKit SignalProtocol+Arities.swift
/host/spi-builder-workspace/Sources/Reactive.swift:49:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
47 | }
48 |
49 | public protocol ReactiveExtensionsProvider: class {}
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
50 |
51 | extension ReactiveExtensionsProvider {
/host/spi-builder-workspace/Sources/Scheduler.swift:47:24: warning: passing non-Sendable parameter 'action' to function expecting a '@Sendable' closure
44 |
45 | @inlinable
46 | public func schedule(_ action: @escaping () -> Void) {
| `- note: parameter 'action' is implicitly non-Sendable
47 | async(execute: action)
| `- warning: passing non-Sendable parameter 'action' to function expecting a '@Sendable' closure
48 | }
49 | }
/host/spi-builder-workspace/Sources/Signal.swift:172:25: warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
170 | queue.asyncAfter(deadline: .now() + interval) {
171 | guard !disposable.isDisposed else {
172 | dispatch = nil
| `- warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
173 | return
174 | }
/host/spi-builder-workspace/Sources/Signal.swift:175:41: warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
173 | return
174 | }
175 | guard let element = iterator.next() else {
| `- warning: mutation of captured var 'iterator' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
176 | dispatch = nil
177 | observer.receive(completion: .finished)
/host/spi-builder-workspace/Sources/Signal.swift:176:25: warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
174 | }
175 | guard let element = iterator.next() else {
176 | dispatch = nil
| `- warning: mutation of captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
177 | observer.receive(completion: .finished)
178 | return
/host/spi-builder-workspace/Sources/Signal.swift:181:21: warning: reference to captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
179 | }
180 | observer.receive(element)
181 | dispatch?()
| `- warning: reference to captured var 'dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
182 | }
183 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[25/46] Compiling ReactiveKit Deprecations.swift
/host/spi-builder-workspace/Sources/Deprecations.swift:216:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
214 |
215 | @available(*, deprecated, renamed: "receive(event:)")
216 | open func send(_ event: Event<Element, Error>) {
| `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
217 | on(event)
218 | }
/host/spi-builder-workspace/Sources/ExecutionContext.swift:96:33: warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
93 | /// Creates ExecutionContext from the queue.
94 | public var context: ExecutionContext {
95 | return ExecutionContext { block in
| `- note: parameter 'block' is implicitly non-Sendable
96 | self.async(execute: block)
| `- warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
97 | }
98 | }
/host/spi-builder-workspace/Sources/ExecutionContext.swift:103:58: warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
100 | /// Schedule given block for execution after given interval passes.
101 | @available(*, deprecated, message: "Please use asyncAfter(deadline:execute:)")
102 | public func after(when interval: Double, block: @escaping () -> Void) {
| `- note: parameter 'block' is implicitly non-Sendable
103 | asyncAfter(deadline: .now() + interval, execute: block)
| `- warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
104 | }
105 |
/host/spi-builder-workspace/Sources/LoadingSignal.swift:356:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
354 |
355 | /// A consumer of ObservedLoadingState. For example, a view what updates its appearance based on loading state.
356 | public protocol LoadingStateListener: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
357 |
358 | /// Consume observed loading state.
[26/46] Compiling ReactiveKit Disposable.swift
/host/spi-builder-workspace/Sources/Deprecations.swift:216:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
214 |
215 | @available(*, deprecated, renamed: "receive(event:)")
216 | open func send(_ event: Event<Element, Error>) {
| `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
217 | on(event)
218 | }
/host/spi-builder-workspace/Sources/ExecutionContext.swift:96:33: warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
93 | /// Creates ExecutionContext from the queue.
94 | public var context: ExecutionContext {
95 | return ExecutionContext { block in
| `- note: parameter 'block' is implicitly non-Sendable
96 | self.async(execute: block)
| `- warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
97 | }
98 | }
/host/spi-builder-workspace/Sources/ExecutionContext.swift:103:58: warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
100 | /// Schedule given block for execution after given interval passes.
101 | @available(*, deprecated, message: "Please use asyncAfter(deadline:execute:)")
102 | public func after(when interval: Double, block: @escaping () -> Void) {
| `- note: parameter 'block' is implicitly non-Sendable
103 | asyncAfter(deadline: .now() + interval, execute: block)
| `- warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
104 | }
105 |
/host/spi-builder-workspace/Sources/LoadingSignal.swift:356:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
354 |
355 | /// A consumer of ObservedLoadingState. For example, a view what updates its appearance based on loading state.
356 | public protocol LoadingStateListener: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
357 |
358 | /// Consume observed loading state.
[27/46] Compiling ReactiveKit ExecutionContext.swift
/host/spi-builder-workspace/Sources/Deprecations.swift:216:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
214 |
215 | @available(*, deprecated, renamed: "receive(event:)")
216 | open func send(_ event: Event<Element, Error>) {
| `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
217 | on(event)
218 | }
/host/spi-builder-workspace/Sources/ExecutionContext.swift:96:33: warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
93 | /// Creates ExecutionContext from the queue.
94 | public var context: ExecutionContext {
95 | return ExecutionContext { block in
| `- note: parameter 'block' is implicitly non-Sendable
96 | self.async(execute: block)
| `- warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
97 | }
98 | }
/host/spi-builder-workspace/Sources/ExecutionContext.swift:103:58: warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
100 | /// Schedule given block for execution after given interval passes.
101 | @available(*, deprecated, message: "Please use asyncAfter(deadline:execute:)")
102 | public func after(when interval: Double, block: @escaping () -> Void) {
| `- note: parameter 'block' is implicitly non-Sendable
103 | asyncAfter(deadline: .now() + interval, execute: block)
| `- warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
104 | }
105 |
/host/spi-builder-workspace/Sources/LoadingSignal.swift:356:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
354 |
355 | /// A consumer of ObservedLoadingState. For example, a view what updates its appearance based on loading state.
356 | public protocol LoadingStateListener: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
357 |
358 | /// Consume observed loading state.
[28/46] Compiling ReactiveKit LoadingProperty.swift
/host/spi-builder-workspace/Sources/Deprecations.swift:216:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
214 |
215 | @available(*, deprecated, renamed: "receive(event:)")
216 | open func send(_ event: Event<Element, Error>) {
| `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
217 | on(event)
218 | }
/host/spi-builder-workspace/Sources/ExecutionContext.swift:96:33: warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
93 | /// Creates ExecutionContext from the queue.
94 | public var context: ExecutionContext {
95 | return ExecutionContext { block in
| `- note: parameter 'block' is implicitly non-Sendable
96 | self.async(execute: block)
| `- warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
97 | }
98 | }
/host/spi-builder-workspace/Sources/ExecutionContext.swift:103:58: warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
100 | /// Schedule given block for execution after given interval passes.
101 | @available(*, deprecated, message: "Please use asyncAfter(deadline:execute:)")
102 | public func after(when interval: Double, block: @escaping () -> Void) {
| `- note: parameter 'block' is implicitly non-Sendable
103 | asyncAfter(deadline: .now() + interval, execute: block)
| `- warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
104 | }
105 |
/host/spi-builder-workspace/Sources/LoadingSignal.swift:356:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
354 |
355 | /// A consumer of ObservedLoadingState. For example, a view what updates its appearance based on loading state.
356 | public protocol LoadingStateListener: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
357 |
358 | /// Consume observed loading state.
[29/46] Compiling ReactiveKit LoadingSignal.swift
/host/spi-builder-workspace/Sources/Deprecations.swift:216:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
214 |
215 | @available(*, deprecated, renamed: "receive(event:)")
216 | open func send(_ event: Event<Element, Error>) {
| `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
217 | on(event)
218 | }
/host/spi-builder-workspace/Sources/ExecutionContext.swift:96:33: warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
93 | /// Creates ExecutionContext from the queue.
94 | public var context: ExecutionContext {
95 | return ExecutionContext { block in
| `- note: parameter 'block' is implicitly non-Sendable
96 | self.async(execute: block)
| `- warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
97 | }
98 | }
/host/spi-builder-workspace/Sources/ExecutionContext.swift:103:58: warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
100 | /// Schedule given block for execution after given interval passes.
101 | @available(*, deprecated, message: "Please use asyncAfter(deadline:execute:)")
102 | public func after(when interval: Double, block: @escaping () -> Void) {
| `- note: parameter 'block' is implicitly non-Sendable
103 | asyncAfter(deadline: .now() + interval, execute: block)
| `- warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
104 | }
105 |
/host/spi-builder-workspace/Sources/LoadingSignal.swift:356:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
354 |
355 | /// A consumer of ObservedLoadingState. For example, a view what updates its appearance based on loading state.
356 | public protocol LoadingStateListener: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
357 |
358 | /// Consume observed loading state.
[30/46] Compiling ReactiveKit Lock.swift
/host/spi-builder-workspace/Sources/Deprecations.swift:216:5: warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
214 |
215 | @available(*, deprecated, renamed: "receive(event:)")
216 | open func send(_ event: Event<Element, Error>) {
| `- warning: non-'@objc' instance method declared in extension cannot be overridden; use 'public' instead; this will be an error in a future Swift language mode
217 | on(event)
218 | }
/host/spi-builder-workspace/Sources/ExecutionContext.swift:96:33: warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
93 | /// Creates ExecutionContext from the queue.
94 | public var context: ExecutionContext {
95 | return ExecutionContext { block in
| `- note: parameter 'block' is implicitly non-Sendable
96 | self.async(execute: block)
| `- warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
97 | }
98 | }
/host/spi-builder-workspace/Sources/ExecutionContext.swift:103:58: warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
100 | /// Schedule given block for execution after given interval passes.
101 | @available(*, deprecated, message: "Please use asyncAfter(deadline:execute:)")
102 | public func after(when interval: Double, block: @escaping () -> Void) {
| `- note: parameter 'block' is implicitly non-Sendable
103 | asyncAfter(deadline: .now() + interval, execute: block)
| `- warning: passing non-Sendable parameter 'block' to function expecting a '@Sendable' closure
104 | }
105 |
/host/spi-builder-workspace/Sources/LoadingSignal.swift:356:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
354 |
355 | /// A consumer of ObservedLoadingState. For example, a view what updates its appearance based on loading state.
356 | public protocol LoadingStateListener: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
357 |
358 | /// Consume observed loading state.
[31/46] Compiling ReactiveKit SignalProtocol+Async.swift
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:183:25: warning: mutation of captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
181 | lock.lock(); defer { lock.unlock() }
182 | guard !serialDisposable.isDisposed else {
183 | _dispatch = nil;
| `- warning: mutation of captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
184 | return
185 | }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:186:38: warning: reference to captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
184 | return
185 | }
186 | if let element = _latestElement {
| `- warning: reference to captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
187 | observer.receive(element)
188 | _latestElement = nil
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:188:25: warning: mutation of captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
186 | if let element = _latestElement {
187 | observer.receive(element)
188 | _latestElement = nil
| `- warning: mutation of captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
189 | }
190 | _dispatch?()
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:190:21: warning: reference to captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
188 | _latestElement = nil
189 | }
190 | _dispatch?()
| `- warning: reference to captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
191 | }
192 | }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:398:32: warning: reference to captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
396 | switch event {
397 | case .next(let element):
398 | if isInitialElement {
| `- warning: reference to captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
399 | isInitialElement = false
400 | observer.receive(element)
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:399:33: warning: mutation of captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
397 | case .next(let element):
398 | if isInitialElement {
399 | isInitialElement = false
| `- warning: mutation of captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
400 | observer.receive(element)
401 | } else {
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:402:33: warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
400 | observer.receive(element)
401 | } else {
402 | lastElement = element
| `- warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
403 | }
404 | guard throttledDisposable == nil else { return }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:404:35: warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
402 | lastElement = element
403 | }
404 | guard throttledDisposable == nil else { return }
| `- warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
405 | throttledDisposable = queue.disposableAfter(when: seconds) {
406 | if let element = lastElement {
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:405:29: warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
403 | }
404 | guard throttledDisposable == nil else { return }
405 | throttledDisposable = queue.disposableAfter(when: seconds) {
| `- warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
406 | if let element = lastElement {
407 | observer.receive(element)
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:406:50: warning: reference to captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
404 | guard throttledDisposable == nil else { return }
405 | throttledDisposable = queue.disposableAfter(when: seconds) {
406 | if let element = lastElement {
| `- warning: reference to captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
407 | observer.receive(element)
408 | lastElement = nil
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:408:37: warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
406 | if let element = lastElement {
407 | observer.receive(element)
408 | lastElement = nil
| `- warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
409 | }
410 | if isFinished {
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:410:36: warning: reference to captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
408 | lastElement = nil
409 | }
410 | if isFinished {
| `- warning: reference to captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
411 | observer.receive(completion: .finished)
412 | }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:413:33: warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
411 | observer.receive(completion: .finished)
412 | }
413 | throttledDisposable = nil
| `- warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
414 | }
415 | case .failed(let error):
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:418:35: warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
416 | observer.receive(completion: .failure(error))
417 | case .completed:
418 | guard throttledDisposable == nil else {
| `- warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
419 | isFinished = true
420 | return
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:419:33: warning: mutation of captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
417 | case .completed:
418 | guard throttledDisposable == nil else {
419 | isFinished = true
| `- warning: mutation of captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
420 | return
421 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[32/46] Compiling ReactiveKit SignalProtocol+Combining.swift
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:183:25: warning: mutation of captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
181 | lock.lock(); defer { lock.unlock() }
182 | guard !serialDisposable.isDisposed else {
183 | _dispatch = nil;
| `- warning: mutation of captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
184 | return
185 | }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:186:38: warning: reference to captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
184 | return
185 | }
186 | if let element = _latestElement {
| `- warning: reference to captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
187 | observer.receive(element)
188 | _latestElement = nil
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:188:25: warning: mutation of captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
186 | if let element = _latestElement {
187 | observer.receive(element)
188 | _latestElement = nil
| `- warning: mutation of captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
189 | }
190 | _dispatch?()
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:190:21: warning: reference to captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
188 | _latestElement = nil
189 | }
190 | _dispatch?()
| `- warning: reference to captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
191 | }
192 | }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:398:32: warning: reference to captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
396 | switch event {
397 | case .next(let element):
398 | if isInitialElement {
| `- warning: reference to captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
399 | isInitialElement = false
400 | observer.receive(element)
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:399:33: warning: mutation of captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
397 | case .next(let element):
398 | if isInitialElement {
399 | isInitialElement = false
| `- warning: mutation of captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
400 | observer.receive(element)
401 | } else {
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:402:33: warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
400 | observer.receive(element)
401 | } else {
402 | lastElement = element
| `- warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
403 | }
404 | guard throttledDisposable == nil else { return }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:404:35: warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
402 | lastElement = element
403 | }
404 | guard throttledDisposable == nil else { return }
| `- warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
405 | throttledDisposable = queue.disposableAfter(when: seconds) {
406 | if let element = lastElement {
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:405:29: warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
403 | }
404 | guard throttledDisposable == nil else { return }
405 | throttledDisposable = queue.disposableAfter(when: seconds) {
| `- warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
406 | if let element = lastElement {
407 | observer.receive(element)
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:406:50: warning: reference to captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
404 | guard throttledDisposable == nil else { return }
405 | throttledDisposable = queue.disposableAfter(when: seconds) {
406 | if let element = lastElement {
| `- warning: reference to captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
407 | observer.receive(element)
408 | lastElement = nil
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:408:37: warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
406 | if let element = lastElement {
407 | observer.receive(element)
408 | lastElement = nil
| `- warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
409 | }
410 | if isFinished {
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:410:36: warning: reference to captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
408 | lastElement = nil
409 | }
410 | if isFinished {
| `- warning: reference to captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
411 | observer.receive(completion: .finished)
412 | }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:413:33: warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
411 | observer.receive(completion: .finished)
412 | }
413 | throttledDisposable = nil
| `- warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
414 | }
415 | case .failed(let error):
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:418:35: warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
416 | observer.receive(completion: .failure(error))
417 | case .completed:
418 | guard throttledDisposable == nil else {
| `- warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
419 | isFinished = true
420 | return
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:419:33: warning: mutation of captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
417 | case .completed:
418 | guard throttledDisposable == nil else {
419 | isFinished = true
| `- warning: mutation of captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
420 | return
421 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[33/46] Compiling ReactiveKit SignalProtocol+ErrorHandling.swift
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:183:25: warning: mutation of captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
181 | lock.lock(); defer { lock.unlock() }
182 | guard !serialDisposable.isDisposed else {
183 | _dispatch = nil;
| `- warning: mutation of captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
184 | return
185 | }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:186:38: warning: reference to captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
184 | return
185 | }
186 | if let element = _latestElement {
| `- warning: reference to captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
187 | observer.receive(element)
188 | _latestElement = nil
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:188:25: warning: mutation of captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
186 | if let element = _latestElement {
187 | observer.receive(element)
188 | _latestElement = nil
| `- warning: mutation of captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
189 | }
190 | _dispatch?()
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:190:21: warning: reference to captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
188 | _latestElement = nil
189 | }
190 | _dispatch?()
| `- warning: reference to captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
191 | }
192 | }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:398:32: warning: reference to captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
396 | switch event {
397 | case .next(let element):
398 | if isInitialElement {
| `- warning: reference to captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
399 | isInitialElement = false
400 | observer.receive(element)
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:399:33: warning: mutation of captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
397 | case .next(let element):
398 | if isInitialElement {
399 | isInitialElement = false
| `- warning: mutation of captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
400 | observer.receive(element)
401 | } else {
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:402:33: warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
400 | observer.receive(element)
401 | } else {
402 | lastElement = element
| `- warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
403 | }
404 | guard throttledDisposable == nil else { return }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:404:35: warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
402 | lastElement = element
403 | }
404 | guard throttledDisposable == nil else { return }
| `- warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
405 | throttledDisposable = queue.disposableAfter(when: seconds) {
406 | if let element = lastElement {
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:405:29: warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
403 | }
404 | guard throttledDisposable == nil else { return }
405 | throttledDisposable = queue.disposableAfter(when: seconds) {
| `- warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
406 | if let element = lastElement {
407 | observer.receive(element)
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:406:50: warning: reference to captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
404 | guard throttledDisposable == nil else { return }
405 | throttledDisposable = queue.disposableAfter(when: seconds) {
406 | if let element = lastElement {
| `- warning: reference to captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
407 | observer.receive(element)
408 | lastElement = nil
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:408:37: warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
406 | if let element = lastElement {
407 | observer.receive(element)
408 | lastElement = nil
| `- warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
409 | }
410 | if isFinished {
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:410:36: warning: reference to captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
408 | lastElement = nil
409 | }
410 | if isFinished {
| `- warning: reference to captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
411 | observer.receive(completion: .finished)
412 | }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:413:33: warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
411 | observer.receive(completion: .finished)
412 | }
413 | throttledDisposable = nil
| `- warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
414 | }
415 | case .failed(let error):
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:418:35: warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
416 | observer.receive(completion: .failure(error))
417 | case .completed:
418 | guard throttledDisposable == nil else {
| `- warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
419 | isFinished = true
420 | return
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:419:33: warning: mutation of captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
417 | case .completed:
418 | guard throttledDisposable == nil else {
419 | isFinished = true
| `- warning: mutation of captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
420 | return
421 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[34/46] Compiling ReactiveKit SignalProtocol+Event.swift
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:183:25: warning: mutation of captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
181 | lock.lock(); defer { lock.unlock() }
182 | guard !serialDisposable.isDisposed else {
183 | _dispatch = nil;
| `- warning: mutation of captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
184 | return
185 | }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:186:38: warning: reference to captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
184 | return
185 | }
186 | if let element = _latestElement {
| `- warning: reference to captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
187 | observer.receive(element)
188 | _latestElement = nil
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:188:25: warning: mutation of captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
186 | if let element = _latestElement {
187 | observer.receive(element)
188 | _latestElement = nil
| `- warning: mutation of captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
189 | }
190 | _dispatch?()
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:190:21: warning: reference to captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
188 | _latestElement = nil
189 | }
190 | _dispatch?()
| `- warning: reference to captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
191 | }
192 | }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:398:32: warning: reference to captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
396 | switch event {
397 | case .next(let element):
398 | if isInitialElement {
| `- warning: reference to captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
399 | isInitialElement = false
400 | observer.receive(element)
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:399:33: warning: mutation of captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
397 | case .next(let element):
398 | if isInitialElement {
399 | isInitialElement = false
| `- warning: mutation of captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
400 | observer.receive(element)
401 | } else {
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:402:33: warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
400 | observer.receive(element)
401 | } else {
402 | lastElement = element
| `- warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
403 | }
404 | guard throttledDisposable == nil else { return }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:404:35: warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
402 | lastElement = element
403 | }
404 | guard throttledDisposable == nil else { return }
| `- warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
405 | throttledDisposable = queue.disposableAfter(when: seconds) {
406 | if let element = lastElement {
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:405:29: warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
403 | }
404 | guard throttledDisposable == nil else { return }
405 | throttledDisposable = queue.disposableAfter(when: seconds) {
| `- warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
406 | if let element = lastElement {
407 | observer.receive(element)
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:406:50: warning: reference to captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
404 | guard throttledDisposable == nil else { return }
405 | throttledDisposable = queue.disposableAfter(when: seconds) {
406 | if let element = lastElement {
| `- warning: reference to captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
407 | observer.receive(element)
408 | lastElement = nil
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:408:37: warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
406 | if let element = lastElement {
407 | observer.receive(element)
408 | lastElement = nil
| `- warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
409 | }
410 | if isFinished {
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:410:36: warning: reference to captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
408 | lastElement = nil
409 | }
410 | if isFinished {
| `- warning: reference to captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
411 | observer.receive(completion: .finished)
412 | }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:413:33: warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
411 | observer.receive(completion: .finished)
412 | }
413 | throttledDisposable = nil
| `- warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
414 | }
415 | case .failed(let error):
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:418:35: warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
416 | observer.receive(completion: .failure(error))
417 | case .completed:
418 | guard throttledDisposable == nil else {
| `- warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
419 | isFinished = true
420 | return
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:419:33: warning: mutation of captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
417 | case .completed:
418 | guard throttledDisposable == nil else {
419 | isFinished = true
| `- warning: mutation of captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
420 | return
421 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[35/46] Compiling ReactiveKit SignalProtocol+Filtering.swift
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:183:25: warning: mutation of captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
181 | lock.lock(); defer { lock.unlock() }
182 | guard !serialDisposable.isDisposed else {
183 | _dispatch = nil;
| `- warning: mutation of captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
184 | return
185 | }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:186:38: warning: reference to captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
184 | return
185 | }
186 | if let element = _latestElement {
| `- warning: reference to captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
187 | observer.receive(element)
188 | _latestElement = nil
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:188:25: warning: mutation of captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
186 | if let element = _latestElement {
187 | observer.receive(element)
188 | _latestElement = nil
| `- warning: mutation of captured var '_latestElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
189 | }
190 | _dispatch?()
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:190:21: warning: reference to captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
188 | _latestElement = nil
189 | }
190 | _dispatch?()
| `- warning: reference to captured var '_dispatch' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
191 | }
192 | }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:398:32: warning: reference to captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
396 | switch event {
397 | case .next(let element):
398 | if isInitialElement {
| `- warning: reference to captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
399 | isInitialElement = false
400 | observer.receive(element)
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:399:33: warning: mutation of captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
397 | case .next(let element):
398 | if isInitialElement {
399 | isInitialElement = false
| `- warning: mutation of captured var 'isInitialElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
400 | observer.receive(element)
401 | } else {
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:402:33: warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
400 | observer.receive(element)
401 | } else {
402 | lastElement = element
| `- warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
403 | }
404 | guard throttledDisposable == nil else { return }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:404:35: warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
402 | lastElement = element
403 | }
404 | guard throttledDisposable == nil else { return }
| `- warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
405 | throttledDisposable = queue.disposableAfter(when: seconds) {
406 | if let element = lastElement {
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:405:29: warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
403 | }
404 | guard throttledDisposable == nil else { return }
405 | throttledDisposable = queue.disposableAfter(when: seconds) {
| `- warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
406 | if let element = lastElement {
407 | observer.receive(element)
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:406:50: warning: reference to captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
404 | guard throttledDisposable == nil else { return }
405 | throttledDisposable = queue.disposableAfter(when: seconds) {
406 | if let element = lastElement {
| `- warning: reference to captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
407 | observer.receive(element)
408 | lastElement = nil
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:408:37: warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
406 | if let element = lastElement {
407 | observer.receive(element)
408 | lastElement = nil
| `- warning: mutation of captured var 'lastElement' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
409 | }
410 | if isFinished {
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:410:36: warning: reference to captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
408 | lastElement = nil
409 | }
410 | if isFinished {
| `- warning: reference to captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
411 | observer.receive(completion: .finished)
412 | }
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:413:33: warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
411 | observer.receive(completion: .finished)
412 | }
413 | throttledDisposable = nil
| `- warning: mutation of captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
414 | }
415 | case .failed(let error):
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:418:35: warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
416 | observer.receive(completion: .failure(error))
417 | case .completed:
418 | guard throttledDisposable == nil else {
| `- warning: reference to captured var 'throttledDisposable' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
419 | isFinished = true
420 | return
/host/spi-builder-workspace/Sources/SignalProtocol+Filtering.swift:419:33: warning: mutation of captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
417 | case .completed:
418 | guard throttledDisposable == nil else {
419 | isFinished = true
| `- warning: mutation of captured var 'isFinished' in concurrently-executing code; this is an error in the Swift 6 language mode [#SendableClosureCaptures]
420 | return
421 | }
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[36/46] Compiling ReactiveKit SignalProtocol+Monad.swift
[37/46] Compiling ReactiveKit SignalProtocol+Optional.swift
[38/46] Compiling ReactiveKit SignalProtocol+Result.swift
[39/46] Compiling ReactiveKit SignalProtocol+Sequence.swift
[40/46] Compiling ReactiveKit SignalProtocol+Threading.swift
[41/46] Compiling ReactiveKit ObservableObject.swift
[42/46] Compiling ReactiveKit Observer.swift
[43/46] Compiling ReactiveKit Property.swift
[44/46] Compiling ReactiveKit Published.swift
[45/46] Compiling ReactiveKit Deferred.swift
[46/46] Compiling ReactiveKit Empty.swift
Build complete! (10.15s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ReactiveKit",
"name" : "ReactiveKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "ReactiveKit",
"targets" : [
"ReactiveKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ReactiveKitTests",
"module_type" : "SwiftTarget",
"name" : "ReactiveKitTests",
"path" : "Tests/ReactiveKitTests",
"sources" : [
"CombineTests.swift",
"PropertyTests.swift",
"PublishedTests.swift",
"Scheduler.swift",
"SignalTests.swift",
"Stress.swift",
"SubjectTests.swift"
],
"target_dependencies" : [
"ReactiveKit"
],
"type" : "test"
},
{
"c99name" : "ReactiveKit",
"module_type" : "SwiftTarget",
"name" : "ReactiveKit",
"path" : "Sources",
"product_memberships" : [
"ReactiveKit"
],
"sources" : [
"Atomic.swift",
"Bindable.swift",
"Cancellable.swift",
"Combine.swift",
"Connectable.swift",
"Deallocatable.swift",
"Deprecations.swift",
"Disposable.swift",
"ExecutionContext.swift",
"LoadingProperty.swift",
"LoadingSignal.swift",
"Lock.swift",
"ObservableObject.swift",
"Observer.swift",
"Property.swift",
"Published.swift",
"Publishers/Deferred.swift",
"Publishers/Empty.swift",
"Reactive.swift",
"Scheduler.swift",
"Signal.Event.swift",
"Signal.swift",
"SignalProtocol+Arities.swift",
"SignalProtocol+Async.swift",
"SignalProtocol+Combining.swift",
"SignalProtocol+ErrorHandling.swift",
"SignalProtocol+Event.swift",
"SignalProtocol+Filtering.swift",
"SignalProtocol+Monad.swift",
"SignalProtocol+Optional.swift",
"SignalProtocol+Result.swift",
"SignalProtocol+Sequence.swift",
"SignalProtocol+Threading.swift",
"SignalProtocol+Transforming.swift",
"SignalProtocol+Utilities.swift",
"SignalProtocol.swift",
"Subjects.swift",
"Subscriber.swift",
"Subscribers/Accumulator.swift",
"Subscribers/Completion.swift",
"Subscribers/Demand.swift",
"Subscribers/Sink.swift",
"Subscription.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.