The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ReactiveKit with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DeclarativeHub/ReactiveKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/DeclarativeHub/ReactiveKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 57a902a Fix append operator disposing race condition
Cloned https://github.com/DeclarativeHub/ReactiveKit.git
Revision (git rev-parse @):
57a902a1b4f7aeafcb7b5cfec0c15635d0fd2b63
SUCCESS checkout https://github.com/DeclarativeHub/ReactiveKit.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "reactivekit",
      "name": "ReactiveKit",
      "url": "https://github.com/DeclarativeHub/ReactiveKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ReactiveKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/DeclarativeHub/ReactiveKit.git
[1/3609] Fetching reactivekit
Fetched https://github.com/DeclarativeHub/ReactiveKit.git (0.52s)
Creating working copy for https://github.com/DeclarativeHub/ReactiveKit.git
Working copy of https://github.com/DeclarativeHub/ReactiveKit.git resolved at master
warning: '.resolve-product-dependencies': dependency 'reactivekit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/40] Compiling ReactiveKit Reactive.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reactive.swift:49:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReactiveExtensionsProvider: class {}
                                            ^~~~~
                                            AnyObject
[2/40] Compiling ReactiveKit Scheduler.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reactive.swift:49:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReactiveExtensionsProvider: class {}
                                            ^~~~~
                                            AnyObject
[3/40] Compiling ReactiveKit Signal.Event.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reactive.swift:49:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReactiveExtensionsProvider: class {}
                                            ^~~~~
                                            AnyObject
[4/40] Compiling ReactiveKit Signal.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reactive.swift:49:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReactiveExtensionsProvider: class {}
                                            ^~~~~
                                            AnyObject
[5/40] Compiling ReactiveKit SignalProtocol+Arities.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reactive.swift:49:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReactiveExtensionsProvider: class {}
                                            ^~~~~
                                            AnyObject
[6/40] Compiling ReactiveKit SignalProtocol+Combining.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reactive.swift:49:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReactiveExtensionsProvider: class {}
                                            ^~~~~
                                            AnyObject
