Build Information
Successful build of ReactiveSwift, reference 6.1.0 (f195d8), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 14:10:00 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Moya/ReactiveSwift.git
Reference: 6.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Moya/ReactiveSwift
* tag 6.1.0 -> FETCH_HEAD
HEAD is now at f195d82 Add SPM testing env variable for Travis testing
Submodule path 'Carthage/Checkouts/Nimble': checked out 'a27c5186ce2d65f60d1237660b2509df3eb29023'
Submodule path 'Carthage/Checkouts/Quick': checked out '0b4ed6c706dd0cce923b5019a605a9bcc6b1b600'
Submodule path 'Carthage/Checkouts/Quick/Externals/Nimble': checked out 'a27c5186ce2d65f60d1237660b2509df3eb29023'
Submodule path 'Carthage/Checkouts/xcconfigs': checked out 'bb795558a76e5daf3688500055bbcfe243bffa8d'
Submodule 'Carthage/Checkouts/Nimble' (https://github.com/Quick/Nimble.git) registered for path 'Carthage/Checkouts/Nimble'
Submodule 'Carthage/Checkouts/Quick' (https://github.com/Quick/Quick.git) registered for path 'Carthage/Checkouts/Quick'
Submodule 'Carthage/Checkouts/xcconfigs' (https://github.com/jspahrsummers/xcconfigs.git) registered for path 'Carthage/Checkouts/xcconfigs'
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/Nimble'...
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/Quick'...
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/xcconfigs'...
Submodule 'Externals/Nimble' (https://github.com/Quick/Nimble.git) registered for path 'Carthage/Checkouts/Quick/Externals/Nimble'
Cloning into '/Users/admin/builder/spi-builder-workspace/Carthage/Checkouts/Quick/Externals/Nimble'...
Cloned https://github.com/Moya/ReactiveSwift.git
Revision (git rev-parse @):
f195d82bb30e412e70446e2b4a77e1b514099e88
SUCCESS checkout https://github.com/Moya/ReactiveSwift.git at 6.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "reactiveswift",
"name": "ReactiveSwift",
"url": "https://github.com/Moya/ReactiveSwift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ReactiveSwift",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Moya/ReactiveSwift.git
[1/45863] Fetching reactiveswift
Fetched https://github.com/Moya/ReactiveSwift.git from cache (2.40s)
Creating working copy for https://github.com/Moya/ReactiveSwift.git
Working copy of https://github.com/Moya/ReactiveSwift.git resolved at 6.1.0 (f195d82)
warning: '.resolve-product-dependencies': dependency 'reactiveswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Moya/ReactiveSwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/22] Emitting module ReactiveSwift
/Users/admin/builder/spi-builder-workspace/Sources/Disposable.swift:11:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
9 | /// Represents something that can be “disposed”, usually associated with freeing
10 | /// resources or canceling work.
11 | public protocol Disposable: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
12 | /// Whether this disposable has been disposed already.
13 | var isDisposed: Bool { get }
/Users/admin/builder/spi-builder-workspace/Sources/Property.swift:15:35: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
13 | /// Only classes can conform to this protocol, because having a signal
14 | /// for changes over time implies the origin must have a unique identity.
15 | public protocol PropertyProtocol: class, BindingSource {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
16 | /// The current value of the property.
17 | var value: Value { get }
/Users/admin/builder/spi-builder-workspace/Sources/Scheduler.swift:17:28: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
15 |
16 | /// Represents a serial queue of work items.
17 | public protocol Scheduler: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
18 | /// Enqueues an action on the scheduler.
19 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Signal.swift:418:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
416 | }
417 |
418 | public protocol SignalProtocol: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
419 | /// The type of values being sent by `self`.
420 | associatedtype Value
/Users/admin/builder/spi-builder-workspace/Sources/Signal.swift:1626:43: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
1624 | }
1625 |
1626 | private protocol SignalAggregateStrategy: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
1627 | /// Update the latest value of the signal at `position` to be `value`.
1628 | ///
[4/24] Compiling ReactiveSwift UninhabitedTypeGuards.swift
[5/24] Compiling ReactiveSwift ValidatingProperty.swift
[6/24] Compiling ReactiveSwift Event.swift
[7/24] Compiling ReactiveSwift EventLogger.swift
[8/24] Compiling ReactiveSwift Flatten.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions.swift:88:3: warning: switch covers known cases, but 'DispatchTimeInterval' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
86 | extension DispatchTimeInterval {
87 | internal var timeInterval: TimeInterval {
88 | switch self {
| |- warning: switch covers known cases, but 'DispatchTimeInterval' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
| `- note: handle unknown values using "@unknown default"
89 | case let .seconds(s):
90 | return TimeInterval(s)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions.swift:105:3: warning: switch covers known cases, but 'DispatchTimeInterval' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
103 | // time. See `TestScheduler.rewind(by interval: DispatchTimeInterval)`.
104 | internal static prefix func -(lhs: DispatchTimeInterval) -> DispatchTimeInterval {
105 | switch lhs {
| |- warning: switch covers known cases, but 'DispatchTimeInterval' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
| `- note: handle unknown values using "@unknown default"
106 | case let .seconds(s):
107 | return .seconds(-s)
[9/24] Compiling ReactiveSwift FoundationExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions.swift:88:3: warning: switch covers known cases, but 'DispatchTimeInterval' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
86 | extension DispatchTimeInterval {
87 | internal var timeInterval: TimeInterval {
88 | switch self {
| |- warning: switch covers known cases, but 'DispatchTimeInterval' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
| `- note: handle unknown values using "@unknown default"
89 | case let .seconds(s):
90 | return TimeInterval(s)
/Users/admin/builder/spi-builder-workspace/Sources/FoundationExtensions.swift:105:3: warning: switch covers known cases, but 'DispatchTimeInterval' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
103 | // time. See `TestScheduler.rewind(by interval: DispatchTimeInterval)`.
104 | internal static prefix func -(lhs: DispatchTimeInterval) -> DispatchTimeInterval {
105 | switch lhs {
| |- warning: switch covers known cases, but 'DispatchTimeInterval' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
| `- note: handle unknown values using "@unknown default"
106 | case let .seconds(s):
107 | return .seconds(-s)
[10/24] Compiling ReactiveSwift Optional.swift
/Users/admin/builder/spi-builder-workspace/Sources/Property.swift:15:35: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
13 | /// Only classes can conform to this protocol, because having a signal
14 | /// for changes over time implies the origin must have a unique identity.
15 | public protocol PropertyProtocol: class, BindingSource {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
16 | /// The current value of the property.
17 | var value: Value { get }
[11/24] Compiling ReactiveSwift Property.swift
/Users/admin/builder/spi-builder-workspace/Sources/Property.swift:15:35: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
13 | /// Only classes can conform to this protocol, because having a signal
14 | /// for changes over time implies the origin must have a unique identity.
15 | public protocol PropertyProtocol: class, BindingSource {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
16 | /// The current value of the property.
17 | var value: Value { get }
[12/24] Compiling ReactiveSwift Reactive.swift
[13/24] Compiling ReactiveSwift ResultExtensions.swift
[14/24] Compiling ReactiveSwift Scheduler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scheduler.swift:17:28: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
15 |
16 | /// Represents a serial queue of work items.
17 | public protocol Scheduler: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
18 | /// Enqueues an action on the scheduler.
19 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Signal.swift:418:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
416 | }
417 |
418 | public protocol SignalProtocol: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
419 | /// The type of values being sent by `self`.
420 | associatedtype Value
/Users/admin/builder/spi-builder-workspace/Sources/Signal.swift:1626:43: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
1624 | }
1625 |
1626 | private protocol SignalAggregateStrategy: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
1627 | /// Update the latest value of the signal at `position` to be `value`.
1628 | ///
[15/24] Compiling ReactiveSwift Signal.swift
/Users/admin/builder/spi-builder-workspace/Sources/Scheduler.swift:17:28: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
15 |
16 | /// Represents a serial queue of work items.
17 | public protocol Scheduler: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
18 | /// Enqueues an action on the scheduler.
19 | ///
/Users/admin/builder/spi-builder-workspace/Sources/Signal.swift:418:33: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
416 | }
417 |
418 | public protocol SignalProtocol: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
419 | /// The type of values being sent by `self`.
420 | associatedtype Value
/Users/admin/builder/spi-builder-workspace/Sources/Signal.swift:1626:43: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
1624 | }
1625 |
1626 | private protocol SignalAggregateStrategy: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
1627 | /// Update the latest value of the signal at `position` to be `value`.
1628 | ///
[16/24] Compiling ReactiveSwift Deprecations+Removals.swift
/Users/admin/builder/spi-builder-workspace/Sources/Disposable.swift:11:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
9 | /// Represents something that can be “disposed”, usually associated with freeing
10 | /// resources or canceling work.
11 | public protocol Disposable: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
12 | /// Whether this disposable has been disposed already.
13 | var isDisposed: Bool { get }
[17/24] Compiling ReactiveSwift Disposable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Disposable.swift:11:29: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
9 | /// Represents something that can be “disposed”, usually associated with freeing
10 | /// resources or canceling work.
11 | public protocol Disposable: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
12 | /// Whether this disposable has been disposed already.
13 | var isDisposed: Bool { get }
[18/24] Compiling ReactiveSwift Action.swift
[19/24] Compiling ReactiveSwift Atomic.swift
[20/24] Compiling ReactiveSwift Bag.swift
[21/24] Compiling ReactiveSwift Lifetime.swift
[22/24] Compiling ReactiveSwift Observer.swift
[23/24] Compiling ReactiveSwift SignalProducer.swift
[24/24] Compiling ReactiveSwift UnidirectionalBinding.swift
Build complete! (4.51s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ReactiveSwift",
"name" : "ReactiveSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ReactiveSwift",
"targets" : [
"ReactiveSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ReactiveSwift",
"module_type" : "SwiftTarget",
"name" : "ReactiveSwift",
"path" : "Sources",
"product_memberships" : [
"ReactiveSwift"
],
"sources" : [
"Action.swift",
"Atomic.swift",
"Bag.swift",
"Deprecations+Removals.swift",
"Disposable.swift",
"Event.swift",
"EventLogger.swift",
"Flatten.swift",
"FoundationExtensions.swift",
"Lifetime.swift",
"Observer.swift",
"Optional.swift",
"Property.swift",
"Reactive.swift",
"ResultExtensions.swift",
"Scheduler.swift",
"Signal.swift",
"SignalProducer.swift",
"UnidirectionalBinding.swift",
"UninhabitedTypeGuards.swift",
"ValidatingProperty.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.