Build Information
Failed to build Wand_Weather, reference main (573321
), with Swift 6.1 for watchOS using Xcode 16.3 on 2 Jul 2025 05:41:57 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Wand_Weather -destination generic/platform=watchOS
Build Log
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/Yandex/Weather/Yandex.swift (in target 'Wand_Weather' from project 'Wand_Weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/HealthKit/HKWorkoutSession.swift:15:1: error: expressions are not allowed at the top level
HKHealthStore.isHealthDataAvailable
^
/Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/HealthKit/HKWorkoutSession.swift:18:1: error: statements are not allowed at the top level
do {
^
SwiftDriverJobDiscovery normal arm64_32 Compiling RestModel_GET.swift, RestModel_GET_Array.swift (in target 'WandURL' from project 'WandURL')
SwiftCompile normal arm64_32 Compiling\ Weather_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/WeatherKit/Weather_Ask.swift (in target 'Wand_Weather' from project 'Wand_Weather')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64_32 Compiling\ Yandex.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/Yandex/Weather/Yandex.swift (in target 'Wand_Weather' from project 'Wand_Weather')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/Yandex/Weather/Yandex.swift (in target 'Wand_Weather' from project 'Wand_Weather')
SwiftCompile normal arm64_32 Compiling\ Weather_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/WeatherKit/Weather_Ask.swift (in target 'Wand_Weather' from project 'Wand_Weather')
Building workspace spi-builder-workspace with scheme Wand_Weather
(4 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
the target name wandTests has different case on the filesystem and the Package.swift manifest file'wandurl' dependency on 'https://github.com/The-Wand/Wand.git' conflicts with dependency on 'https://github.com/el-machine/Wand.git' which has the same identity 'wand'. this will be escalated to an error in future versions of SwiftPM.
Resolved source packages:
WandURL: https://github.com/el-machine/WandURL.git @ 1.4.5
Wand_Weather: /Users/admin/builder/spi-builder-workspace
Wand_CoreLocation: https://github.com/el-machine/Wand_CoreLocation.git @ 1.4.4
Any_: https://github.com/el-machine/Any.git @ 1.0.1
Wand: https://github.com/el-machine/Wand.git @ 1.5.5
resolved source packages: WandURL, Wand_Weather, Wand_CoreLocation, Any_, Wand
{
"default_localization" : "ru",
"dependencies" : [
{
"identity" : "any",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/el-machine/Any.git"
},
{
"identity" : "wand",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.7",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/el-machine/Wand.git"
},
{
"identity" : "wand_corelocation",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/el-machine/Wand_CoreLocation.git"
},
{
"identity" : "wandurl",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/el-machine/WandURL.git"
}
],
"manifest_display_name" : "Wand_Weather",
"name" : "Wand_Weather",
"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" : "Wand_Weather",
"targets" : [
"Wand_Weather"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "wandTests",
"module_type" : "SwiftTarget",
"name" : "wandTests",
"path" : "Tests/wandTests",
"product_dependencies" : [
"Any_"
],
"sources" : [
"Cases/OpenWeatherMap_Tests.swift",
"Cases/WeatherKit_Tests.swift",
"Cases/Yandex_Tests.swift",
"Cases/chain.swift",
"Unit/Unit.swift",
"Unit/XCTestCase.swift"
],
"target_dependencies" : [
"Wand_Weather"
],
"type" : "test"
},
{
"c99name" : "Wand_Weather",
"module_type" : "SwiftTarget",
"name" : "Wand_Weather",
"path" : "Sources/Wand_Weather",
"product_dependencies" : [
"Wand",
"Wand_CoreLocation",
"WandURL"
],
"product_memberships" : [
"Wand_Weather"
],
"sources" : [
"HealthKit/HKHealthStore_Obtain.swift",
"HealthKit/HKWorkoutSession.swift",
"HealthKit/HKWorkoutSession_Ask.swift",
"OpenWeatherMap/OpenWeatherMap.swift",
"OpenWeatherMap/OpenWeatherMap_API.swift",
"OpenWeatherMap/OpenWeatherMap_Weather.swift",
"WeatherKit/WeatherService_Obtain.swift",
"WeatherKit/Weather_Ask.swift",
"Yandex/Weather/Yandex.swift",
"Yandex/Weather/Yandex_API.swift",
"Yandex/Weather/Yandex_Weather.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
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Any_",
"Wand",
"Wand_CoreLocation",
"Wand_Weather",
"WandFoundation",
"WandURL"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Any_",
"Wand",
"Wand_CoreLocation",
"Wand_Weather",
"WandFoundation",
"WandURL"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Wand_Weather -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Wand_Weather -destination generic/platform=watchOS
Resolve Package Graph
the target name wandTests has different case on the filesystem and the Package.swift manifest file'wandurl' dependency on 'https://github.com/The-Wand/Wand.git' conflicts with dependency on 'https://github.com/el-machine/Wand.git' which has the same identity 'wand'. this will be escalated to an error in future versions of SwiftPM.
Resolved source packages:
Any_: https://github.com/el-machine/Any.git @ 1.0.1
Wand: https://github.com/el-machine/Wand.git @ 1.5.5
Wand_Weather: /Users/admin/builder/spi-builder-workspace
Wand_CoreLocation: https://github.com/el-machine/Wand_CoreLocation.git @ 1.4.4
WandURL: https://github.com/el-machine/WandURL.git @ 1.4.5
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
Target 'Wand_Weather' in project 'Wand_Weather'
➜ Explicit dependency on target 'Wand_Weather' in project 'Wand_Weather'
➜ Explicit dependency on target 'Wand' in project 'Wand'
➜ Explicit dependency on target 'Wand_CoreLocation' in project 'Wand_CoreLocation'
➜ Explicit dependency on target 'WandURL' in project 'WandURL'
Target 'Wand_Weather' in project 'Wand_Weather'
➜ Explicit dependency on target 'Wand' in project 'Wand'
➜ Explicit dependency on target 'Wand_CoreLocation' in project 'Wand_CoreLocation'
➜ Explicit dependency on target 'WandURL' in project 'WandURL'
Target 'WandURL' in project 'WandURL'
➜ Explicit dependency on target 'WandURL' in project 'WandURL'
➜ Explicit dependency on target 'Wand' in project 'Wand'
Target 'WandURL' in project 'WandURL'
➜ Explicit dependency on target 'Wand' in project 'Wand'
Target 'Wand_CoreLocation' in project 'Wand_CoreLocation'
➜ Explicit dependency on target 'Wand_CoreLocation' in project 'Wand_CoreLocation'
➜ Explicit dependency on target 'Wand' in project 'Wand'
Target 'Wand_CoreLocation' in project 'Wand_CoreLocation'
➜ Explicit dependency on target 'Wand' in project 'Wand'
Target 'Wand' in project 'Wand'
➜ Explicit dependency on target 'Wand' in project 'Wand'
Target 'Wand' in project 'Wand' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 28ae51a8e9b527015a533a940371cc5d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/28ae51a8e9b527015a533a940371cc5d.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver 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-SwiftDriver -- /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 -DXcode -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 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.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/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
SwiftDriver Wand normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /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/armv7k/Wand.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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 -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 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.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/Wand.build/Debug-watchos/Wand.build/Objects-normal/armv7k/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/armv7k/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/armv7k/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/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/DerivedSources/armv7k -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/armv7k/Wand-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver 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-SwiftDriver -- /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 -DXcode -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 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.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/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
SwiftCompile normal armv7k Compiling\ All.swift,\ Any.swift,\ Counting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/All.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/Any.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/Counting.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/All.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/Any.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/Counting.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ AskingNil.swift,\ Obtain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/AskingNil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Obtain/Obtain.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/AskingNil.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Obtain/Obtain.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Describing.swift,\ Describing_Character.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Describing/Describing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Character.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Describing/Describing.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Character.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Numbers+Wand.swift,\ String+Wand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Convertible/Numbers+Wand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Convertible/String+Wand.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Convertible/Numbers+Wand.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Convertible/String+Wand.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ |.swift,\ CoreGraphicsMath+Wand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Convertible/CoreGraphicsMath+Wand.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Convertible/CoreGraphicsMath+Wand.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Wand.swift,\ Error.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Wand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Wanded/Error.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Wand.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Wanded/Error.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Option.swift,\ Ask.swift,\ Asking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/Option.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Ask.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Asking.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/Option.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Ask.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Asking.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Describing_Data.swift,\ Expressible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Expressible.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Expressible.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ Wand (in target 'Wand' from project 'Wand')
EmitSwiftModule normal armv7k (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Wand (in target 'Wand' from project 'Wand')
EmitSwiftModule normal arm64 (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Wand (in target 'Wand' from project 'Wand')
EmitSwiftModule normal arm64_32 (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Describing.swift, Describing_Character.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64_32 Compiling\ Error?.swift,\ Wanded.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Wanded/Error?.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Wanded/Wanded.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Wanded/Error?.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Wanded/Wanded.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling AskingNil.swift, Obtain.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64_32 Compiling\ Describing_Data.swift,\ Expressible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Expressible.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Expressible.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Describing_Data.swift,\ Expressible.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Expressible.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Data.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Expressible.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling All.swift, Any.swift, Counting.swift (in target 'Wand' from project 'Wand')
SwiftDriverJobDiscovery normal armv7k Compiling |.swift, CoreGraphicsMath+Wand.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64_32 Compiling\ Describing.swift,\ Describing_Character.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Describing/Describing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Character.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Describing/Describing.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Character.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Describing_Data.swift, Expressible.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64 Compiling\ Option.swift,\ Ask.swift,\ Asking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/Option.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Ask.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Asking.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/Option.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Ask.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Asking.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Option.swift, Ask.swift, Asking.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64 Compiling\ Describing.swift,\ Describing_Character.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Describing/Describing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Character.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Describing/Describing.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Describing/Describing_Character.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Emitting module for Wand (in target 'Wand' from project 'Wand')
SwiftDriver\ Compilation\ Requirements Wand normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Wand' from project 'Wand')
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 Wand -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/armv7k/Wand.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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 -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 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.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/Wand.build/Debug-watchos/Wand.build/Objects-normal/armv7k/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/armv7k/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/armv7k/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/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/DerivedSources/armv7k -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/armv7k/Wand-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for Wand (in target 'Wand' from project 'Wand')
SwiftDriver\ Compilation\ Requirements 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-Requirements -- /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 -DXcode -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 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.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/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
SwiftCompile normal arm64_32 Compiling\ AskingNil.swift,\ Obtain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/AskingNil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Obtain/Obtain.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/AskingNil.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Obtain/Obtain.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wand.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/armv7k/Wand.abi.json (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand
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/Wand.build/Debug-watchos/Wand.build/Objects-normal/armv7k/Wand.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wand.swiftmodule/armv7k-apple-watchos.abi.json
SwiftDriverJobDiscovery normal armv7k Compiling Numbers+Wand.swift, String+Wand.swift (in target 'Wand' from project 'Wand')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wand.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64/Wand.abi.json (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand
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/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64/Wand.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wand.swiftmodule/arm64-apple-watchos.abi.json
SwiftCompile normal arm64_32 Compiling\ Option.swift,\ Ask.swift,\ Asking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/Option.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Ask.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Asking.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/Option.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Ask.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Asking.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ All.swift,\ Any.swift,\ Counting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/All.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/Any.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/Counting.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/All.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/Any.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/Counting.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Wand.swift, Error.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal armv7k Compiling\ Log.swift,\ Memory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Memory.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Log.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Memory.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Describing.swift, Describing_Character.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64 Compiling\ |.swift,\ CoreGraphicsMath+Wand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Convertible/CoreGraphicsMath+Wand.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Convertible/CoreGraphicsMath+Wand.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Error?.swift, Wanded.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64_32 Compiling\ Wand.swift,\ Error.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Wand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Wanded/Error.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Wand.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Wanded/Error.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Describing_Data.swift, Expressible.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64_32 Compiling\ Numbers+Wand.swift,\ String+Wand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Convertible/Numbers+Wand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Convertible/String+Wand.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Convertible/Numbers+Wand.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Convertible/String+Wand.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Log.swift,\ Memory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Log.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Memory.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Log.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Memory.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Describing_Data.swift, Expressible.swift (in target 'Wand' from project 'Wand')
SwiftDriverJobDiscovery normal arm64 Compiling Describing.swift, Describing_Character.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64 Compiling\ Numbers+Wand.swift,\ String+Wand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Convertible/Numbers+Wand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Convertible/String+Wand.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Convertible/Numbers+Wand.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Convertible/String+Wand.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Wand (in target 'Wand' from project 'Wand')
SwiftDriver\ Compilation\ Requirements 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-Requirements -- /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 -DXcode -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 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.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/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 AskingNil.swift, Obtain.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64_32 Compiling\ |.swift,\ CoreGraphicsMath+Wand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Convertible/CoreGraphicsMath+Wand.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/|tools/Convertible/CoreGraphicsMath+Wand.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wand.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64_32/Wand.abi.json (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand
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/Wand.build/Debug-watchos/Wand.build/Objects-normal/arm64_32/Wand.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wand.swiftmodule/arm64_32-apple-watchos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling All.swift, Any.swift, Counting.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64_32 Compiling\ All.swift,\ Any.swift,\ Counting.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/All.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/Any.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/Counting.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/All.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/Any.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/Addons/Counting.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AskingNil.swift,\ Obtain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/AskingNil.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Obtain/Obtain.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Ask/AskingNil.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand/Sources/Wand/Obtain/Obtain.swift (in target 'Wand' from project 'Wand')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Option.swift, Ask.swift, Asking.swift (in target 'Wand' from project 'Wand')
SwiftDriver Wand_CoreLocation normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Wand_CoreLocation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64_32/Wand_CoreLocation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64_32/Wand_CoreLocation-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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64_32/Wand_CoreLocation.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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64_32/Wand_CoreLocation_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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64_32/Wand_CoreLocation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling Option.swift, Ask.swift, Asking.swift (in target 'Wand' from project 'Wand')
SwiftDriver Wand_CoreLocation normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Wand_CoreLocation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/armv7k/Wand_CoreLocation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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 -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/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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/armv7k/Wand_CoreLocation-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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/armv7k/Wand_CoreLocation.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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/armv7k/Wand_CoreLocation_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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/armv7k/Wand_CoreLocation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Wand_CoreLocation (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
EmitSwiftModule normal arm64_32 (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ Wand_CoreLocation (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
EmitSwiftModule normal armv7k (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Log.swift, Memory.swift (in target 'Wand' from project 'Wand')
SwiftDriver Wand_CoreLocation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Wand_CoreLocation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64/Wand_CoreLocation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64/Wand_CoreLocation-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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64/Wand_CoreLocation.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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64/Wand_CoreLocation_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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64/Wand_CoreLocation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling |.swift, CoreGraphicsMath+Wand.swift (in target 'Wand' from project 'Wand')
SwiftDriver WandURL normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WandURL -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64/WandURL.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/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/WandURL.build/Debug-watchos/WandURL.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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64/WandURL-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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64/WandURL.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/WandURL.build/Debug-watchos/WandURL.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64/WandURL_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/WandURL.build/Debug-watchos/WandURL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64/WandURL-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling |.swift, CoreGraphicsMath+Wand.swift (in target 'Wand' from project 'Wand')
SwiftDriver WandURL normal armv7k com.apple.xcode.tools.swift.compiler (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WandURL -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/armv7k/WandURL.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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 -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/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/WandURL.build/Debug-watchos/WandURL.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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/armv7k/WandURL-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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/armv7k/WandURL.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/WandURL.build/Debug-watchos/WandURL.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/armv7k/WandURL_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/WandURL.build/Debug-watchos/WandURL.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/armv7k/WandURL-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver WandURL normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name WandURL -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64_32/WandURL.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/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/WandURL.build/Debug-watchos/WandURL.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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64_32/WandURL-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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64_32/WandURL.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/WandURL.build/Debug-watchos/WandURL.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64_32/WandURL_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/WandURL.build/Debug-watchos/WandURL.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64_32/WandURL-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Log.swift, Memory.swift (in target 'Wand' from project 'Wand')
SwiftEmitModule normal arm64 Emitting\ module\ for\ Wand_CoreLocation (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
EmitSwiftModule normal arm64 (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling AskingNil.swift, Obtain.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal armv7k Compiling\ CLLocationManager_Obtain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/CLLocationManager_Obtain.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/CLLocationManager_Obtain.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CLLocationCoordinate2D_Convert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/convert/CLLocationCoordinate2D_Convert.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/convert/CLLocationCoordinate2D_Convert.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Wand_CoreLocation (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftDriverJobDiscovery normal arm64_32 Compiling All.swift, Any.swift, Counting.swift (in target 'Wand' from project 'Wand')
SwiftDriver\ Compilation\ Requirements Wand_CoreLocation normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
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 Wand_CoreLocation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64_32/Wand_CoreLocation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64_32/Wand_CoreLocation-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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64_32/Wand_CoreLocation.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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64_32/Wand_CoreLocation_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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64_32/Wand_CoreLocation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling Numbers+Wand.swift, String+Wand.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal arm64_32 Compiling\ CLLocation_Ask.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/CLLocation_Ask.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/CLLocation_Ask.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ CLLocationCoordinate2D_Convert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/convert/CLLocationCoordinate2D_Convert.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/convert/CLLocationCoordinate2D_Convert.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Numbers+Wand.swift, String+Wand.swift (in target 'Wand' from project 'Wand')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wand_CoreLocation.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64_32/Wand_CoreLocation.abi.json (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation
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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64_32/Wand_CoreLocation.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wand_CoreLocation.swiftmodule/arm64_32-apple-watchos.abi.json
SwiftCompile normal arm64_32 Compiling\ CLLocation_Convert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/convert/CLLocation_Convert.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/convert/CLLocation_Convert.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ WandURL (in target 'WandURL' from project 'WandURL')
EmitSwiftModule normal arm64 (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Wand.swift, Error.swift (in target 'Wand' from project 'Wand')
SwiftCompile normal armv7k Compiling\ CLLocation_Convert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/convert/CLLocation_Convert.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/convert/CLLocation_Convert.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ CLLocation_Ask.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/CLLocation_Ask.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/CLLocation_Ask.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ WandURL (in target 'WandURL' from project 'WandURL')
EmitSwiftModule normal arm64_32 (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Emitting module for Wand_CoreLocation (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftDriver\ Compilation\ Requirements Wand_CoreLocation normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
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 Wand_CoreLocation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/armv7k/Wand_CoreLocation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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 -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/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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/armv7k/Wand_CoreLocation-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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/armv7k/Wand_CoreLocation.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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/armv7k/Wand_CoreLocation_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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/armv7k/Wand_CoreLocation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CLLocationCoordinate2D_Convert.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftEmitModule normal armv7k Emitting\ module\ for\ WandURL (in target 'WandURL' from project 'WandURL')
EmitSwiftModule normal armv7k (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wand_CoreLocation.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/armv7k/Wand_CoreLocation.abi.json (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation
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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/armv7k/Wand_CoreLocation.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wand_CoreLocation.swiftmodule/armv7k-apple-watchos.abi.json
SwiftDriverJobDiscovery normal arm64 Emitting module for Wand_CoreLocation (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftDriver\ Compilation\ Requirements Wand_CoreLocation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
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 Wand_CoreLocation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64/Wand_CoreLocation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64/Wand_CoreLocation-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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64/Wand_CoreLocation.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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64/Wand_CoreLocation_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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64/Wand_CoreLocation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CLLocation_Ask.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/CLLocation_Ask.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/CLLocation_Ask.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wand_CoreLocation.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64/Wand_CoreLocation.abi.json (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation
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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64/Wand_CoreLocation.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Wand_CoreLocation.swiftmodule/arm64-apple-watchos.abi.json
SwiftDriverJobDiscovery normal arm64_32 Compiling CLLocationCoordinate2D_Convert.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal arm64 Compiling\ CLAuthorizationStatus_Ask.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/CLAuthorizationStatus_Ask.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/CLAuthorizationStatus_Ask.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CLLocation_Convert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/convert/CLLocation_Convert.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/convert/CLLocation_Convert.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling CLLocation_Convert.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal arm64 Compiling\ CLLocationManager_Obtain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/CLLocationManager_Obtain.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/CLLocationManager_Obtain.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling CLLocationManager_Obtain.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal armv7k Compiling\ CLAuthorizationStatus_Ask.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/CLAuthorizationStatus_Ask.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/CLAuthorizationStatus_Ask.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ CLAuthorizationStatus_Ask.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/CLAuthorizationStatus_Ask.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/CLAuthorizationStatus_Ask.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling CLLocation_Convert.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftDriverJobDiscovery normal arm64_32 Compiling CLLocation_Ask.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal arm64_32 Compiling\ CLLocationManager_Obtain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/CLLocationManager_Obtain.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/CLLocationManager_Obtain.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for WandURL (in target 'WandURL' from project 'WandURL')
SwiftDriver\ Compilation\ Requirements WandURL normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WandURL' from project 'WandURL')
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 WandURL -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64/WandURL.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/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/WandURL.build/Debug-watchos/WandURL.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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64/WandURL-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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64/WandURL.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/WandURL.build/Debug-watchos/WandURL.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64/WandURL_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/WandURL.build/Debug-watchos/WandURL.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64/WandURL-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling CLLocation_Ask.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal armv7k Compiling\ CLLocationCoordinate2D_Convert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/convert/CLLocationCoordinate2D_Convert.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Wand_CoreLocation/Sources/Wand_CoreLocation/CoreLocation/convert/CLLocationCoordinate2D_Convert.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandURL.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64/WandURL.abi.json (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL
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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64/WandURL.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandURL.swiftmodule/arm64-apple-watchos.abi.json
SwiftDriverJobDiscovery normal arm64_32 Emitting module for WandURL (in target 'WandURL' from project 'WandURL')
SwiftDriver\ Compilation\ Requirements WandURL normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'WandURL' from project 'WandURL')
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 WandURL -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64_32/WandURL.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/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/WandURL.build/Debug-watchos/WandURL.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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64_32/WandURL-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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64_32/WandURL.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/WandURL.build/Debug-watchos/WandURL.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64_32/WandURL_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/WandURL.build/Debug-watchos/WandURL.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64_32/WandURL-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ URLSessionDataTask_Obtain.swift,\ URLSession_Ubiquitous.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URLSession_Ubiquitous.swift (in target 'WandURL' from project 'WandURL')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URLSession_Ubiquitous.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandURL.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64_32/WandURL.abi.json (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL
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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/arm64_32/WandURL.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandURL.swiftmodule/arm64_32-apple-watchos.abi.json
SwiftDriverJobDiscovery normal armv7k Emitting module for WandURL (in target 'WandURL' from project 'WandURL')
SwiftCompile normal arm64_32 Compiling\ Data_Ask.swift,\ JSON.swift,\ JsonArray_Ask.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/Data/Data_Ask.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/JSON/JSON.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/JSON/JsonArray_Ask.swift (in target 'WandURL' from project 'WandURL')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/Data/Data_Ask.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/JSON/JSON.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/JSON/JsonArray_Ask.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriver\ Compilation\ Requirements WandURL normal armv7k com.apple.xcode.tools.swift.compiler (in target 'WandURL' from project 'WandURL')
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 WandURL -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/armv7k/WandURL.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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 -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/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/WandURL.build/Debug-watchos/WandURL.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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/armv7k/WandURL-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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/armv7k/WandURL.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/WandURL.build/Debug-watchos/WandURL.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/armv7k/WandURL_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/WandURL.build/Debug-watchos/WandURL.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/armv7k/WandURL-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CLAuthorizationStatus_Ask.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal arm64_32 Compiling\ URL_Convert.swift,\ URL_Image_Pipe.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URL_Convert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URL_Image_Pipe.swift (in target 'WandURL' from project 'WandURL')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URL_Convert.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URL_Image_Pipe.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandURL.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/armv7k/WandURL.abi.json (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL
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/WandURL.build/Debug-watchos/WandURL.build/Objects-normal/armv7k/WandURL.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WandURL.swiftmodule/armv7k-apple-watchos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling CLLocation_Ask.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal armv7k Compiling\ URLSessionDataTask_Obtain.swift,\ URLSession_Ubiquitous.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URLSession_Ubiquitous.swift (in target 'WandURL' from project 'WandURL')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URLSessionDataTask_Obtain.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URLSession_Ubiquitous.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ RestModelPaged.swift,\ RestModel_Ask.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/REST/dto/RestModelPaged.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/REST/dto/RestModel_Ask.swift (in target 'WandURL' from project 'WandURL')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/REST/dto/RestModelPaged.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/REST/dto/RestModel_Ask.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling CLLocation_Convert.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal arm64_32 Compiling\ RestModel_GET.swift,\ RestModel_GET_Array.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/REST/dto/RestModel_GET.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/REST/dto/RestModel_GET_Array.swift (in target 'WandURL' from project 'WandURL')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/REST/dto/RestModel_GET.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/REST/dto/RestModel_GET_Array.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling CLLocationCoordinate2D_Convert.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal arm64 Compiling\ RestModel_HEAD.swift,\ RestModel_POST.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/REST/dto/RestModel_HEAD.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/REST/dto/RestModel_POST.swift (in target 'WandURL' from project 'WandURL')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/REST/dto/RestModel_HEAD.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/REST/dto/RestModel_POST.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling CLAuthorizationStatus_Ask.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal armv7k Compiling\ URL_Convert.swift,\ URL_Image_Pipe.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URL_Convert.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URL_Image_Pipe.swift (in target 'WandURL' from project 'WandURL')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URL_Convert.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URL_Image_Pipe.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling CLAuthorizationStatus_Ask.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftDriver\ Compilation Wand_CoreLocation normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
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_CoreLocation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/armv7k/Wand_CoreLocation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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 -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/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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/armv7k/Wand_CoreLocation-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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/armv7k/Wand_CoreLocation.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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/armv7k/Wand_CoreLocation_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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/armv7k/Wand_CoreLocation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CLLocationManager_Obtain.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal arm64_32 Compiling\ URLCache_Ubiquitous.swift,\ URLRequest_Wand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URLCache_Ubiquitous.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URLRequest_Wand.swift (in target 'WandURL' from project 'WandURL')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URLCache_Ubiquitous.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URLRequest_Wand.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriver\ Compilation Wand_CoreLocation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
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_CoreLocation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64/Wand_CoreLocation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64/Wand_CoreLocation-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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64/Wand_CoreLocation.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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64/Wand_CoreLocation_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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64/Wand_CoreLocation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling CLLocationManager_Obtain.swift (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
SwiftCompile normal arm64 Compiling\ URLCache_Ubiquitous.swift,\ URLRequest_Wand.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URLCache_Ubiquitous.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URLRequest_Wand.swift (in target 'WandURL' from project 'WandURL')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URLCache_Ubiquitous.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/URL/URLRequest_Wand.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriver\ Compilation Wand_CoreLocation normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Wand_CoreLocation' from project 'Wand_CoreLocation')
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_CoreLocation -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64_32/Wand_CoreLocation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.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/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64_32/Wand_CoreLocation-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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64_32/Wand_CoreLocation.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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64_32/Wand_CoreLocation_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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_CoreLocation.build/Debug-watchos/Wand_CoreLocation.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_CoreLocation.build/Debug-watchos/Wand_CoreLocation.build/Objects-normal/arm64_32/Wand_CoreLocation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling URLSessionDataTask_Obtain.swift, URLSession_Ubiquitous.swift (in target 'WandURL' from project 'WandURL')
SwiftCompile normal armv7k Compiling\ RestModel_GET.swift,\ RestModel_GET_Array.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/REST/dto/RestModel_GET.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/REST/dto/RestModel_GET_Array.swift (in target 'WandURL' from project 'WandURL')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/REST/dto/RestModel_GET.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WandURL/Sources/WandURL/REST/dto/RestModel_GET_Array.swift (in target 'WandURL' from project 'WandURL')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriver Wand_Weather normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Wand_Weather' from project 'Wand_Weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Wand_Weather -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64/Wand_Weather.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/PackageFrameworks -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/Wand_Weather.build/Debug-watchos/Wand_Weather.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/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64/Wand_Weather-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_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64/Wand_Weather.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_Weather.build/Debug-watchos/Wand_Weather.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64/Wand_Weather_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_Weather.build/Debug-watchos/Wand_Weather.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.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_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64/Wand_Weather-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling URL_Convert.swift, URL_Image_Pipe.swift (in target 'WandURL' from project 'WandURL')
SwiftDriver Wand_Weather normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Wand_Weather' from project 'Wand_Weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Wand_Weather -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/armv7k/Wand_Weather.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/PackageFrameworks -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/Wand_Weather.build/Debug-watchos/Wand_Weather.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/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/armv7k/Wand_Weather-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_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/armv7k/Wand_Weather.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_Weather.build/Debug-watchos/Wand_Weather.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/armv7k/Wand_Weather_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_Weather.build/Debug-watchos/Wand_Weather.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.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_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/armv7k/Wand_Weather-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Wand_Weather normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Wand_Weather' from project 'Wand_Weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Wand_Weather -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64_32/Wand_Weather.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/PackageFrameworks -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/Wand_Weather.build/Debug-watchos/Wand_Weather.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/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64_32/Wand_Weather-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_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64_32/Wand_Weather.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_Weather.build/Debug-watchos/Wand_Weather.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64_32/Wand_Weather_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_Weather.build/Debug-watchos/Wand_Weather.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.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_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64_32/Wand_Weather-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ Wand_Weather (in target 'Wand_Weather' from project 'Wand_Weather')
EmitSwiftModule normal arm64 (in target 'Wand_Weather' from project 'Wand_Weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling RestModelPaged.swift, RestModel_Ask.swift (in target 'WandURL' from project 'WandURL')
SwiftCompile normal arm64 Compiling\ Weather_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/WeatherKit/Weather_Ask.swift (in target 'Wand_Weather' from project 'Wand_Weather')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/WeatherKit/Weather_Ask.swift (in target 'Wand_Weather' from project 'Wand_Weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Yandex_API.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/Yandex/Weather/Yandex_API.swift (in target 'Wand_Weather' from project 'Wand_Weather')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/HealthKit/HKHealthStore_Obtain.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/HealthKit/HKWorkoutSession.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/HealthKit/HKWorkoutSession_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/OpenWeatherMap/OpenWeatherMap.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/OpenWeatherMap/OpenWeatherMap_API.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/OpenWeatherMap/OpenWeatherMap_Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/WeatherKit/WeatherService_Obtain.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/WeatherKit/Weather_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/Yandex/Weather/Yandex.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/Yandex/Weather/Yandex_API.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/Yandex/Weather/Yandex_Weather.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64/Yandex_API.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64/Yandex_API.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64/Yandex_API.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64/Yandex_API.dia -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64 -target arm64-apple-watchos7.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -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/PackageFrameworks -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 -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64/Wand_Weather_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/swift-overrides.hmap -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_Weather.build/Debug-watchos/Wand_Weather.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Wand_Weather -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64/Yandex_API.o -index-unit-output-path /Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64/Yandex_API.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/Yandex/Weather/Yandex_API.swift (in target 'Wand_Weather' from project 'Wand_Weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/HealthKit/HKWorkoutSession.swift:15:1: error: expressions are not allowed at the top level
HKHealthStore.isHealthDataAvailable
^
/Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/HealthKit/HKWorkoutSession.swift:18:1: error: statements are not allowed at the top level
do {
^
SwiftDriverJobDiscovery normal armv7k Compiling URL_Convert.swift, URL_Image_Pipe.swift (in target 'WandURL' from project 'WandURL')
SwiftCompile normal arm64 Compiling\ OpenWeatherMap.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/OpenWeatherMap/OpenWeatherMap.swift (in target 'Wand_Weather' from project 'Wand_Weather')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/HealthKit/HKHealthStore_Obtain.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/HealthKit/HKWorkoutSession.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/HealthKit/HKWorkoutSession_Ask.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/OpenWeatherMap/OpenWeatherMap.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/OpenWeatherMap/OpenWeatherMap_API.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/OpenWeatherMap/OpenWeatherMap_Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/WeatherKit/WeatherService_Obtain.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/WeatherKit/Weather_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/Yandex/Weather/Yandex.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/Yandex/Weather/Yandex_API.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/Yandex/Weather/Yandex_Weather.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64/OpenWeatherMap.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64/OpenWeatherMap.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64/OpenWeatherMap.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64/OpenWeatherMap.dia -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64 -target arm64-apple-watchos7.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -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/PackageFrameworks -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 -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64/Wand_Weather_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/swift-overrides.hmap -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_Weather.build/Debug-watchos/Wand_Weather.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Wand_Weather -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64/OpenWeatherMap.o -index-unit-output-path /Wand_Weather.build/Debug-watchos/Wand_Weather.build/Objects-normal/arm64/OpenWeatherMap.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/OpenWeatherMap/OpenWeatherMap.swift (in target 'Wand_Weather' from project 'Wand_Weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/HealthKit/HKWorkoutSession.swift:15:1: error: expressions are not allowed at the top level
HKHealthStore.isHealthDataAvailable
^
/Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/HealthKit/HKWorkoutSession.swift:18:1: error: statements are not allowed at the top level
do {
^
SwiftDriverJobDiscovery normal arm64_32 Compiling Data_Ask.swift, JSON.swift, JsonArray_Ask.swift (in target 'WandURL' from project 'WandURL')
SwiftDriverJobDiscovery normal armv7k Compiling URLSessionDataTask_Obtain.swift, URLSession_Ubiquitous.swift (in target 'WandURL' from project 'WandURL')
SwiftEmitModule normal armv7k Emitting\ module\ for\ Wand_Weather (in target 'Wand_Weather' from project 'Wand_Weather')
EmitSwiftModule normal armv7k (in target 'Wand_Weather' from project 'Wand_Weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling URLCache_Ubiquitous.swift, URLRequest_Wand.swift (in target 'WandURL' from project 'WandURL')
SwiftCompile normal armv7k Compiling\ Weather_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/WeatherKit/Weather_Ask.swift (in target 'Wand_Weather' from project 'Wand_Weather')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/WeatherKit/Weather_Ask.swift (in target 'Wand_Weather' from project 'Wand_Weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ WeatherService_Obtain.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/WeatherKit/WeatherService_Obtain.swift (in target 'Wand_Weather' from project 'Wand_Weather')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/WeatherKit/WeatherService_Obtain.swift (in target 'Wand_Weather' from project 'Wand_Weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling RestModel_HEAD.swift, RestModel_POST.swift (in target 'WandURL' from project 'WandURL')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Wand_Weather (in target 'Wand_Weather' from project 'Wand_Weather')
EmitSwiftModule normal arm64_32 (in target 'Wand_Weather' from project 'Wand_Weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ Weather_Ask.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/WeatherKit/Weather_Ask.swift (in target 'Wand_Weather' from project 'Wand_Weather')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/WeatherKit/Weather_Ask.swift (in target 'Wand_Weather' from project 'Wand_Weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling RestModel_GET.swift, RestModel_GET_Array.swift (in target 'WandURL' from project 'WandURL')
SwiftDriverJobDiscovery normal arm64 Compiling URLCache_Ubiquitous.swift, URLRequest_Wand.swift (in target 'WandURL' from project 'WandURL')
SwiftCompile normal arm64_32 Compiling\ Yandex_Weather.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/Yandex/Weather/Yandex_Weather.swift (in target 'Wand_Weather' from project 'Wand_Weather')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/Yandex/Weather/Yandex_Weather.swift (in target 'Wand_Weather' from project 'Wand_Weather')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling RestModel_GET.swift, RestModel_GET_Array.swift (in target 'WandURL' from project 'WandURL')
SwiftCompile normal arm64_32 Compiling\ WeatherService_Obtain.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/WeatherKit/WeatherService_Obtain.swift (in target 'Wand_Weather' from project 'Wand_Weather')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ Yandex_API.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/Yandex/Weather/Yandex_API.swift (in target 'Wand_Weather' from project 'Wand_Weather')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/Yandex/Weather/Yandex_API.swift (in target 'Wand_Weather' from project 'Wand_Weather')
SwiftCompile normal arm64 Compiling\ OpenWeatherMap.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/OpenWeatherMap/OpenWeatherMap.swift (in target 'Wand_Weather' from project 'Wand_Weather')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/OpenWeatherMap/OpenWeatherMap.swift (in target 'Wand_Weather' from project 'Wand_Weather')
SwiftCompile normal arm64_32 Compiling\ WeatherService_Obtain.swift /Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/WeatherKit/WeatherService_Obtain.swift (in target 'Wand_Weather' from project 'Wand_Weather')
Building workspace spi-builder-workspace with scheme Wand_Weather
(6 failures)
BUILD FAILURE 6.1 watchOS