Build Information
Successful build of Decree, reference 4.4.0 (dc5638
), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2025 03:20:19 UTC.
Swift 6 data race errors: 39
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Decree -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
extension XMLParser.ErrorCode: CustomStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/NSXMLParser_ErrorCode.swift:13:1: note: add '@retroactive' to silence this warning
extension XMLParser.ErrorCode: CustomStringConvertible {
^ ~~~~~~~~~~~~~~~~~~~~~~~
@retroactive CustomStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/NSXMLParser_ErrorCode.swift:15:9: warning: switch covers known cases, but 'XMLParser.ErrorCode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
switch self {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/NSXMLParser_ErrorCode.swift:15:9: note: handle unknown values using "@unknown default"
switch self {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift:29:13: warning: capture of 'self' with non-sendable type 'ProgressObserver' in a '@Sendable' closure
self.callbackQueue.async {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift:12:7: note: class 'ProgressObserver' does not conform to the 'Sendable' protocol
class ProgressObserver: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift:30:17: warning: capture of 'onChange' with non-sendable type '(Double) -> ()' in a '@Sendable' closure
onChange(value as Double)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift:30:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onChange(value as Double)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift:30:17: warning: capture of 'onChange' with non-sendable type '(Double) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onChange(value as Double)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift:30:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onChange(value as Double)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/RequestInput.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/String+Helpers.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ String+TitleCase.swift,\ URLRequest+Logging.swift,\ URLResponse+Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/String+TitleCase.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/URLRequest+Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/URLResponse+Logging.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/String+TitleCase.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/URLRequest+Logging.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/URLResponse+Logging.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ EmptyResult.swift,\ ErrorHandling.swift,\ ErrorResponse.swift,\ File.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/EmptyResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/ErrorHandling.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/ErrorResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/File.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/EmptyResult.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/ErrorHandling.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/ErrorResponse.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/File.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling XMLStackParser.swift, DecodingErrorExtension.swift, DynamicNodeDecoding.swift, SingleValueDecodingContainer.swift, XMLChoiceDecodingContainer.swift (in target 'XMLCoder' from project 'XMLCoder')
SwiftDriverJobDiscovery normal arm64 Compiling NSXMLParser_ErrorCode.swift, ProgressObserver.swift, RequestInput.swift, String+Helpers.swift (in target 'Decree' from project 'Decree')
SwiftDriver\ Compilation XMLCoder normal armv7k com.apple.xcode.tools.swift.compiler (in target 'XMLCoder' from project 'XMLCoder')
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 XMLCoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/armv7k/XMLCoder.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/armv7k/XMLCoder-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/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/armv7k/XMLCoder.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/XMLCoder.build/Debug-watchos/XMLCoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/armv7k/XMLCoder_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/XMLCoder.build/Debug-watchos/XMLCoder.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.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/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/armv7k/XMLCoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for Decree (in target 'Decree' from project 'Decree')
SwiftDriver\ Compilation\ Requirements Decree normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Decree' from project 'Decree')
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 Decree -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -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/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree-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/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree.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/Decree.build/Debug-watchos/Decree.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree_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/Decree.build/Debug-watchos/Decree.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.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/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal armv7k Compiling\ Session.swift,\ Endpoint+MakeRequest.swift,\ Endpoint.swift,\ KeyValueEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/Session.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Endpoint+MakeRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Endpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/KeyValueEncoder.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/Session.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic Types/Session.swift:26:1: warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'Session'; this is an error in the Swift 6 language mode
extension URLSession: Session {}
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic Types/Session.swift:22:10: note: expected sendability to match requirement here
func dataTask(with request: URLRequest, completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic Types/Session.swift:26:1: warning: sendability of function types in instance method 'downloadTask(with:completionHandler:)' does not match requirement in protocol 'Session'; this is an error in the Swift 6 language mode
extension URLSession: Session {}
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic Types/Session.swift:23:10: note: expected sendability to match requirement here
func downloadTask(with request: URLRequest, completionHandler: @escaping (URL?, URLResponse?, Error?) -> Void) -> URLSessionDownloadTask
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Endpoint+MakeRequest.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Endpoint.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/KeyValueEncoder.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Decree (in target 'Decree' from project 'Decree')
SwiftCompile normal armv7k Compiling\ String+TitleCase.swift,\ URLRequest+Logging.swift,\ URLResponse+Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/String+TitleCase.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/URLRequest+Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/URLResponse+Logging.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/String+TitleCase.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/URLRequest+Logging.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/URLResponse+Logging.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/armv7k/Binary/XMLCoder.o normal armv7k (in target 'XMLCoder' from project 'XMLCoder')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XMLCoder
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos4.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/armv7k/XMLCoder.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/armv7k/XMLCoder_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/armv7k/XMLCoder_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/armv7k/XMLCoder.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/armv7k/Binary/XMLCoder.o
SwiftDriverJobDiscovery normal armv7k Emitting module for Decree (in target 'Decree' from project 'Decree')
SwiftDriver\ Compilation\ Requirements Decree normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Decree' from project 'Decree')
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 Decree -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -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/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree-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/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree.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/Decree.build/Debug-watchos/Decree.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree_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/Decree.build/Debug-watchos/Decree.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.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/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling XMLChoiceCodingKey.swift, XMLCoderElement.swift, XMLDocumentType.swift, XMLHeader.swift, XMLKey.swift (in target 'XMLCoder' from project 'XMLCoder')
SwiftDriver\ Compilation\ Requirements Decree normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Decree' from project 'Decree')
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 Decree -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -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/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree-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/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree.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/Decree.build/Debug-watchos/Decree.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree_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/Decree.build/Debug-watchos/Decree.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.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/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree.swiftmodule (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree.swiftdoc (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/arm64-apple-watchos.swiftdoc
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Decree-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree-Swift.h (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Decree-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree.swiftmodule (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree.swiftdoc (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree.abi.json (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree.swiftmodule (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree.swiftdoc (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree.abi.json (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree.abi.json (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree.swiftsourceinfo (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree.swiftsourceinfo (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree.swiftsourceinfo (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ WebService+MakeRequest.swift,\ WebServiceMock+HandleRequest.swift,\ WebService.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebService+MakeRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/WebService.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebService+MakeRequest.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebService+MakeRequest.swift:11:5: warning: var 'AllRequestsHandlers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var AllRequestsHandlers = [(service: Any, handler: RequestHandler)]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebService+MakeRequest.swift:11:5: note: convert 'AllRequestsHandlers' to a 'let' constant to make 'Sendable' shared state immutable
var AllRequestsHandlers = [(service: Any, handler: RequestHandler)]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebService+MakeRequest.swift:11:5: note: add '@MainActor' to make var 'AllRequestsHandlers' part of global actor 'MainActor'
var AllRequestsHandlers = [(service: Any, handler: RequestHandler)]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebService+MakeRequest.swift:11:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var AllRequestsHandlers = [(service: Any, handler: RequestHandler)]()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:20:25: warning: capture of 'onComplete' with non-sendable type '(EmptyResult) -> ()' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:20:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:20:36: warning: capture of 'expectation' with non-sendable type 'EmptyExpectation<E>' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:40:12: note: generic class 'EmptyExpectation' does not conform to the 'Sendable' protocol
open class EmptyExpectation<E: EmptyEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:20:25: warning: capture of 'onComplete' with non-sendable type '(EmptyResult) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:20:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:20:36: warning: capture of 'expectation' with non-sendable type 'EmptyExpectation<E>' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:40:12: note: generic class 'EmptyExpectation' does not conform to the 'Sendable' protocol
open class EmptyExpectation<E: EmptyEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:42:25: warning: capture of 'onComplete' with non-sendable type '(EmptyResult) -> ()' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:42:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:42:36: warning: capture of 'expectation' with non-sendable type 'InExpectation<E>' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:62:12: note: generic class 'InExpectation' does not conform to the 'Sendable' protocol
open class InExpectation<E: InEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:42:25: warning: capture of 'onComplete' with non-sendable type '(EmptyResult) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:42:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:42:36: warning: capture of 'expectation' with non-sendable type 'InExpectation<E>' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:62:12: note: generic class 'InExpectation' does not conform to the 'Sendable' protocol
open class InExpectation<E: InEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:64:25: warning: capture of 'onComplete' with non-sendable type '(Result<E.Output, DecreeError>) -> ()' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:64:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:64:36: warning: capture of 'expectation' with non-sendable type 'OutExpectation<E>' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:84:12: note: generic class 'OutExpectation' does not conform to the 'Sendable' protocol
open class OutExpectation<E: OutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:64:25: warning: capture of 'onComplete' with non-sendable type '(Result<E.Output, DecreeError>) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:64:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:64:36: warning: capture of 'expectation' with non-sendable type 'OutExpectation<E>' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:84:12: note: generic class 'OutExpectation' does not conform to the 'Sendable' protocol
open class OutExpectation<E: OutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:86:25: warning: capture of 'onComplete' with non-sendable type '(Result<URL, DecreeError>) -> ()' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:86:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:86:36: warning: capture of 'expectation' with non-sendable type 'OutDownloadExpectation<E>' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:106:12: note: generic class 'OutDownloadExpectation' does not conform to the 'Sendable' protocol
open class OutDownloadExpectation<E: OutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:86:25: warning: capture of 'onComplete' with non-sendable type '(Result<URL, DecreeError>) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:86:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:86:36: warning: capture of 'expectation' with non-sendable type 'OutDownloadExpectation<E>' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:106:12: note: generic class 'OutDownloadExpectation' does not conform to the 'Sendable' protocol
open class OutDownloadExpectation<E: OutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:108:25: warning: capture of 'onComplete' with non-sendable type '(Result<E.Output, DecreeError>) -> ()' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:108:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:108:36: warning: capture of 'expectation' with non-sendable type 'InOutExpectation<E>' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:128:12: note: generic class 'InOutExpectation' does not conform to the 'Sendable' protocol
open class InOutExpectation<E: InOutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:108:25: warning: capture of 'onComplete' with non-sendable type '(Result<E.Output, DecreeError>) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:108:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:108:36: warning: capture of 'expectation' with non-sendable type 'InOutExpectation<E>' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:128:12: note: generic class 'InOutExpectation' does not conform to the 'Sendable' protocol
open class InOutExpectation<E: InOutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:130:25: warning: capture of 'onComplete' with non-sendable type '(Result<URL, DecreeError>) -> ()' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:130:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:130:36: warning: capture of 'expectation' with non-sendable type 'InOutDownloadExpectation<E>' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:150:12: note: generic class 'InOutDownloadExpectation' does not conform to the 'Sendable' protocol
open class InOutDownloadExpectation<E: InOutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:130:25: warning: capture of 'onComplete' with non-sendable type '(Result<URL, DecreeError>) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:130:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:130:36: warning: capture of 'expectation' with non-sendable type 'InOutDownloadExpectation<E>' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:150:12: note: generic class 'InOutDownloadExpectation' does not conform to the 'Sendable' protocol
open class InOutDownloadExpectation<E: InOutEndpoint>: AnyExpectation {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/WebService.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Expectations+Private.swift,\ FormDataEncoder.swift,\ FormURLEncoder.swift,\ HTTPStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/Expectations+Private.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/FormDataEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/FormURLEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/HTTPStatus.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/Expectations+Private.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/FormDataEncoder.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/FormURLEncoder.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/HTTPStatus.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ String+TitleCase.swift,\ URLRequest+Logging.swift,\ URLResponse+Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/String+TitleCase.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/URLRequest+Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/URLResponse+Logging.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/String+TitleCase.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/URLRequest+Logging.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/URLResponse+Logging.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling XMLDecoder.swift, XMLDecoderImplementation.swift, XMLDecodingStorage.swift, XMLKeyedDecodingContainer.swift, XMLUnkeyedDecodingContainer.swift (in target 'XMLCoder' from project 'XMLCoder')
SwiftDriverJobDiscovery normal arm64_32 Compiling DynamicNodeEncoding.swift, EncodingErrorExtension.swift, SingleValueEncodingContainer.swift, XMLChoiceEncodingContainer.swift, XMLEncoder.swift (in target 'XMLCoder' from project 'XMLCoder')
SwiftDriver\ Compilation XMLCoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XMLCoder' from project 'XMLCoder')
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 XMLCoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64/XMLCoder.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64/XMLCoder-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/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64/XMLCoder.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/XMLCoder.build/Debug-watchos/XMLCoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64/XMLCoder_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/XMLCoder.build/Debug-watchos/XMLCoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.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/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64/XMLCoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal armv7k Compiling\ WebService+MakeRequest.swift,\ WebServiceMock+HandleRequest.swift,\ WebService.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebService+MakeRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/WebService.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebService+MakeRequest.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebService+MakeRequest.swift:11:5: warning: var 'AllRequestsHandlers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var AllRequestsHandlers = [(service: Any, handler: RequestHandler)]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebService+MakeRequest.swift:11:5: note: convert 'AllRequestsHandlers' to a 'let' constant to make 'Sendable' shared state immutable
var AllRequestsHandlers = [(service: Any, handler: RequestHandler)]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebService+MakeRequest.swift:11:5: note: add '@MainActor' to make var 'AllRequestsHandlers' part of global actor 'MainActor'
var AllRequestsHandlers = [(service: Any, handler: RequestHandler)]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebService+MakeRequest.swift:11:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var AllRequestsHandlers = [(service: Any, handler: RequestHandler)]()
^
nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:20:25: warning: capture of 'onComplete' with non-sendable type '(EmptyResult) -> ()' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:20:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:20:36: warning: capture of 'expectation' with non-sendable type 'EmptyExpectation<E>' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:40:12: note: generic class 'EmptyExpectation' does not conform to the 'Sendable' protocol
open class EmptyExpectation<E: EmptyEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:20:25: warning: capture of 'onComplete' with non-sendable type '(EmptyResult) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:20:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:20:36: warning: capture of 'expectation' with non-sendable type 'EmptyExpectation<E>' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:40:12: note: generic class 'EmptyExpectation' does not conform to the 'Sendable' protocol
open class EmptyExpectation<E: EmptyEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:42:25: warning: capture of 'onComplete' with non-sendable type '(EmptyResult) -> ()' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:42:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:42:36: warning: capture of 'expectation' with non-sendable type 'InExpectation<E>' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:62:12: note: generic class 'InExpectation' does not conform to the 'Sendable' protocol
open class InExpectation<E: InEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:42:25: warning: capture of 'onComplete' with non-sendable type '(EmptyResult) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:42:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:42:36: warning: capture of 'expectation' with non-sendable type 'InExpectation<E>' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:62:12: note: generic class 'InExpectation' does not conform to the 'Sendable' protocol
open class InExpectation<E: InEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:64:25: warning: capture of 'onComplete' with non-sendable type '(Result<E.Output, DecreeError>) -> ()' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:64:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:64:36: warning: capture of 'expectation' with non-sendable type 'OutExpectation<E>' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:84:12: note: generic class 'OutExpectation' does not conform to the 'Sendable' protocol
open class OutExpectation<E: OutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:64:25: warning: capture of 'onComplete' with non-sendable type '(Result<E.Output, DecreeError>) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:64:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:64:36: warning: capture of 'expectation' with non-sendable type 'OutExpectation<E>' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:84:12: note: generic class 'OutExpectation' does not conform to the 'Sendable' protocol
open class OutExpectation<E: OutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:86:25: warning: capture of 'onComplete' with non-sendable type '(Result<URL, DecreeError>) -> ()' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:86:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:86:36: warning: capture of 'expectation' with non-sendable type 'OutDownloadExpectation<E>' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:106:12: note: generic class 'OutDownloadExpectation' does not conform to the 'Sendable' protocol
open class OutDownloadExpectation<E: OutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:86:25: warning: capture of 'onComplete' with non-sendable type '(Result<URL, DecreeError>) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:86:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:86:36: warning: capture of 'expectation' with non-sendable type 'OutDownloadExpectation<E>' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:106:12: note: generic class 'OutDownloadExpectation' does not conform to the 'Sendable' protocol
open class OutDownloadExpectation<E: OutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:108:25: warning: capture of 'onComplete' with non-sendable type '(Result<E.Output, DecreeError>) -> ()' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:108:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:108:36: warning: capture of 'expectation' with non-sendable type 'InOutExpectation<E>' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:128:12: note: generic class 'InOutExpectation' does not conform to the 'Sendable' protocol
open class InOutExpectation<E: InOutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:108:25: warning: capture of 'onComplete' with non-sendable type '(Result<E.Output, DecreeError>) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:108:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:108:36: warning: capture of 'expectation' with non-sendable type 'InOutExpectation<E>' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:128:12: note: generic class 'InOutExpectation' does not conform to the 'Sendable' protocol
open class InOutExpectation<E: InOutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:130:25: warning: capture of 'onComplete' with non-sendable type '(Result<URL, DecreeError>) -> ()' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:130:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:130:36: warning: capture of 'expectation' with non-sendable type 'InOutDownloadExpectation<E>' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:150:12: note: generic class 'InOutDownloadExpectation' does not conform to the 'Sendable' protocol
open class InOutDownloadExpectation<E: InOutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:130:25: warning: capture of 'onComplete' with non-sendable type '(Result<URL, DecreeError>) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:130:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:130:36: warning: capture of 'expectation' with non-sendable type 'InOutDownloadExpectation<E>' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:150:12: note: generic class 'InOutDownloadExpectation' does not conform to the 'Sendable' protocol
open class InOutDownloadExpectation<E: InOutEndpoint>: AnyExpectation {
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/WebService.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64/Binary/XMLCoder.o normal arm64 (in target 'XMLCoder' from project 'XMLCoder')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XMLCoder
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos4.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64/XMLCoder.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64/XMLCoder_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64/XMLCoder_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64/XMLCoder.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64/Binary/XMLCoder.o
SwiftDriverJobDiscovery normal armv7k Compiling Authorization.swift, AuthorizationRequirement.swift, DecreeError.swift, DecreeErrorDescribable.swift (in target 'Decree' from project 'Decree')
SwiftDriver\ Compilation XMLCoder normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'XMLCoder' from project 'XMLCoder')
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 XMLCoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64_32/XMLCoder.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64_32/XMLCoder-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/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64_32/XMLCoder.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/XMLCoder.build/Debug-watchos/XMLCoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64_32/XMLCoder_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/XMLCoder.build/Debug-watchos/XMLCoder.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.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/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64_32/XMLCoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling String+TitleCase.swift, URLRequest+Logging.swift, URLResponse+Logging.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64_32 Compiling\ Session.swift,\ Endpoint+MakeRequest.swift,\ Endpoint.swift,\ KeyValueEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/Session.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Endpoint+MakeRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Endpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/KeyValueEncoder.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/Session.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic Types/Session.swift:26:1: warning: sendability of function types in instance method 'dataTask(with:completionHandler:)' does not match requirement in protocol 'Session'; this is an error in the Swift 6 language mode
extension URLSession: Session {}
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic Types/Session.swift:22:10: note: expected sendability to match requirement here
func dataTask(with request: URLRequest, completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void) -> URLSessionDataTask
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic Types/Session.swift:26:1: warning: sendability of function types in instance method 'downloadTask(with:completionHandler:)' does not match requirement in protocol 'Session'; this is an error in the Swift 6 language mode
extension URLSession: Session {}
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic Types/Session.swift:23:10: note: expected sendability to match requirement here
func downloadTask(with request: URLRequest, completionHandler: @escaping (URL?, URLResponse?, Error?) -> Void) -> URLSessionDownloadTask
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Endpoint+MakeRequest.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Endpoint.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/KeyValueEncoder.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64_32/Binary/XMLCoder.o normal arm64_32 (in target 'XMLCoder' from project 'XMLCoder')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XMLCoder
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos4.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64_32/XMLCoder.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64_32/XMLCoder_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64_32/XMLCoder_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64_32/XMLCoder.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64_32/Binary/XMLCoder.o
SwiftCompile normal armv7k Compiling\ WebServiceMock.swift,\ DecreeRequest.swift,\ DispatchQueue+Async.swift,\ Endpoint+PrivateMakeRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/WebServiceMock.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DispatchQueue+Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/Endpoint+PrivateMakeRequest.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/WebServiceMock.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:147:24: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func createRequest<E: Endpoint>(to endpoint: E, input: RequestInput) throws -> URLRequest {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:161:24: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func createRequest<E: Endpoint>(to url: URL, for endpoint: E, input: RequestInput) throws -> URLRequest {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:215:20: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func createUrl<E: Endpoint>(to endpoint: E, input: RequestInput) throws -> URL {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:238:27: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func addAuthorization<E: Endpoint>(to request: inout URLRequest, isRequired: Bool, for endpoint: E) throws {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:256:28: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func automaticValidate<E: Endpoint>(_ response: URLResponse, for endpoint: E) throws {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:336:17: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func handle<E: Endpoint>(_ error: Error, withResponse response: URLResponse, output: Output?, endpoint: E) -> ErrorHandling {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:367:14: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func log<E: Endpoint>(_ request: URLRequest, for endpoint: E) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:378:22: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func logResponse<E: Endpoint>(output: Output?, response: URLResponse?, error: Error?, for endpoint: E) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DispatchQueue+Async.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DispatchQueue+Async.swift:13:34: warning: passing non-sendable parameter 'execute' to function expecting a @Sendable closure
queue.async(execute: execute)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DispatchQueue+Async.swift:11:16: note: parameter 'execute' is implicitly non-sendable
func async(execute: @escaping () -> ()) {
^
@Sendable
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/Endpoint+PrivateMakeRequest.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling EmptyResult.swift, ErrorHandling.swift, ErrorResponse.swift, File.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal armv7k Compiling\ InputFormat.swift,\ Method.swift,\ NoBasicResponse.swift,\ OutputFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/InputFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/Method.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/NoBasicResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/OutputFormat.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/InputFormat.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/Method.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/NoBasicResponse.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/OutputFormat.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling String+TitleCase.swift, URLRequest+Logging.swift, URLResponse+Logging.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64 Compiling\ Expectations+Private.swift,\ FormDataEncoder.swift,\ FormURLEncoder.swift,\ HTTPStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/Expectations+Private.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/FormDataEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/FormURLEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/HTTPStatus.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/Expectations+Private.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/FormDataEncoder.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/FormURLEncoder.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/HTTPStatus.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Session.swift, Endpoint+MakeRequest.swift, Endpoint.swift, KeyValueEncoder.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64 Compiling\ WebServiceMock.swift,\ DecreeRequest.swift,\ DispatchQueue+Async.swift,\ Endpoint+PrivateMakeRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/WebServiceMock.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DispatchQueue+Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/Endpoint+PrivateMakeRequest.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/WebServiceMock.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:147:24: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func createRequest<E: Endpoint>(to endpoint: E, input: RequestInput) throws -> URLRequest {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:161:24: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func createRequest<E: Endpoint>(to url: URL, for endpoint: E, input: RequestInput) throws -> URLRequest {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:215:20: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func createUrl<E: Endpoint>(to endpoint: E, input: RequestInput) throws -> URL {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:238:27: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func addAuthorization<E: Endpoint>(to request: inout URLRequest, isRequired: Bool, for endpoint: E) throws {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:256:28: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func automaticValidate<E: Endpoint>(_ response: URLResponse, for endpoint: E) throws {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:336:17: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func handle<E: Endpoint>(_ error: Error, withResponse response: URLResponse, output: Output?, endpoint: E) -> ErrorHandling {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:367:14: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func log<E: Endpoint>(_ request: URLRequest, for endpoint: E) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:378:22: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func logResponse<E: Endpoint>(output: Output?, response: URLResponse?, error: Error?, for endpoint: E) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DispatchQueue+Async.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DispatchQueue+Async.swift:13:34: warning: passing non-sendable parameter 'execute' to function expecting a @Sendable closure
queue.async(execute: execute)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DispatchQueue+Async.swift:11:16: note: parameter 'execute' is implicitly non-sendable
func async(execute: @escaping () -> ()) {
^
@Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/Endpoint+PrivateMakeRequest.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLCoder.o normal arm64\ armv7k\ arm64_32 (in target 'XMLCoder' from project 'XMLCoder')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XMLCoder
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64/Binary/XMLCoder.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/armv7k/Binary/XMLCoder.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64_32/Binary/XMLCoder.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLCoder.o
SwiftDriverJobDiscovery normal arm64_32 Compiling String+TitleCase.swift, URLRequest+Logging.swift, URLResponse+Logging.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64_32 Compiling\ NSXMLParser_ErrorCode.swift,\ ProgressObserver.swift,\ RequestInput.swift,\ String+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/NSXMLParser_ErrorCode.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/RequestInput.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/String+Helpers.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/NSXMLParser_ErrorCode.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/NSXMLParser_ErrorCode.swift:13:1: warning: extension declares a conformance of imported type 'ErrorCode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
extension XMLParser.ErrorCode: CustomStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/NSXMLParser_ErrorCode.swift:13:1: note: add '@retroactive' to silence this warning
extension XMLParser.ErrorCode: CustomStringConvertible {
^ ~~~~~~~~~~~~~~~~~~~~~~~
@retroactive CustomStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/NSXMLParser_ErrorCode.swift:15:9: warning: switch covers known cases, but 'XMLParser.ErrorCode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
switch self {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/NSXMLParser_ErrorCode.swift:15:9: note: handle unknown values using "@unknown default"
switch self {
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift:29:13: warning: capture of 'self' with non-sendable type 'ProgressObserver' in a '@Sendable' closure
self.callbackQueue.async {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift:12:7: note: class 'ProgressObserver' does not conform to the 'Sendable' protocol
class ProgressObserver: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift:30:17: warning: capture of 'onChange' with non-sendable type '(Double) -> ()' in a '@Sendable' closure
onChange(value as Double)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift:30:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onChange(value as Double)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift:30:17: warning: capture of 'onChange' with non-sendable type '(Double) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onChange(value as Double)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift:30:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onChange(value as Double)
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/RequestInput.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/String+Helpers.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Logger.swift,\ Expectations.swift,\ WebService+AllRequestHandling.swift,\ WebService+Mocking.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/WebService+AllRequestHandling.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/WebService+Mocking.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Logger.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Logger.swift:18:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var shared = Logger()
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Logger.swift:18:23: note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
public static var shared = Logger()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Logger.swift:18:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static var shared = Logger()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Logger.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var shared = Logger()
^
nonisolated(unsafe)
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/WebService+AllRequestHandling.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/WebService+Mocking.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling WebService+MakeRequest.swift, WebServiceMock+HandleRequest.swift, WebService.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64_32 Compiling\ WebService+MakeRequest.swift,\ WebServiceMock+HandleRequest.swift,\ WebService.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebService+MakeRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/WebService.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebService+MakeRequest.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebService+MakeRequest.swift:11:5: warning: var 'AllRequestsHandlers' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
var AllRequestsHandlers = [(service: Any, handler: RequestHandler)]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebService+MakeRequest.swift:11:5: note: convert 'AllRequestsHandlers' to a 'let' constant to make 'Sendable' shared state immutable
var AllRequestsHandlers = [(service: Any, handler: RequestHandler)]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebService+MakeRequest.swift:11:5: note: add '@MainActor' to make var 'AllRequestsHandlers' part of global actor 'MainActor'
var AllRequestsHandlers = [(service: Any, handler: RequestHandler)]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebService+MakeRequest.swift:11:5: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
var AllRequestsHandlers = [(service: Any, handler: RequestHandler)]()
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:20:25: warning: capture of 'onComplete' with non-sendable type '(EmptyResult) -> ()' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:20:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:20:36: warning: capture of 'expectation' with non-sendable type 'EmptyExpectation<E>' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:40:12: note: generic class 'EmptyExpectation' does not conform to the 'Sendable' protocol
open class EmptyExpectation<E: EmptyEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:20:25: warning: capture of 'onComplete' with non-sendable type '(EmptyResult) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:20:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:20:36: warning: capture of 'expectation' with non-sendable type 'EmptyExpectation<E>' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:40:12: note: generic class 'EmptyExpectation' does not conform to the 'Sendable' protocol
open class EmptyExpectation<E: EmptyEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:42:25: warning: capture of 'onComplete' with non-sendable type '(EmptyResult) -> ()' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:42:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:42:36: warning: capture of 'expectation' with non-sendable type 'InExpectation<E>' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:62:12: note: generic class 'InExpectation' does not conform to the 'Sendable' protocol
open class InExpectation<E: InEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:42:25: warning: capture of 'onComplete' with non-sendable type '(EmptyResult) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:42:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:42:36: warning: capture of 'expectation' with non-sendable type 'InExpectation<E>' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:62:12: note: generic class 'InExpectation' does not conform to the 'Sendable' protocol
open class InExpectation<E: InEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:64:25: warning: capture of 'onComplete' with non-sendable type '(Result<E.Output, DecreeError>) -> ()' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:64:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:64:36: warning: capture of 'expectation' with non-sendable type 'OutExpectation<E>' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:84:12: note: generic class 'OutExpectation' does not conform to the 'Sendable' protocol
open class OutExpectation<E: OutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:64:25: warning: capture of 'onComplete' with non-sendable type '(Result<E.Output, DecreeError>) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:64:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:64:36: warning: capture of 'expectation' with non-sendable type 'OutExpectation<E>' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:84:12: note: generic class 'OutExpectation' does not conform to the 'Sendable' protocol
open class OutExpectation<E: OutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:86:25: warning: capture of 'onComplete' with non-sendable type '(Result<URL, DecreeError>) -> ()' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:86:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:86:36: warning: capture of 'expectation' with non-sendable type 'OutDownloadExpectation<E>' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:106:12: note: generic class 'OutDownloadExpectation' does not conform to the 'Sendable' protocol
open class OutDownloadExpectation<E: OutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:86:25: warning: capture of 'onComplete' with non-sendable type '(Result<URL, DecreeError>) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:86:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:86:36: warning: capture of 'expectation' with non-sendable type 'OutDownloadExpectation<E>' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:106:12: note: generic class 'OutDownloadExpectation' does not conform to the 'Sendable' protocol
open class OutDownloadExpectation<E: OutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:108:25: warning: capture of 'onComplete' with non-sendable type '(Result<E.Output, DecreeError>) -> ()' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:108:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:108:36: warning: capture of 'expectation' with non-sendable type 'InOutExpectation<E>' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:128:12: note: generic class 'InOutExpectation' does not conform to the 'Sendable' protocol
open class InOutExpectation<E: InOutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:108:25: warning: capture of 'onComplete' with non-sendable type '(Result<E.Output, DecreeError>) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:108:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:108:36: warning: capture of 'expectation' with non-sendable type 'InOutExpectation<E>' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:128:12: note: generic class 'InOutExpectation' does not conform to the 'Sendable' protocol
open class InOutExpectation<E: InOutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:130:25: warning: capture of 'onComplete' with non-sendable type '(Result<URL, DecreeError>) -> ()' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:130:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:130:36: warning: capture of 'expectation' with non-sendable type 'InOutDownloadExpectation<E>' in a '@Sendable' closure
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:150:12: note: generic class 'InOutDownloadExpectation' does not conform to the 'Sendable' protocol
open class InOutDownloadExpectation<E: InOutEndpoint>: AnyExpectation {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:130:25: warning: capture of 'onComplete' with non-sendable type '(Result<URL, DecreeError>) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:130:25: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/WebServiceMock+HandleRequest.swift:130:36: warning: capture of 'expectation' with non-sendable type 'InOutDownloadExpectation<E>' in an isolated closure; this is an error in the Swift 6 language mode
onComplete(expectation.returning)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift:150:12: note: generic class 'InOutDownloadExpectation' does not conform to the 'Sendable' protocol
open class InOutDownloadExpectation<E: InOutEndpoint>: AnyExpectation {
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/WebService.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Expectations+Private.swift, FormDataEncoder.swift, FormURLEncoder.swift, HTTPStatus.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64 Compiling\ EmptyResult.swift,\ ErrorHandling.swift,\ ErrorResponse.swift,\ File.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/EmptyResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/ErrorHandling.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/ErrorResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/File.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/EmptyResult.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/ErrorHandling.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/ErrorResponse.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/File.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling InputFormat.swift, Method.swift, NoBasicResponse.swift, OutputFormat.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64 Compiling\ Logger.swift,\ Expectations.swift,\ WebService+AllRequestHandling.swift,\ WebService+Mocking.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/WebService+AllRequestHandling.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/WebService+Mocking.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Logger.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Logger.swift:18:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var shared = Logger()
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Logger.swift:18:23: note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
public static var shared = Logger()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Logger.swift:18:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static var shared = Logger()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Logger.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var shared = Logger()
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/WebService+AllRequestHandling.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/WebService+Mocking.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling WebService+MakeRequest.swift, WebServiceMock+HandleRequest.swift, WebService.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64_32 Compiling\ Authorization.swift,\ AuthorizationRequirement.swift,\ DecreeError.swift,\ DecreeErrorDescribable.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/Authorization.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/AuthorizationRequirement.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/DecreeError.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/DecreeErrorDescribable.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/Authorization.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/AuthorizationRequirement.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/DecreeError.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic Types/DecreeError.swift:95:16: warning: stored property 'code' of 'Sendable'-conforming struct 'DecreeError' has non-sendable type 'DecreeError.Code'; this is an error in the Swift 6 language mode
public let code: Code
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic Types/DecreeError.swift:34:17: note: consider making enum 'Code' conform to the 'Sendable' protocol
public enum Code {
^
: Sendable
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/DecreeErrorDescribable.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Expectations+Private.swift, FormDataEncoder.swift, FormURLEncoder.swift, HTTPStatus.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64_32 Compiling\ Logger.swift,\ Expectations.swift,\ WebService+AllRequestHandling.swift,\ WebService+Mocking.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/WebService+AllRequestHandling.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/WebService+Mocking.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Logger.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Logger.swift:18:23: warning: static property 'shared' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var shared = Logger()
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Logger.swift:18:23: note: convert 'shared' to a 'let' constant to make 'Sendable' shared state immutable
public static var shared = Logger()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Logger.swift:18:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static var shared = Logger()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Logger.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var shared = Logger()
^
nonisolated(unsafe)
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/Expectations.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/WebService+AllRequestHandling.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/WebService+Mocking.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Session.swift, Endpoint+MakeRequest.swift, Endpoint.swift, KeyValueEncoder.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64_32 Compiling\ WebServiceMock.swift,\ DecreeRequest.swift,\ DispatchQueue+Async.swift,\ Endpoint+PrivateMakeRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/WebServiceMock.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DispatchQueue+Async.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/Endpoint+PrivateMakeRequest.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Mocking/WebServiceMock.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:147:24: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func createRequest<E: Endpoint>(to endpoint: E, input: RequestInput) throws -> URLRequest {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:161:24: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func createRequest<E: Endpoint>(to url: URL, for endpoint: E, input: RequestInput) throws -> URLRequest {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:215:20: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func createUrl<E: Endpoint>(to endpoint: E, input: RequestInput) throws -> URL {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:238:27: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func addAuthorization<E: Endpoint>(to request: inout URLRequest, isRequired: Bool, for endpoint: E) throws {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:256:28: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func automaticValidate<E: Endpoint>(_ response: URLResponse, for endpoint: E) throws {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:336:17: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func handle<E: Endpoint>(_ error: Error, withResponse response: URLResponse, output: Output?, endpoint: E) -> ErrorHandling {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:367:14: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func log<E: Endpoint>(_ request: URLRequest, for endpoint: E) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:378:22: warning: generic parameter 'E' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
func logResponse<E: Endpoint>(output: Output?, response: URLResponse?, error: Error?, for endpoint: E) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DecreeRequest.swift:13:21: note: 'E' previously declared here
class DecreeRequest<E: Endpoint, S: WebService> {
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DispatchQueue+Async.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DispatchQueue+Async.swift:13:34: warning: passing non-sendable parameter 'execute' to function expecting a @Sendable closure
queue.async(execute: execute)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/DispatchQueue+Async.swift:11:16: note: parameter 'execute' is implicitly non-sendable
func async(execute: @escaping () -> ()) {
^
@Sendable
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/Endpoint+PrivateMakeRequest.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling NSXMLParser_ErrorCode.swift, ProgressObserver.swift, RequestInput.swift, String+Helpers.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64 Compiling\ Authorization.swift,\ AuthorizationRequirement.swift,\ DecreeError.swift,\ DecreeErrorDescribable.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/Authorization.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/AuthorizationRequirement.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/DecreeError.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/DecreeErrorDescribable.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/Authorization.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/AuthorizationRequirement.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/DecreeError.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic Types/DecreeError.swift:95:16: warning: stored property 'code' of 'Sendable'-conforming struct 'DecreeError' has non-sendable type 'DecreeError.Code'; this is an error in the Swift 6 language mode
public let code: Code
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic Types/DecreeError.swift:34:17: note: consider making enum 'Code' conform to the 'Sendable' protocol
public enum Code {
^
: Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/DecreeErrorDescribable.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling EmptyResult.swift, ErrorHandling.swift, ErrorResponse.swift, File.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64_32 Compiling\ Expectations+Private.swift,\ FormDataEncoder.swift,\ FormURLEncoder.swift,\ HTTPStatus.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/Expectations+Private.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/FormDataEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/FormURLEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/HTTPStatus.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/Expectations+Private.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/FormDataEncoder.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/FormURLEncoder.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/HTTPStatus.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling WebServiceMock.swift, DecreeRequest.swift, DispatchQueue+Async.swift, Endpoint+PrivateMakeRequest.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64_32 Compiling\ InputFormat.swift,\ Method.swift,\ NoBasicResponse.swift,\ OutputFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/InputFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/Method.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/NoBasicResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/OutputFormat.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/InputFormat.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/Method.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/NoBasicResponse.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/OutputFormat.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ EmptyResult.swift,\ ErrorHandling.swift,\ ErrorResponse.swift,\ File.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/EmptyResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/ErrorHandling.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/ErrorResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/File.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/EmptyResult.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/ErrorHandling.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/ErrorResponse.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/File.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Session.swift, Endpoint+MakeRequest.swift, Endpoint.swift, KeyValueEncoder.swift (in target 'Decree' from project 'Decree')
SwiftDriverJobDiscovery normal arm64_32 Compiling WebService+MakeRequest.swift, WebServiceMock+HandleRequest.swift, WebService.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal armv7k Compiling\ NSXMLParser_ErrorCode.swift,\ ProgressObserver.swift,\ RequestInput.swift,\ String+Helpers.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/NSXMLParser_ErrorCode.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/RequestInput.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/String+Helpers.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/NSXMLParser_ErrorCode.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/NSXMLParser_ErrorCode.swift:13:1: warning: extension declares a conformance of imported type 'ErrorCode' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
extension XMLParser.ErrorCode: CustomStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/NSXMLParser_ErrorCode.swift:13:1: note: add '@retroactive' to silence this warning
extension XMLParser.ErrorCode: CustomStringConvertible {
^ ~~~~~~~~~~~~~~~~~~~~~~~
@retroactive CustomStringConvertible
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/NSXMLParser_ErrorCode.swift:15:9: warning: switch covers known cases, but 'XMLParser.ErrorCode' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
switch self {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/NSXMLParser_ErrorCode.swift:15:9: note: handle unknown values using "@unknown default"
switch self {
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift:29:13: warning: capture of 'self' with non-sendable type 'ProgressObserver' in a '@Sendable' closure
self.callbackQueue.async {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift:12:7: note: class 'ProgressObserver' does not conform to the 'Sendable' protocol
class ProgressObserver: NSObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift:30:17: warning: capture of 'onChange' with non-sendable type '(Double) -> ()' in a '@Sendable' closure
onChange(value as Double)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift:30:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onChange(value as Double)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift:30:17: warning: capture of 'onChange' with non-sendable type '(Double) -> ()' in an isolated closure; this is an error in the Swift 6 language mode
onChange(value as Double)
^
/Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/ProgressObserver.swift:30:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onChange(value as Double)
^
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/RequestInput.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Decree/Private/String+Helpers.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling WebServiceMock.swift, DecreeRequest.swift, DispatchQueue+Async.swift, Endpoint+PrivateMakeRequest.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64 Compiling\ InputFormat.swift,\ Method.swift,\ NoBasicResponse.swift,\ OutputFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/InputFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/Method.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/NoBasicResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/OutputFormat.swift (in target 'Decree' from project 'Decree')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/InputFormat.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/Method.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/NoBasicResponse.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Decree/Basic\ Types/OutputFormat.swift (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Logger.swift, Expectations.swift, WebService+AllRequestHandling.swift, WebService+Mocking.swift (in target 'Decree' from project 'Decree')
SwiftDriverJobDiscovery normal arm64 Compiling Logger.swift, Expectations.swift, WebService+AllRequestHandling.swift, WebService+Mocking.swift (in target 'Decree' from project 'Decree')
ExtractAppIntentsMetadata (in target 'XMLCoder' from project 'XMLCoder')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XMLCoder
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name XMLCoder --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 4.0 --bundle-identifier xmlcoder.XMLCoder --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLCoder.appintents --target-triple arm64-apple-watchos4.0 --target-triple armv7k-apple-watchos4.0 --target-triple arm64_32-apple-watchos4.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLCoder.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64/XMLCoder_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/armv7k/XMLCoder_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64_32/XMLCoder_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64/XMLCoder.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/armv7k/XMLCoder.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64_32/XMLCoder.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/XMLCoder.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/XMLCoder.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64/XMLCoder.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/armv7k/XMLCoder.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-watchos/XMLCoder.build/Objects-normal/arm64_32/XMLCoder.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 20:20:18.013 appintentsmetadataprocessor[814:4631] Starting appintentsmetadataprocessor export
2025-04-25 20:20:18.060 appintentsmetadataprocessor[814:4631] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64_32 Compiling Authorization.swift, AuthorizationRequirement.swift, DecreeError.swift, DecreeErrorDescribable.swift (in target 'Decree' from project 'Decree')
SwiftDriverJobDiscovery normal arm64_32 Compiling InputFormat.swift, Method.swift, NoBasicResponse.swift, OutputFormat.swift (in target 'Decree' from project 'Decree')
SwiftDriverJobDiscovery normal arm64 Compiling InputFormat.swift, Method.swift, NoBasicResponse.swift, OutputFormat.swift (in target 'Decree' from project 'Decree')
SwiftDriverJobDiscovery normal arm64_32 Compiling Logger.swift, Expectations.swift, WebService+AllRequestHandling.swift, WebService+Mocking.swift (in target 'Decree' from project 'Decree')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLCoder.o (in target 'XMLCoder' from project 'XMLCoder')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XMLCoder
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XMLCoder.o
SwiftDriverJobDiscovery normal armv7k Compiling NSXMLParser_ErrorCode.swift, ProgressObserver.swift, RequestInput.swift, String+Helpers.swift (in target 'Decree' from project 'Decree')
SwiftDriver\ Compilation Decree normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Decree' from project 'Decree')
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 Decree -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -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/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree-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/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree.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/Decree.build/Debug-watchos/Decree.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree_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/Decree.build/Debug-watchos/Decree.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.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/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Authorization.swift, AuthorizationRequirement.swift, DecreeError.swift, DecreeErrorDescribable.swift (in target 'Decree' from project 'Decree')
SwiftDriverJobDiscovery normal arm64_32 Compiling EmptyResult.swift, ErrorHandling.swift, ErrorResponse.swift, File.swift (in target 'Decree' from project 'Decree')
SwiftDriver\ Compilation Decree normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Decree' from project 'Decree')
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 Decree -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -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/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree-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/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree.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/Decree.build/Debug-watchos/Decree.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree_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/Decree.build/Debug-watchos/Decree.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.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/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling Expectations+Private.swift, FormDataEncoder.swift, FormURLEncoder.swift, HTTPStatus.swift (in target 'Decree' from project 'Decree')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Binary/Decree.o normal armv7k (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos4.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Binary/Decree.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Binary/Decree.o normal arm64 (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos4.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Binary/Decree.o
SwiftDriverJobDiscovery normal arm64_32 Compiling WebServiceMock.swift, DecreeRequest.swift, DispatchQueue+Async.swift, Endpoint+PrivateMakeRequest.swift (in target 'Decree' from project 'Decree')
SwiftDriver\ Compilation Decree normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Decree' from project 'Decree')
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 Decree -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -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/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree-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/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree.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/Decree.build/Debug-watchos/Decree.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree_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/Decree.build/Debug-watchos/Decree.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.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/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Binary/Decree.o normal arm64_32 (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos4.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Binary/Decree.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.o normal arm64\ armv7k\ arm64_32 (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Binary/Decree.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Binary/Decree.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Binary/Decree.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.o
ExtractAppIntentsMetadata (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Decree --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 4.0 --bundle-identifier spi-builder-workspace.Decree --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.appintents --target-triple arm64-apple-watchos4.0 --target-triple armv7k-apple-watchos4.0 --target-triple arm64_32-apple-watchos4.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Decree.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Decree.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64/Decree.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/armv7k/Decree.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Decree.build/Debug-watchos/Decree.build/Objects-normal/arm64_32/Decree.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 20:20:18.208 appintentsmetadataprocessor[822:4705] Starting appintentsmetadataprocessor export
2025-04-25 20:20:18.244 appintentsmetadataprocessor[822:4705] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.o (in target 'Decree' from project 'Decree')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Decree.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "xmlcoder",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MaxDesiatov/XMLCoder.git"
}
],
"manifest_display_name" : "Decree",
"name" : "Decree",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "Decree",
"targets" : [
"Decree"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "DecreeTests",
"module_type" : "SwiftTarget",
"name" : "DecreeTests",
"path" : "Tests/DecreeTests",
"sources" : [
"AllRequestHandlingTests.swift",
"AuthenticationTests.swift",
"DecreeErrorTests.swift",
"DownloadTests.swift",
"EmptyResultTests.swift",
"EndpointPropertiesTests.swift",
"FileTests.swift",
"FormDataEncoderTests.swift",
"HTTPStatusTests.swift",
"Helpers/AuthenticatedService.swift",
"Helpers/Data+Helpers.swift",
"Helpers/Decodable+Helpers.swift",
"Helpers/Result+Helpers.swift",
"Helpers/TestMinimalService.swift",
"Helpers/TestNoStandardsService.swift",
"Helpers/TestService.swift",
"Helpers/TestURLSession.swift",
"KeyValueEncoderTests.swift",
"LoggerTests.swift",
"MakeRequestTestCase.swift",
"MockingTests.swift",
"ProgressTests.swift",
"RequestFlowTests.swift",
"ResponseParsingTests.swift",
"StatusCodeValidationTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Decree"
],
"type" : "test"
},
{
"c99name" : "Decree",
"module_type" : "SwiftTarget",
"name" : "Decree",
"path" : "Sources/Decree",
"product_dependencies" : [
"XMLCoder"
],
"product_memberships" : [
"Decree"
],
"sources" : [
"Basic Types/Authorization.swift",
"Basic Types/AuthorizationRequirement.swift",
"Basic Types/DecreeError.swift",
"Basic Types/DecreeErrorDescribable.swift",
"Basic Types/EmptyResult.swift",
"Basic Types/ErrorHandling.swift",
"Basic Types/ErrorResponse.swift",
"Basic Types/File.swift",
"Basic Types/InputFormat.swift",
"Basic Types/Method.swift",
"Basic Types/NoBasicResponse.swift",
"Basic Types/OutputFormat.swift",
"Basic Types/Session.swift",
"Endpoint+MakeRequest.swift",
"Endpoint.swift",
"KeyValueEncoder.swift",
"Logger.swift",
"Mocking/Expectations.swift",
"Mocking/WebService+AllRequestHandling.swift",
"Mocking/WebService+Mocking.swift",
"Mocking/WebServiceMock.swift",
"Private/DecreeRequest.swift",
"Private/DispatchQueue+Async.swift",
"Private/Endpoint+PrivateMakeRequest.swift",
"Private/Expectations+Private.swift",
"Private/FormDataEncoder.swift",
"Private/FormURLEncoder.swift",
"Private/HTTPStatus.swift",
"Private/NSXMLParser_ErrorCode.swift",
"Private/ProgressObserver.swift",
"Private/RequestInput.swift",
"Private/String+Helpers.swift",
"Private/String+TitleCase.swift",
"Private/URLRequest+Logging.swift",
"Private/URLResponse+Logging.swift",
"Private/WebService+MakeRequest.swift",
"Private/WebServiceMock+HandleRequest.swift",
"WebService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.