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

Failed to build WandFoundation, reference 2.0.9 (b1b76d), with Swift 6.0 for macOS (SPM) on 2 Sep 2025 15:23:13 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/The-Wand/Foundation.git
Reference: 2.0.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/The-Wand/Foundation
 * tag               2.0.9      -> FETCH_HEAD
HEAD is now at b1b76df Separate Bluetooth
Cloned https://github.com/The-Wand/Foundation.git
Revision (git rev-parse @):
b1b76df243bb1b2037bef1d162c7c6e20d32c277
SUCCESS checkout https://github.com/The-Wand/Foundation.git at 2.0.9
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/The-Wand/Foundation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/29] Emitting module Wand
[5/31] Compiling Wand Option.swift
[6/31] Compiling Wand Ask.swift
[7/31] Compiling Wand Asking.swift
[8/31] Compiling Wand Describing.swift
[9/31] Compiling Wand Describing_Character.swift
[10/31] Compiling Wand Counting.swift
[11/31] Compiling Wand Error.swift
[12/31] Compiling Wand Error?.swift
[13/31] Compiling Wand Ubiquitous.swift
[14/31] Compiling Wand Wanded.swift
[15/31] Compiling Wand |.swift
[16/31] Compiling Wand Log.swift
[17/31] Compiling Wand Memory.swift
[18/31] Compiling Wand State.swift
[19/31] Compiling Wand Weak.swift
[20/31] Compiling Wand Obtainable.swift
[21/31] Compiling Wand AskingNil.swift
[22/31] Compiling Wand Core.swift
[23/31] Compiling Wand Key.swift
[24/31] Compiling Wand Addons.swift
[25/31] Compiling Wand All.swift
[26/31] Compiling Wand Any.swift
[27/31] Compiling Wand CoreGraphics_Convertible.swift
[28/31] Compiling Wand Numbers_Convertible.swift
[29/31] Compiling Wand String_Convertible.swift
[30/31] Compiling Wand Describing_Data.swift
[31/31] Compiling Wand Expressible.swift
[32/62] Emitting module WandFoundation
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice.TorchMode_Ask.swift:12:1: warning: extension declares a conformance of imported type 'TorchMode' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 10 | import Wand
 11 |
 12 | extension AVCaptureDevice.TorchMode: AskingNil {
    | |- warning: extension declares a conformance of imported type 'TorchMode' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 |
 14 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice_Obtainable.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/AVCaptureDevice_Obtainable.swift:48: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
46 | @available(tvOS 17.0, *)
47 | @available(visionOS, unavailable)
48 | 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
49 |
50 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Ask.swift:24: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
 22 |
 23 | @available(tvOS 17.0, *)
 24 | 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
 25 |
 26 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Ask.swift:36: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
 34 | @available(tvOS 17.0, *)
 35 | @available(visionOS, unavailable)
 36 | 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
 37 |
 38 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Ask.swift:113: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
111 | @available(tvOS 17.0, *)
112 | @available(visionOS, unavailable)
113 | 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
114 |
115 |     public
/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:74: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
 72 | /// let formatter: DateFormatter = some|
 73 | ///
 74 | 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
 75 |
 76 |     @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/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
[33/65] Compiling WandFoundation IndexPath_Convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/IndexPath_Convert.swift:31:10: error: incorrect argument label in call (have 'row:section:', expected 'item:section:')
29 | public
30 | func | (raw: (Int, Int)) -> IndexPath {
31 |     .init(row: raw.0, section: raw.1)
   |          `- error: incorrect argument label in call (have 'row:section:', expected 'item:section:')
32 | }
33 |
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/IndexPath_Convert.swift:42:11: error: value of type 'IndexPath' has no member 'row'
40 | public
41 | func | (path: IndexPath) -> (Int, Int) {
42 |     (path.row, path.section)
   |           `- error: value of type 'IndexPath' has no member 'row'
43 | }
44 |
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/IndexPath_Convert.swift:64:22: error: incorrect argument label in call (have 'row:section:', expected 'item:section:')
62 |     func |(p: Self) -> [IndexPath] {
63 |         p.map {
64 |             IndexPath(row: $0, section: 0)
   |                      `- error: incorrect argument label in call (have 'row:section:', expected 'item:section:')
65 |         }
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/IndexPath_Convert.swift:78:22: error: incorrect argument label in call (have 'row:section:', expected 'item:section:')
76 |     func |(p: Self) -> [IndexPath] {
77 |         p.map {
78 |             IndexPath(row: $0, section: 0)
   |                      `- error: incorrect argument label in call (have 'row:section:', expected 'item:section:')
79 |         }
80 |     }
[34/65] Compiling WandFoundation Model.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/IndexPath_Convert.swift:31:10: error: incorrect argument label in call (have 'row:section:', expected 'item:section:')
29 | public
30 | func | (raw: (Int, Int)) -> IndexPath {
31 |     .init(row: raw.0, section: raw.1)
   |          `- error: incorrect argument label in call (have 'row:section:', expected 'item:section:')
32 | }
33 |
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/IndexPath_Convert.swift:42:11: error: value of type 'IndexPath' has no member 'row'
40 | public
41 | func | (path: IndexPath) -> (Int, Int) {
42 |     (path.row, path.section)
   |           `- error: value of type 'IndexPath' has no member 'row'
43 | }
44 |
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/IndexPath_Convert.swift:64:22: error: incorrect argument label in call (have 'row:section:', expected 'item:section:')
62 |     func |(p: Self) -> [IndexPath] {
63 |         p.map {
64 |             IndexPath(row: $0, section: 0)
   |                      `- error: incorrect argument label in call (have 'row:section:', expected 'item:section:')
65 |         }
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/IndexPath_Convert.swift:78:22: error: incorrect argument label in call (have 'row:section:', expected 'item:section:')
76 |     func |(p: Self) -> [IndexPath] {
77 |         p.map {
78 |             IndexPath(row: $0, section: 0)
   |                      `- error: incorrect argument label in call (have 'row:section:', expected 'item:section:')
79 |         }
80 |     }
[35/65] Compiling WandFoundation Model_Convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/IndexPath_Convert.swift:31:10: error: incorrect argument label in call (have 'row:section:', expected 'item:section:')
29 | public
30 | func | (raw: (Int, Int)) -> IndexPath {
31 |     .init(row: raw.0, section: raw.1)
   |          `- error: incorrect argument label in call (have 'row:section:', expected 'item:section:')
32 | }
33 |
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/IndexPath_Convert.swift:42:11: error: value of type 'IndexPath' has no member 'row'
40 | public
41 | func | (path: IndexPath) -> (Int, Int) {
42 |     (path.row, path.section)
   |           `- error: value of type 'IndexPath' has no member 'row'
43 | }
44 |
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/IndexPath_Convert.swift:64:22: error: incorrect argument label in call (have 'row:section:', expected 'item:section:')
62 |     func |(p: Self) -> [IndexPath] {
63 |         p.map {
64 |             IndexPath(row: $0, section: 0)
   |                      `- error: incorrect argument label in call (have 'row:section:', expected 'item:section:')
65 |         }
66 |     }
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/IndexPath_Convert.swift:78:22: error: incorrect argument label in call (have 'row:section:', expected 'item:section:')
76 |     func |(p: Self) -> [IndexPath] {
77 |         p.map {
78 |             IndexPath(row: $0, section: 0)
   |                      `- error: incorrect argument label in call (have 'row:section:', expected 'item:section:')
79 |         }
80 |     }
[36/65] Compiling WandFoundation SKPaymentTransaction_Ask.swift
/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 | }
[37/65] Compiling WandFoundation SKProduct_Ask.swift
/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 | }
[38/65] Compiling WandFoundation SKProductsRequest_Obtain.swift
/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 | }
[39/65] Compiling WandFoundation DateFormatter_Convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift:74: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
 72 | /// let formatter: DateFormatter = some|
 73 | ///
 74 | 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
 75 |
 76 |     @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
