The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Bond, reference master (146943), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 18:35:55 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/declarativehub/bond.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/declarativehub/bond
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 146943c Update podspec
Cloned https://github.com/declarativehub/bond.git
Revision (git rev-parse @):
146943c0bc03a93c48fb6c57db4e39f4b38ba74b
SUCCESS checkout https://github.com/declarativehub/bond.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/declarativehub/bond.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[3/5] Write swift-version-1EA4D86E10B52AF.txt
[4/61] Compiling BNDProtocolProxyBase BNDProtocolProxyBase.m
[6/61] Emitting module ReactiveKit
[7/65] Compiling ReactiveKit SignalProtocol+ErrorHandling.swift
[8/65] Compiling ReactiveKit SignalProtocol+Event.swift
[9/65] Compiling ReactiveKit SignalProtocol+Filtering.swift
[10/65] Compiling ReactiveKit SignalProtocol+Monad.swift
[11/65] Compiling ReactiveKit Subjects.swift
[12/65] Compiling ReactiveKit Subscriber.swift
[13/65] Compiling ReactiveKit Accumulator.swift
[14/65] Compiling ReactiveKit Completion.swift
[15/65] Compiling ReactiveKit SignalProtocol+Optional.swift
[16/65] Compiling ReactiveKit SignalProtocol+Result.swift
[17/65] Compiling ReactiveKit SignalProtocol+Sequence.swift
[18/65] Compiling ReactiveKit SignalProtocol+Threading.swift
[19/65] Compiling ReactiveKit SignalProtocol+Timelane.swift
[20/65] Compiling ReactiveKit SignalProtocol+Transforming.swift
[21/65] Compiling ReactiveKit SignalProtocol+Utilities.swift
[22/65] Compiling ReactiveKit SignalProtocol.swift
[23/65] Compiling ReactiveKit LoadingSignal.swift
[24/65] Compiling ReactiveKit Lock.swift
[25/65] Compiling ReactiveKit ObservableObject.swift
[26/65] Compiling ReactiveKit Observer.swift
[27/65] Compiling ReactiveKit Property.swift
[28/65] Compiling ReactiveKit Atomic.swift
[29/65] Compiling ReactiveKit Bindable.swift
[30/65] Compiling ReactiveKit Cancellable.swift
[31/65] Compiling ReactiveKit Combine.swift
[32/65] Compiling ReactiveKit Connectable.swift
[33/65] Compiling ReactiveKit Deallocatable.swift
[34/65] Compiling ReactiveKit Deprecations.swift
[35/65] Compiling ReactiveKit Disposable.swift
[36/65] Compiling ReactiveKit ExecutionContext.swift
[37/65] Compiling ReactiveKit LoadingProperty.swift
[38/65] Compiling ReactiveKit Signal.Event.swift
[39/65] Compiling ReactiveKit Signal.swift
[40/65] Compiling ReactiveKit SignalProtocol+Arities.swift
[41/65] Compiling ReactiveKit SignalProtocol+Combining.swift
[42/65] Compiling ReactiveKit Published.swift
[43/65] Compiling ReactiveKit Deferred.swift
[44/65] Compiling ReactiveKit Empty.swift
[45/65] Compiling ReactiveKit Reactive.swift
[46/65] Compiling ReactiveKit Scheduler.swift
[47/65] Compiling ReactiveKit Demand.swift
[48/65] Compiling ReactiveKit Sink.swift
[49/65] Compiling ReactiveKit Subscription.swift
[50/65] Compiling ReactiveKit TimelaneCore.swift
[51/65] Compiling Differ NestedDiff.swift
[52/65] Compiling Differ Patch+Sort.swift
[53/66] Compiling Differ Patch.swift
[54/66] Compiling Differ NestedExtendedDiff.swift
[57/66] Compiling Differ Patch+Apply.swift
[64/66] Emitting module Differ
[67/157] Emitting module Bond
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:150:1: warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
148 | }
149 |
150 | extension NSControl: BindableProtocol {
    | |- warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
151 |
152 |     public func bind(signal: Signal<Any?, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSGestureRecognizer.swift:30:1: warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 28 | import ReactiveKit
 29 |
 30 | extension NSGestureRecognizer: BindingExecutionContextProvider {
    | |- warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
 32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSMenuItem.swift:30:1: warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSMenuItem: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSProgressIndicator.swift:75:1: warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
73 | }
74 |
75 | extension NSProgressIndicator: BindableProtocol {
   | |- warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
76 |
77 |     public func bind(signal: Signal<Double, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSView.swift:30:1: warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSResponder: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Observable Collections/ChangesetContainer.swift:29:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 27 |
 28 | /// A type that contains or wraps a changeset.
 29 | public protocol ChangesetContainerProtocol: class {
    |                                             `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 30 |
 31 |     associatedtype Changeset: ChangesetProtocol
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/CALayer.swift:28:1: warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
26 | import ReactiveKit
27 |
28 | extension CALayer: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
30 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSLayoutConstraint.swift:33:1: warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
31 | import ReactiveKit
32 |
33 | extension NSLayoutConstraint: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
34 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
35 | }
[68/167] Compiling Bond NSOutlineView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSProgressIndicator.swift:75:1: warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
73 | }
74 |
75 | extension NSProgressIndicator: BindableProtocol {
   | |- warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
76 |
77 |     public func bind(signal: Signal<Double, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSTableView+DataSource.swift:109:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
107 |
108 |     private func associateWithTableView(_ tableView: NSTableView) {
109 |         objc_setAssociatedObject(tableView, &TableViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
110 |         if tableView.reactive.hasProtocolProxy(for: NSTableViewDataSource.self) {
111 |             tableView.reactive.dataSource.forwardTo = self
[69/167] Compiling Bond NSPopUpButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSProgressIndicator.swift:75:1: warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
73 | }
74 |
75 | extension NSProgressIndicator: BindableProtocol {
   | |- warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
76 |
77 |     public func bind(signal: Signal<Double, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSTableView+DataSource.swift:109:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
107 |
108 |     private func associateWithTableView(_ tableView: NSTableView) {
109 |         objc_setAssociatedObject(tableView, &TableViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
110 |         if tableView.reactive.hasProtocolProxy(for: NSTableViewDataSource.self) {
111 |             tableView.reactive.dataSource.forwardTo = self
[70/167] Compiling Bond NSProgressIndicator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSProgressIndicator.swift:75:1: warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
73 | }
74 |
75 | extension NSProgressIndicator: BindableProtocol {
   | |- warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
76 |
77 |     public func bind(signal: Signal<Double, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSTableView+DataSource.swift:109:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
107 |
108 |     private func associateWithTableView(_ tableView: NSTableView) {
109 |         objc_setAssociatedObject(tableView, &TableViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
110 |         if tableView.reactive.hasProtocolProxy(for: NSTableViewDataSource.self) {
111 |             tableView.reactive.dataSource.forwardTo = self
[71/167] Compiling Bond NSSegmentedControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSProgressIndicator.swift:75:1: warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
73 | }
74 |
75 | extension NSProgressIndicator: BindableProtocol {
   | |- warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
76 |
77 |     public func bind(signal: Signal<Double, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSTableView+DataSource.swift:109:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
107 |
108 |     private func associateWithTableView(_ tableView: NSTableView) {
109 |         objc_setAssociatedObject(tableView, &TableViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
110 |         if tableView.reactive.hasProtocolProxy(for: NSTableViewDataSource.self) {
111 |             tableView.reactive.dataSource.forwardTo = self
[72/167] Compiling Bond NSSlider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSProgressIndicator.swift:75:1: warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
73 | }
74 |
75 | extension NSProgressIndicator: BindableProtocol {
   | |- warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
76 |
77 |     public func bind(signal: Signal<Double, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSTableView+DataSource.swift:109:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
107 |
108 |     private func associateWithTableView(_ tableView: NSTableView) {
109 |         objc_setAssociatedObject(tableView, &TableViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
110 |         if tableView.reactive.hasProtocolProxy(for: NSTableViewDataSource.self) {
111 |             tableView.reactive.dataSource.forwardTo = self
[73/167] Compiling Bond NSStatusBarButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSProgressIndicator.swift:75:1: warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
73 | }
74 |
75 | extension NSProgressIndicator: BindableProtocol {
   | |- warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
76 |
77 |     public func bind(signal: Signal<Double, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSTableView+DataSource.swift:109:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
107 |
108 |     private func associateWithTableView(_ tableView: NSTableView) {
109 |         objc_setAssociatedObject(tableView, &TableViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
110 |         if tableView.reactive.hasProtocolProxy(for: NSTableViewDataSource.self) {
111 |             tableView.reactive.dataSource.forwardTo = self
[74/167] Compiling Bond NSTableView+DataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSProgressIndicator.swift:75:1: warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
73 | }
74 |
75 | extension NSProgressIndicator: BindableProtocol {
   | |- warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
76 |
77 |     public func bind(signal: Signal<Double, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSTableView+DataSource.swift:109:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
107 |
108 |     private func associateWithTableView(_ tableView: NSTableView) {
109 |         objc_setAssociatedObject(tableView, &TableViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
110 |         if tableView.reactive.hasProtocolProxy(for: NSTableViewDataSource.self) {
111 |             tableView.reactive.dataSource.forwardTo = self
[75/167] Compiling Bond NSTableView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSProgressIndicator.swift:75:1: warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
73 | }
74 |
75 | extension NSProgressIndicator: BindableProtocol {
   | |- warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
76 |
77 |     public func bind(signal: Signal<Double, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSTableView+DataSource.swift:109:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
107 |
108 |     private func associateWithTableView(_ tableView: NSTableView) {
109 |         objc_setAssociatedObject(tableView, &TableViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
110 |         if tableView.reactive.hasProtocolProxy(for: NSTableViewDataSource.self) {
111 |             tableView.reactive.dataSource.forwardTo = self
[76/167] Compiling Bond NSTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSProgressIndicator.swift:75:1: warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
73 | }
74 |
75 | extension NSProgressIndicator: BindableProtocol {
   | |- warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
76 |
77 |     public func bind(signal: Signal<Double, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSTableView+DataSource.swift:109:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
107 |
108 |     private func associateWithTableView(_ tableView: NSTableView) {
109 |         objc_setAssociatedObject(tableView, &TableViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
110 |         if tableView.reactive.hasProtocolProxy(for: NSTableViewDataSource.self) {
111 |             tableView.reactive.dataSource.forwardTo = self
[77/167] Compiling Bond NSTextView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSProgressIndicator.swift:75:1: warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
73 | }
74 |
75 | extension NSProgressIndicator: BindableProtocol {
   | |- warning: extension declares a conformance of imported type 'NSProgressIndicator' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
76 |
77 |     public func bind(signal: Signal<Double, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSTableView+DataSource.swift:109:45: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
107 |
108 |     private func associateWithTableView(_ tableView: NSTableView) {
109 |         objc_setAssociatedObject(tableView, &TableViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
110 |         if tableView.reactive.hasProtocolProxy(for: NSTableViewDataSource.self) {
111 |             tableView.reactive.dataSource.forwardTo = self
[78/167] Compiling Bond TreeNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Observable Collections/ChangesetContainer.swift:29:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 27 |
 28 | /// A type that contains or wraps a changeset.
 29 | public protocol ChangesetContainerProtocol: class {
    |                                             `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 30 |
 31 |     associatedtype Changeset: ChangesetProtocol
[79/167] Compiling Bond TreeProtocol+Differ.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Observable Collections/ChangesetContainer.swift:29:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 27 |
 28 | /// A type that contains or wraps a changeset.
 29 | public protocol ChangesetContainerProtocol: class {
    |                                             `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 30 |
 31 |     associatedtype Changeset: ChangesetProtocol
[80/167] Compiling Bond TreeProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Observable Collections/ChangesetContainer.swift:29:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 27 |
 28 | /// A type that contains or wraps a changeset.
 29 | public protocol ChangesetContainerProtocol: class {
    |                                             `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 30 |
 31 |     associatedtype Changeset: ChangesetProtocol
[81/167] Compiling Bond TreeView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Observable Collections/ChangesetContainer.swift:29:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 27 |
 28 | /// A type that contains or wraps a changeset.
 29 | public protocol ChangesetContainerProtocol: class {
    |                                             `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 30 |
 31 |     associatedtype Changeset: ChangesetProtocol
[82/167] Compiling Bond Deprecations.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Observable Collections/ChangesetContainer.swift:29:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 27 |
 28 | /// A type that contains or wraps a changeset.
 29 | public protocol ChangesetContainerProtocol: class {
    |                                             `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 30 |
 31 |     associatedtype Changeset: ChangesetProtocol
[83/167] Compiling Bond DynamicSubject.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Observable Collections/ChangesetContainer.swift:29:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 27 |
 28 | /// A type that contains or wraps a changeset.
 29 | public protocol ChangesetContainerProtocol: class {
    |                                             `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 30 |
 31 |     associatedtype Changeset: ChangesetProtocol
[84/167] Compiling Bond Instantiatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Observable Collections/ChangesetContainer.swift:29:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 27 |
 28 | /// A type that contains or wraps a changeset.
 29 | public protocol ChangesetContainerProtocol: class {
    |                                             `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 30 |
 31 |     associatedtype Changeset: ChangesetProtocol
[85/167] Compiling Bond MainBlockDisposable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Observable Collections/ChangesetContainer.swift:29:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 27 |
 28 | /// A type that contains or wraps a changeset.
 29 | public protocol ChangesetContainerProtocol: class {
    |                                             `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 30 |
 31 |     associatedtype Changeset: ChangesetProtocol
[86/167] Compiling Bond Changeset.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Observable Collections/ChangesetContainer.swift:29:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 27 |
 28 | /// A type that contains or wraps a changeset.
 29 | public protocol ChangesetContainerProtocol: class {
    |                                             `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 30 |
 31 |     associatedtype Changeset: ChangesetProtocol
[87/167] Compiling Bond ChangesetContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Observable Collections/ChangesetContainer.swift:29:45: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 27 |
 28 | /// A type that contains or wraps a changeset.
 29 | public protocol ChangesetContainerProtocol: class {
    |                                             `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 30 |
 31 |     associatedtype Changeset: ChangesetProtocol
[88/167] Compiling Bond UISegmentedControl.swift
[89/167] Compiling Bond UISlider.swift
[90/167] Compiling Bond UIStepper.swift
[91/167] Compiling Bond UISwitch.swift
[92/167] Compiling Bond UITableView+DataSource.swift
[93/167] Compiling Bond UITableView.swift
[94/167] Compiling Bond UITextField.swift
[95/167] Compiling Bond UITextView.swift
[96/167] Compiling Bond UIView.swift
[97/167] Compiling Bond ViewControllerLifecycle.swift
[98/167] Compiling Bond NSView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSView.swift:30:1: warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSResponder: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
[99/167] Compiling Bond BNDInvocation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSView.swift:30:1: warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSResponder: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
[100/167] Compiling Bond Bond.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSView.swift:30:1: warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSResponder: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
[101/167] Compiling Bond FlatDataSourceChangesetConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSView.swift:30:1: warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSResponder: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
[102/167] Compiling Bond OutlineChangesetConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSView.swift:30:1: warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSResponder: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
[103/167] Compiling Bond SectionedDataSourceChangesetConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSView.swift:30:1: warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSResponder: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
[104/167] Compiling Bond Array2D.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSView.swift:30:1: warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSResponder: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
[105/167] Compiling Bond Collection+Bond.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSView.swift:30:1: warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSResponder: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
[106/167] Compiling Bond IndexPath+Bond.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSView.swift:30:1: warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSResponder: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
[107/167] Compiling Bond TreeArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSView.swift:30:1: warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSResponder: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSResponder' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
[108/167] Compiling Bond OrderedCollectionOperation.swift
[109/167] Compiling Bond Property+ChangesetContainerProtocol.swift
[110/167] Compiling Bond Signal+ChangesetProtocol.swift
[111/167] Compiling Bond TreeChangeset+Array2D.swift
[112/167] Compiling Bond TreeChangeset.swift
[113/167] Compiling Bond UnorderedCollectionChangeset+Dictionary.swift
[114/167] Compiling Bond UnorderedCollectionChangeset+Set.swift
[115/167] Compiling Bond UnorderedCollectionChangeset.swift
[116/167] Compiling Bond UnorderedCollectionDiff.swift
[117/167] Compiling Bond UnorderedCollectionOperation.swift
[118/167] Compiling Bond NSAppearanceCustomization.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:150:1: warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
148 | }
149 |
150 | extension NSControl: BindableProtocol {
    | |- warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
151 |
152 |     public func bind(signal: Signal<Any?, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSGestureRecognizer.swift:30:1: warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 28 | import ReactiveKit
 29 |
 30 | extension NSGestureRecognizer: BindingExecutionContextProvider {
    | |- warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
 32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSMenuItem.swift:30:1: warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSMenuItem: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSCollectionView+DataSource.swift:131:50: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
129 |
130 |     private func associateWithCollectionView(_ collectionView: NSCollectionView) {
131 |         objc_setAssociatedObject(collectionView, &CollectionViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                  `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
132 |         if collectionView.reactive.hasProtocolProxy(for: NSCollectionViewDataSource.self) {
133 |             collectionView.reactive.dataSource.forwardTo = self
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:64:63: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 62 |
 63 |     public var controlEvent: SafeSignal<Base> {
 64 |         if let controlHelper = objc_getAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey) as AnyObject? {
    |                                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 65 |             return (controlHelper as! NSControl.BondHelper).subject.map { $0 as! Base }.toSignal()
 66 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:68:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 66 |         } else {
 67 |             let controlHelper = NSControl.BondHelper(control: base)
 68 |             objc_setAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey, controlHelper, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 69 |             return controlHelper.subject.map { $0 as! Base }.toSignal()
 70 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSOutlineView+Changeset.swift:170:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
168 |
169 |     private func associate(with outlineView: NSOutlineView) {
170 |         objc_setAssociatedObject(outlineView, &OutlineViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
171 |
172 |         if outlineView.reactive.hasProtocolProxy(for: NSOutlineViewDataSource.self) {
[119/167] Compiling Bond NSButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:150:1: warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
148 | }
149 |
150 | extension NSControl: BindableProtocol {
    | |- warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
151 |
152 |     public func bind(signal: Signal<Any?, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSGestureRecognizer.swift:30:1: warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 28 | import ReactiveKit
 29 |
 30 | extension NSGestureRecognizer: BindingExecutionContextProvider {
    | |- warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
 32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSMenuItem.swift:30:1: warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSMenuItem: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSCollectionView+DataSource.swift:131:50: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
129 |
130 |     private func associateWithCollectionView(_ collectionView: NSCollectionView) {
131 |         objc_setAssociatedObject(collectionView, &CollectionViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                  `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
132 |         if collectionView.reactive.hasProtocolProxy(for: NSCollectionViewDataSource.self) {
133 |             collectionView.reactive.dataSource.forwardTo = self
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:64:63: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 62 |
 63 |     public var controlEvent: SafeSignal<Base> {
 64 |         if let controlHelper = objc_getAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey) as AnyObject? {
    |                                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 65 |             return (controlHelper as! NSControl.BondHelper).subject.map { $0 as! Base }.toSignal()
 66 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:68:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 66 |         } else {
 67 |             let controlHelper = NSControl.BondHelper(control: base)
 68 |             objc_setAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey, controlHelper, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 69 |             return controlHelper.subject.map { $0 as! Base }.toSignal()
 70 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSOutlineView+Changeset.swift:170:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
168 |
169 |     private func associate(with outlineView: NSOutlineView) {
170 |         objc_setAssociatedObject(outlineView, &OutlineViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
171 |
172 |         if outlineView.reactive.hasProtocolProxy(for: NSOutlineViewDataSource.self) {
[120/167] Compiling Bond NSCollectionView+DataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:150:1: warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
148 | }
149 |
150 | extension NSControl: BindableProtocol {
    | |- warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
151 |
152 |     public func bind(signal: Signal<Any?, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSGestureRecognizer.swift:30:1: warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 28 | import ReactiveKit
 29 |
 30 | extension NSGestureRecognizer: BindingExecutionContextProvider {
    | |- warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
 32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSMenuItem.swift:30:1: warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSMenuItem: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSCollectionView+DataSource.swift:131:50: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
129 |
130 |     private func associateWithCollectionView(_ collectionView: NSCollectionView) {
131 |         objc_setAssociatedObject(collectionView, &CollectionViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                  `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
132 |         if collectionView.reactive.hasProtocolProxy(for: NSCollectionViewDataSource.self) {
133 |             collectionView.reactive.dataSource.forwardTo = self
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:64:63: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 62 |
 63 |     public var controlEvent: SafeSignal<Base> {
 64 |         if let controlHelper = objc_getAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey) as AnyObject? {
    |                                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 65 |             return (controlHelper as! NSControl.BondHelper).subject.map { $0 as! Base }.toSignal()
 66 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:68:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 66 |         } else {
 67 |             let controlHelper = NSControl.BondHelper(control: base)
 68 |             objc_setAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey, controlHelper, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 69 |             return controlHelper.subject.map { $0 as! Base }.toSignal()
 70 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSOutlineView+Changeset.swift:170:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
168 |
169 |     private func associate(with outlineView: NSOutlineView) {
170 |         objc_setAssociatedObject(outlineView, &OutlineViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
171 |
172 |         if outlineView.reactive.hasProtocolProxy(for: NSOutlineViewDataSource.self) {
[121/167] Compiling Bond NSCollectionView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:150:1: warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
148 | }
149 |
150 | extension NSControl: BindableProtocol {
    | |- warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
151 |
152 |     public func bind(signal: Signal<Any?, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSGestureRecognizer.swift:30:1: warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 28 | import ReactiveKit
 29 |
 30 | extension NSGestureRecognizer: BindingExecutionContextProvider {
    | |- warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
 32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSMenuItem.swift:30:1: warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSMenuItem: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSCollectionView+DataSource.swift:131:50: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
129 |
130 |     private func associateWithCollectionView(_ collectionView: NSCollectionView) {
131 |         objc_setAssociatedObject(collectionView, &CollectionViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                  `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
132 |         if collectionView.reactive.hasProtocolProxy(for: NSCollectionViewDataSource.self) {
133 |             collectionView.reactive.dataSource.forwardTo = self
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:64:63: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 62 |
 63 |     public var controlEvent: SafeSignal<Base> {
 64 |         if let controlHelper = objc_getAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey) as AnyObject? {
    |                                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 65 |             return (controlHelper as! NSControl.BondHelper).subject.map { $0 as! Base }.toSignal()
 66 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:68:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 66 |         } else {
 67 |             let controlHelper = NSControl.BondHelper(control: base)
 68 |             objc_setAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey, controlHelper, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 69 |             return controlHelper.subject.map { $0 as! Base }.toSignal()
 70 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSOutlineView+Changeset.swift:170:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
168 |
169 |     private func associate(with outlineView: NSOutlineView) {
170 |         objc_setAssociatedObject(outlineView, &OutlineViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
171 |
172 |         if outlineView.reactive.hasProtocolProxy(for: NSOutlineViewDataSource.self) {
[122/167] Compiling Bond NSColorWell.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:150:1: warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
148 | }
149 |
150 | extension NSControl: BindableProtocol {
    | |- warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
151 |
152 |     public func bind(signal: Signal<Any?, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSGestureRecognizer.swift:30:1: warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 28 | import ReactiveKit
 29 |
 30 | extension NSGestureRecognizer: BindingExecutionContextProvider {
    | |- warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
 32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSMenuItem.swift:30:1: warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSMenuItem: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSCollectionView+DataSource.swift:131:50: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
129 |
130 |     private func associateWithCollectionView(_ collectionView: NSCollectionView) {
131 |         objc_setAssociatedObject(collectionView, &CollectionViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                  `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
132 |         if collectionView.reactive.hasProtocolProxy(for: NSCollectionViewDataSource.self) {
133 |             collectionView.reactive.dataSource.forwardTo = self
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:64:63: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 62 |
 63 |     public var controlEvent: SafeSignal<Base> {
 64 |         if let controlHelper = objc_getAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey) as AnyObject? {
    |                                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 65 |             return (controlHelper as! NSControl.BondHelper).subject.map { $0 as! Base }.toSignal()
 66 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:68:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 66 |         } else {
 67 |             let controlHelper = NSControl.BondHelper(control: base)
 68 |             objc_setAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey, controlHelper, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 69 |             return controlHelper.subject.map { $0 as! Base }.toSignal()
 70 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSOutlineView+Changeset.swift:170:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
168 |
169 |     private func associate(with outlineView: NSOutlineView) {
170 |         objc_setAssociatedObject(outlineView, &OutlineViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
171 |
172 |         if outlineView.reactive.hasProtocolProxy(for: NSOutlineViewDataSource.self) {
[123/167] Compiling Bond NSControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:150:1: warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
148 | }
149 |
150 | extension NSControl: BindableProtocol {
    | |- warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
151 |
152 |     public func bind(signal: Signal<Any?, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSGestureRecognizer.swift:30:1: warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 28 | import ReactiveKit
 29 |
 30 | extension NSGestureRecognizer: BindingExecutionContextProvider {
    | |- warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
 32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSMenuItem.swift:30:1: warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSMenuItem: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSCollectionView+DataSource.swift:131:50: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
129 |
130 |     private func associateWithCollectionView(_ collectionView: NSCollectionView) {
131 |         objc_setAssociatedObject(collectionView, &CollectionViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                  `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
132 |         if collectionView.reactive.hasProtocolProxy(for: NSCollectionViewDataSource.self) {
133 |             collectionView.reactive.dataSource.forwardTo = self
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:64:63: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 62 |
 63 |     public var controlEvent: SafeSignal<Base> {
 64 |         if let controlHelper = objc_getAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey) as AnyObject? {
    |                                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 65 |             return (controlHelper as! NSControl.BondHelper).subject.map { $0 as! Base }.toSignal()
 66 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:68:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 66 |         } else {
 67 |             let controlHelper = NSControl.BondHelper(control: base)
 68 |             objc_setAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey, controlHelper, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 69 |             return controlHelper.subject.map { $0 as! Base }.toSignal()
 70 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSOutlineView+Changeset.swift:170:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
168 |
169 |     private func associate(with outlineView: NSOutlineView) {
170 |         objc_setAssociatedObject(outlineView, &OutlineViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
171 |
172 |         if outlineView.reactive.hasProtocolProxy(for: NSOutlineViewDataSource.self) {
[124/167] Compiling Bond NSGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:150:1: warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
148 | }
149 |
150 | extension NSControl: BindableProtocol {
    | |- warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
151 |
152 |     public func bind(signal: Signal<Any?, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSGestureRecognizer.swift:30:1: warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 28 | import ReactiveKit
 29 |
 30 | extension NSGestureRecognizer: BindingExecutionContextProvider {
    | |- warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
 32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSMenuItem.swift:30:1: warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSMenuItem: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSCollectionView+DataSource.swift:131:50: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
129 |
130 |     private func associateWithCollectionView(_ collectionView: NSCollectionView) {
131 |         objc_setAssociatedObject(collectionView, &CollectionViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                  `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
132 |         if collectionView.reactive.hasProtocolProxy(for: NSCollectionViewDataSource.self) {
133 |             collectionView.reactive.dataSource.forwardTo = self
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:64:63: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 62 |
 63 |     public var controlEvent: SafeSignal<Base> {
 64 |         if let controlHelper = objc_getAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey) as AnyObject? {
    |                                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 65 |             return (controlHelper as! NSControl.BondHelper).subject.map { $0 as! Base }.toSignal()
 66 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:68:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 66 |         } else {
 67 |             let controlHelper = NSControl.BondHelper(control: base)
 68 |             objc_setAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey, controlHelper, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 69 |             return controlHelper.subject.map { $0 as! Base }.toSignal()
 70 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSOutlineView+Changeset.swift:170:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
168 |
169 |     private func associate(with outlineView: NSOutlineView) {
170 |         objc_setAssociatedObject(outlineView, &OutlineViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
171 |
172 |         if outlineView.reactive.hasProtocolProxy(for: NSOutlineViewDataSource.self) {
[125/167] Compiling Bond NSImageView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:150:1: warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
148 | }
149 |
150 | extension NSControl: BindableProtocol {
    | |- warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
151 |
152 |     public func bind(signal: Signal<Any?, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSGestureRecognizer.swift:30:1: warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 28 | import ReactiveKit
 29 |
 30 | extension NSGestureRecognizer: BindingExecutionContextProvider {
    | |- warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
 32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSMenuItem.swift:30:1: warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSMenuItem: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSCollectionView+DataSource.swift:131:50: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
129 |
130 |     private func associateWithCollectionView(_ collectionView: NSCollectionView) {
131 |         objc_setAssociatedObject(collectionView, &CollectionViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                  `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
132 |         if collectionView.reactive.hasProtocolProxy(for: NSCollectionViewDataSource.self) {
133 |             collectionView.reactive.dataSource.forwardTo = self
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:64:63: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 62 |
 63 |     public var controlEvent: SafeSignal<Base> {
 64 |         if let controlHelper = objc_getAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey) as AnyObject? {
    |                                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 65 |             return (controlHelper as! NSControl.BondHelper).subject.map { $0 as! Base }.toSignal()
 66 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:68:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 66 |         } else {
 67 |             let controlHelper = NSControl.BondHelper(control: base)
 68 |             objc_setAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey, controlHelper, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 69 |             return controlHelper.subject.map { $0 as! Base }.toSignal()
 70 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSOutlineView+Changeset.swift:170:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
168 |
169 |     private func associate(with outlineView: NSOutlineView) {
170 |         objc_setAssociatedObject(outlineView, &OutlineViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
171 |
172 |         if outlineView.reactive.hasProtocolProxy(for: NSOutlineViewDataSource.self) {
[126/167] Compiling Bond NSMenuItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:150:1: warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
148 | }
149 |
150 | extension NSControl: BindableProtocol {
    | |- warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
151 |
152 |     public func bind(signal: Signal<Any?, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSGestureRecognizer.swift:30:1: warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 28 | import ReactiveKit
 29 |
 30 | extension NSGestureRecognizer: BindingExecutionContextProvider {
    | |- warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
 32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSMenuItem.swift:30:1: warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSMenuItem: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSCollectionView+DataSource.swift:131:50: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
129 |
130 |     private func associateWithCollectionView(_ collectionView: NSCollectionView) {
131 |         objc_setAssociatedObject(collectionView, &CollectionViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                  `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
132 |         if collectionView.reactive.hasProtocolProxy(for: NSCollectionViewDataSource.self) {
133 |             collectionView.reactive.dataSource.forwardTo = self
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:64:63: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 62 |
 63 |     public var controlEvent: SafeSignal<Base> {
 64 |         if let controlHelper = objc_getAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey) as AnyObject? {
    |                                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 65 |             return (controlHelper as! NSControl.BondHelper).subject.map { $0 as! Base }.toSignal()
 66 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:68:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 66 |         } else {
 67 |             let controlHelper = NSControl.BondHelper(control: base)
 68 |             objc_setAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey, controlHelper, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 69 |             return controlHelper.subject.map { $0 as! Base }.toSignal()
 70 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSOutlineView+Changeset.swift:170:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
168 |
169 |     private func associate(with outlineView: NSOutlineView) {
170 |         objc_setAssociatedObject(outlineView, &OutlineViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
171 |
172 |         if outlineView.reactive.hasProtocolProxy(for: NSOutlineViewDataSource.self) {
[127/167] Compiling Bond NSOutlineView+Changeset.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:150:1: warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
148 | }
149 |
150 | extension NSControl: BindableProtocol {
    | |- warning: extension declares a conformance of imported type 'NSControl' to imported protocol 'BindableProtocol'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
151 |
152 |     public func bind(signal: Signal<Any?, Never>) -> Disposable {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSGestureRecognizer.swift:30:1: warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
 28 | import ReactiveKit
 29 |
 30 | extension NSGestureRecognizer: BindingExecutionContextProvider {
    | |- warning: extension declares a conformance of imported type 'NSGestureRecognizer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
 32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSMenuItem.swift:30:1: warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | import ReactiveKit
29 |
30 | extension NSMenuItem: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSMenuItem' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
32 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSCollectionView+DataSource.swift:131:50: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
129 |
130 |     private func associateWithCollectionView(_ collectionView: NSCollectionView) {
131 |         objc_setAssociatedObject(collectionView, &CollectionViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                  `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
132 |         if collectionView.reactive.hasProtocolProxy(for: NSCollectionViewDataSource.self) {
133 |             collectionView.reactive.dataSource.forwardTo = self
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:64:63: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 62 |
 63 |     public var controlEvent: SafeSignal<Base> {
 64 |         if let controlHelper = objc_getAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey) as AnyObject? {
    |                                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 65 |             return (controlHelper as! NSControl.BondHelper).subject.map { $0 as! Base }.toSignal()
 66 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSControl.swift:68:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 66 |         } else {
 67 |             let controlHelper = NSControl.BondHelper(control: base)
 68 |             objc_setAssociatedObject(base, &NSControl.AssociatedKeys.ControlHelperKey, controlHelper, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
 69 |             return controlHelper.subject.map { $0 as! Base }.toSignal()
 70 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/AppKit/NSOutlineView+Changeset.swift:170:47: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
168 |
169 |     private func associate(with outlineView: NSOutlineView) {
170 |         objc_setAssociatedObject(outlineView, &OutlineViewBinderDataSourceAssociationKey, self, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                               `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
171 |
172 |         if outlineView.reactive.hasProtocolProxy(for: NSOutlineViewDataSource.self) {
[128/167] Compiling Bond UIGestureRecognizer.swift
[129/167] Compiling Bond UIImageView.swift
[130/167] Compiling Bond UILabel.swift
[131/167] Compiling Bond UINavigationBar.swift
[132/167] Compiling Bond UINavigationItem.swift
[133/167] Compiling Bond UIPickerView+DataSource.swift
[134/167] Compiling Bond UIPickerView.swift
[135/167] Compiling Bond UIProgressView.swift
[136/167] Compiling Bond UIRefreshControl.swift
[137/167] Compiling Bond UISearchBar.swift
[138/167] Compiling Bond Observable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/CALayer.swift:28:1: warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
26 | import ReactiveKit
27 |
28 | extension CALayer: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
30 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSLayoutConstraint.swift:33:1: warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
31 | import ReactiveKit
32 |
33 | extension NSLayoutConstraint: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
34 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject+KVO.swift:58:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |     ///            as the observaton is alive. Releasing the disposable will dispose the observation automatically.
 57 |     ///            The rule should be ignored if using bindings instead of observations.
 58 |     public func keyPath<T>(_ keyPath: KeyPath<Base, T>, startWithCurrentValue: Bool = true) -> SafeSignal<T> {
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 59 |         return Signal { [weak base] observer in
 60 |             guard let base = base else { return NonDisposable.instance }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:346:61: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
344 |     fileprivate var protocolProxies: [ProtocolProxyPropertyController: ProtocolProxy] {
345 |         get {
346 |             if let proxies = objc_getAssociatedObject(self, &AssociatedKeys.ProtocolProxies) as? [ProtocolProxyPropertyController: ProtocolProxy] {
    |                                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
347 |                 return proxies
348 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:350:48: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
348 |             } else {
349 |                 let proxies = [ProtocolProxyPropertyController: ProtocolProxy]()
350 |                 objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, proxies as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
351 |                 return proxies
352 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:355:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
353 |         }
354 |         set {
355 |             objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, newValue as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
356 |         }
357 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:56:57: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
54 |     internal var _willDeallocate: Signal<UnownedUnsafe<NSObject>, Never> {
55 |         StaticVariables.lock.lock(); defer { StaticVariables.lock.unlock() }
56 |         if let subject = objc_getAssociatedObject(self, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                         `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
57 |             return subject.toSignal()
58 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:66:67: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
64 |                 StaticVariables.swizzledTypes.insert(typeName)
65 |                 type(of: self)._swizzleDeinit { me in
66 |                     if let subject = objc_getAssociatedObject(me, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                                   `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
67 |                         subject.send(completion: .finished)
68 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:72:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
70 |             }
71 |
72 |             objc_setAssociatedObject(self, &StaticVariables.willDeallocateSubject, subject, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
73 |             return subject.toSignal()
74 |         }
[139/167] Compiling Bond Property+BidirectionalMap.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/CALayer.swift:28:1: warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
26 | import ReactiveKit
27 |
28 | extension CALayer: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
30 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSLayoutConstraint.swift:33:1: warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
31 | import ReactiveKit
32 |
33 | extension NSLayoutConstraint: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
34 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject+KVO.swift:58:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |     ///            as the observaton is alive. Releasing the disposable will dispose the observation automatically.
 57 |     ///            The rule should be ignored if using bindings instead of observations.
 58 |     public func keyPath<T>(_ keyPath: KeyPath<Base, T>, startWithCurrentValue: Bool = true) -> SafeSignal<T> {
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 59 |         return Signal { [weak base] observer in
 60 |             guard let base = base else { return NonDisposable.instance }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:346:61: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
344 |     fileprivate var protocolProxies: [ProtocolProxyPropertyController: ProtocolProxy] {
345 |         get {
346 |             if let proxies = objc_getAssociatedObject(self, &AssociatedKeys.ProtocolProxies) as? [ProtocolProxyPropertyController: ProtocolProxy] {
    |                                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
347 |                 return proxies
348 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:350:48: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
348 |             } else {
349 |                 let proxies = [ProtocolProxyPropertyController: ProtocolProxy]()
350 |                 objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, proxies as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
351 |                 return proxies
352 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:355:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
353 |         }
354 |         set {
355 |             objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, newValue as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
356 |         }
357 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:56:57: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
54 |     internal var _willDeallocate: Signal<UnownedUnsafe<NSObject>, Never> {
55 |         StaticVariables.lock.lock(); defer { StaticVariables.lock.unlock() }
56 |         if let subject = objc_getAssociatedObject(self, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                         `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
57 |             return subject.toSignal()
58 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:66:67: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
64 |                 StaticVariables.swizzledTypes.insert(typeName)
65 |                 type(of: self)._swizzleDeinit { me in
66 |                     if let subject = objc_getAssociatedObject(me, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                                   `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
67 |                         subject.send(completion: .finished)
68 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:72:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
70 |             }
71 |
72 |             objc_setAssociatedObject(self, &StaticVariables.willDeallocateSubject, subject, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
73 |             return subject.toSignal()
74 |         }
[140/167] Compiling Bond ProtocolProxy.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/CALayer.swift:28:1: warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
26 | import ReactiveKit
27 |
28 | extension CALayer: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
30 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSLayoutConstraint.swift:33:1: warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
31 | import ReactiveKit
32 |
33 | extension NSLayoutConstraint: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
34 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject+KVO.swift:58:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |     ///            as the observaton is alive. Releasing the disposable will dispose the observation automatically.
 57 |     ///            The rule should be ignored if using bindings instead of observations.
 58 |     public func keyPath<T>(_ keyPath: KeyPath<Base, T>, startWithCurrentValue: Bool = true) -> SafeSignal<T> {
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 59 |         return Signal { [weak base] observer in
 60 |             guard let base = base else { return NonDisposable.instance }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:346:61: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
344 |     fileprivate var protocolProxies: [ProtocolProxyPropertyController: ProtocolProxy] {
345 |         get {
346 |             if let proxies = objc_getAssociatedObject(self, &AssociatedKeys.ProtocolProxies) as? [ProtocolProxyPropertyController: ProtocolProxy] {
    |                                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
347 |                 return proxies
348 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:350:48: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
348 |             } else {
349 |                 let proxies = [ProtocolProxyPropertyController: ProtocolProxy]()
350 |                 objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, proxies as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
351 |                 return proxies
352 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:355:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
353 |         }
354 |         set {
355 |             objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, newValue as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
356 |         }
357 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:56:57: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
54 |     internal var _willDeallocate: Signal<UnownedUnsafe<NSObject>, Never> {
55 |         StaticVariables.lock.lock(); defer { StaticVariables.lock.unlock() }
56 |         if let subject = objc_getAssociatedObject(self, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                         `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
57 |             return subject.toSignal()
58 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:66:67: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
64 |                 StaticVariables.swizzledTypes.insert(typeName)
65 |                 type(of: self)._swizzleDeinit { me in
66 |                     if let subject = objc_getAssociatedObject(me, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                                   `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
67 |                         subject.send(completion: .finished)
68 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:72:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
70 |             }
71 |
72 |             objc_setAssociatedObject(self, &StaticVariables.willDeallocateSubject, subject, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
73 |             return subject.toSignal()
74 |         }
[141/167] Compiling Bond ProtocolProxyController.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/CALayer.swift:28:1: warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
26 | import ReactiveKit
27 |
28 | extension CALayer: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
30 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSLayoutConstraint.swift:33:1: warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
31 | import ReactiveKit
32 |
33 | extension NSLayoutConstraint: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
34 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject+KVO.swift:58:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |     ///            as the observaton is alive. Releasing the disposable will dispose the observation automatically.
 57 |     ///            The rule should be ignored if using bindings instead of observations.
 58 |     public func keyPath<T>(_ keyPath: KeyPath<Base, T>, startWithCurrentValue: Bool = true) -> SafeSignal<T> {
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 59 |         return Signal { [weak base] observer in
 60 |             guard let base = base else { return NonDisposable.instance }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:346:61: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
344 |     fileprivate var protocolProxies: [ProtocolProxyPropertyController: ProtocolProxy] {
345 |         get {
346 |             if let proxies = objc_getAssociatedObject(self, &AssociatedKeys.ProtocolProxies) as? [ProtocolProxyPropertyController: ProtocolProxy] {
    |                                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
347 |                 return proxies
348 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:350:48: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
348 |             } else {
349 |                 let proxies = [ProtocolProxyPropertyController: ProtocolProxy]()
350 |                 objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, proxies as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
351 |                 return proxies
352 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:355:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
353 |         }
354 |         set {
355 |             objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, newValue as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
356 |         }
357 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:56:57: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
54 |     internal var _willDeallocate: Signal<UnownedUnsafe<NSObject>, Never> {
55 |         StaticVariables.lock.lock(); defer { StaticVariables.lock.unlock() }
56 |         if let subject = objc_getAssociatedObject(self, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                         `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
57 |             return subject.toSignal()
58 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:66:67: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
64 |                 StaticVariables.swizzledTypes.insert(typeName)
65 |                 type(of: self)._swizzleDeinit { me in
66 |                     if let subject = objc_getAssociatedObject(me, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                                   `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
67 |                         subject.send(completion: .finished)
68 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:72:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
70 |             }
71 |
72 |             objc_setAssociatedObject(self, &StaticVariables.willDeallocateSubject, subject, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
73 |             return subject.toSignal()
74 |         }
[142/167] Compiling Bond CALayer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/CALayer.swift:28:1: warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
26 | import ReactiveKit
27 |
28 | extension CALayer: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
30 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSLayoutConstraint.swift:33:1: warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
31 | import ReactiveKit
32 |
33 | extension NSLayoutConstraint: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
34 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject+KVO.swift:58:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |     ///            as the observaton is alive. Releasing the disposable will dispose the observation automatically.
 57 |     ///            The rule should be ignored if using bindings instead of observations.
 58 |     public func keyPath<T>(_ keyPath: KeyPath<Base, T>, startWithCurrentValue: Bool = true) -> SafeSignal<T> {
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 59 |         return Signal { [weak base] observer in
 60 |             guard let base = base else { return NonDisposable.instance }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:346:61: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
344 |     fileprivate var protocolProxies: [ProtocolProxyPropertyController: ProtocolProxy] {
345 |         get {
346 |             if let proxies = objc_getAssociatedObject(self, &AssociatedKeys.ProtocolProxies) as? [ProtocolProxyPropertyController: ProtocolProxy] {
    |                                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
347 |                 return proxies
348 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:350:48: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
348 |             } else {
349 |                 let proxies = [ProtocolProxyPropertyController: ProtocolProxy]()
350 |                 objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, proxies as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
351 |                 return proxies
352 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:355:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
353 |         }
354 |         set {
355 |             objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, newValue as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
356 |         }
357 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:56:57: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
54 |     internal var _willDeallocate: Signal<UnownedUnsafe<NSObject>, Never> {
55 |         StaticVariables.lock.lock(); defer { StaticVariables.lock.unlock() }
56 |         if let subject = objc_getAssociatedObject(self, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                         `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
57 |             return subject.toSignal()
58 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:66:67: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
64 |                 StaticVariables.swizzledTypes.insert(typeName)
65 |                 type(of: self)._swizzleDeinit { me in
66 |                     if let subject = objc_getAssociatedObject(me, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                                   `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
67 |                         subject.send(completion: .finished)
68 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:72:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
70 |             }
71 |
72 |             objc_setAssociatedObject(self, &StaticVariables.willDeallocateSubject, subject, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
73 |             return subject.toSignal()
74 |         }
[143/167] Compiling Bond NSLayoutConstraint.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/CALayer.swift:28:1: warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
26 | import ReactiveKit
27 |
28 | extension CALayer: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
30 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSLayoutConstraint.swift:33:1: warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
31 | import ReactiveKit
32 |
33 | extension NSLayoutConstraint: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
34 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject+KVO.swift:58:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |     ///            as the observaton is alive. Releasing the disposable will dispose the observation automatically.
 57 |     ///            The rule should be ignored if using bindings instead of observations.
 58 |     public func keyPath<T>(_ keyPath: KeyPath<Base, T>, startWithCurrentValue: Bool = true) -> SafeSignal<T> {
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 59 |         return Signal { [weak base] observer in
 60 |             guard let base = base else { return NonDisposable.instance }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:346:61: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
344 |     fileprivate var protocolProxies: [ProtocolProxyPropertyController: ProtocolProxy] {
345 |         get {
346 |             if let proxies = objc_getAssociatedObject(self, &AssociatedKeys.ProtocolProxies) as? [ProtocolProxyPropertyController: ProtocolProxy] {
    |                                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
347 |                 return proxies
348 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:350:48: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
348 |             } else {
349 |                 let proxies = [ProtocolProxyPropertyController: ProtocolProxy]()
350 |                 objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, proxies as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
351 |                 return proxies
352 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:355:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
353 |         }
354 |         set {
355 |             objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, newValue as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
356 |         }
357 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:56:57: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
54 |     internal var _willDeallocate: Signal<UnownedUnsafe<NSObject>, Never> {
55 |         StaticVariables.lock.lock(); defer { StaticVariables.lock.unlock() }
56 |         if let subject = objc_getAssociatedObject(self, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                         `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
57 |             return subject.toSignal()
58 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:66:67: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
64 |                 StaticVariables.swizzledTypes.insert(typeName)
65 |                 type(of: self)._swizzleDeinit { me in
66 |                     if let subject = objc_getAssociatedObject(me, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                                   `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
67 |                         subject.send(completion: .finished)
68 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:72:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
70 |             }
71 |
72 |             objc_setAssociatedObject(self, &StaticVariables.willDeallocateSubject, subject, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
73 |             return subject.toSignal()
74 |         }
[144/167] Compiling Bond NSObject+KVO.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/CALayer.swift:28:1: warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
26 | import ReactiveKit
27 |
28 | extension CALayer: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
30 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSLayoutConstraint.swift:33:1: warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
31 | import ReactiveKit
32 |
33 | extension NSLayoutConstraint: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
34 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject+KVO.swift:58:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |     ///            as the observaton is alive. Releasing the disposable will dispose the observation automatically.
 57 |     ///            The rule should be ignored if using bindings instead of observations.
 58 |     public func keyPath<T>(_ keyPath: KeyPath<Base, T>, startWithCurrentValue: Bool = true) -> SafeSignal<T> {
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 59 |         return Signal { [weak base] observer in
 60 |             guard let base = base else { return NonDisposable.instance }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:346:61: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
344 |     fileprivate var protocolProxies: [ProtocolProxyPropertyController: ProtocolProxy] {
345 |         get {
346 |             if let proxies = objc_getAssociatedObject(self, &AssociatedKeys.ProtocolProxies) as? [ProtocolProxyPropertyController: ProtocolProxy] {
    |                                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
347 |                 return proxies
348 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:350:48: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
348 |             } else {
349 |                 let proxies = [ProtocolProxyPropertyController: ProtocolProxy]()
350 |                 objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, proxies as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
351 |                 return proxies
352 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:355:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
353 |         }
354 |         set {
355 |             objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, newValue as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
356 |         }
357 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:56:57: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
54 |     internal var _willDeallocate: Signal<UnownedUnsafe<NSObject>, Never> {
55 |         StaticVariables.lock.lock(); defer { StaticVariables.lock.unlock() }
56 |         if let subject = objc_getAssociatedObject(self, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                         `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
57 |             return subject.toSignal()
58 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:66:67: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
64 |                 StaticVariables.swizzledTypes.insert(typeName)
65 |                 type(of: self)._swizzleDeinit { me in
66 |                     if let subject = objc_getAssociatedObject(me, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                                   `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
67 |                         subject.send(completion: .finished)
68 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:72:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
70 |             }
71 |
72 |             objc_setAssociatedObject(self, &StaticVariables.willDeallocateSubject, subject, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
73 |             return subject.toSignal()
74 |         }
[145/167] Compiling Bond NSObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/CALayer.swift:28:1: warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
26 | import ReactiveKit
27 |
28 | extension CALayer: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
30 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSLayoutConstraint.swift:33:1: warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
31 | import ReactiveKit
32 |
33 | extension NSLayoutConstraint: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
34 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject+KVO.swift:58:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |     ///            as the observaton is alive. Releasing the disposable will dispose the observation automatically.
 57 |     ///            The rule should be ignored if using bindings instead of observations.
 58 |     public func keyPath<T>(_ keyPath: KeyPath<Base, T>, startWithCurrentValue: Bool = true) -> SafeSignal<T> {
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 59 |         return Signal { [weak base] observer in
 60 |             guard let base = base else { return NonDisposable.instance }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:346:61: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
344 |     fileprivate var protocolProxies: [ProtocolProxyPropertyController: ProtocolProxy] {
345 |         get {
346 |             if let proxies = objc_getAssociatedObject(self, &AssociatedKeys.ProtocolProxies) as? [ProtocolProxyPropertyController: ProtocolProxy] {
    |                                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
347 |                 return proxies
348 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:350:48: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
348 |             } else {
349 |                 let proxies = [ProtocolProxyPropertyController: ProtocolProxy]()
350 |                 objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, proxies as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
351 |                 return proxies
352 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:355:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
353 |         }
354 |         set {
355 |             objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, newValue as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
356 |         }
357 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:56:57: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
54 |     internal var _willDeallocate: Signal<UnownedUnsafe<NSObject>, Never> {
55 |         StaticVariables.lock.lock(); defer { StaticVariables.lock.unlock() }
56 |         if let subject = objc_getAssociatedObject(self, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                         `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
57 |             return subject.toSignal()
58 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:66:67: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
64 |                 StaticVariables.swizzledTypes.insert(typeName)
65 |                 type(of: self)._swizzleDeinit { me in
66 |                     if let subject = objc_getAssociatedObject(me, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                                   `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
67 |                         subject.send(completion: .finished)
68 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:72:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
70 |             }
71 |
72 |             objc_setAssociatedObject(self, &StaticVariables.willDeallocateSubject, subject, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
73 |             return subject.toSignal()
74 |         }
[146/167] Compiling Bond NotificationCenter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/CALayer.swift:28:1: warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
26 | import ReactiveKit
27 |
28 | extension CALayer: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
30 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSLayoutConstraint.swift:33:1: warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
31 | import ReactiveKit
32 |
33 | extension NSLayoutConstraint: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
34 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject+KVO.swift:58:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |     ///            as the observaton is alive. Releasing the disposable will dispose the observation automatically.
 57 |     ///            The rule should be ignored if using bindings instead of observations.
 58 |     public func keyPath<T>(_ keyPath: KeyPath<Base, T>, startWithCurrentValue: Bool = true) -> SafeSignal<T> {
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 59 |         return Signal { [weak base] observer in
 60 |             guard let base = base else { return NonDisposable.instance }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:346:61: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
344 |     fileprivate var protocolProxies: [ProtocolProxyPropertyController: ProtocolProxy] {
345 |         get {
346 |             if let proxies = objc_getAssociatedObject(self, &AssociatedKeys.ProtocolProxies) as? [ProtocolProxyPropertyController: ProtocolProxy] {
    |                                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
347 |                 return proxies
348 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:350:48: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
348 |             } else {
349 |                 let proxies = [ProtocolProxyPropertyController: ProtocolProxy]()
350 |                 objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, proxies as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
351 |                 return proxies
352 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:355:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
353 |         }
354 |         set {
355 |             objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, newValue as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
356 |         }
357 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:56:57: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
54 |     internal var _willDeallocate: Signal<UnownedUnsafe<NSObject>, Never> {
55 |         StaticVariables.lock.lock(); defer { StaticVariables.lock.unlock() }
56 |         if let subject = objc_getAssociatedObject(self, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                         `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
57 |             return subject.toSignal()
58 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:66:67: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
64 |                 StaticVariables.swizzledTypes.insert(typeName)
65 |                 type(of: self)._swizzleDeinit { me in
66 |                     if let subject = objc_getAssociatedObject(me, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                                   `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
67 |                         subject.send(completion: .finished)
68 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:72:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
70 |             }
71 |
72 |             objc_setAssociatedObject(self, &StaticVariables.willDeallocateSubject, subject, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
73 |             return subject.toSignal()
74 |         }
[147/167] Compiling Bond Signal+Heartbeat.swift
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/CALayer.swift:28:1: warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
26 | import ReactiveKit
27 |
28 | extension CALayer: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'CALayer' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'QuartzCore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
30 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSLayoutConstraint.swift:33:1: warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
31 | import ReactiveKit
32 |
33 | extension NSLayoutConstraint: BindingExecutionContextProvider {
   | |- warning: extension declares a conformance of imported type 'NSLayoutConstraint' to imported protocol 'BindingExecutionContextProvider'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
34 |     public var bindingExecutionContext: ExecutionContext { return .immediateOnMain }
35 | }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject+KVO.swift:58:30: warning: capture of non-sendable type 'Self.Type' in an isolated closure
 56 |     ///            as the observaton is alive. Releasing the disposable will dispose the observation automatically.
 57 |     ///            The rule should be ignored if using bindings instead of observations.
 58 |     public func keyPath<T>(_ keyPath: KeyPath<Base, T>, startWithCurrentValue: Bool = true) -> SafeSignal<T> {
    |                              `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
 59 |         return Signal { [weak base] observer in
 60 |             guard let base = base else { return NonDisposable.instance }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:346:61: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
344 |     fileprivate var protocolProxies: [ProtocolProxyPropertyController: ProtocolProxy] {
345 |         get {
346 |             if let proxies = objc_getAssociatedObject(self, &AssociatedKeys.ProtocolProxies) as? [ProtocolProxyPropertyController: ProtocolProxy] {
    |                                                             `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
347 |                 return proxies
348 |             } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:350:48: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
348 |             } else {
349 |                 let proxies = [ProtocolProxyPropertyController: ProtocolProxy]()
350 |                 objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, proxies as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                                `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
351 |                 return proxies
352 |             }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/ProtocolProxy.swift:355:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
353 |         }
354 |         set {
355 |             objc_setAssociatedObject(self, &AssociatedKeys.ProtocolProxies, newValue as NSDictionary, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
    |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
356 |         }
357 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:56:57: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
54 |     internal var _willDeallocate: Signal<UnownedUnsafe<NSObject>, Never> {
55 |         StaticVariables.lock.lock(); defer { StaticVariables.lock.unlock() }
56 |         if let subject = objc_getAssociatedObject(self, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                         `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
57 |             return subject.toSignal()
58 |         } else {
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:66:67: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
64 |                 StaticVariables.swizzledTypes.insert(typeName)
65 |                 type(of: self)._swizzleDeinit { me in
66 |                     if let subject = objc_getAssociatedObject(me, &StaticVariables.willDeallocateSubject) as? ReplayOneSubject<UnownedUnsafe<NSObject>, Never> {
   |                                                                   `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
67 |                         subject.send(completion: .finished)
68 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/Bond/Shared/NSObject.swift:72:44: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
70 |             }
71 |
72 |             objc_setAssociatedObject(self, &StaticVariables.willDeallocateSubject, subject, objc_AssociationPolicy.OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |                                            `- warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
73 |             return subject.toSignal()
74 |         }
[148/167] Compiling Bond UIAccessibilityIdentification.swift
[149/167] Compiling Bond UIActivityIndicatorView.swift
[150/167] Compiling Bond UIApplication.swift
[151/167] Compiling Bond UIBarButtonItem.swift
[152/167] Compiling Bond UIBarItem.swift
[153/167] Compiling Bond UIButton.swift
[154/167] Compiling Bond UICollectionView+DataSource.swift
[155/167] Compiling Bond UICollectionView.swift
[156/167] Compiling Bond UIControl.swift
[157/167] Compiling Bond UIDatePicker.swift
[158/167] Compiling Bond OrderedCollectionChangeset.swift
[159/167] Compiling Bond OrderedCollectionDiff+IndexPath+Differ.swift
[160/167] Compiling Bond OrderedCollectionDiff+IndexPath+Patch.swift
[161/167] Compiling Bond OrderedCollectionDiff+IndexPath.swift
[162/167] Compiling Bond OrderedCollectionDiff+Strideable+Differ.swift
[163/167] Compiling Bond OrderedCollectionDiff+Strideable+Patch.swift
[164/167] Compiling Bond OrderedCollectionDiff+Strideable.swift
[165/167] Compiling Bond OrderedCollectionDiff.swift
[166/167] Compiling Bond OrderedCollectionOperation+IndexPath+Undo.swift
[167/167] Compiling Bond OrderedCollectionOperation+Strideable+Undo.swift
Build complete! (11.81s)
Fetching https://github.com/tonyarnold/Differ.git
Fetching https://github.com/DeclarativeHub/ReactiveKit.git
[1/3614] Fetching reactivekit
[291/5980] Fetching reactivekit, differ
Fetched https://github.com/tonyarnold/Differ.git from cache (0.99s)
Fetched https://github.com/DeclarativeHub/ReactiveKit.git from cache (0.99s)
Computing version for https://github.com/tonyarnold/Differ.git
Computed https://github.com/tonyarnold/Differ.git at 1.4.6 (1.48s)
Computing version for https://github.com/DeclarativeHub/ReactiveKit.git
Computed https://github.com/DeclarativeHub/ReactiveKit.git at 3.19.3 (0.46s)
Creating working copy for https://github.com/tonyarnold/Differ.git
Working copy of https://github.com/tonyarnold/Differ.git resolved at 1.4.6
Creating working copy for https://github.com/DeclarativeHub/ReactiveKit.git
Working copy of https://github.com/DeclarativeHub/ReactiveKit.git resolved at 3.19.3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "reactivekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.14.2",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/DeclarativeHub/ReactiveKit.git"
    },
    {
      "identity" : "differ",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tonyarnold/Differ.git"
    }
  ],
  "manifest_display_name" : "Bond",
  "name" : "Bond",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "Bond",
      "targets" : [
        "Bond"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BondTests",
      "module_type" : "SwiftTarget",
      "name" : "BondTests",
      "path" : "Tests/BondTests",
      "product_dependencies" : [
        "ReactiveKit"
      ],
      "sources" : [
        "BondTests.swift",
        "CollectionChangesetDiffAndPatchTest.swift",
        "DynamicSubjectTests.swift",
        "Helpers.swift",
        "NSObjectTests.swift",
        "ProtocolProxyTests.swift",
        "TreeChangesetDiffAndPatchTest.swift",
        "TreeViewTests.swift",
        "UICollectionViewTests.swift",
        "UIKitTests.swift",
        "UIPickerViewTests.swift",
        "UITableViewTests.swift"
      ],
      "target_dependencies" : [
        "Bond"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bond",
      "module_type" : "SwiftTarget",
      "name" : "Bond",
      "path" : "Sources/Bond",
      "product_dependencies" : [
        "ReactiveKit",
        "Differ"
      ],
      "product_memberships" : [
        "Bond"
      ],
      "sources" : [
        "AppKit/NSAppearanceCustomization.swift",
        "AppKit/NSButton.swift",
        "AppKit/NSCollectionView+DataSource.swift",
        "AppKit/NSCollectionView.swift",
        "AppKit/NSColorWell.swift",
        "AppKit/NSControl.swift",
        "AppKit/NSGestureRecognizer.swift",
        "AppKit/NSImageView.swift",
        "AppKit/NSMenuItem.swift",
        "AppKit/NSOutlineView+Changeset.swift",
        "AppKit/NSOutlineView.swift",
        "AppKit/NSPopUpButton.swift",
        "AppKit/NSProgressIndicator.swift",
        "AppKit/NSSegmentedControl.swift",
        "AppKit/NSSlider.swift",
        "AppKit/NSStatusBarButton.swift",
        "AppKit/NSTableView+DataSource.swift",
        "AppKit/NSTableView.swift",
        "AppKit/NSTextField.swift",
        "AppKit/NSTextView.swift",
        "AppKit/NSView.swift",
        "BNDInvocation.swift",
        "Bond.swift",
        "Data Sources/FlatDataSourceChangesetConvertible.swift",
        "Data Sources/OutlineChangesetConvertible.swift",
        "Data Sources/SectionedDataSourceChangesetConvertible.swift",
        "Data Structures/Array2D.swift",
        "Data Structures/Collection+Bond.swift",
        "Data Structures/IndexPath+Bond.swift",
        "Data Structures/TreeArray.swift",
        "Data Structures/TreeNode.swift",
        "Data Structures/TreeProtocol+Differ.swift",
        "Data Structures/TreeProtocol.swift",
        "Data Structures/TreeView.swift",
        "Deprecations/Deprecations.swift",
        "DynamicSubject.swift",
        "Instantiatable.swift",
        "MainBlockDisposable.swift",
        "Observable Collections/Changeset.swift",
        "Observable Collections/ChangesetContainer.swift",
        "Observable Collections/OrderedCollectionChangeset.swift",
        "Observable Collections/OrderedCollectionDiff+IndexPath+Differ.swift",
        "Observable Collections/OrderedCollectionDiff+IndexPath+Patch.swift",
        "Observable Collections/OrderedCollectionDiff+IndexPath.swift",
        "Observable Collections/OrderedCollectionDiff+Strideable+Differ.swift",
        "Observable Collections/OrderedCollectionDiff+Strideable+Patch.swift",
        "Observable Collections/OrderedCollectionDiff+Strideable.swift",
        "Observable Collections/OrderedCollectionDiff.swift",
        "Observable Collections/OrderedCollectionOperation+IndexPath+Undo.swift",
        "Observable Collections/OrderedCollectionOperation+Strideable+Undo.swift",
        "Observable Collections/OrderedCollectionOperation.swift",
        "Observable Collections/Property+ChangesetContainerProtocol.swift",
        "Observable Collections/Signal+ChangesetProtocol.swift",
        "Observable Collections/TreeChangeset+Array2D.swift",
        "Observable Collections/TreeChangeset.swift",
        "Observable Collections/UnorderedCollectionChangeset+Dictionary.swift",
        "Observable Collections/UnorderedCollectionChangeset+Set.swift",
        "Observable Collections/UnorderedCollectionChangeset.swift",
        "Observable Collections/UnorderedCollectionDiff.swift",
        "Observable Collections/UnorderedCollectionOperation.swift",
        "Observable.swift",
        "Property+BidirectionalMap.swift",
        "ProtocolProxy.swift",
        "ProtocolProxyController.swift",
        "Shared/CALayer.swift",
        "Shared/NSLayoutConstraint.swift",
        "Shared/NSObject+KVO.swift",
        "Shared/NSObject.swift",
        "Shared/NotificationCenter.swift",
        "Signal+Heartbeat.swift",
        "UIKit/UIAccessibilityIdentification.swift",
        "UIKit/UIActivityIndicatorView.swift",
        "UIKit/UIApplication.swift",
        "UIKit/UIBarButtonItem.swift",
        "UIKit/UIBarItem.swift",
        "UIKit/UIButton.swift",
        "UIKit/UICollectionView+DataSource.swift",
        "UIKit/UICollectionView.swift",
        "UIKit/UIControl.swift",
        "UIKit/UIDatePicker.swift",
        "UIKit/UIGestureRecognizer.swift",
        "UIKit/UIImageView.swift",
        "UIKit/UILabel.swift",
        "UIKit/UINavigationBar.swift",
        "UIKit/UINavigationItem.swift",
        "UIKit/UIPickerView+DataSource.swift",
        "UIKit/UIPickerView.swift",
        "UIKit/UIProgressView.swift",
        "UIKit/UIRefreshControl.swift",
        "UIKit/UISearchBar.swift",
        "UIKit/UISegmentedControl.swift",
        "UIKit/UISlider.swift",
        "UIKit/UIStepper.swift",
        "UIKit/UISwitch.swift",
        "UIKit/UITableView+DataSource.swift",
        "UIKit/UITableView.swift",
        "UIKit/UITextField.swift",
        "UIKit/UITextView.swift",
        "UIKit/UIView.swift",
        "UIKit/ViewControllerLifecycle.swift"
      ],
      "target_dependencies" : [
        "BNDProtocolProxyBase"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BNDProtocolProxyBase",
      "module_type" : "ClangTarget",
      "name" : "BNDProtocolProxyBase",
      "path" : "Sources/BNDProtocolProxyBase",
      "product_memberships" : [
        "Bond"
      ],
      "sources" : [
        "BNDProtocolProxyBase.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.