Build Information
Successful build of WandFoundation, reference 2.0.1 (937e70
), with Swift 6.1 for watchOS using Xcode 16.3 on 2 Jul 2025 05:38:53 UTC.
Swift 6 data race errors: 3
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WandFoundation -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
extension NotificationCenter: Ubiquitous {
^ ~~~~~~~~~~
@retroactive Ubiquitous
/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
extension Notification: Asking, Wanded {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:29:1: note: add '@retroactive' to silence this warning
extension Notification: Asking, Wanded {
^ ~~~~~~ ~~~~~~
@retroactive Asking @retroactive Wanded
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:55:13: warning: capture of 'wand' with non-sendable type 'Core' in a '@Sendable' closure
wand.add(notification, for: key)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Core/Core.swift:27:7: note: class 'Core' does not conform to the 'Sendable' protocol
class Core {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:21:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Wand'
import Wand
^
@preconcurrency
/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
extension UserDefaults: Ubiquitous {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/UserDefaults_Ubiquitous.swift:27:1: note: add '@retroactive' to silence this warning
extension UserDefaults: Ubiquitous {
^ ~~~~~~~~~~
@retroactive Ubiquitous
/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
extension NWPathMonitor: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NWPathMonitor_Obtainable.swift:27:1: note: add '@retroactive' to silence this warning
extension NWPathMonitor: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
/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
extension NWPath: AskingNil {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:11:1: note: add '@retroactive' to silence this warning
extension NWPath: AskingNil {
^ ~~~~~~~~~
@retroactive AskingNil
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:38:13: warning: capture of 'wand' with non-sendable type 'Core?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
wand?.add(path)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Core/Core.swift:27:7: note: class 'Core' does not conform to the 'Sendable' protocol
class Core {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Wand'
import Wand
^
@preconcurrency
/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
extension SKPaymentQueue: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentQueue_Obtain.swift:29:1: note: add '@retroactive' to silence this warning
extension SKPaymentQueue: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
/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
extension SKProduct: Wanded {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProduct_Ask.swift:23:1: note: add '@retroactive' to silence this warning
extension SKProduct: Wanded {
^ ~~~~~~
@retroactive Wanded
SwiftDriverJobDiscovery normal arm64 Compiling Weak.swift, Obtainable.swift, Ubiquitous.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal armv7k Compiling\ Model.swift,\ Model_Convert.swift,\ NSTextCheckingResult_Convert.swift,\ NotificationCenter_Ubiquitous.swift,\ Notification_Ask.swift,\ TimeZone_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Model/Model.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Model/Model_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/NSTextCheckingResult_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/NotificationCenter_Ubiquitous.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/TimeZone_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Model/Model.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Model/Model_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/NSTextCheckingResult_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/NotificationCenter_Ubiquitous.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension NotificationCenter: Ubiquitous {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/NotificationCenter_Ubiquitous.swift:27:1: note: add '@retroactive' to silence this warning
extension NotificationCenter: Ubiquitous {
^ ~~~~~~~~~~
@retroactive Ubiquitous
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension Notification: Asking, Wanded {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:29:1: note: add '@retroactive' to silence this warning
extension Notification: Asking, Wanded {
^ ~~~~~~ ~~~~~~
@retroactive Asking @retroactive Wanded
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:55:13: warning: capture of 'wand' with non-sendable type 'Core' in a '@Sendable' closure
wand.add(notification, for: key)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Core/Core.swift:27:7: note: class 'Core' does not conform to the 'Sendable' protocol
class Core {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:21:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Wand'
import Wand
^
@preconcurrency
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/TimeZone_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ WandFoundation (in target 'WandFoundation' from project 'WandFoundation')
EmitSwiftModule normal arm64 (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension CBCentralManager: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Obtainable.swift:27:1: note: add '@retroactive' to silence this warning
extension CBCentralManager: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
/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
extension CBManagerState: AskingNil {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBManagerState_Ask.swift:29:1: note: add '@retroactive' to silence this warning
extension CBManagerState: AskingNil {
^ ~~~~~~~~~
@retroactive AskingNil
/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
extension CBPeripheral: AskingNil {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Ask.swift:29:1: note: add '@retroactive' to silence this warning
extension CBPeripheral: AskingNil {
^ ~~~~~~~~~
@retroactive AskingNil
/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
extension CBService: Asking {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/CBService_Ask.swift:29:1: note: add '@retroactive' to silence this warning
extension CBService: Asking {
^ ~~~~~~
@retroactive Asking
/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
extension DateFormatter: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift:59:1: note: add '@retroactive' to silence this warning
extension DateFormatter: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
/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
extension TimeInterval: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/TimeInterval_Convert.swift:27:1: note: add '@retroactive' to silence this warning
extension TimeInterval: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
/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
extension NotificationCenter: Ubiquitous {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/NotificationCenter_Ubiquitous.swift:27:1: note: add '@retroactive' to silence this warning
extension NotificationCenter: Ubiquitous {
^ ~~~~~~~~~~
@retroactive Ubiquitous
/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
extension Notification: Asking, Wanded {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:29:1: note: add '@retroactive' to silence this warning
extension Notification: Asking, Wanded {
^ ~~~~~~ ~~~~~~
@retroactive Asking @retroactive Wanded
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:55:13: warning: capture of 'wand' with non-sendable type 'Core' in a '@Sendable' closure
wand.add(notification, for: key)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Core/Core.swift:27:7: note: class 'Core' does not conform to the 'Sendable' protocol
class Core {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:21:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Wand'
import Wand
^
@preconcurrency
/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
extension UserDefaults: Ubiquitous {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/UserDefaults_Ubiquitous.swift:27:1: note: add '@retroactive' to silence this warning
extension UserDefaults: Ubiquitous {
^ ~~~~~~~~~~
@retroactive Ubiquitous
/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
extension NWPathMonitor: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NWPathMonitor_Obtainable.swift:27:1: note: add '@retroactive' to silence this warning
extension NWPathMonitor: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
/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
extension NWPath: AskingNil {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:11:1: note: add '@retroactive' to silence this warning
extension NWPath: AskingNil {
^ ~~~~~~~~~
@retroactive AskingNil
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:38:13: warning: capture of 'wand' with non-sendable type 'Core?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
wand?.add(path)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Core/Core.swift:27:7: note: class 'Core' does not conform to the 'Sendable' protocol
class Core {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Wand'
import Wand
^
@preconcurrency
/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
extension SKPaymentQueue: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentQueue_Obtain.swift:29:1: note: add '@retroactive' to silence this warning
extension SKPaymentQueue: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
/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
extension SKProduct: Wanded {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProduct_Ask.swift:23:1: note: add '@retroactive' to silence this warning
extension SKProduct: Wanded {
^ ~~~~~~
@retroactive Wanded
SwiftDriverJobDiscovery normal arm64_32 Compiling Counting.swift, Error.swift, Error?.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64_32 Compiling\ UserDefaults_Ubiquitous.swift,\ NWPathMonitor_Obtainable.swift,\ NetworkExtension_Ask.swift,\ SKPaymentQueue_Obtain.swift,\ SKPaymentTransaction_Ask.swift,\ SKProduct_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/UserDefaults_Ubiquitous.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NWPathMonitor_Obtainable.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentQueue_Obtain.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentTransaction_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProduct_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/UserDefaults_Ubiquitous.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension UserDefaults: Ubiquitous {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/UserDefaults_Ubiquitous.swift:27:1: note: add '@retroactive' to silence this warning
extension UserDefaults: Ubiquitous {
^ ~~~~~~~~~~
@retroactive Ubiquitous
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NWPathMonitor_Obtainable.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension NWPathMonitor: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NWPathMonitor_Obtainable.swift:27:1: note: add '@retroactive' to silence this warning
extension NWPathMonitor: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension NWPath: AskingNil {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:11:1: note: add '@retroactive' to silence this warning
extension NWPath: AskingNil {
^ ~~~~~~~~~
@retroactive AskingNil
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:38:13: warning: capture of 'wand' with non-sendable type 'Core?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
wand?.add(path)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Core/Core.swift:27:7: note: class 'Core' does not conform to the 'Sendable' protocol
class Core {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Wand'
import Wand
^
@preconcurrency
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentQueue_Obtain.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension SKPaymentQueue: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentQueue_Obtain.swift:29:1: note: add '@retroactive' to silence this warning
extension SKPaymentQueue: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentTransaction_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProduct_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension SKProduct: Wanded {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProduct_Ask.swift:23:1: note: add '@retroactive' to silence this warning
extension SKProduct: Wanded {
^ ~~~~~~
@retroactive Wanded
SwiftDriverJobDiscovery normal arm64_32 Compiling Log.swift, Memory.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64 Compiling\ UIImage_AskingNil.swift,\ UIImage_Fill.swift,\ UIImage_Fit.swift,\ UIImage_Round.swift,\ UIImage_Scale.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_AskingNil.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Fill.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Fit.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Round.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Scale.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_AskingNil.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Fill.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Fit.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Round.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Scale.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AVCapture_Wand.swift,\ AVFoundation_Wand.swift,\ CBCentralManager_Delegate.swift,\ CBCentralManager_Obtainable.swift,\ [CBCharacteristic]_Ask.swift,\ CBManagerState_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVFoundation_Wand.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Obtainable.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCharacteristic/[CBCharacteristic]_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBManagerState_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVFoundation_Wand.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Delegate.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Obtainable.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension CBCentralManager: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Obtainable.swift:27:1: note: add '@retroactive' to silence this warning
extension CBCentralManager: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCharacteristic/[CBCharacteristic]_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBManagerState_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension CBManagerState: AskingNil {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBManagerState_Ask.swift:29:1: note: add '@retroactive' to silence this warning
extension CBManagerState: AskingNil {
^ ~~~~~~~~~
@retroactive AskingNil
SwiftDriverJobDiscovery normal arm64_32 Compiling Numbers_Convertible.swift, String_Convertible.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal armv7k Compiling\ UserDefaults_Ubiquitous.swift,\ NWPathMonitor_Obtainable.swift,\ NetworkExtension_Ask.swift,\ SKPaymentQueue_Obtain.swift,\ SKPaymentTransaction_Ask.swift,\ SKProduct_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/UserDefaults_Ubiquitous.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NWPathMonitor_Obtainable.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentQueue_Obtain.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentTransaction_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProduct_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/UserDefaults_Ubiquitous.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension UserDefaults: Ubiquitous {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/UserDefaults_Ubiquitous.swift:27:1: note: add '@retroactive' to silence this warning
extension UserDefaults: Ubiquitous {
^ ~~~~~~~~~~
@retroactive Ubiquitous
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NWPathMonitor_Obtainable.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension NWPathMonitor: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NWPathMonitor_Obtainable.swift:27:1: note: add '@retroactive' to silence this warning
extension NWPathMonitor: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension NWPath: AskingNil {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:11:1: note: add '@retroactive' to silence this warning
extension NWPath: AskingNil {
^ ~~~~~~~~~
@retroactive AskingNil
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:38:13: warning: capture of 'wand' with non-sendable type 'Core?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
wand?.add(path)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Core/Core.swift:27:7: note: class 'Core' does not conform to the 'Sendable' protocol
class Core {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Wand'
import Wand
^
@preconcurrency
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentQueue_Obtain.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension SKPaymentQueue: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentQueue_Obtain.swift:29:1: note: add '@retroactive' to silence this warning
extension SKPaymentQueue: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentTransaction_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProduct_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension SKProduct: Wanded {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProduct_Ask.swift:23:1: note: add '@retroactive' to silence this warning
extension SKProduct: Wanded {
^ ~~~~~~
@retroactive Wanded
SwiftDriverJobDiscovery normal arm64_32 Compiling Wanded.swift, |.swift, CoreGraphics_Convertible.swift (in target 'Wand' from project 'Wand')
SwiftDriverJobDiscovery normal arm64_32 Compiling AskingNil.swift, Core.swift, Key.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64 Compiling\ UserDefaults_Ubiquitous.swift,\ NWPathMonitor_Obtainable.swift,\ NetworkExtension_Ask.swift,\ SKPaymentQueue_Obtain.swift,\ SKPaymentTransaction_Ask.swift,\ SKProduct_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/UserDefaults_Ubiquitous.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NWPathMonitor_Obtainable.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentQueue_Obtain.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentTransaction_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProduct_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/UserDefaults_Ubiquitous.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension UserDefaults: Ubiquitous {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/UserDefaults_Ubiquitous.swift:27:1: note: add '@retroactive' to silence this warning
extension UserDefaults: Ubiquitous {
^ ~~~~~~~~~~
@retroactive Ubiquitous
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NWPathMonitor_Obtainable.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension NWPathMonitor: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NWPathMonitor_Obtainable.swift:27:1: note: add '@retroactive' to silence this warning
extension NWPathMonitor: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension NWPath: AskingNil {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:11:1: note: add '@retroactive' to silence this warning
extension NWPath: AskingNil {
^ ~~~~~~~~~
@retroactive AskingNil
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:38:13: warning: capture of 'wand' with non-sendable type 'Core?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
wand?.add(path)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Core/Core.swift:27:7: note: class 'Core' does not conform to the 'Sendable' protocol
class Core {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Network/NetworkExtension_Ask.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Wand'
import Wand
^
@preconcurrency
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentQueue_Obtain.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension SKPaymentQueue: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentQueue_Obtain.swift:29:1: note: add '@retroactive' to silence this warning
extension SKPaymentQueue: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKPaymentTransaction_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProduct_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension SKProduct: Wanded {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProduct_Ask.swift:23:1: note: add '@retroactive' to silence this warning
extension SKProduct: Wanded {
^ ~~~~~~
@retroactive Wanded
SwiftDriverJobDiscovery normal arm64_32 Compiling Describing_Data.swift, Expressible.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal armv7k Compiling\ CBPeripheral_Ask.swift,\ CBPeripheral_Delegate.swift,\ CBService_Ask.swift,\ [CBService]_Ask.swift,\ CMSampleBuffer_Wand.swift,\ Bundle_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/CBService_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/[CBService]_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreMedia/CMSampleBuffer_Wand.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Bundle_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension CBPeripheral: AskingNil {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Ask.swift:29:1: note: add '@retroactive' to silence this warning
extension CBPeripheral: AskingNil {
^ ~~~~~~~~~
@retroactive AskingNil
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Delegate.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/CBService_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension CBService: Asking {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/CBService_Ask.swift:29:1: note: add '@retroactive' to silence this warning
extension CBService: Asking {
^ ~~~~~~
@retroactive Asking
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/[CBService]_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreMedia/CMSampleBuffer_Wand.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Bundle_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling UIImage_AskingNil.swift, UIImage_Fill.swift, UIImage_Fit.swift, UIImage_Round.swift, UIImage_Scale.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64_32 Compiling\ Model.swift,\ Model_Convert.swift,\ NSTextCheckingResult_Convert.swift,\ NotificationCenter_Ubiquitous.swift,\ Notification_Ask.swift,\ TimeZone_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Model/Model.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Model/Model_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/NSTextCheckingResult_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/NotificationCenter_Ubiquitous.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/TimeZone_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Model/Model.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Model/Model_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/NSTextCheckingResult_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/NotificationCenter_Ubiquitous.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension NotificationCenter: Ubiquitous {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/NotificationCenter_Ubiquitous.swift:27:1: note: add '@retroactive' to silence this warning
extension NotificationCenter: Ubiquitous {
^ ~~~~~~~~~~
@retroactive Ubiquitous
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension Notification: Asking, Wanded {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:29:1: note: add '@retroactive' to silence this warning
extension Notification: Asking, Wanded {
^ ~~~~~~ ~~~~~~
@retroactive Asking @retroactive Wanded
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:55:13: warning: capture of 'wand' with non-sendable type 'Core' in a '@Sendable' closure
wand.add(notification, for: key)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Core/Core.swift:27:7: note: class 'Core' does not conform to the 'Sendable' protocol
class Core {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:21:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Wand'
import Wand
^
@preconcurrency
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/TimeZone_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Visible.swift, VNImageRequestHandler_Obtainable.swift, VNObservation_Ask.swift, VNRequest_Obtainable.swift, Vision_Wand.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal armv7k Compiling\ AVCapture_Wand.swift,\ AVFoundation_Wand.swift,\ CBCentralManager_Delegate.swift,\ CBCentralManager_Obtainable.swift,\ [CBCharacteristic]_Ask.swift,\ CBManagerState_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVFoundation_Wand.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Obtainable.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCharacteristic/[CBCharacteristic]_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBManagerState_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVFoundation_Wand.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Delegate.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Obtainable.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension CBCentralManager: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Obtainable.swift:27:1: note: add '@retroactive' to silence this warning
extension CBCentralManager: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCharacteristic/[CBCharacteristic]_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBManagerState_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension CBManagerState: AskingNil {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBManagerState_Ask.swift:29:1: note: add '@retroactive' to silence this warning
extension CBManagerState: AskingNil {
^ ~~~~~~~~~
@retroactive AskingNil
SwiftDriverJobDiscovery normal arm64_32 Emitting module for WandFoundation (in target 'WandFoundation' from project 'WandFoundation')
SwiftDriver\ Compilation\ Requirements WandFoundation normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WandFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Emitting module for WandFoundation (in target 'WandFoundation' from project 'WandFoundation')
SwiftDriver\ Compilation\ Requirements WandFoundation normal armv7k com.apple.xcode.tools.swift.compiler (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WandFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation.swiftmodule (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation.swiftmodule (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation.swiftdoc (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation.abi.json (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation.swiftdoc (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation.abi.json (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation.swiftsourceinfo (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Emitting module for WandFoundation (in target 'WandFoundation' from project 'WandFoundation')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation.swiftsourceinfo (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ Visible.swift,\ VNImageRequestHandler_Obtainable.swift,\ VNObservation_Ask.swift,\ VNRequest_Obtainable.swift,\ Vision_Wand.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIViewController/Visible.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNImageRequestHandler_Obtainable.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNRequest_Obtainable.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/Vision_Wand.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIViewController/Visible.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNImageRequestHandler_Obtainable.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNRequest_Obtainable.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/Vision_Wand.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriver\ Compilation\ Requirements WandFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WandFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ UIColor_Convert_Int.swift,\ UIColor_Convert_String.swift,\ UIEvent_Pipe.swift,\ UIGestureRecognizer_Ask.swift,\ UIImage_Asking.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIColor/UIColor_Convert_Int.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIColor/UIColor_Convert_String.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIEvent_Pipe.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIGestureRecognizer_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Asking.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIColor/UIColor_Convert_Int.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIColor/UIColor_Convert_String.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIEvent_Pipe.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIGestureRecognizer_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Asking.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/WandFoundation-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation-Swift.h (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/WandFoundation-Swift.h
SwiftDriverJobDiscovery normal armv7k Compiling Model.swift, Model_Convert.swift, NSTextCheckingResult_Convert.swift, NotificationCenter_Ubiquitous.swift, Notification_Ask.swift, TimeZone_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation.swiftmodule (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation.swiftdoc (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation.abi.json (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation.swiftsourceinfo (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ Codable_convert.swift,\ Data_Convert.swift,\ DateFormatter_Convert.swift,\ Date_Convert.swift,\ TimeInterval_Convert.swift,\ Foundation_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Codable_convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Data/Data_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/Date_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/TimeInterval_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Foundation_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Codable_convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Data/Data_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension DateFormatter: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift:59:1: note: add '@retroactive' to silence this warning
extension DateFormatter: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/Date_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/TimeInterval_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension TimeInterval: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/TimeInterval_Convert.swift:27:1: note: add '@retroactive' to silence this warning
extension TimeInterval: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Foundation_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CBPeripheral_Ask.swift,\ CBPeripheral_Delegate.swift,\ CBService_Ask.swift,\ [CBService]_Ask.swift,\ CMSampleBuffer_Wand.swift,\ Bundle_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/CBService_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/[CBService]_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreMedia/CMSampleBuffer_Wand.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Bundle_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension CBPeripheral: AskingNil {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Ask.swift:29:1: note: add '@retroactive' to silence this warning
extension CBPeripheral: AskingNil {
^ ~~~~~~~~~
@retroactive AskingNil
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Delegate.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/CBService_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension CBService: Asking {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/CBService_Ask.swift:29:1: note: add '@retroactive' to silence this warning
extension CBService: Asking {
^ ~~~~~~
@retroactive Asking
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/[CBService]_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreMedia/CMSampleBuffer_Wand.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Bundle_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling AVCapture_Wand.swift, AVFoundation_Wand.swift, CBCentralManager_Delegate.swift, CBCentralManager_Obtainable.swift, [CBCharacteristic]_Ask.swift, CBManagerState_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64 Compiling\ UIImage_Convert.swift,\ UIKit_Convertable.swift,\ UIView_Convert.swift,\ UIAlertController+Pipe.swift,\ UIImagePickerController_Obtainable.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/UIImage_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIKit_Convertable.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIView/UIView_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIViewController/UIAlertController+Pipe.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIViewController/UIImagePickerController_Obtainable.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/UIImage_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIKit_Convertable.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIView/UIView_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIViewController/UIAlertController+Pipe.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIViewController/UIImagePickerController_Obtainable.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Visible.swift, VNImageRequestHandler_Obtainable.swift, VNObservation_Ask.swift, VNRequest_Obtainable.swift, Vision_Wand.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64 Compiling\ Codable_convert.swift,\ Data_Convert.swift,\ DateFormatter_Convert.swift,\ Date_Convert.swift,\ TimeInterval_Convert.swift,\ Foundation_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Codable_convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Data/Data_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/Date_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/TimeInterval_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Foundation_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Codable_convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Data/Data_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension DateFormatter: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift:59:1: note: add '@retroactive' to silence this warning
extension DateFormatter: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/Date_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/TimeInterval_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension TimeInterval: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/TimeInterval_Convert.swift:27:1: note: add '@retroactive' to silence this warning
extension TimeInterval: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Foundation_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Model.swift, Model_Convert.swift, NSTextCheckingResult_Convert.swift, NotificationCenter_Ubiquitous.swift, Notification_Ask.swift, TimeZone_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64 Compiling\ Model.swift,\ Model_Convert.swift,\ NSTextCheckingResult_Convert.swift,\ NotificationCenter_Ubiquitous.swift,\ Notification_Ask.swift,\ TimeZone_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Model/Model.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Model/Model_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/NSTextCheckingResult_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/NotificationCenter_Ubiquitous.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/TimeZone_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Model/Model.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Model/Model_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/NSTextCheckingResult_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/NotificationCenter_Ubiquitous.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension NotificationCenter: Ubiquitous {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/NotificationCenter_Ubiquitous.swift:27:1: note: add '@retroactive' to silence this warning
extension NotificationCenter: Ubiquitous {
^ ~~~~~~~~~~
@retroactive Ubiquitous
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension Notification: Asking, Wanded {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:29:1: note: add '@retroactive' to silence this warning
extension Notification: Asking, Wanded {
^ ~~~~~~ ~~~~~~
@retroactive Asking @retroactive Wanded
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:55:13: warning: capture of 'wand' with non-sendable type 'Core' in a '@Sendable' closure
wand.add(notification, for: key)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Core/Core.swift:27:7: note: class 'Core' does not conform to the 'Sendable' protocol
class Core {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Notification/Notification_Ask.swift:21:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Wand'
import Wand
^
@preconcurrency
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/TimeZone_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling UserDefaults_Ubiquitous.swift, NWPathMonitor_Obtainable.swift, NetworkExtension_Ask.swift, SKPaymentQueue_Obtain.swift, SKPaymentTransaction_Ask.swift, SKProduct_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64 Compiling\ Visible.swift,\ VNImageRequestHandler_Obtainable.swift,\ VNObservation_Ask.swift,\ VNRequest_Obtainable.swift,\ Vision_Wand.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIViewController/Visible.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNImageRequestHandler_Obtainable.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNRequest_Obtainable.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/Vision_Wand.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIViewController/Visible.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNImageRequestHandler_Obtainable.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNObservation_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/VNRequest_Obtainable.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Vision/Vision_Wand.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling CBPeripheral_Ask.swift, CBPeripheral_Delegate.swift, CBService_Ask.swift, [CBService]_Ask.swift, CMSampleBuffer_Wand.swift, Bundle_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64_32 Compiling\ AVCapture_Wand.swift,\ AVFoundation_Wand.swift,\ CBCentralManager_Delegate.swift,\ CBCentralManager_Obtainable.swift,\ [CBCharacteristic]_Ask.swift,\ CBManagerState_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVFoundation_Wand.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Obtainable.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCharacteristic/[CBCharacteristic]_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBManagerState_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVCapture_Wand.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/AVFoundation/AVFoundation_Wand.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Delegate.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Obtainable.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension CBCentralManager: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCentralManager/CBCentralManager_Obtainable.swift:27:1: note: add '@retroactive' to silence this warning
extension CBCentralManager: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBCharacteristic/[CBCharacteristic]_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBManagerState_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension CBManagerState: AskingNil {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBManagerState_Ask.swift:29:1: note: add '@retroactive' to silence this warning
extension CBManagerState: AskingNil {
^ ~~~~~~~~~
@retroactive AskingNil
SwiftCompile normal arm64_32 Compiling\ UIImage_Convert.swift,\ UIKit_Convertable.swift,\ UIView_Convert.swift,\ UIAlertController+Pipe.swift,\ UIImagePickerController_Obtainable.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/UIImage_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIKit_Convertable.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIView/UIView_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIViewController/UIAlertController+Pipe.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIViewController/UIImagePickerController_Obtainable.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/UIImage_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIKit_Convertable.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIView/UIView_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIViewController/UIAlertController+Pipe.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIViewController/UIImagePickerController_Obtainable.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling UserDefaults_Ubiquitous.swift, NWPathMonitor_Obtainable.swift, NetworkExtension_Ask.swift, SKPaymentQueue_Obtain.swift, SKPaymentTransaction_Ask.swift, SKProduct_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftDriverJobDiscovery normal arm64_32 Compiling UserDefaults_Ubiquitous.swift, NWPathMonitor_Obtainable.swift, NetworkExtension_Ask.swift, SKPaymentQueue_Obtain.swift, SKPaymentTransaction_Ask.swift, SKProduct_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal armv7k Compiling\ UIColor_Convert_Int.swift,\ UIColor_Convert_String.swift,\ UIEvent_Pipe.swift,\ UIGestureRecognizer_Ask.swift,\ UIImage_Asking.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIColor/UIColor_Convert_Int.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIColor/UIColor_Convert_String.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIEvent_Pipe.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIGestureRecognizer_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Asking.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIColor/UIColor_Convert_Int.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIColor/UIColor_Convert_String.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIEvent_Pipe.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIGestureRecognizer_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Asking.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling AVCapture_Wand.swift, AVFoundation_Wand.swift, CBCentralManager_Delegate.swift, CBCentralManager_Obtainable.swift, [CBCharacteristic]_Ask.swift, CBManagerState_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal armv7k Compiling\ SKProductsRequest_Obtain.swift,\ SKProductsResponse_Ask.swift,\ Range_Convert.swift,\ String.Encoding_Convert.swift,\ String.IndexDistance_Wand.swift,\ String_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProductsRequest_Obtain.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProductsResponse_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/Collection/Range_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/String.Encoding_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/String.IndexDistance_Wand.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/String_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProductsRequest_Obtain.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProductsResponse_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/Collection/Range_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/String.Encoding_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/String.IndexDistance_Wand.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/String_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling UIColor_Convert_Int.swift, UIColor_Convert_String.swift, UIEvent_Pipe.swift, UIGestureRecognizer_Ask.swift, UIImage_Asking.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64_32 Compiling\ SKProductsRequest_Obtain.swift,\ SKProductsResponse_Ask.swift,\ Range_Convert.swift,\ String.Encoding_Convert.swift,\ String.IndexDistance_Wand.swift,\ String_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProductsRequest_Obtain.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProductsResponse_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/Collection/Range_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/String.Encoding_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/String.IndexDistance_Wand.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/String_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProductsRequest_Obtain.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProductsResponse_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/Collection/Range_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/String.Encoding_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/String.IndexDistance_Wand.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/String_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling UIImage_Convert.swift, UIKit_Convertable.swift, UIView_Convert.swift, UIAlertController+Pipe.swift, UIImagePickerController_Obtainable.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64_32 Compiling\ CBPeripheral_Ask.swift,\ CBPeripheral_Delegate.swift,\ CBService_Ask.swift,\ [CBService]_Ask.swift,\ CMSampleBuffer_Wand.swift,\ Bundle_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Delegate.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/CBService_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/[CBService]_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreMedia/CMSampleBuffer_Wand.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Bundle_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension CBPeripheral: AskingNil {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Ask.swift:29:1: note: add '@retroactive' to silence this warning
extension CBPeripheral: AskingNil {
^ ~~~~~~~~~
@retroactive AskingNil
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBPeripheral/CBPeripheral_Delegate.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/CBService_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension CBService: Asking {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/CBService_Ask.swift:29:1: note: add '@retroactive' to silence this warning
extension CBService: Asking {
^ ~~~~~~
@retroactive Asking
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreBluetooth/CBService/[CBService]_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/CoreMedia/CMSampleBuffer_Wand.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Bundle_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CBPeripheral_Ask.swift, CBPeripheral_Delegate.swift, CBService_Ask.swift, [CBService]_Ask.swift, CMSampleBuffer_Wand.swift, Bundle_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64_32 Compiling\ UIColor_Convert_Int.swift,\ UIColor_Convert_String.swift,\ UIEvent_Pipe.swift,\ UIGestureRecognizer_Ask.swift,\ UIImage_Asking.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIColor/UIColor_Convert_Int.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIColor/UIColor_Convert_String.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIEvent_Pipe.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIGestureRecognizer_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Asking.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIColor/UIColor_Convert_Int.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIColor/UIColor_Convert_String.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIEvent_Pipe.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIGestureRecognizer_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Asking.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Codable_convert.swift, Data_Convert.swift, DateFormatter_Convert.swift, Date_Convert.swift, TimeInterval_Convert.swift, Foundation_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal armv7k Compiling\ UIImage_AskingNil.swift,\ UIImage_Fill.swift,\ UIImage_Fit.swift,\ UIImage_Round.swift,\ UIImage_Scale.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_AskingNil.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Fill.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Fit.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Round.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Scale.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_AskingNil.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Fill.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Fit.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Round.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Scale.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Visible.swift, VNImageRequestHandler_Obtainable.swift, VNObservation_Ask.swift, VNRequest_Obtainable.swift, Vision_Wand.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal armv7k Compiling\ UIImage_Convert.swift,\ UIKit_Convertable.swift,\ UIView_Convert.swift,\ UIAlertController+Pipe.swift,\ UIImagePickerController_Obtainable.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/UIImage_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIKit_Convertable.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIView/UIView_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIViewController/UIAlertController+Pipe.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIViewController/UIImagePickerController_Obtainable.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/UIImage_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIKit_Convertable.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIView/UIView_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIViewController/UIAlertController+Pipe.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIViewController/UIImagePickerController_Obtainable.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling UIImage_Convert.swift, UIKit_Convertable.swift, UIView_Convert.swift, UIAlertController+Pipe.swift, UIImagePickerController_Obtainable.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64_32 Compiling\ Codable_convert.swift,\ Data_Convert.swift,\ DateFormatter_Convert.swift,\ Date_Convert.swift,\ TimeInterval_Convert.swift,\ Foundation_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Codable_convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Data/Data_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/Date_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/TimeInterval_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Foundation_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Codable_convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Data/Data_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension DateFormatter: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/DateFormatter_Convert.swift:59:1: note: add '@retroactive' to silence this warning
extension DateFormatter: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/Date_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/TimeInterval_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/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
extension TimeInterval: Obtainable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Date/TimeInterval_Convert.swift:27:1: note: add '@retroactive' to silence this warning
extension TimeInterval: Obtainable {
^ ~~~~~~~~~~
@retroactive Obtainable
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/Foundation/Foundation_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Codable_convert.swift, Data_Convert.swift, DateFormatter_Convert.swift, Date_Convert.swift, TimeInterval_Convert.swift, Foundation_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64 Compiling\ SKProductsRequest_Obtain.swift,\ SKProductsResponse_Ask.swift,\ Range_Convert.swift,\ String.Encoding_Convert.swift,\ String.IndexDistance_Wand.swift,\ String_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProductsRequest_Obtain.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProductsResponse_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/Collection/Range_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/String.Encoding_Convert.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/String.IndexDistance_Wand.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/String_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProductsRequest_Obtain.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/StoreKit/SKProductsResponse_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/Collection/Range_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/String.Encoding_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/String.IndexDistance_Wand.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/String/String_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Model.swift, Model_Convert.swift, NSTextCheckingResult_Convert.swift, NotificationCenter_Ubiquitous.swift, Notification_Ask.swift, TimeZone_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64_32 Compiling\ UIImage_AskingNil.swift,\ UIImage_Fill.swift,\ UIImage_Fit.swift,\ UIImage_Round.swift,\ UIImage_Scale.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_AskingNil.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Fill.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Fit.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Round.swift /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Scale.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_AskingNil.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Fill.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Fit.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Round.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/WandFoundation/UIKit/UIImage/Ask/UIImage_Scale.swift (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling UIImage_AskingNil.swift, UIImage_Fill.swift, UIImage_Fit.swift, UIImage_Round.swift, UIImage_Scale.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftDriver\ Compilation Wand normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Wand -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64_32/Wand.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64_32/Wand-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64_32/Wand.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64_32/Wand_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64_32/Wand-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling AVCapture_Wand.swift, AVFoundation_Wand.swift, CBCentralManager_Delegate.swift, CBCentralManager_Obtainable.swift, [CBCharacteristic]_Ask.swift, CBManagerState_Ask.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftDriver\ Compilation Wand normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Wand -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64/Wand.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64/Wand-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64/Wand.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64/Wand_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64/Wand-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling UIColor_Convert_Int.swift, UIColor_Convert_String.swift, UIEvent_Pipe.swift, UIGestureRecognizer_Ask.swift, UIImage_Asking.swift (in target 'WandFoundation' from project 'WandFoundation')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64/Binary/Wand.o normal arm64 (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64/Wand.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64/Wand_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64/Wand_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64/Wand.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64/Binary/Wand.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64_32/Binary/Wand.o normal arm64_32 (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64_32/Wand.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64_32/Wand_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64_32/Wand_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64_32/Wand.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64_32/Binary/Wand.o
SwiftDriverJobDiscovery normal armv7k Compiling SKProductsRequest_Obtain.swift, SKProductsResponse_Ask.swift, Range_Convert.swift, String.Encoding_Convert.swift, String.IndexDistance_Wand.swift, String_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wand.o normal arm64\ armv7k\ arm64_32 (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64/Binary/Wand.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/armv7k/Binary/Wand.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64_32/Binary/Wand.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wand.o
ExtractAppIntentsMetadata (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Wand --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 7.0 --bundle-identifier wand.Wand --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wand.appintents --target-triple arm64-apple-watchos7.0 --target-triple armv7k-apple-watchos7.0 --target-triple arm64_32-apple-watchos7.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wand.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64/Wand_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/armv7k/Wand_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64_32/Wand_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64/Wand.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/armv7k/Wand.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64_32/Wand.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Wand.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Wand.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64/Wand.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/armv7k/Wand.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64_32/Wand.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-07-01 22:38:52.299 appintentsmetadataprocessor[905:5165] Starting appintentsmetadataprocessor export
2025-07-01 22:38:52.347 appintentsmetadataprocessor[905:5165] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64_32 Compiling SKProductsRequest_Obtain.swift, SKProductsResponse_Ask.swift, Range_Convert.swift, String.Encoding_Convert.swift, String.IndexDistance_Wand.swift, String_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftDriverJobDiscovery normal arm64_32 Compiling CBPeripheral_Ask.swift, CBPeripheral_Delegate.swift, CBService_Ask.swift, [CBService]_Ask.swift, CMSampleBuffer_Wand.swift, Bundle_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftDriverJobDiscovery normal arm64_32 Compiling UIColor_Convert_Int.swift, UIColor_Convert_String.swift, UIEvent_Pipe.swift, UIGestureRecognizer_Ask.swift, UIImage_Asking.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftDriverJobDiscovery normal arm64_32 Compiling UIImage_AskingNil.swift, UIImage_Fill.swift, UIImage_Fit.swift, UIImage_Round.swift, UIImage_Scale.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftDriverJobDiscovery normal armv7k Compiling UIImage_Convert.swift, UIKit_Convertable.swift, UIView_Convert.swift, UIAlertController+Pipe.swift, UIImagePickerController_Obtainable.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftDriver\ Compilation WandFoundation normal armv7k com.apple.xcode.tools.swift.compiler (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WandFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wand.o (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wand.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/Binary/WandFoundation.o normal armv7k (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/Binary/WandFoundation.o
SwiftDriverJobDiscovery normal arm64_32 Compiling Codable_convert.swift, Data_Convert.swift, DateFormatter_Convert.swift, Date_Convert.swift, TimeInterval_Convert.swift, Foundation_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftDriver\ Compilation WandFoundation normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WandFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/Binary/WandFoundation.o normal arm64_32 (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/Binary/WandFoundation.o
SwiftDriverJobDiscovery normal arm64 Compiling SKProductsRequest_Obtain.swift, SKProductsResponse_Ask.swift, Range_Convert.swift, String.Encoding_Convert.swift, String.IndexDistance_Wand.swift, String_Convert.swift (in target 'WandFoundation' from project 'WandFoundation')
SwiftDriver\ Compilation WandFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WandFoundation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/Binary/WandFoundation.o normal arm64 (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos7.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/Binary/WandFoundation.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.o normal arm64\ armv7k\ arm64_32 (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/Binary/WandFoundation.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/Binary/WandFoundation.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/Binary/WandFoundation.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.o
ExtractAppIntentsMetadata (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name WandFoundation --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 7.0 --bundle-identifier spi-builder-workspace.WandFoundation --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.appintents --target-triple arm64-apple-watchos7.0 --target-triple armv7k-apple-watchos7.0 --target-triple arm64_32-apple-watchos7.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/WandFoundation.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/WandFoundation.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64/WandFoundation.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/armv7k/WandFoundation.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandFoundation.build/Debug-watchos/WandFoundation.build/Objects-normal/arm64_32/WandFoundation.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-07-01 22:38:52.512 appintentsmetadataprocessor[913:5238] Starting appintentsmetadataprocessor export
2025-07-01 22:38:52.550 appintentsmetadataprocessor[913:5238] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.o (in target 'WandFoundation' from project 'WandFoundation')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandFoundation.o
** BUILD SUCCEEDED **
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.