[7/45] Emitting module ReactiveKit
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deallocatable.swift:22:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Deallocatable: class {
                               ^~~~~
                               AnyObject
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deprecations.swift:216:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func send(_ event: Event<Element, Error>) {
    ^~~~
    public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LoadingSignal.swift:356:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol LoadingStateListener: class {
                                      ^~~~~
                                      AnyObject
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Reactive.swift:49:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReactiveExtensionsProvider: class {}
                                            ^~~~~
                                            AnyObject
[8/45] Compiling ReactiveKit Atomic.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deallocatable.swift:22:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Deallocatable: class {
                               ^~~~~
                               AnyObject
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deallocatable.swift:56:60: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        if let disposeBag = objc_getAssociatedObject(self, &NSObject.AssociatedKeys.DisposeBagKey) {
                                                           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deallocatable.swift:60:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            objc_setAssociatedObject(self, &NSObject.AssociatedKeys.DisposeBagKey, disposeBag, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
                                           ^
[9/45] Compiling ReactiveKit Bindable.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deallocatable.swift:22:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Deallocatable: class {
                               ^~~~~
                               AnyObject
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deallocatable.swift:56:60: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        if let disposeBag = objc_getAssociatedObject(self, &NSObject.AssociatedKeys.DisposeBagKey) {
                                                           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deallocatable.swift:60:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            objc_setAssociatedObject(self, &NSObject.AssociatedKeys.DisposeBagKey, disposeBag, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
                                           ^
[10/45] Compiling ReactiveKit Cancellable.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deallocatable.swift:22:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Deallocatable: class {
                               ^~~~~
                               AnyObject
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deallocatable.swift:56:60: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        if let disposeBag = objc_getAssociatedObject(self, &NSObject.AssociatedKeys.DisposeBagKey) {
                                                           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deallocatable.swift:60:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            objc_setAssociatedObject(self, &NSObject.AssociatedKeys.DisposeBagKey, disposeBag, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
                                           ^
[11/45] Compiling ReactiveKit Combine.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deallocatable.swift:22:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Deallocatable: class {
                               ^~~~~
                               AnyObject
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deallocatable.swift:56:60: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        if let disposeBag = objc_getAssociatedObject(self, &NSObject.AssociatedKeys.DisposeBagKey) {
                                                           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deallocatable.swift:60:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            objc_setAssociatedObject(self, &NSObject.AssociatedKeys.DisposeBagKey, disposeBag, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
                                           ^
[12/45] Compiling ReactiveKit Connectable.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deallocatable.swift:22:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Deallocatable: class {
                               ^~~~~
                               AnyObject
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deallocatable.swift:56:60: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        if let disposeBag = objc_getAssociatedObject(self, &NSObject.AssociatedKeys.DisposeBagKey) {
                                                           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deallocatable.swift:60:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            objc_setAssociatedObject(self, &NSObject.AssociatedKeys.DisposeBagKey, disposeBag, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
                                           ^
[13/45] Compiling ReactiveKit Deallocatable.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deallocatable.swift:22:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Deallocatable: class {
                               ^~~~~
                               AnyObject
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deallocatable.swift:56:60: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        if let disposeBag = objc_getAssociatedObject(self, &NSObject.AssociatedKeys.DisposeBagKey) {
                                                           ^
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deallocatable.swift:60:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
            objc_setAssociatedObject(self, &NSObject.AssociatedKeys.DisposeBagKey, disposeBag, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
                                           ^
[14/45] Compiling ReactiveKit SignalProtocol+Utilities.swift
[15/45] Compiling ReactiveKit SignalProtocol.swift
[16/45] Compiling ReactiveKit Subjects.swift
[17/45] Compiling ReactiveKit Subscriber.swift
[18/45] Compiling ReactiveKit Accumulator.swift
[19/45] Compiling ReactiveKit ObservableObject.swift
[20/45] Compiling ReactiveKit Observer.swift
[21/45] Compiling ReactiveKit Property.swift
[22/45] Compiling ReactiveKit Published.swift
[23/45] Compiling ReactiveKit Deferred.swift
[24/45] Compiling ReactiveKit Empty.swift
[25/45] Compiling ReactiveKit SignalProtocol+Result.swift
[26/45] Compiling ReactiveKit SignalProtocol+Sequence.swift
[27/45] Compiling ReactiveKit SignalProtocol+Threading.swift
[28/45] Compiling ReactiveKit SignalProtocol+Timelane.swift
[29/45] Compiling ReactiveKit SignalProtocol+Transforming.swift
[30/45] Compiling ReactiveKit SignalProtocol+ErrorHandling.swift
[31/45] Compiling ReactiveKit SignalProtocol+Event.swift
[32/45] Compiling ReactiveKit SignalProtocol+Filtering.swift
[33/45] Compiling ReactiveKit SignalProtocol+Monad.swift
[34/45] Compiling ReactiveKit SignalProtocol+Optional.swift
[35/45] Compiling ReactiveKit Deprecations.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deprecations.swift:216:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func send(_ event: Event<Element, Error>) {
    ^~~~
    public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LoadingSignal.swift:356:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol LoadingStateListener: class {
                                      ^~~~~
                                      AnyObject
[36/45] Compiling ReactiveKit Disposable.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deprecations.swift:216:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func send(_ event: Event<Element, Error>) {
    ^~~~
    public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LoadingSignal.swift:356:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol LoadingStateListener: class {
                                      ^~~~~
                                      AnyObject
[37/45] Compiling ReactiveKit ExecutionContext.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deprecations.swift:216:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func send(_ event: Event<Element, Error>) {
    ^~~~
    public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LoadingSignal.swift:356:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol LoadingStateListener: class {
                                      ^~~~~
                                      AnyObject
[38/45] Compiling ReactiveKit LoadingProperty.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deprecations.swift:216:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func send(_ event: Event<Element, Error>) {
    ^~~~
    public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LoadingSignal.swift:356:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol LoadingStateListener: class {
                                      ^~~~~
                                      AnyObject
[39/45] Compiling ReactiveKit LoadingSignal.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deprecations.swift:216:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func send(_ event: Event<Element, Error>) {
    ^~~~
    public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LoadingSignal.swift:356:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol LoadingStateListener: class {
                                      ^~~~~
                                      AnyObject
[40/45] Compiling ReactiveKit Lock.swift
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Deprecations.swift:216:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func send(_ event: Event<Element, Error>) {
    ^~~~
    public
/Users/admin/builds/J1XnyXFH/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LoadingSignal.swift:356:39: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol LoadingStateListener: class {
                                      ^~~~~
                                      AnyObject
[41/45] Compiling ReactiveKit Completion.swift
[42/45] Compiling ReactiveKit Demand.swift
[43/45] Compiling ReactiveKit Sink.swift
[44/45] Compiling ReactiveKit Subscription.swift
[45/45] Compiling ReactiveKit TimelaneCore.swift
Build complete! (11.11s)
Build complete.
Done.