The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of WandFoundation, reference main (937e70), with Swift 6.2 (beta) for macOS (SPM) on 2 Jul 2025 05:42:19 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/The-Wand/Foundation.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/The-Wand/Foundation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 937e70d Add NWPath support
Cloned https://github.com/The-Wand/Foundation.git
Revision (git rev-parse @):
937e70daaf61dfb12593a317ce82f2c86826bcb1
SUCCESS checkout https://github.com/The-Wand/Foundation.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/The-Wand/Foundation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/28] Emitting module Wand
[5/30] Compiling Wand Log.swift
[6/30] Compiling Wand Memory.swift
[7/30] Compiling Wand AskingNil.swift
[8/30] Compiling Wand Core.swift
[9/30] Compiling Wand Key.swift
[10/30] Compiling Wand Counting.swift
[11/30] Compiling Wand Error.swift
[12/30] Compiling Wand Error?.swift
[13/30] Compiling Wand Addons.swift
[14/30] Compiling Wand All.swift
[15/30] Compiling Wand Any.swift
[16/30] Compiling Wand Option.swift
[17/30] Compiling Wand Ask.swift
[18/30] Compiling Wand Asking.swift
[19/30] Compiling Wand Wanded.swift
[20/30] Compiling Wand |.swift
[21/30] Compiling Wand CoreGraphics_Convertible.swift
[22/30] Compiling Wand Describing.swift
[23/30] Compiling Wand Describing_Character.swift
[24/30] Compiling Wand Numbers_Convertible.swift
[25/30] Compiling Wand String_Convertible.swift
[26/30] Compiling Wand Weak.swift
[27/30] Compiling Wand Obtainable.swift
[28/30] Compiling Wand Ubiquitous.swift
[29/30] Compiling Wand Describing_Data.swift
[30/30] Compiling Wand Expressible.swift
[31/82] Compiling WandFoundation UIImage_Convert.swift
[32/82] Compiling WandFoundation UIKit_Convertable.swift
[33/82] Compiling WandFoundation UIView_Convert.swift
[34/82] Compiling WandFoundation UIAlertController+Pipe.swift
[35/82] Compiling WandFoundation UIImagePickerController_Obtainable.swift
[36/87] Emitting module WandFoundation
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:25:1: warning: extension declares a conformance of imported type 'AVCaptureDevice' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 23 | @available(tvOS 17.0, *)
 24 | @available(visionOS, unavailable)
 25 | extension AVCaptureDevice: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureDevice' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 26 |
 27 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:51:1: warning: extension declares a conformance of imported type 'AVCaptureDeviceInput' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 49 | @available(tvOS 17.0, *)
 50 | @available(visionOS, unavailable)
 51 | extension AVCaptureDeviceInput: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureDeviceInput' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 52 |
 53 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:68:1: warning: extension declares a conformance of imported type 'AVCaptureSession' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 66 |
 67 | @available(tvOS 17.0, *)
 68 | extension AVCaptureSession: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureSession' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 69 |
 70 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:80:1: warning: extension declares a conformance of imported type 'AVCaptureVideoDataOutput' to imported protocol 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 78 | @available(tvOS 17.0, *)
 79 | @available(visionOS, unavailable)
 80 | extension AVCaptureVideoDataOutput: Asking {
    | |- warning: extension declares a conformance of imported type 'AVCaptureVideoDataOutput' to imported protocol 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 81 |
 82 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:157:1: warning: extension declares a conformance of imported type 'AVCaptureVideoPreviewLayer' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
155 | @available(tvOS 17.0, *)
156 | @available(visionOS, unavailable)
157 | extension AVCaptureVideoPreviewLayer: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureVideoPreviewLayer' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
158 |
159 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Obtainable.swift:27:1: warning: extension declares a conformance of imported type 'CBCentralManager' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
25 | /// let manager: CBCentralManager = nil|
26 | ///
27 | extension CBCentralManager: Obtainable {
   | |- warning: extension declares a conformance of imported type 'CBCentralManager' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBManagerState_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBManagerState' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension CBManagerState: AskingNil {
   | |- warning: extension declares a conformance of imported type 'CBManagerState' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBPeripheral' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
 27 | /// }
 28 | ///
 29 | extension CBPeripheral: AskingNil {
    | |- warning: extension declares a conformance of imported type 'CBPeripheral' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 30 |
 31 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/CBService_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBService' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension CBService: Asking {
   | |- warning: extension declares a conformance of imported type 'CBService' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreMedia/CMSampleBuffer_Wand.swift:27:1: warning: extension declares a conformance of imported type 'CMSampleBuffer' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreMedia' introduce this conformance in the future
25 | @available(watchOS 6, tvOS 17.0, *)
26 | @available(visionOS, unavailable)
27 | extension CMSampleBuffer: Asking {
   | |- warning: extension declares a conformance of imported type 'CMSampleBuffer' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreMedia' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift:59:1: warning: extension declares a conformance of imported type 'DateFormatter' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 57 | /// let formatter: DateFormatter = some|
 58 | ///
 59 | extension DateFormatter: Obtainable {
    | |- warning: extension declares a conformance of imported type 'DateFormatter' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 60 |
 61 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/TimeInterval_Convert.swift:27:1: warning: extension declares a conformance of imported type 'Double' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
25 | /// let timestamp: Int = date|
26 | ///
27 | extension TimeInterval: Obtainable {
   | |- warning: extension declares a conformance of imported type 'Double' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/NotificationCenter_Ubiquitous.swift:27:1: warning: extension declares a conformance of imported type 'NotificationCenter' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
25 | /// let center = NotificationCenter.self|
26 | ///
27 | extension NotificationCenter: Ubiquitous {
   | |- warning: extension declares a conformance of imported type 'NotificationCenter' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:29:1: warning: extension declares a conformance of imported type 'Notification' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension Notification: Asking, Wanded  {
   | |- warning: extension declares a conformance of imported type 'Notification' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/UserDefaults_Ubiquitous.swift:27:1: warning: extension declares a conformance of imported type 'UserDefaults' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
25 | /// let defaults = UserDefaults.self|
26 | ///
27 | extension UserDefaults: Ubiquitous {
   | |- warning: extension declares a conformance of imported type 'UserDefaults' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NWPathMonitor_Obtainable.swift:27:1: warning: extension declares a conformance of imported type 'NWPathMonitor' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
25 | /// let monitor: NWPathMonitor = some|
26 | ///
27 | extension NWPathMonitor: Obtainable {
   | |- warning: extension declares a conformance of imported type 'NWPathMonitor' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:11:1: warning: extension declares a conformance of imported type 'NWPath' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
 9 | import Wand
10 |
11 | extension NWPath: AskingNil {
   | |- warning: extension declares a conformance of imported type 'NWPath' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
13 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentQueue_Obtain.swift:29:1: warning: extension declares a conformance of imported type 'SKPaymentQueue' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
27 | @available(tvOS, unavailable)
28 | @available(visionOS, unavailable)
29 | extension SKPaymentQueue: Obtainable {
   | |- warning: extension declares a conformance of imported type 'SKPaymentQueue' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProduct_Ask.swift:23:1: warning: extension declares a conformance of imported type 'SKProduct' to imported protocol 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
21 | import Wand
22 |
23 | extension SKProduct: Wanded {
   | |- warning: extension declares a conformance of imported type 'SKProduct' to imported protocol 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |
25 | }
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNImageRequestHandler_Obtainable.swift:33:1: warning: extension declares a conformance of imported type 'VNImageRequestHandler' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
 31 | @available(watchOS, unavailable)
 32 | @available(visionOS, unavailable)
 33 | extension VNImageRequestHandler: Obtainable {
    | |- warning: extension declares a conformance of imported type 'VNImageRequestHandler' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 34 |
 35 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:25:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Asking'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 23 | import Wand
 24 |
 25 | extension Array: Asking where Element: Asking {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Asking'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 26 |
 27 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:38:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'AskingNil'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 36 | }
 37 |
 38 | extension Array: AskingNil where Element: AskingNil {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'AskingNil'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 39 |
 40 | }
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:128:1: warning: extension declares a conformance of imported type 'VNFaceObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
126 |
127 | @available(iOS 14.0, *)
128 | extension VNFaceObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNFaceObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
129 |
130 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:136:1: warning: extension declares a conformance of imported type 'VNBarcodeObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
134 |
135 | @available(iOS 14.0, *)
136 | extension VNBarcodeObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNBarcodeObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
137 |
138 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:144:1: warning: extension declares a conformance of imported type 'VNHumanHandPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
142 |
143 | @available(iOS 14.0, macOS 11.0, *)
144 | extension VNHumanHandPoseObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNHumanHandPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
145 |
146 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:159:1: warning: extension declares a conformance of imported type 'VNHumanBodyPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
157 |
158 | @available(iOS 14.0, macOS 11.0, *)
159 | extension VNHumanBodyPoseObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNHumanBodyPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
160 |
161 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:167:1: warning: extension declares a conformance of imported type 'VNClassificationObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
165 |
166 | @available(iOS 14.0, *)
167 | extension VNClassificationObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNClassificationObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
168 |
169 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNRequest_Obtainable.swift:28:1: warning: extension declares a conformance of imported type 'VNRequest' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
26 | /// let q: VNImageRequestHandler = nil|
27 | ///
28 | extension VNRequest: Obtainable {
   | |- warning: extension declares a conformance of imported type 'VNRequest' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |
30 |     public
[37/87] Compiling WandFoundation UIImage_AskingNil.swift
[38/87] Compiling WandFoundation UIImage_Fill.swift
[39/87] Compiling WandFoundation UIImage_Fit.swift
[40/87] Compiling WandFoundation UIImage_Round.swift
[41/87] Compiling WandFoundation UIImage_Scale.swift
[42/87] Compiling WandFoundation Model.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/NotificationCenter_Ubiquitous.swift:27:1: warning: extension declares a conformance of imported type 'NotificationCenter' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
25 | /// let center = NotificationCenter.self|
26 | ///
27 | extension NotificationCenter: Ubiquitous {
   | |- warning: extension declares a conformance of imported type 'NotificationCenter' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:29:1: warning: extension declares a conformance of imported type 'Notification' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension Notification: Asking, Wanded  {
   | |- warning: extension declares a conformance of imported type 'Notification' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
[43/87] Compiling WandFoundation Model_Convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/NotificationCenter_Ubiquitous.swift:27:1: warning: extension declares a conformance of imported type 'NotificationCenter' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
25 | /// let center = NotificationCenter.self|
26 | ///
27 | extension NotificationCenter: Ubiquitous {
   | |- warning: extension declares a conformance of imported type 'NotificationCenter' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:29:1: warning: extension declares a conformance of imported type 'Notification' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension Notification: Asking, Wanded  {
   | |- warning: extension declares a conformance of imported type 'Notification' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
[44/87] Compiling WandFoundation NSTextCheckingResult_Convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/NotificationCenter_Ubiquitous.swift:27:1: warning: extension declares a conformance of imported type 'NotificationCenter' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
25 | /// let center = NotificationCenter.self|
26 | ///
27 | extension NotificationCenter: Ubiquitous {
   | |- warning: extension declares a conformance of imported type 'NotificationCenter' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:29:1: warning: extension declares a conformance of imported type 'Notification' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension Notification: Asking, Wanded  {
   | |- warning: extension declares a conformance of imported type 'Notification' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
[45/87] Compiling WandFoundation NotificationCenter_Ubiquitous.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/NotificationCenter_Ubiquitous.swift:27:1: warning: extension declares a conformance of imported type 'NotificationCenter' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
25 | /// let center = NotificationCenter.self|
26 | ///
27 | extension NotificationCenter: Ubiquitous {
   | |- warning: extension declares a conformance of imported type 'NotificationCenter' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:29:1: warning: extension declares a conformance of imported type 'Notification' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension Notification: Asking, Wanded  {
   | |- warning: extension declares a conformance of imported type 'Notification' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
[46/87] Compiling WandFoundation Notification_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/NotificationCenter_Ubiquitous.swift:27:1: warning: extension declares a conformance of imported type 'NotificationCenter' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
25 | /// let center = NotificationCenter.self|
26 | ///
27 | extension NotificationCenter: Ubiquitous {
   | |- warning: extension declares a conformance of imported type 'NotificationCenter' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:29:1: warning: extension declares a conformance of imported type 'Notification' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension Notification: Asking, Wanded  {
   | |- warning: extension declares a conformance of imported type 'Notification' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
[47/87] Compiling WandFoundation TimeZone_Convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/NotificationCenter_Ubiquitous.swift:27:1: warning: extension declares a conformance of imported type 'NotificationCenter' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
25 | /// let center = NotificationCenter.self|
26 | ///
27 | extension NotificationCenter: Ubiquitous {
   | |- warning: extension declares a conformance of imported type 'NotificationCenter' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:29:1: warning: extension declares a conformance of imported type 'Notification' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension Notification: Asking, Wanded  {
   | |- warning: extension declares a conformance of imported type 'Notification' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
[48/87] Compiling WandFoundation CBPeripheral_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBPeripheral' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
 27 | /// }
 28 | ///
 29 | extension CBPeripheral: AskingNil {
    | |- warning: extension declares a conformance of imported type 'CBPeripheral' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 30 |
 31 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/CBService_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBService' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension CBService: Asking {
   | |- warning: extension declares a conformance of imported type 'CBService' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreMedia/CMSampleBuffer_Wand.swift:27:1: warning: extension declares a conformance of imported type 'CMSampleBuffer' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreMedia' introduce this conformance in the future
25 | @available(watchOS 6, tvOS 17.0, *)
26 | @available(visionOS, unavailable)
27 | extension CMSampleBuffer: Asking {
   | |- warning: extension declares a conformance of imported type 'CMSampleBuffer' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreMedia' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inlinable
[49/87] Compiling WandFoundation CBPeripheral_Delegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBPeripheral' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
 27 | /// }
 28 | ///
 29 | extension CBPeripheral: AskingNil {
    | |- warning: extension declares a conformance of imported type 'CBPeripheral' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 30 |
 31 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/CBService_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBService' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension CBService: Asking {
   | |- warning: extension declares a conformance of imported type 'CBService' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreMedia/CMSampleBuffer_Wand.swift:27:1: warning: extension declares a conformance of imported type 'CMSampleBuffer' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreMedia' introduce this conformance in the future
25 | @available(watchOS 6, tvOS 17.0, *)
26 | @available(visionOS, unavailable)
27 | extension CMSampleBuffer: Asking {
   | |- warning: extension declares a conformance of imported type 'CMSampleBuffer' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreMedia' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inlinable
[50/87] Compiling WandFoundation CBService_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBPeripheral' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
 27 | /// }
 28 | ///
 29 | extension CBPeripheral: AskingNil {
    | |- warning: extension declares a conformance of imported type 'CBPeripheral' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 30 |
 31 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/CBService_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBService' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension CBService: Asking {
   | |- warning: extension declares a conformance of imported type 'CBService' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreMedia/CMSampleBuffer_Wand.swift:27:1: warning: extension declares a conformance of imported type 'CMSampleBuffer' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreMedia' introduce this conformance in the future
25 | @available(watchOS 6, tvOS 17.0, *)
26 | @available(visionOS, unavailable)
27 | extension CMSampleBuffer: Asking {
   | |- warning: extension declares a conformance of imported type 'CMSampleBuffer' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreMedia' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inlinable
[51/87] Compiling WandFoundation [CBService]_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBPeripheral' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
 27 | /// }
 28 | ///
 29 | extension CBPeripheral: AskingNil {
    | |- warning: extension declares a conformance of imported type 'CBPeripheral' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 30 |
 31 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/CBService_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBService' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension CBService: Asking {
   | |- warning: extension declares a conformance of imported type 'CBService' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreMedia/CMSampleBuffer_Wand.swift:27:1: warning: extension declares a conformance of imported type 'CMSampleBuffer' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreMedia' introduce this conformance in the future
25 | @available(watchOS 6, tvOS 17.0, *)
26 | @available(visionOS, unavailable)
27 | extension CMSampleBuffer: Asking {
   | |- warning: extension declares a conformance of imported type 'CMSampleBuffer' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreMedia' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inlinable
[52/87] Compiling WandFoundation CMSampleBuffer_Wand.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBPeripheral' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
 27 | /// }
 28 | ///
 29 | extension CBPeripheral: AskingNil {
    | |- warning: extension declares a conformance of imported type 'CBPeripheral' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 30 |
 31 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/CBService_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBService' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension CBService: Asking {
   | |- warning: extension declares a conformance of imported type 'CBService' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreMedia/CMSampleBuffer_Wand.swift:27:1: warning: extension declares a conformance of imported type 'CMSampleBuffer' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreMedia' introduce this conformance in the future
25 | @available(watchOS 6, tvOS 17.0, *)
26 | @available(visionOS, unavailable)
27 | extension CMSampleBuffer: Asking {
   | |- warning: extension declares a conformance of imported type 'CMSampleBuffer' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreMedia' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inlinable
[53/87] Compiling WandFoundation Bundle_Convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBPeripheral' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
 27 | /// }
 28 | ///
 29 | extension CBPeripheral: AskingNil {
    | |- warning: extension declares a conformance of imported type 'CBPeripheral' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 30 |
 31 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/CBService_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBService' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension CBService: Asking {
   | |- warning: extension declares a conformance of imported type 'CBService' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreMedia/CMSampleBuffer_Wand.swift:27:1: warning: extension declares a conformance of imported type 'CMSampleBuffer' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreMedia' introduce this conformance in the future
25 | @available(watchOS 6, tvOS 17.0, *)
26 | @available(visionOS, unavailable)
27 | extension CMSampleBuffer: Asking {
   | |- warning: extension declares a conformance of imported type 'CMSampleBuffer' to imported protocol 'Asking'; this will not behave correctly if the owners of 'CoreMedia' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inlinable
[54/87] Compiling WandFoundation UserDefaults_Ubiquitous.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/UserDefaults_Ubiquitous.swift:27:1: warning: extension declares a conformance of imported type 'UserDefaults' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
25 | /// let defaults = UserDefaults.self|
26 | ///
27 | extension UserDefaults: Ubiquitous {
   | |- warning: extension declares a conformance of imported type 'UserDefaults' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NWPathMonitor_Obtainable.swift:27:1: warning: extension declares a conformance of imported type 'NWPathMonitor' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
25 | /// let monitor: NWPathMonitor = some|
26 | ///
27 | extension NWPathMonitor: Obtainable {
   | |- warning: extension declares a conformance of imported type 'NWPathMonitor' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:11:1: warning: extension declares a conformance of imported type 'NWPath' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
 9 | import Wand
10 |
11 | extension NWPath: AskingNil {
   | |- warning: extension declares a conformance of imported type 'NWPath' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
13 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentQueue_Obtain.swift:29:1: warning: extension declares a conformance of imported type 'SKPaymentQueue' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
27 | @available(tvOS, unavailable)
28 | @available(visionOS, unavailable)
29 | extension SKPaymentQueue: Obtainable {
   | |- warning: extension declares a conformance of imported type 'SKPaymentQueue' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProduct_Ask.swift:23:1: warning: extension declares a conformance of imported type 'SKProduct' to imported protocol 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
21 | import Wand
22 |
23 | extension SKProduct: Wanded {
   | |- warning: extension declares a conformance of imported type 'SKProduct' to imported protocol 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |
25 | }
[55/87] Compiling WandFoundation NWPathMonitor_Obtainable.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/UserDefaults_Ubiquitous.swift:27:1: warning: extension declares a conformance of imported type 'UserDefaults' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
25 | /// let defaults = UserDefaults.self|
26 | ///
27 | extension UserDefaults: Ubiquitous {
   | |- warning: extension declares a conformance of imported type 'UserDefaults' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NWPathMonitor_Obtainable.swift:27:1: warning: extension declares a conformance of imported type 'NWPathMonitor' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
25 | /// let monitor: NWPathMonitor = some|
26 | ///
27 | extension NWPathMonitor: Obtainable {
   | |- warning: extension declares a conformance of imported type 'NWPathMonitor' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:11:1: warning: extension declares a conformance of imported type 'NWPath' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
 9 | import Wand
10 |
11 | extension NWPath: AskingNil {
   | |- warning: extension declares a conformance of imported type 'NWPath' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
13 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentQueue_Obtain.swift:29:1: warning: extension declares a conformance of imported type 'SKPaymentQueue' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
27 | @available(tvOS, unavailable)
28 | @available(visionOS, unavailable)
29 | extension SKPaymentQueue: Obtainable {
   | |- warning: extension declares a conformance of imported type 'SKPaymentQueue' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProduct_Ask.swift:23:1: warning: extension declares a conformance of imported type 'SKProduct' to imported protocol 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
21 | import Wand
22 |
23 | extension SKProduct: Wanded {
   | |- warning: extension declares a conformance of imported type 'SKProduct' to imported protocol 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |
25 | }
[56/87] Compiling WandFoundation NetworkExtension_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/UserDefaults_Ubiquitous.swift:27:1: warning: extension declares a conformance of imported type 'UserDefaults' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
25 | /// let defaults = UserDefaults.self|
26 | ///
27 | extension UserDefaults: Ubiquitous {
   | |- warning: extension declares a conformance of imported type 'UserDefaults' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NWPathMonitor_Obtainable.swift:27:1: warning: extension declares a conformance of imported type 'NWPathMonitor' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
25 | /// let monitor: NWPathMonitor = some|
26 | ///
27 | extension NWPathMonitor: Obtainable {
   | |- warning: extension declares a conformance of imported type 'NWPathMonitor' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:11:1: warning: extension declares a conformance of imported type 'NWPath' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
 9 | import Wand
10 |
11 | extension NWPath: AskingNil {
   | |- warning: extension declares a conformance of imported type 'NWPath' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
13 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentQueue_Obtain.swift:29:1: warning: extension declares a conformance of imported type 'SKPaymentQueue' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
27 | @available(tvOS, unavailable)
28 | @available(visionOS, unavailable)
29 | extension SKPaymentQueue: Obtainable {
   | |- warning: extension declares a conformance of imported type 'SKPaymentQueue' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProduct_Ask.swift:23:1: warning: extension declares a conformance of imported type 'SKProduct' to imported protocol 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
21 | import Wand
22 |
23 | extension SKProduct: Wanded {
   | |- warning: extension declares a conformance of imported type 'SKProduct' to imported protocol 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |
25 | }
[57/87] Compiling WandFoundation SKPaymentQueue_Obtain.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/UserDefaults_Ubiquitous.swift:27:1: warning: extension declares a conformance of imported type 'UserDefaults' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
25 | /// let defaults = UserDefaults.self|
26 | ///
27 | extension UserDefaults: Ubiquitous {
   | |- warning: extension declares a conformance of imported type 'UserDefaults' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NWPathMonitor_Obtainable.swift:27:1: warning: extension declares a conformance of imported type 'NWPathMonitor' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
25 | /// let monitor: NWPathMonitor = some|
26 | ///
27 | extension NWPathMonitor: Obtainable {
   | |- warning: extension declares a conformance of imported type 'NWPathMonitor' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:11:1: warning: extension declares a conformance of imported type 'NWPath' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
 9 | import Wand
10 |
11 | extension NWPath: AskingNil {
   | |- warning: extension declares a conformance of imported type 'NWPath' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
13 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentQueue_Obtain.swift:29:1: warning: extension declares a conformance of imported type 'SKPaymentQueue' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
27 | @available(tvOS, unavailable)
28 | @available(visionOS, unavailable)
29 | extension SKPaymentQueue: Obtainable {
   | |- warning: extension declares a conformance of imported type 'SKPaymentQueue' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProduct_Ask.swift:23:1: warning: extension declares a conformance of imported type 'SKProduct' to imported protocol 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
21 | import Wand
22 |
23 | extension SKProduct: Wanded {
   | |- warning: extension declares a conformance of imported type 'SKProduct' to imported protocol 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |
25 | }
[58/87] Compiling WandFoundation SKPaymentTransaction_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/UserDefaults_Ubiquitous.swift:27:1: warning: extension declares a conformance of imported type 'UserDefaults' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
25 | /// let defaults = UserDefaults.self|
26 | ///
27 | extension UserDefaults: Ubiquitous {
   | |- warning: extension declares a conformance of imported type 'UserDefaults' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NWPathMonitor_Obtainable.swift:27:1: warning: extension declares a conformance of imported type 'NWPathMonitor' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
25 | /// let monitor: NWPathMonitor = some|
26 | ///
27 | extension NWPathMonitor: Obtainable {
   | |- warning: extension declares a conformance of imported type 'NWPathMonitor' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:11:1: warning: extension declares a conformance of imported type 'NWPath' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
 9 | import Wand
10 |
11 | extension NWPath: AskingNil {
   | |- warning: extension declares a conformance of imported type 'NWPath' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
13 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentQueue_Obtain.swift:29:1: warning: extension declares a conformance of imported type 'SKPaymentQueue' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
27 | @available(tvOS, unavailable)
28 | @available(visionOS, unavailable)
29 | extension SKPaymentQueue: Obtainable {
   | |- warning: extension declares a conformance of imported type 'SKPaymentQueue' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProduct_Ask.swift:23:1: warning: extension declares a conformance of imported type 'SKProduct' to imported protocol 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
21 | import Wand
22 |
23 | extension SKProduct: Wanded {
   | |- warning: extension declares a conformance of imported type 'SKProduct' to imported protocol 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |
25 | }
[59/87] Compiling WandFoundation SKProduct_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/UserDefaults_Ubiquitous.swift:27:1: warning: extension declares a conformance of imported type 'UserDefaults' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
25 | /// let defaults = UserDefaults.self|
26 | ///
27 | extension UserDefaults: Ubiquitous {
   | |- warning: extension declares a conformance of imported type 'UserDefaults' to imported protocols 'Ubiquitous', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NWPathMonitor_Obtainable.swift:27:1: warning: extension declares a conformance of imported type 'NWPathMonitor' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
25 | /// let monitor: NWPathMonitor = some|
26 | ///
27 | extension NWPathMonitor: Obtainable {
   | |- warning: extension declares a conformance of imported type 'NWPathMonitor' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:11:1: warning: extension declares a conformance of imported type 'NWPath' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
 9 | import Wand
10 |
11 | extension NWPath: AskingNil {
   | |- warning: extension declares a conformance of imported type 'NWPath' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Network' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
13 |     @inlinable
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentQueue_Obtain.swift:29:1: warning: extension declares a conformance of imported type 'SKPaymentQueue' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
27 | @available(tvOS, unavailable)
28 | @available(visionOS, unavailable)
29 | extension SKPaymentQueue: Obtainable {
   | |- warning: extension declares a conformance of imported type 'SKPaymentQueue' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProduct_Ask.swift:23:1: warning: extension declares a conformance of imported type 'SKProduct' to imported protocol 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
21 | import Wand
22 |
23 | extension SKProduct: Wanded {
   | |- warning: extension declares a conformance of imported type 'SKProduct' to imported protocol 'Wanded'; this will not behave correctly if the owners of 'StoreKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
24 |
25 | }
[60/87] Compiling WandFoundation AVCapture_Wand.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:25:1: warning: extension declares a conformance of imported type 'AVCaptureDevice' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 23 | @available(tvOS 17.0, *)
 24 | @available(visionOS, unavailable)
 25 | extension AVCaptureDevice: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureDevice' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 26 |
 27 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:51:1: warning: extension declares a conformance of imported type 'AVCaptureDeviceInput' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 49 | @available(tvOS 17.0, *)
 50 | @available(visionOS, unavailable)
 51 | extension AVCaptureDeviceInput: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureDeviceInput' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 52 |
 53 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:68:1: warning: extension declares a conformance of imported type 'AVCaptureSession' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 66 |
 67 | @available(tvOS 17.0, *)
 68 | extension AVCaptureSession: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureSession' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 69 |
 70 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:80:1: warning: extension declares a conformance of imported type 'AVCaptureVideoDataOutput' to imported protocol 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 78 | @available(tvOS 17.0, *)
 79 | @available(visionOS, unavailable)
 80 | extension AVCaptureVideoDataOutput: Asking {
    | |- warning: extension declares a conformance of imported type 'AVCaptureVideoDataOutput' to imported protocol 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 81 |
 82 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:157:1: warning: extension declares a conformance of imported type 'AVCaptureVideoPreviewLayer' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
155 | @available(tvOS 17.0, *)
156 | @available(visionOS, unavailable)
157 | extension AVCaptureVideoPreviewLayer: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureVideoPreviewLayer' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
158 |
159 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Obtainable.swift:27:1: warning: extension declares a conformance of imported type 'CBCentralManager' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
25 | /// let manager: CBCentralManager = nil|
26 | ///
27 | extension CBCentralManager: Obtainable {
   | |- warning: extension declares a conformance of imported type 'CBCentralManager' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBManagerState_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBManagerState' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension CBManagerState: AskingNil {
   | |- warning: extension declares a conformance of imported type 'CBManagerState' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
[61/87] Compiling WandFoundation AVFoundation_Wand.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:25:1: warning: extension declares a conformance of imported type 'AVCaptureDevice' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 23 | @available(tvOS 17.0, *)
 24 | @available(visionOS, unavailable)
 25 | extension AVCaptureDevice: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureDevice' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 26 |
 27 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:51:1: warning: extension declares a conformance of imported type 'AVCaptureDeviceInput' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 49 | @available(tvOS 17.0, *)
 50 | @available(visionOS, unavailable)
 51 | extension AVCaptureDeviceInput: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureDeviceInput' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 52 |
 53 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:68:1: warning: extension declares a conformance of imported type 'AVCaptureSession' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 66 |
 67 | @available(tvOS 17.0, *)
 68 | extension AVCaptureSession: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureSession' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 69 |
 70 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:80:1: warning: extension declares a conformance of imported type 'AVCaptureVideoDataOutput' to imported protocol 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 78 | @available(tvOS 17.0, *)
 79 | @available(visionOS, unavailable)
 80 | extension AVCaptureVideoDataOutput: Asking {
    | |- warning: extension declares a conformance of imported type 'AVCaptureVideoDataOutput' to imported protocol 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 81 |
 82 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:157:1: warning: extension declares a conformance of imported type 'AVCaptureVideoPreviewLayer' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
155 | @available(tvOS 17.0, *)
156 | @available(visionOS, unavailable)
157 | extension AVCaptureVideoPreviewLayer: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureVideoPreviewLayer' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
158 |
159 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Obtainable.swift:27:1: warning: extension declares a conformance of imported type 'CBCentralManager' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
25 | /// let manager: CBCentralManager = nil|
26 | ///
27 | extension CBCentralManager: Obtainable {
   | |- warning: extension declares a conformance of imported type 'CBCentralManager' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBManagerState_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBManagerState' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension CBManagerState: AskingNil {
   | |- warning: extension declares a conformance of imported type 'CBManagerState' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
[62/87] Compiling WandFoundation CBCentralManager_Delegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:25:1: warning: extension declares a conformance of imported type 'AVCaptureDevice' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 23 | @available(tvOS 17.0, *)
 24 | @available(visionOS, unavailable)
 25 | extension AVCaptureDevice: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureDevice' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 26 |
 27 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:51:1: warning: extension declares a conformance of imported type 'AVCaptureDeviceInput' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 49 | @available(tvOS 17.0, *)
 50 | @available(visionOS, unavailable)
 51 | extension AVCaptureDeviceInput: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureDeviceInput' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 52 |
 53 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:68:1: warning: extension declares a conformance of imported type 'AVCaptureSession' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 66 |
 67 | @available(tvOS 17.0, *)
 68 | extension AVCaptureSession: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureSession' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 69 |
 70 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:80:1: warning: extension declares a conformance of imported type 'AVCaptureVideoDataOutput' to imported protocol 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 78 | @available(tvOS 17.0, *)
 79 | @available(visionOS, unavailable)
 80 | extension AVCaptureVideoDataOutput: Asking {
    | |- warning: extension declares a conformance of imported type 'AVCaptureVideoDataOutput' to imported protocol 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 81 |
 82 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:157:1: warning: extension declares a conformance of imported type 'AVCaptureVideoPreviewLayer' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
155 | @available(tvOS 17.0, *)
156 | @available(visionOS, unavailable)
157 | extension AVCaptureVideoPreviewLayer: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureVideoPreviewLayer' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
158 |
159 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Obtainable.swift:27:1: warning: extension declares a conformance of imported type 'CBCentralManager' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
25 | /// let manager: CBCentralManager = nil|
26 | ///
27 | extension CBCentralManager: Obtainable {
   | |- warning: extension declares a conformance of imported type 'CBCentralManager' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBManagerState_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBManagerState' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension CBManagerState: AskingNil {
   | |- warning: extension declares a conformance of imported type 'CBManagerState' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
[63/87] Compiling WandFoundation CBCentralManager_Obtainable.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:25:1: warning: extension declares a conformance of imported type 'AVCaptureDevice' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 23 | @available(tvOS 17.0, *)
 24 | @available(visionOS, unavailable)
 25 | extension AVCaptureDevice: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureDevice' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 26 |
 27 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:51:1: warning: extension declares a conformance of imported type 'AVCaptureDeviceInput' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 49 | @available(tvOS 17.0, *)
 50 | @available(visionOS, unavailable)
 51 | extension AVCaptureDeviceInput: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureDeviceInput' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 52 |
 53 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:68:1: warning: extension declares a conformance of imported type 'AVCaptureSession' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 66 |
 67 | @available(tvOS 17.0, *)
 68 | extension AVCaptureSession: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureSession' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 69 |
 70 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:80:1: warning: extension declares a conformance of imported type 'AVCaptureVideoDataOutput' to imported protocol 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 78 | @available(tvOS 17.0, *)
 79 | @available(visionOS, unavailable)
 80 | extension AVCaptureVideoDataOutput: Asking {
    | |- warning: extension declares a conformance of imported type 'AVCaptureVideoDataOutput' to imported protocol 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 81 |
 82 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:157:1: warning: extension declares a conformance of imported type 'AVCaptureVideoPreviewLayer' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
155 | @available(tvOS 17.0, *)
156 | @available(visionOS, unavailable)
157 | extension AVCaptureVideoPreviewLayer: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureVideoPreviewLayer' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
158 |
159 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Obtainable.swift:27:1: warning: extension declares a conformance of imported type 'CBCentralManager' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
25 | /// let manager: CBCentralManager = nil|
26 | ///
27 | extension CBCentralManager: Obtainable {
   | |- warning: extension declares a conformance of imported type 'CBCentralManager' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBManagerState_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBManagerState' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension CBManagerState: AskingNil {
   | |- warning: extension declares a conformance of imported type 'CBManagerState' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
[64/87] Compiling WandFoundation [CBCharacteristic]_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:25:1: warning: extension declares a conformance of imported type 'AVCaptureDevice' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 23 | @available(tvOS 17.0, *)
 24 | @available(visionOS, unavailable)
 25 | extension AVCaptureDevice: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureDevice' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 26 |
 27 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:51:1: warning: extension declares a conformance of imported type 'AVCaptureDeviceInput' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 49 | @available(tvOS 17.0, *)
 50 | @available(visionOS, unavailable)
 51 | extension AVCaptureDeviceInput: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureDeviceInput' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 52 |
 53 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:68:1: warning: extension declares a conformance of imported type 'AVCaptureSession' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 66 |
 67 | @available(tvOS 17.0, *)
 68 | extension AVCaptureSession: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureSession' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 69 |
 70 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:80:1: warning: extension declares a conformance of imported type 'AVCaptureVideoDataOutput' to imported protocol 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 78 | @available(tvOS 17.0, *)
 79 | @available(visionOS, unavailable)
 80 | extension AVCaptureVideoDataOutput: Asking {
    | |- warning: extension declares a conformance of imported type 'AVCaptureVideoDataOutput' to imported protocol 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 81 |
 82 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:157:1: warning: extension declares a conformance of imported type 'AVCaptureVideoPreviewLayer' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
155 | @available(tvOS 17.0, *)
156 | @available(visionOS, unavailable)
157 | extension AVCaptureVideoPreviewLayer: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureVideoPreviewLayer' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
158 |
159 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Obtainable.swift:27:1: warning: extension declares a conformance of imported type 'CBCentralManager' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
25 | /// let manager: CBCentralManager = nil|
26 | ///
27 | extension CBCentralManager: Obtainable {
   | |- warning: extension declares a conformance of imported type 'CBCentralManager' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBManagerState_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBManagerState' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension CBManagerState: AskingNil {
   | |- warning: extension declares a conformance of imported type 'CBManagerState' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
[65/87] Compiling WandFoundation CBManagerState_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:25:1: warning: extension declares a conformance of imported type 'AVCaptureDevice' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 23 | @available(tvOS 17.0, *)
 24 | @available(visionOS, unavailable)
 25 | extension AVCaptureDevice: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureDevice' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 26 |
 27 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:51:1: warning: extension declares a conformance of imported type 'AVCaptureDeviceInput' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 49 | @available(tvOS 17.0, *)
 50 | @available(visionOS, unavailable)
 51 | extension AVCaptureDeviceInput: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureDeviceInput' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 52 |
 53 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:68:1: warning: extension declares a conformance of imported type 'AVCaptureSession' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 66 |
 67 | @available(tvOS 17.0, *)
 68 | extension AVCaptureSession: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureSession' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 69 |
 70 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:80:1: warning: extension declares a conformance of imported type 'AVCaptureVideoDataOutput' to imported protocol 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 78 | @available(tvOS 17.0, *)
 79 | @available(visionOS, unavailable)
 80 | extension AVCaptureVideoDataOutput: Asking {
    | |- warning: extension declares a conformance of imported type 'AVCaptureVideoDataOutput' to imported protocol 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 81 |
 82 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift:157:1: warning: extension declares a conformance of imported type 'AVCaptureVideoPreviewLayer' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
155 | @available(tvOS 17.0, *)
156 | @available(visionOS, unavailable)
157 | extension AVCaptureVideoPreviewLayer: Obtainable {
    | |- warning: extension declares a conformance of imported type 'AVCaptureVideoPreviewLayer' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
158 |
159 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Obtainable.swift:27:1: warning: extension declares a conformance of imported type 'CBCentralManager' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
25 | /// let manager: CBCentralManager = nil|
26 | ///
27 | extension CBCentralManager: Obtainable {
   | |- warning: extension declares a conformance of imported type 'CBCentralManager' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBManagerState_Ask.swift:29:1: warning: extension declares a conformance of imported type 'CBManagerState' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
27 | /// }
28 | ///
29 | extension CBManagerState: AskingNil {
   | |- warning: extension declares a conformance of imported type 'CBManagerState' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'CoreBluetooth' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
30 |
31 |     @inlinable
[66/87] Compiling WandFoundation UIColor_Convert_Int.swift
[67/87] Compiling WandFoundation UIColor_Convert_String.swift
[68/87] Compiling WandFoundation UIEvent_Pipe.swift
[69/87] Compiling WandFoundation UIGestureRecognizer_Ask.swift
[70/87] Compiling WandFoundation UIImage_Asking.swift
[71/87] Compiling WandFoundation Codable_convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift:59:1: warning: extension declares a conformance of imported type 'DateFormatter' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 57 | /// let formatter: DateFormatter = some|
 58 | ///
 59 | extension DateFormatter: Obtainable {
    | |- warning: extension declares a conformance of imported type 'DateFormatter' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 60 |
 61 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/TimeInterval_Convert.swift:27:1: warning: extension declares a conformance of imported type 'Double' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
25 | /// let timestamp: Int = date|
26 | ///
27 | extension TimeInterval: Obtainable {
   | |- warning: extension declares a conformance of imported type 'Double' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
[72/87] Compiling WandFoundation Data_Convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift:59:1: warning: extension declares a conformance of imported type 'DateFormatter' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 57 | /// let formatter: DateFormatter = some|
 58 | ///
 59 | extension DateFormatter: Obtainable {
    | |- warning: extension declares a conformance of imported type 'DateFormatter' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 60 |
 61 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/TimeInterval_Convert.swift:27:1: warning: extension declares a conformance of imported type 'Double' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
25 | /// let timestamp: Int = date|
26 | ///
27 | extension TimeInterval: Obtainable {
   | |- warning: extension declares a conformance of imported type 'Double' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
[73/87] Compiling WandFoundation DateFormatter_Convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift:59:1: warning: extension declares a conformance of imported type 'DateFormatter' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 57 | /// let formatter: DateFormatter = some|
 58 | ///
 59 | extension DateFormatter: Obtainable {
    | |- warning: extension declares a conformance of imported type 'DateFormatter' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 60 |
 61 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/TimeInterval_Convert.swift:27:1: warning: extension declares a conformance of imported type 'Double' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
25 | /// let timestamp: Int = date|
26 | ///
27 | extension TimeInterval: Obtainable {
   | |- warning: extension declares a conformance of imported type 'Double' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
[74/87] Compiling WandFoundation Date_Convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift:59:1: warning: extension declares a conformance of imported type 'DateFormatter' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 57 | /// let formatter: DateFormatter = some|
 58 | ///
 59 | extension DateFormatter: Obtainable {
    | |- warning: extension declares a conformance of imported type 'DateFormatter' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 60 |
 61 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/TimeInterval_Convert.swift:27:1: warning: extension declares a conformance of imported type 'Double' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
25 | /// let timestamp: Int = date|
26 | ///
27 | extension TimeInterval: Obtainable {
   | |- warning: extension declares a conformance of imported type 'Double' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
[75/87] Compiling WandFoundation TimeInterval_Convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift:59:1: warning: extension declares a conformance of imported type 'DateFormatter' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 57 | /// let formatter: DateFormatter = some|
 58 | ///
 59 | extension DateFormatter: Obtainable {
    | |- warning: extension declares a conformance of imported type 'DateFormatter' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 60 |
 61 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/TimeInterval_Convert.swift:27:1: warning: extension declares a conformance of imported type 'Double' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
25 | /// let timestamp: Int = date|
26 | ///
27 | extension TimeInterval: Obtainable {
   | |- warning: extension declares a conformance of imported type 'Double' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
[76/87] Compiling WandFoundation Foundation_Convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift:59:1: warning: extension declares a conformance of imported type 'DateFormatter' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
 57 | /// let formatter: DateFormatter = some|
 58 | ///
 59 | extension DateFormatter: Obtainable {
    | |- warning: extension declares a conformance of imported type 'DateFormatter' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 60 |
 61 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/TimeInterval_Convert.swift:27:1: warning: extension declares a conformance of imported type 'Double' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
25 | /// let timestamp: Int = date|
26 | ///
27 | extension TimeInterval: Obtainable {
   | |- warning: extension declares a conformance of imported type 'Double' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |
29 |     public
[77/87] Compiling WandFoundation SKProductsRequest_Obtain.swift
[78/87] Compiling WandFoundation SKProductsResponse_Ask.swift
[79/87] Compiling WandFoundation Range_Convert.swift
[80/87] Compiling WandFoundation String.Encoding_Convert.swift
[81/87] Compiling WandFoundation String.IndexDistance_Wand.swift
[82/87] Compiling WandFoundation String_Convert.swift
[83/87] Compiling WandFoundation Visible.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNImageRequestHandler_Obtainable.swift:33:1: warning: extension declares a conformance of imported type 'VNImageRequestHandler' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
 31 | @available(watchOS, unavailable)
 32 | @available(visionOS, unavailable)
 33 | extension VNImageRequestHandler: Obtainable {
    | |- warning: extension declares a conformance of imported type 'VNImageRequestHandler' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 34 |
 35 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:25:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Asking'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 23 | import Wand
 24 |
 25 | extension Array: Asking where Element: Asking {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Asking'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 26 |
 27 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:38:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'AskingNil'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 36 | }
 37 |
 38 | extension Array: AskingNil where Element: AskingNil {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'AskingNil'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 39 |
 40 | }
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:128:1: warning: extension declares a conformance of imported type 'VNFaceObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
126 |
127 | @available(iOS 14.0, *)
128 | extension VNFaceObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNFaceObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
129 |
130 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:136:1: warning: extension declares a conformance of imported type 'VNBarcodeObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
134 |
135 | @available(iOS 14.0, *)
136 | extension VNBarcodeObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNBarcodeObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
137 |
138 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:144:1: warning: extension declares a conformance of imported type 'VNHumanHandPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
142 |
143 | @available(iOS 14.0, macOS 11.0, *)
144 | extension VNHumanHandPoseObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNHumanHandPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
145 |
146 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:159:1: warning: extension declares a conformance of imported type 'VNHumanBodyPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
157 |
158 | @available(iOS 14.0, macOS 11.0, *)
159 | extension VNHumanBodyPoseObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNHumanBodyPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
160 |
161 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:167:1: warning: extension declares a conformance of imported type 'VNClassificationObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
165 |
166 | @available(iOS 14.0, *)
167 | extension VNClassificationObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNClassificationObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
168 |
169 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNRequest_Obtainable.swift:28:1: warning: extension declares a conformance of imported type 'VNRequest' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
26 | /// let q: VNImageRequestHandler = nil|
27 | ///
28 | extension VNRequest: Obtainable {
   | |- warning: extension declares a conformance of imported type 'VNRequest' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |
30 |     public
[84/87] Compiling WandFoundation VNImageRequestHandler_Obtainable.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNImageRequestHandler_Obtainable.swift:33:1: warning: extension declares a conformance of imported type 'VNImageRequestHandler' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
 31 | @available(watchOS, unavailable)
 32 | @available(visionOS, unavailable)
 33 | extension VNImageRequestHandler: Obtainable {
    | |- warning: extension declares a conformance of imported type 'VNImageRequestHandler' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 34 |
 35 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:25:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Asking'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 23 | import Wand
 24 |
 25 | extension Array: Asking where Element: Asking {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Asking'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 26 |
 27 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:38:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'AskingNil'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 36 | }
 37 |
 38 | extension Array: AskingNil where Element: AskingNil {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'AskingNil'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 39 |
 40 | }
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:128:1: warning: extension declares a conformance of imported type 'VNFaceObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
126 |
127 | @available(iOS 14.0, *)
128 | extension VNFaceObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNFaceObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
129 |
130 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:136:1: warning: extension declares a conformance of imported type 'VNBarcodeObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
134 |
135 | @available(iOS 14.0, *)
136 | extension VNBarcodeObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNBarcodeObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
137 |
138 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:144:1: warning: extension declares a conformance of imported type 'VNHumanHandPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
142 |
143 | @available(iOS 14.0, macOS 11.0, *)
144 | extension VNHumanHandPoseObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNHumanHandPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
145 |
146 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:159:1: warning: extension declares a conformance of imported type 'VNHumanBodyPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
157 |
158 | @available(iOS 14.0, macOS 11.0, *)
159 | extension VNHumanBodyPoseObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNHumanBodyPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
160 |
161 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:167:1: warning: extension declares a conformance of imported type 'VNClassificationObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
165 |
166 | @available(iOS 14.0, *)
167 | extension VNClassificationObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNClassificationObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
168 |
169 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNRequest_Obtainable.swift:28:1: warning: extension declares a conformance of imported type 'VNRequest' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
26 | /// let q: VNImageRequestHandler = nil|
27 | ///
28 | extension VNRequest: Obtainable {
   | |- warning: extension declares a conformance of imported type 'VNRequest' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |
30 |     public
[85/87] Compiling WandFoundation VNObservation_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNImageRequestHandler_Obtainable.swift:33:1: warning: extension declares a conformance of imported type 'VNImageRequestHandler' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
 31 | @available(watchOS, unavailable)
 32 | @available(visionOS, unavailable)
 33 | extension VNImageRequestHandler: Obtainable {
    | |- warning: extension declares a conformance of imported type 'VNImageRequestHandler' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 34 |
 35 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:25:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Asking'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 23 | import Wand
 24 |
 25 | extension Array: Asking where Element: Asking {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Asking'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 26 |
 27 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:38:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'AskingNil'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 36 | }
 37 |
 38 | extension Array: AskingNil where Element: AskingNil {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'AskingNil'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 39 |
 40 | }
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:128:1: warning: extension declares a conformance of imported type 'VNFaceObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
126 |
127 | @available(iOS 14.0, *)
128 | extension VNFaceObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNFaceObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
129 |
130 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:136:1: warning: extension declares a conformance of imported type 'VNBarcodeObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
134 |
135 | @available(iOS 14.0, *)
136 | extension VNBarcodeObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNBarcodeObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
137 |
138 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:144:1: warning: extension declares a conformance of imported type 'VNHumanHandPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
142 |
143 | @available(iOS 14.0, macOS 11.0, *)
144 | extension VNHumanHandPoseObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNHumanHandPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
145 |
146 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:159:1: warning: extension declares a conformance of imported type 'VNHumanBodyPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
157 |
158 | @available(iOS 14.0, macOS 11.0, *)
159 | extension VNHumanBodyPoseObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNHumanBodyPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
160 |
161 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:167:1: warning: extension declares a conformance of imported type 'VNClassificationObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
165 |
166 | @available(iOS 14.0, *)
167 | extension VNClassificationObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNClassificationObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
168 |
169 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNRequest_Obtainable.swift:28:1: warning: extension declares a conformance of imported type 'VNRequest' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
26 | /// let q: VNImageRequestHandler = nil|
27 | ///
28 | extension VNRequest: Obtainable {
   | |- warning: extension declares a conformance of imported type 'VNRequest' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |
30 |     public
[86/87] Compiling WandFoundation VNRequest_Obtainable.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNImageRequestHandler_Obtainable.swift:33:1: warning: extension declares a conformance of imported type 'VNImageRequestHandler' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
 31 | @available(watchOS, unavailable)
 32 | @available(visionOS, unavailable)
 33 | extension VNImageRequestHandler: Obtainable {
    | |- warning: extension declares a conformance of imported type 'VNImageRequestHandler' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 34 |
 35 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:25:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Asking'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 23 | import Wand
 24 |
 25 | extension Array: Asking where Element: Asking {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Asking'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 26 |
 27 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:38:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'AskingNil'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 36 | }
 37 |
 38 | extension Array: AskingNil where Element: AskingNil {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'AskingNil'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 39 |
 40 | }
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:128:1: warning: extension declares a conformance of imported type 'VNFaceObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
126 |
127 | @available(iOS 14.0, *)
128 | extension VNFaceObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNFaceObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
129 |
130 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:136:1: warning: extension declares a conformance of imported type 'VNBarcodeObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
134 |
135 | @available(iOS 14.0, *)
136 | extension VNBarcodeObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNBarcodeObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
137 |
138 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:144:1: warning: extension declares a conformance of imported type 'VNHumanHandPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
142 |
143 | @available(iOS 14.0, macOS 11.0, *)
144 | extension VNHumanHandPoseObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNHumanHandPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
145 |
146 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:159:1: warning: extension declares a conformance of imported type 'VNHumanBodyPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
157 |
158 | @available(iOS 14.0, macOS 11.0, *)
159 | extension VNHumanBodyPoseObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNHumanBodyPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
160 |
161 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:167:1: warning: extension declares a conformance of imported type 'VNClassificationObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
165 |
166 | @available(iOS 14.0, *)
167 | extension VNClassificationObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNClassificationObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
168 |
169 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNRequest_Obtainable.swift:28:1: warning: extension declares a conformance of imported type 'VNRequest' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
26 | /// let q: VNImageRequestHandler = nil|
27 | ///
28 | extension VNRequest: Obtainable {
   | |- warning: extension declares a conformance of imported type 'VNRequest' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |
30 |     public
[87/87] Compiling WandFoundation Vision_Wand.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNImageRequestHandler_Obtainable.swift:33:1: warning: extension declares a conformance of imported type 'VNImageRequestHandler' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
 31 | @available(watchOS, unavailable)
 32 | @available(visionOS, unavailable)
 33 | extension VNImageRequestHandler: Obtainable {
    | |- warning: extension declares a conformance of imported type 'VNImageRequestHandler' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 34 |
 35 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:25:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'Asking'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 23 | import Wand
 24 |
 25 | extension Array: Asking where Element: Asking {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'Asking'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 26 |
 27 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:38:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'AskingNil'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 36 | }
 37 |
 38 | extension Array: AskingNil where Element: AskingNil {
    | |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'AskingNil'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 39 |
 40 | }
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:128:1: warning: extension declares a conformance of imported type 'VNFaceObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
126 |
127 | @available(iOS 14.0, *)
128 | extension VNFaceObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNFaceObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
129 |
130 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:136:1: warning: extension declares a conformance of imported type 'VNBarcodeObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
134 |
135 | @available(iOS 14.0, *)
136 | extension VNBarcodeObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNBarcodeObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
137 |
138 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:144:1: warning: extension declares a conformance of imported type 'VNHumanHandPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
142 |
143 | @available(iOS 14.0, macOS 11.0, *)
144 | extension VNHumanHandPoseObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNHumanHandPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
145 |
146 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:159:1: warning: extension declares a conformance of imported type 'VNHumanBodyPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
157 |
158 | @available(iOS 14.0, macOS 11.0, *)
159 | extension VNHumanBodyPoseObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNHumanBodyPoseObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
160 |
161 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift:167:1: warning: extension declares a conformance of imported type 'VNClassificationObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
165 |
166 | @available(iOS 14.0, *)
167 | extension VNClassificationObservation: VisionObservationExpectable {
    | |- warning: extension declares a conformance of imported type 'VNClassificationObservation' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
168 |
169 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNRequest_Obtainable.swift:28:1: warning: extension declares a conformance of imported type 'VNRequest' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
26 | /// let q: VNImageRequestHandler = nil|
27 | ///
28 | extension VNRequest: Obtainable {
   | |- warning: extension declares a conformance of imported type 'VNRequest' to imported protocols 'Obtainable', 'Wanded'; this will not behave correctly if the owners of 'Vision' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 |
30 |     public
Build complete! (13.92s)
Fetching https://github.com/The-Wand/Any.git
Fetching https://github.com/The-Wand/Wand.git
[1/143] Fetching any
[67/5512] Fetching any, wand
Fetched https://github.com/The-Wand/Wand.git from cache (1.40s)
Fetched https://github.com/The-Wand/Any.git from cache (1.40s)
Computing version for https://github.com/The-Wand/Wand.git
Computed https://github.com/The-Wand/Wand.git at 2.0.5 (1.93s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.1 (0.46s)
Creating working copy for https://github.com/The-Wand/Any.git
Working copy of https://github.com/The-Wand/Any.git resolved at 1.0.1
Creating working copy for https://github.com/The-Wand/Wand.git
Working copy of https://github.com/The-Wand/Wand.git resolved at 2.0.5
warning: 'spi-builder-workspace': the target name wandTests has different case on the filesystem and the Package.swift manifest file
Build complete.
{
  "default_localization" : "ru",
  "dependencies" : [
    {
      "identity" : "any",
      "requirement" : {
        "exact" : [
          "1.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/The-Wand/Any.git"
    },
    {
      "identity" : "wand",
      "requirement" : {
        "exact" : [
          "2.0.5"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/The-Wand/Wand.git"
    }
  ],
  "manifest_display_name" : "WandFoundation",
  "name" : "WandFoundation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "WandFoundation",
      "targets" : [
        "WandFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "wandTests",
      "module_type" : "SwiftTarget",
      "name" : "wandTests",
      "path" : "Tests/wandTests",
      "product_dependencies" : [
        "Any_"
      ],
      "sources" : [
        "Foundation/NSTextCheckingResult_Tests.swift",
        "Foundation/Notification_Tests.swift",
        "Network/NWPath_Tests.swift",
        "StoreKit/SKPaymentTransaction_Tests.swift",
        "StoreKit/SKProduct_Tests.swift",
        "UIKit/Image_Resize_Tests.swift",
        "UIKit/Image_Tests.swift",
        "UIKit/Image_URL_Tests.swift",
        "Unit/ImageTestCase.swift",
        "Unit/Unit.swift",
        "Unit/XCTestCase.swift"
      ],
      "target_dependencies" : [
        "WandFoundation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WandFoundation",
      "module_type" : "SwiftTarget",
      "name" : "WandFoundation",
      "path" : "Sources/WandFoundation",
      "product_dependencies" : [
        "Wand"
      ],
      "product_memberships" : [
        "WandFoundation"
      ],
      "sources" : [
        "AVFoundation/AVCapture_Wand.swift",
        "AVFoundation/AVFoundation_Wand.swift",
        "CoreBluetooth/CBCentralManager/CBCentralManager_Delegate.swift",
        "CoreBluetooth/CBCentralManager/CBCentralManager_Obtainable.swift",
        "CoreBluetooth/CBCharacteristic/[CBCharacteristic]_Ask.swift",
        "CoreBluetooth/CBManagerState_Ask.swift",
        "CoreBluetooth/CBPeripheral/CBPeripheral_Ask.swift",
        "CoreBluetooth/CBPeripheral/CBPeripheral_Delegate.swift",
        "CoreBluetooth/CBService/CBService_Ask.swift",
        "CoreBluetooth/CBService/[CBService]_Ask.swift",
        "CoreMedia/CMSampleBuffer_Wand.swift",
        "Foundation/Bundle_Convert.swift",
        "Foundation/Codable_convert.swift",
        "Foundation/Data/Data_Convert.swift",
        "Foundation/Date/DateFormatter_Convert.swift",
        "Foundation/Date/Date_Convert.swift",
        "Foundation/Date/TimeInterval_Convert.swift",
        "Foundation/Foundation_Convert.swift",
        "Foundation/Model/Model.swift",
        "Foundation/Model/Model_Convert.swift",
        "Foundation/NSTextCheckingResult_Convert.swift",
        "Foundation/Notification/NotificationCenter_Ubiquitous.swift",
        "Foundation/Notification/Notification_Ask.swift",
        "Foundation/TimeZone_Convert.swift",
        "Foundation/UserDefaults_Ubiquitous.swift",
        "Network/NWPathMonitor_Obtainable.swift",
        "Network/NetworkExtension_Ask.swift",
        "StoreKit/SKPaymentQueue_Obtain.swift",
        "StoreKit/SKPaymentTransaction_Ask.swift",
        "StoreKit/SKProduct_Ask.swift",
        "StoreKit/SKProductsRequest_Obtain.swift",
        "StoreKit/SKProductsResponse_Ask.swift",
        "String/Collection/Range_Convert.swift",
        "String/String.Encoding_Convert.swift",
        "String/String.IndexDistance_Wand.swift",
        "String/String_Convert.swift",
        "UIKit/UIColor/UIColor_Convert_Int.swift",
        "UIKit/UIColor/UIColor_Convert_String.swift",
        "UIKit/UIEvent_Pipe.swift",
        "UIKit/UIGestureRecognizer_Ask.swift",
        "UIKit/UIImage/Ask/UIImage_Asking.swift",
        "UIKit/UIImage/Ask/UIImage_AskingNil.swift",
        "UIKit/UIImage/Ask/UIImage_Fill.swift",
        "UIKit/UIImage/Ask/UIImage_Fit.swift",
        "UIKit/UIImage/Ask/UIImage_Round.swift",
        "UIKit/UIImage/Ask/UIImage_Scale.swift",
        "UIKit/UIImage/UIImage_Convert.swift",
        "UIKit/UIKit_Convertable.swift",
        "UIKit/UIView/UIView_Convert.swift",
        "UIKit/UIViewController/UIAlertController+Pipe.swift",
        "UIKit/UIViewController/UIImagePickerController_Obtainable.swift",
        "UIKit/UIViewController/Visible.swift",
        "Vision/VNImageRequestHandler_Obtainable.swift",
        "Vision/VNObservation_Ask.swift",
        "Vision/VNRequest_Obtainable.swift",
        "Vision/Vision_Wand.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
warning: 'spi-builder-workspace': the target name wandTests has different case on the filesystem and the Package.swift manifest file
Done.