[40/65] Compiling WandFoundation Date_Convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift:74: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
 72 | /// let formatter: DateFormatter = some|
 73 | ///
 74 | 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
 75 |
 76 |     @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
[41/65] Compiling WandFoundation TimeInterval_Convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift:74: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
 72 | /// let formatter: DateFormatter = some|
 73 | ///
 74 | 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
 75 |
 76 |     @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
[42/65] Compiling WandFoundation Foundation_Convert.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift:74: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
 72 | /// let formatter: DateFormatter = some|
 73 | ///
 74 | 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
 75 |
 76 |     @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
[43/65] 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
[44/65] 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
[45/65] 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
[46/65] Compiling WandFoundation SKProductsResponse_Ask.swift
[47/65] Compiling WandFoundation Range_Convert.swift
[48/65] Compiling WandFoundation String.Encoding_Convert.swift
[49/65] Compiling WandFoundation CMSampleBuffer_Wand.swift
/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/65] Compiling WandFoundation Bundle_Convert.swift
/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/65] Compiling WandFoundation Codable_convert.swift
/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/65] Compiling WandFoundation Data_Convert.swift
/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/65] Compiling WandFoundation VNObservation_Ask.swift
/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
[54/65] Compiling WandFoundation VNRequest_Obtainable.swift
/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
[55/65] Compiling WandFoundation Vision_Wand.swift
/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
[56/65] Compiling WandFoundation TimeZone_Convert.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/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)
[57/65] 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/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)
[58/65] 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/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)
[59/65] Compiling WandFoundation AVCaptureDevice.TorchMode_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice.TorchMode_Ask.swift:12:1: warning: extension declares a conformance of imported type 'TorchMode' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 10 | import Wand
 11 |
 12 | extension AVCaptureDevice.TorchMode: AskingNil {
    | |- warning: extension declares a conformance of imported type 'TorchMode' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 |
 14 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice.TorchMode_Ask.swift:25:17: warning: result of call to function returning 'Bool' is unused
 23 |
 24 |         guard !ask.once else {
 25 |             ask.handler(device.torchMode as! T)
    |                 `- warning: result of call to function returning 'Bool' is unused
 26 |
 27 |             return wand
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice.TorchMode_Ask.swift:31:14: warning: result of call to 'append(ask:check:)' is unused
 29 |
 30 |         //Save ask
 31 |         wand.append(ask: ask)
    |              `- warning: result of call to 'append(ask:check:)' is unused
 32 |
 33 |         //Request
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice.TorchMode_Ask.swift:85:14: warning: result of call to 'append(ask:check:)' is unused
 83 |
 84 |         //Save ask
 85 |         wand.append(ask: ask)
    |              `- warning: result of call to 'append(ask:check:)' is unused
 86 |
 87 |         //Request for a first time
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice_Obtainable.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/AVCaptureDevice_Obtainable.swift:48: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
46 | @available(tvOS 17.0, *)
47 | @available(visionOS, unavailable)
48 | 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
49 |
50 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Ask.swift:24: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
 22 |
 23 | @available(tvOS 17.0, *)
 24 | 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
 25 |
 26 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Ask.swift:36: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
 34 | @available(tvOS 17.0, *)
 35 | @available(visionOS, unavailable)
 36 | 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
 37 |
 38 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Ask.swift:113: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
111 | @available(tvOS 17.0, *)
112 | @available(visionOS, unavailable)
113 | 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
114 |
115 |     public
[60/65] Compiling WandFoundation AVCaptureDevice_Obtainable.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice.TorchMode_Ask.swift:12:1: warning: extension declares a conformance of imported type 'TorchMode' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 10 | import Wand
 11 |
 12 | extension AVCaptureDevice.TorchMode: AskingNil {
    | |- warning: extension declares a conformance of imported type 'TorchMode' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 |
 14 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice.TorchMode_Ask.swift:25:17: warning: result of call to function returning 'Bool' is unused
 23 |
 24 |         guard !ask.once else {
 25 |             ask.handler(device.torchMode as! T)
    |                 `- warning: result of call to function returning 'Bool' is unused
 26 |
 27 |             return wand
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice.TorchMode_Ask.swift:31:14: warning: result of call to 'append(ask:check:)' is unused
 29 |
 30 |         //Save ask
 31 |         wand.append(ask: ask)
    |              `- warning: result of call to 'append(ask:check:)' is unused
 32 |
 33 |         //Request
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice.TorchMode_Ask.swift:85:14: warning: result of call to 'append(ask:check:)' is unused
 83 |
 84 |         //Save ask
 85 |         wand.append(ask: ask)
    |              `- warning: result of call to 'append(ask:check:)' is unused
 86 |
 87 |         //Request for a first time
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice_Obtainable.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/AVCaptureDevice_Obtainable.swift:48: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
46 | @available(tvOS 17.0, *)
47 | @available(visionOS, unavailable)
48 | 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
49 |
50 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Ask.swift:24: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
 22 |
 23 | @available(tvOS 17.0, *)
 24 | 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
 25 |
 26 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Ask.swift:36: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
 34 | @available(tvOS 17.0, *)
 35 | @available(visionOS, unavailable)
 36 | 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
 37 |
 38 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Ask.swift:113: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
111 | @available(tvOS 17.0, *)
112 | @available(visionOS, unavailable)
113 | 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
114 |
115 |     public
[61/65] Compiling WandFoundation AVCapture_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice.TorchMode_Ask.swift:12:1: warning: extension declares a conformance of imported type 'TorchMode' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 10 | import Wand
 11 |
 12 | extension AVCaptureDevice.TorchMode: AskingNil {
    | |- warning: extension declares a conformance of imported type 'TorchMode' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 |
 14 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice.TorchMode_Ask.swift:25:17: warning: result of call to function returning 'Bool' is unused
 23 |
 24 |         guard !ask.once else {
 25 |             ask.handler(device.torchMode as! T)
    |                 `- warning: result of call to function returning 'Bool' is unused
 26 |
 27 |             return wand
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice.TorchMode_Ask.swift:31:14: warning: result of call to 'append(ask:check:)' is unused
 29 |
 30 |         //Save ask
 31 |         wand.append(ask: ask)
    |              `- warning: result of call to 'append(ask:check:)' is unused
 32 |
 33 |         //Request
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice.TorchMode_Ask.swift:85:14: warning: result of call to 'append(ask:check:)' is unused
 83 |
 84 |         //Save ask
 85 |         wand.append(ask: ask)
    |              `- warning: result of call to 'append(ask:check:)' is unused
 86 |
 87 |         //Request for a first time
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice_Obtainable.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/AVCaptureDevice_Obtainable.swift:48: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
46 | @available(tvOS 17.0, *)
47 | @available(visionOS, unavailable)
48 | 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
49 |
50 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Ask.swift:24: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
 22 |
 23 | @available(tvOS 17.0, *)
 24 | 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
 25 |
 26 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Ask.swift:36: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
 34 | @available(tvOS 17.0, *)
 35 | @available(visionOS, unavailable)
 36 | 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
 37 |
 38 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Ask.swift:113: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
111 | @available(tvOS 17.0, *)
112 | @available(visionOS, unavailable)
113 | 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
114 |
115 |     public
[62/65] Compiling WandFoundation AVFoundation_Wand.swift
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice.TorchMode_Ask.swift:12:1: warning: extension declares a conformance of imported type 'TorchMode' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
 10 | import Wand
 11 |
 12 | extension AVCaptureDevice.TorchMode: AskingNil {
    | |- warning: extension declares a conformance of imported type 'TorchMode' to imported protocols 'AskingNil', 'Asking'; this will not behave correctly if the owners of 'AVFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 13 |
 14 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice.TorchMode_Ask.swift:25:17: warning: result of call to function returning 'Bool' is unused
 23 |
 24 |         guard !ask.once else {
 25 |             ask.handler(device.torchMode as! T)
    |                 `- warning: result of call to function returning 'Bool' is unused
 26 |
 27 |             return wand
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice.TorchMode_Ask.swift:31:14: warning: result of call to 'append(ask:check:)' is unused
 29 |
 30 |         //Save ask
 31 |         wand.append(ask: ask)
    |              `- warning: result of call to 'append(ask:check:)' is unused
 32 |
 33 |         //Request
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice.TorchMode_Ask.swift:85:14: warning: result of call to 'append(ask:check:)' is unused
 83 |
 84 |         //Save ask
 85 |         wand.append(ask: ask)
    |              `- warning: result of call to 'append(ask:check:)' is unused
 86 |
 87 |         //Request for a first time
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCaptureDevice_Obtainable.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/AVCaptureDevice_Obtainable.swift:48: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
46 | @available(tvOS 17.0, *)
47 | @available(visionOS, unavailable)
48 | 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
49 |
50 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Ask.swift:24: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
 22 |
 23 | @available(tvOS 17.0, *)
 24 | 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
 25 |
 26 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Ask.swift:36: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
 34 | @available(tvOS 17.0, *)
 35 | @available(visionOS, unavailable)
 36 | 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
 37 |
 38 |     public
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Ask.swift:113: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
111 | @available(tvOS 17.0, *)
112 | @available(visionOS, unavailable)
113 | 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
114 |
115 |     public
[63/65] Compiling WandFoundation String.IndexDistance_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
[64/65] Compiling WandFoundation String_Convert.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
[65/65] 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
Fetching https://github.com/The-Wand/Wand.git
Fetching https://github.com/The-Wand/Any.git
[1/5929] Fetching wand
[61/6072] Fetching wand, any
Fetched https://github.com/The-Wand/Any.git from cache (1.31s)
Fetched https://github.com/The-Wand/Wand.git from cache (1.31s)
Computing version for https://github.com/The-Wand/Wand.git
Computed https://github.com/The-Wand/Wand.git at 2.0.8 (0.56s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.1 (0.56s)
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.8
warning: 'spi-builder-workspace': the target name wandTests has different case on the filesystem and the Package.swift manifest file
warning: 'wand': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Wand/Sources/Wand/Wand.md
BUILD FAILURE 6.0 macosSpm